OSDN Git Service

Richard Sandiford writes:
[uclinux-h8/uClibc.git] / include / sys /
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-29 Bernhard Reutner... - sync with glibc (and provide a check for icc).
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric AndersenSorry psm but contrary to commit 12927, kernel provided...
2006-09-08 Mike Frysingeradd some inline funcs for the mlock funcs on no-mmu
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-05-30 Peter KjellerstedtRemove uses of all QUEUEDEBUG_* macros.
2006-05-06 Mike Frysingersync with glibc
2006-03-01 Peter S. MazingerSync w/ glibc and define _STAT_VER/_MKNOD_VER to 0...
2006-02-22 Mike Frysingerepoll is linux specific
2006-02-22 Mike Frysingersync with glibc
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-01-30 Peter S. MazingerSync w/ glibc
2006-01-29 Mike Frysingermove linux-specific header to linux subdir
2006-01-20 Mike Frysingerdisable deprecated warnings for some files
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-18 Peter S. MazingerDon't include twice features.h and correct typo
2005-12-16 Peter S. MazingerUse kernel provided syscalls for user-space, the one...
2005-12-13 Peter S. MazingerSync w/ glibc
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-23 Mike Frysingerupdate license with glibc
2005-11-18 Peter S. MazingerEnable __THROW,_NTH,REDIRECT_NTH
2005-11-15 Mike Frysingerinclude pthreads if appropriate ala glibc
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-11-03 Peter S. MazingerSync headers w/ glibc
2005-11-03 Peter S. MazingerSync with glibc
2005-11-03 Peter S. MazingerSync headers w/ glibc
2005-10-04 Eric AndersenDo not stub out functions for mmu-less systems. Hide all
2005-07-02 Mike Frysingersync with glibc versions
2005-05-10 Joakim TjernlundSHMLBA is now defined by arch dependent bits/shm.h...
2005-01-06 Mike FrysingerJustin Cormack <justin@street-vision.com> writes:
2004-12-20 Ned Ludd- Added support for 13 new syscalls to allow more thing...
2004-10-31 Manuel Novoa III Revert Peter's __lib_gettimeofday patch. There's the...
2004-10-19 Eric AndersenPeter S. Mazinger writes:
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-07-27 Eric AndersenRemove all reference to __GLIBC_HAVE_LONG_LONG
2004-07-26 Eric AndersenSupport linux 2.6.x wide device major/minor numbers
2003-10-24 Eric AndersenSigh. It seems some stupid programs expect this...
2003-10-22 Eric AndersenIt seems we need to also define SI_LOAD_SHIFT since...
2003-09-26 Miles BaderRevert to using uClibc-specific c-symbol-prefix stuff
2003-08-08 Eric AndersenAdd support for personality(), prctl(), ustat(), and...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-03-07 Eric AndersenPatch from Stefan Allius:
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2002-11-14 Eric AndersenImplement sendfile64
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...
next