OSDN Git Service

stat and mknod cleanup, take two. Put all the needed junk into syscalls.c
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / Makefile
2001-03-05 Eric Andersenstat and mknod cleanup, take two. Put all the needed...
2001-02-19 Manuel Novoa III Remove redundant old isatty.c since newer termios suppl...
2001-02-09 Eric AndersenImplement getdtablesize(), which is used by the rpc...
2001-01-17 Manuel Novoa III Work around str_syscalls.sh not having execute perms...
2001-01-16 Eric AndersenA little update to wait* and a minor syscall cleanup.
2001-01-16 Eric AndersenAdded common handling of errno.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-11-17 Eric AndersenOops -- this should not have debugging hardcoded...
2000-11-17 Eric AndersenSome cleanups from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric AndersenFirst pass at fixing readdir by adding a getdents wrapp...
2000-10-29 Eric AndersenOops. Fix up stat. Again.
2000-10-29 Eric AndersenFix up stat so we translate from kernel stat to libc...
2000-10-28 Eric Andersen_start.c is a failed experiment. Go back to using...
2000-10-25 Eric AndersenMove syscalls to sysdeps/linux/common (since they are...
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-07-05 Eric AndersenCompletely rearchitected the sysdeps directory.