summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)Author
2009-11-20futimens: add functionBernhard Reutner-Fischer
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger
2009-11-19msgrcv is of type ssize_tPeter S. Mazinger
2009-11-19no need for bits/syscalls.h on targetPeter S. Mazinger
2009-09-15sys/mount.h: sync with latest glibcMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20sync a few headers with glibc (no functional changes)Mike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2008-12-29- whitespace cleanup; no obj-code changesBernhard Reutner-Fischer
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-11-26- remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-10-10- add signalfd()Bernhard Reutner-Fischer
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