Age | Commit message (Expand) | Author |
2009-11-20 | futimens: add function | Bernhard Reutner-Fischer |
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger |
2009-11-19 | msgrcv is of type ssize_t | Peter S. Mazinger |
2009-11-19 | no need for bits/syscalls.h on target | Peter S. Mazinger |
2009-09-15 | sys/mount.h: sync with latest glibc | Mike Frysinger |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2009-07-20 | sync a few headers with glibc (no functional changes) | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-11-26 | - remove fstatfs() and statfs() related headers upon request | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-15 | - revert wrong r24049 | Bernhard 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 whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-06-06 | Heed 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 features | Bernhard Reutner-Fischer |
2008-03-26 | Enable remap_file_pages prototype controlled by __USE_GNU define as well as m... | Carmelo Amoroso |
2008-01-09 | fetch queue.h from latest freebsd cvs | Mike Frysinger |
2008-01-06 | use the __extern_always_inline define from cdefs.h instead of duplicating gcc... | Mike Frysinger |
2008-01-05 | sync with glibc to get the extern inline directive | Mike Frysinger |
2008-01-05 | implement semtimedop for #927 | Mike Frysinger |
2007-07-14 | syslog.h: allow prioritynames[]/facilitynames[] to be defined const | Denis Vlasenko |
2007-03-01 | include stddef.h to get NULL definition. | Khem Raj |
2007-02-28 | add support for ppoll() and emulate poll() with it when __NR_poll does not exist | Mike Frysinger |
2007-02-21 | stub out msync() for no-mmu as well | Mike Frysinger |
2007-01-29 | Richard Sandiford writes: | Mike Frysinger |
2007-01-29 | - sync with glibc (and provide a check for icc). | Bernhard Reutner-Fischer |
2006-12-08 | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen |
2006-12-08 | Sorry psm but contrary to commit 12927, kernel provided syscalls | Eric Andersen |
2006-09-08 | add some inline funcs for the mlock funcs on no-mmu | Mike Frysinger |
2006-06-07 | sync with glibc | Mike Frysinger |
2006-06-07 | sync with glibc | Mike Frysinger |
2006-06-07 | sync with glibc | Mike Frysinger |
2006-06-07 | sync with glibc | Mike Frysinger |
2006-05-30 | Remove uses of all QUEUEDEBUG_* macros. | Peter Kjellerstedt |
2006-05-06 | sync with glibc | Mike Frysinger |
2006-03-01 | Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi... | Peter S. Mazinger |
2006-02-22 | epoll is linux specific | Mike Frysinger |
2006-02-22 | sync with glibc | Mike Frysinger |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-01-30 | Sync w/ glibc | Peter S. Mazinger |
2006-01-29 | move linux-specific header to linux subdir | Mike Frysinger |
2006-01-20 | disable deprecated warnings for some files | Mike Frysinger |
2006-01-19 | Joseph S. Myers writes: | Eric Andersen |
2006-01-18 | Don't include twice features.h and correct typo | Peter S. Mazinger |