summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
2005-07-02sync with glibc versionsMike Frysinger
2005-05-10SHMLBA is now defined by arch dependent bits/shm.h file so removeJoakim Tjernlund
2005-01-06Justin Cormack <justin@street-vision.com> writes:Mike Frysinger
2004-12-20- Added support for 13 new syscalls to allow more things to compile when usin...Ned Ludd
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-27Remove all reference to __GLIBC_HAVE_LONG_LONGEric Andersen
2004-07-26Support linux 2.6.x wide device major/minor numbersEric Andersen
2003-10-24Sigh. It seems some stupid programs expect this...Eric Andersen
2003-10-22It seems we need to also define SI_LOAD_SHIFT since that wasEric Andersen
2003-09-26Revert to using uClibc-specific c-symbol-prefix stuffMiles Bader
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-03-07Patch from Stefan Allius:Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2002-11-14Implement sendfile64Eric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-07-27Avoid errors in case some loon has explicitly includedEric Andersen
2002-07-24(__ASMNAME): Use C_SYMBOL_PREFIX.Miles Bader
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-05-02Add missing sysctl.h and queue.hEric Andersen
2002-03-25Include our own copy of struct sysinfo to avoid binary compatibilityEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-01-30Add missing sys/fsuid.hEric Andersen
2002-01-06Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen
2002-01-03Enable several more syscalls.Eric Andersen
2001-11-23Add this so madplay will properly configure itself using ossEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-09-06Patch from Andrew Ip <aip@cwlinux.com> to add ftime,Eric Andersen
2001-08-27Make gdb/gcc/binutils happyEric Andersen
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-07-11The main part of the C++ support is the definition of __BEGIN_DECLSDavid McCullough
2001-06-27Cleanup and don't require LIBC to be defined for the syscall numbers.Eric Andersen
2001-06-23This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen
2001-06-17Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III
2001-06-12Some socket cleanupsEric Andersen
2001-05-26Added definition of __THROWDavid Schleef
2001-05-26Add in message queue support, based on work from <tapu@371.net>.Eric Andersen
2001-05-11Bring powerpc back into line so it compiles again.Eric Andersen
2001-05-10Fix broken resources.hEric Andersen
2001-05-09Yipe. This was still pulling in kernel headers.Eric Andersen
2001-05-08Fix comment for #endif to remove warnings.Manuel Novoa III
2001-03-19Add in the sysvipc patch from Michael ShmulevichEric Andersen
2001-02-21Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - EmbeddedEric Andersen
2001-02-15And apparently some things include sys/time.h instead of time.h in uClibc...Manuel Novoa III
2001-02-15I guess we always need timespec...Manuel Novoa III