summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2001-05-08Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-05-04This patch allows powerpc to compile again. It also checks if weEric Andersen
2001-05-04Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen
2001-04-28Fix up a commentEric Andersen
2001-04-25As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this wasEric Andersen
2001-04-24These are needed for arm ld.so support (not at all working yet...)Eric Andersen
2001-04-23Always use __NR_<name>, not SYS_<name>Eric Andersen
2001-04-20Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen
2001-04-19Bring sh and i386 longjmp implementations into syncEric Andersen
2001-04-19Add missing alias siglongjmp = longjmp;Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-04-05Get the full set of module creating syscalls in place.Eric Andersen
2001-04-05Add in delete_moduleEric Andersen
2001-03-30It seems ARM 2.4.x kernels do not have iopl. Also add missingEric Andersen
2001-03-20Fix longjmp on i386. Also adds siglongjmp.Manuel Novoa III
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen
2001-03-19Sync with glibc i386 bits.Eric Andersen
2001-03-19Sync i386 up with _all_ the glibc 2.1.3 include/bits headers,Eric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-03-16Add powerpc port done by David Schleef <ds@schleef.org>Eric Andersen
2001-03-06Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III
2001-03-06Fix unified syscall stuff for changed ?stat. Move fork to syscalls.c wrappedManuel Novoa III
2001-03-06I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen
2001-03-05stat and mknod cleanup, take two. Put all the needed junk into syscalls.cEric Andersen
2001-03-05Fix up some long standing iterative symbol usage problem, noticed today byEric Andersen
2001-03-05Patch from Michael Shmulevich (michaels@jungo.com) -- functions were notManuel Novoa III
2001-03-04Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III
2001-02-26New crt0.S with all init done in 'C' code.David McCullough
2001-02-26Reduced the size of sigsets to the minimal needed. Apart from the size,David McCullough
2001-02-23Update arm for the new way of entering main. BTW, I can now run things on armEric Andersen
2001-02-23Let system dependant things override common things.Eric Andersen
2001-02-22Patch from Jean-Yves Avenard to add missing siglongjmp entry andEric Andersen
2001-02-21Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen
2001-02-19Remove redundant old isatty.c since newer termios supplies one.Manuel Novoa III
2001-02-19Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III
2001-02-19Revert to standard handling of _exit syscall in unified syscall case on i386.Manuel Novoa III
2001-02-15Add bdflush.Manuel Novoa III
2001-02-09Add #define to handle new ptrace support.Manuel Novoa III
2001-02-09Implement getdtablesize(), which is used by the rpc crap.Eric Andersen
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-02-09Doh! I forgot a #ifdef such that ptrace ended up in each and everyEric Andersen
2001-02-09It turns out that vfork was completely broken. That was why itEric Andersen
2001-02-09Include ptrace support so debugging will hopefully work.Eric Andersen
2001-02-07_void_void_null_func never returned. I noticed this yesterdayEric Andersen
2001-01-29uClinux 2.0 doesn't have the poll system call, just check for theDavid McCullough
2001-01-29ptrace for m68k debugging.David McCullough
2001-01-29uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III