summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* update some headersPeter S. Mazinger2011-03-031-17/+13
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-201-1/+1
* sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2010-08-051-3/+3
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-1/+3
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-091-4/+14
* futimens: add functionBernhard Reutner-Fischer2009-11-201-0/+1
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-198-18/+37
* msgrcv is of type ssize_tPeter S. Mazinger2009-11-191-3/+7
* no need for bits/syscalls.h on targetPeter S. Mazinger2009-11-191-5/+5
* sys/mount.h: sync with latest glibcMike Frysinger2009-09-151-1/+5
* first pass at implementing *at funcsMike Frysinger2009-07-202-8/+28
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-07-201-4/+5
* syscall: unify common syscall definesMike Frysinger2009-07-081-0/+1
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-295-13/+13
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-8/+0
* - remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer2008-11-261-2/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2014-0/+42
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-206-0/+8
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-152-1/+4
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-152-4/+1
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-152-1/+4
* - 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