summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-0/+86
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
* Heed a warning: "string" was assigned to char*, changing that to const char*Denis Vlasenko2008-06-061-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-034-5/+11
* Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso2008-03-261-11/+10
* fetch queue.h from latest freebsd cvsMike Frysinger2008-01-091-383/+444
* use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger2008-01-061-2/+4
* sync with glibc to get the extern inline directiveMike Frysinger2008-01-051-2/+38
* implement semtimedop for #927Mike Frysinger2008-01-051-1/+12
* syslog.h: allow prioritynames[]/facilitynames[] to be defined constDenis Vlasenko2007-07-141-0/+6
* include stddef.h to get NULL definition.Khem Raj2007-03-011-0/+2
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-281-2/+24
* stub out msync() for no-mmu as wellMike Frysinger2007-02-211-2/+10
* Richard Sandiford writes:Mike Frysinger2007-01-291-0/+8
* - sync with glibc (and provide a check for icc).Bernhard Reutner-Fischer2007-01-291-2/+6
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+13
* Sorry psm but contrary to commit 12927, kernel provided syscallsEric Andersen2006-12-081-7/+5
* add some inline funcs for the mlock funcs on no-mmuMike Frysinger2006-09-081-0/+12
* sync with glibcMike Frysinger2006-06-072-9/+51
* sync with glibcMike Frysinger2006-06-071-3/+5
* sync with glibcMike Frysinger2006-06-071-2/+2
* sync with glibcMike Frysinger2006-06-071-2/+11
* Remove uses of all QUEUEDEBUG_* macros.Peter Kjellerstedt2006-05-301-21/+0
* sync with glibcMike Frysinger2006-05-062-55/+392
* Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...Peter S. Mazinger2006-03-011-11/+29
* epoll is linux specificMike Frysinger2006-02-221-110/+0
* sync with glibcMike Frysinger2006-02-221-3/+6
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* Sync w/ glibcPeter S. Mazinger2006-01-301-5/+5
* move linux-specific header to linux subdirMike Frysinger2006-01-291-32/+0
* disable deprecated warnings for some filesMike Frysinger2006-01-201-1/+1
* Joseph S. Myers writes:Eric Andersen2006-01-191-0/+1
* Don't include twice features.h and correct typoPeter S. Mazinger2006-01-181-2/+1
* Use kernel provided syscalls for user-space, the one from libc is not usablePeter S. Mazinger2005-12-161-1/+6
* Sync w/ glibcPeter S. Mazinger2005-12-133-18/+64
* Sync w/ glibcPeter S. Mazinger2005-11-301-4/+4
* Sync w/ glibcPeter S. Mazinger2005-11-301-6/+25
* update license with glibcMike Frysinger2005-11-231-8/+8
* Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger2005-11-181-4/+1
* include pthreads if appropriate ala glibcMike Frysinger2005-11-151-1/+9
* Sync up w/ glibcPeter S. Mazinger2005-11-0412-107/+191
* Sync headers w/ glibcPeter S. Mazinger2005-11-032-14/+34
* Sync with glibcPeter S. Mazinger2005-11-031-5/+4
* Sync headers w/ glibcPeter S. Mazinger2005-11-031-8/+17
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-041-0/+2
* sync with glibc versionsMike Frysinger2005-07-022-20/+78
* SHMLBA is now defined by arch dependent bits/shm.h file so removeJoakim Tjernlund2005-05-101-5/+0
* Justin Cormack <justin@street-vision.com> writes:Mike Frysinger2005-01-061-0/+107
* - Added support for 13 new syscalls to allow more things to compile when usin...Ned Ludd2004-12-201-0/+104