OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / include / sys /
2014-08-26 Khem Rajtimex: Sync with glibc
2014-08-25 Khem RajAdd clock_adjtime syscall
2014-04-04 Bernhard Reutner... sysinfo.h: Prevent redeclarations
2013-02-20 Markos Chandrasstat: Use fstatat64 if arch does not have the stat...
2013-02-20 Markos Chandrasstat64: Use fstatat64 if arch does not have the stat64...
2013-02-20 Markos Chandrasstatfs: Use statfs64 if arch does not have the statfs...
2013-02-20 Markos Chandrassendfile: Use sendfile64 if arch does not have the...
2013-02-20 Markos Chandrasmkdir: Use mkdirat if arch does not have the mkdir...
2013-02-20 Markos Chandraschmod: Use fchmodat if arch does not have the chmod...
2013-01-18 Bernhard Reutner... mount.h: update
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerwaitpid.c: provide __waitpid_nocancel, use cancel.h
2012-06-15 Peter S. Mazingerselect: adapt cancelation to use cancel.h
2012-06-15 Peter S. Mazingerwait4.c: provide hidden __wait4_nocancel independent...
2012-06-15 Peter S. Mazingerumount: make umount2 depend on UCLIBC_LINUX_SPECIFIC
2012-06-15 Peter S. Mazingerppoll: no need for hidden version
2012-06-15 Peter S. Mazingertypes.h: both icc and tendra support long long
2012-06-15 Peter S. Mazingerssp: rework, sync messages with the ones in glibc
2012-06-15 Peter S. Mazingersyslog.c: no need for hidden vsyslog, use a static...
2012-06-15 Peter S. Mazingerwait.h: resource.h is included already, rusage is defined
2012-06-15 Peter S. Mazingerquota.h: update, but keep old functionality
2012-04-08 Kevin Cernekeesignalfd.h: Use new "bits/" scheme for arch-specific...
2011-12-22 Natanael Copasys/queue.h: update to eglibc version
2011-07-01 Khem Rajmips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike...
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-12 Bernhard Reutner... linux_specific: handle accept4 and pipe2
2011-05-11 Bernhard Reutner... accept4: Implement cancellation
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingerupdate some headers
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-20 Carmelo Amorosonptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC...
2010-08-05 Bernhard Reutner... sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSOR...
2010-07-27 Vladimir Zapolskiylutimes: add lutimes support
2010-07-09 Khem Rajinclude/param.h: Dont use ARG_MAX from kernel headers
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-20 Bernhard Reutner... futimens: add function
2009-11-19 Peter S. Mazingersync some headers and disable unused prototypes
2009-11-19 Peter S. Mazingermsgrcv is of type ssize_t
2009-11-19 Peter S. Mazingerno need for bits/syscalls.h on target
2009-09-15 Mike Frysingersys/mount.h: sync with latest glibc
2009-07-20 Mike Frysingerfirst pass at implementing *at funcs
2009-07-20 Mike Frysingersync a few headers with glibc (no functional changes)
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-11-26 Bernhard Reutner... - remove fstatfs() and statfs() related headers upon...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-15 Bernhard Reutner... - revert wrong r24049
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-10-10 Bernhard Reutner... - add signalfd()
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-06 Denis VlasenkoHeed a warning: "string" was assigned to char*, changin...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-03-26 Carmelo AmorosoEnable remap_file_pages prototype controlled by __USE_G...
2008-01-09 Mike Frysingerfetch queue.h from latest freebsd cvs
2008-01-06 Mike Frysingeruse the __extern_always_inline define from cdefs.h...
2008-01-05 Mike Frysingersync with glibc to get the extern inline directive
2008-01-05 Mike Frysingerimplement semtimedop for #927
2007-07-14 Denis Vlasenkosyslog.h: allow prioritynames[]/facilitynames[] to...
2007-03-01 Khem Rajinclude stddef.h to get NULL definition.
2007-02-28 Mike Frysingeradd support for ppoll() and emulate poll() with it...
2007-02-21 Mike Frysingerstub out msync() for no-mmu as well
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-29 Bernhard Reutner... - sync with glibc (and provide a check for icc).
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric AndersenSorry psm but contrary to commit 12927, kernel provided...
2006-09-08 Mike Frysingeradd some inline funcs for the mlock funcs on no-mmu
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-06-07 Mike Frysingersync with glibc
2006-05-30 Peter KjellerstedtRemove uses of all QUEUEDEBUG_* macros.
2006-05-06 Mike Frysingersync with glibc
2006-03-01 Peter S. MazingerSync w/ glibc and define _STAT_VER/_MKNOD_VER to 0...
2006-02-22 Mike Frysingerepoll is linux specific
2006-02-22 Mike Frysingersync with glibc
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-01-30 Peter S. MazingerSync w/ glibc
2006-01-29 Mike Frysingermove linux-specific header to linux subdir
2006-01-20 Mike Frysingerdisable deprecated warnings for some files
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-18 Peter S. MazingerDon't include twice features.h and correct typo
2005-12-16 Peter S. MazingerUse kernel provided syscalls for user-space, the one...
2005-12-13 Peter S. MazingerSync w/ glibc
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-30 Peter S. MazingerSync w/ glibc
2005-11-23 Mike Frysingerupdate license with glibc
2005-11-18 Peter S. MazingerEnable __THROW,_NTH,REDIRECT_NTH
2005-11-15 Mike Frysingerinclude pthreads if appropriate ala glibc
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-11-03 Peter S. MazingerSync headers w/ glibc
2005-11-03 Peter S. MazingerSync with glibc
2005-11-03 Peter S. MazingerSync headers w/ glibc
2005-10-04 Eric AndersenDo not stub out functions for mmu-less systems. Hide all
2005-07-02 Mike Frysingersync with glibc versions
next