summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
AgeCommit message (Expand)Author
2001-11-07Add statfs64Eric Andersen
2001-10-17This commit makes large file support actually work (when enabled inEric Andersen
2001-08-09Add cmsg_nxthdr function for the cases where the headersDavid McCullough
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-27Remove obsolete files tell.c and getdents.cManuel Novoa III
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-05-16Move the default ptrace.c to common, but let arches override it (suchEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-04-05Get the full set of module creating syscalls in place.Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen
2001-03-05stat and mknod cleanup, take two. Put all the needed junk into syscalls.cEric Andersen
2001-02-19Remove redundant old isatty.c since newer termios supplies one.Manuel Novoa III
2001-02-09Implement getdtablesize(), which is used by the rpc crap.Eric Andersen
2001-01-17Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?Manuel Novoa III
2001-01-16A little update to wait* and a minor syscall cleanup.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-11-17Oops -- this should not have debugging hardcoded...Eric Andersen
2000-11-17Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen
2000-11-16Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-30First pass at fixing readdir by adding a getdents wrapper...Eric Andersen
2000-10-29Oops. Fix up stat. Again.Eric Andersen
2000-10-29Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen
2000-10-28_start.c is a failed experiment. Go back to using asm...Eric Andersen
2000-10-25Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
2000-07-05Completely rearchitected the sysdeps directory.Eric Andersen