OSDN Git Service

Ok, this commit is _huge_ and its gonna change the world. I've
[uclinux-h8/uClibc.git] / include / sys /
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-07-27 Eric AndersenAvoid errors in case some loon has explicitly included
2002-07-24 Miles Bader(__ASMNAME): Use C_SYMBOL_PREFIX.
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-05-02 Eric AndersenAdd missing sysctl.h and queue.h
2002-03-25 Eric AndersenInclude our own copy of struct sysinfo to avoid binary...
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2002-01-30 Eric AndersenAdd missing sys/fsuid.h
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...
2002-01-03 Eric AndersenEnable several more syscalls.
2001-11-23 Eric AndersenAdd this so madplay will properly configure itself...
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-09-06 Eric AndersenPatch from Andrew Ip <aip@cwlinux.com> to add ftime,
2001-08-27 Eric AndersenMake gdb/gcc/binutils happy
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-07-11 David McCulloughThe main part of the C++ support is the definition...
2001-06-27 Eric AndersenCleanup and don't require LIBC to be defined for the...
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...
2001-06-17 Manuel Novoa III Add the in* and out* functions for i386. Note: the...
2001-06-12 Eric AndersenSome socket cleanups
2001-05-26 David SchleefAdded definition of __THROW
2001-05-26 Eric AndersenAdd in message queue support, based on work from <tapu...
2001-05-11 Eric AndersenBring powerpc back into line so it compiles again.
2001-05-10 Eric AndersenFix broken resources.h
2001-05-09 Eric AndersenYipe. This was still pulling in kernel headers.
2001-05-08 Manuel Novoa III Fix comment for #endif to remove warnings.
2001-03-19 Eric AndersenAdd in the sysvipc patch from Michael Shmulevich
2001-02-21 Eric AndersenAdd an SH port done by Jean-Yves Avenard of Hewlett...
2001-02-15 Manuel Novoa III And apparently some things include sys/time.h instead...
2001-02-15 Manuel Novoa III I guess we always need timespec...
2001-02-15 Manuel Novoa III Add missing header file.
2001-02-15 Manuel Novoa III Handle definition of struct timespec.
2001-02-13 Eric AndersenAdd MAP_FAILED per spec -- patch from Michael Shmulevic...
2001-02-09 Eric AndersenInclude ptrace support so debugging will hopefully...
2001-02-03 Eric AndersenBring into sync with a fairly current glibc header...
2001-01-16 Eric AndersenAdd poll, so this is now needed
2001-01-15 Eric AndersenMakeheader files be more like GNU
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-12-12 Eric AndersenAdd yet another missing header file
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric AndersenHeader file cleanup
2000-10-26 Eric AndersenThis had some nasty x86 asm inlines it. Throw them...
2000-10-24 Eric AndersenSupport even more syscalls.
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...
2000-10-22 Eric AndersenNeed this now.
2000-10-07 Eric AndersenAdd in support for shm/ipc.
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-09 Eric Andersenfix sys/vfs so it doesn't pull in kernel stuff.
2000-07-09 Eric AndersenFixed dir/dirent
2000-07-09 Eric AndersenAdd needed include file
2000-07-07 Eric AndersenA few updates.
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-06-28 Eric AndersenMore GPL vs LGPL fixes (sysdeps/getpagesize.c), and...
2000-05-16 Erik AndersenAdd sysinfo support.
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision