summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-06Heed a warning: "string" was assigned to char*, changing that to const char*Denis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-03-26Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso
2008-01-09fetch queue.h from latest freebsd cvsMike Frysinger
2008-01-06use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger
2008-01-05sync with glibc to get the extern inline directiveMike Frysinger
2008-01-05implement semtimedop for #927Mike Frysinger
2007-07-14syslog.h: allow prioritynames[]/facilitynames[] to be defined constDenis Vlasenko
2007-03-01include stddef.h to get NULL definition.Khem Raj
2007-02-28add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger
2007-02-21stub out msync() for no-mmu as wellMike Frysinger
2007-01-29Richard Sandiford writes:Mike Frysinger
2007-01-29- sync with glibc (and provide a check for icc).Bernhard Reutner-Fischer
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-08Sorry psm but contrary to commit 12927, kernel provided syscallsEric Andersen
2006-09-08add some inline funcs for the mlock funcs on no-mmuMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-06-07sync with glibcMike Frysinger
2006-05-30Remove uses of all QUEUEDEBUG_* macros.Peter Kjellerstedt
2006-05-06sync with glibcMike Frysinger
2006-03-01Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...Peter S. Mazinger
2006-02-22epoll is linux specificMike Frysinger
2006-02-22sync with glibcMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-01-30Sync w/ glibcPeter S. Mazinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-19Joseph S. Myers writes:Eric Andersen
2006-01-18Don't include twice features.h and correct typoPeter S. Mazinger
2005-12-16Use kernel provided syscalls for user-space, the one from libc is not usablePeter S. Mazinger
2005-12-13Sync w/ glibcPeter S. Mazinger
2005-11-30Sync w/ glibcPeter S. Mazinger
2005-11-30Sync w/ glibcPeter S. Mazinger
2005-11-23update license with glibcMike Frysinger
2005-11-18Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger
2005-11-15include pthreads if appropriate ala glibcMike Frysinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-11-03Sync headers w/ glibcPeter S. Mazinger
2005-11-03Sync with glibcPeter S. Mazinger
2005-11-03Sync headers w/ glibcPeter S. Mazinger
2005-10-04Do not stub out functions for mmu-less systems. Hide allEric Andersen
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