OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / include /
2014-12-12 Bernhard Reutner... unistd: allow to turn off getopt_long
2014-12-09 Bernhard Reutner... sigaction: Fix !HAS_REALTIME compilation
2014-09-09 Anthony G. Basilelibc: add fallocate() and fallocate64()
2014-08-26 Khem Rajtimex: Sync with glibc
2014-08-26 Khem RajDefine IPTOS_CLASS_* macros according to RFC 2474
2014-08-25 Khem RajAdd clock_adjtime syscall
2014-08-18 Anthony G. Basilelibc: add issetugid()
2014-08-18 Vineet GuptaNPTL: ARC support
2014-04-23 Vineet Guptaweak symbols need to be "defined" weak but "declared...
2014-04-23 Vineet GuptaLT.old: Make __errno_location/__h_errno_location thread...
2014-04-08 Bernhard Reutner... ctype.h: Tweak comment
2014-04-04 Bernhard Reutner... sysinfo.h: Prevent redeclarations
2014-04-02 Bernhard Reutner... libc: Fix buglet around __progname
2013-12-23 Vineet Guptaelf: Add ARC Magic and Relocations
2013-11-06 Bernhard Reutner... pull kconfig from linux-3.11
2013-11-06 Vineet GuptaFix weak/strong attribute of __errno_location and it...
2013-06-14 Bernhard Reutner... libc: hide obstack relocations
2013-06-14 Anthony G. Basilelibc/misc/gnu/obprintf.c: implement obstack_printf...
2013-06-07 Vineet GuptaReinstate hidden protos for config_{open,close,read}()
2013-04-03 Bernhard Reutner... add UCLIBC_SUSV2_LEGACY to hide valloc
2013-04-03 Bernhard Reutner... stdlib: avoid relocation
2013-03-14 Markos Chandrasmetag: Add NPTL support
2013-03-14 Markos Chandraself: Add ELF magic number and relocations for the Meta...
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 Chandrastruncate: Use truncate64 if arch does not have the...
2013-02-20 Markos Chandrassymlink: Use symlinkat if arch does not have the symlin...
2013-02-20 Markos Chandrasreadlink: Use readlinkat if arch does not have the...
2013-02-20 Markos Chandrasrename: Use renameat if arch does not have the rename...
2013-02-20 Markos Chandrasmkdir: Use mkdirat if arch does not have the mkdir...
2013-02-20 Markos Chandraschown: Use fchownat if arch does not have the chown...
2013-02-20 Markos Chandrasunlink: Use unlinkat if arch does not have the unlink...
2013-02-20 Markos Chandraslink: Use linkat if arch does not have the link syscall
2013-02-20 Markos Chandrasaccess: Use faccessat if arch does not have the access...
2013-02-20 Markos Chandraschmod: Use fchmodat if arch does not have the chmod...
2013-02-20 Markos Chandrasdup2: Use dup3 if arch does not have the dup2 syscall
2013-02-18 Henning Heinoldlibc: add non standard execvpe function
2013-02-11 Bernhard Reutner... libc: add posix_fallocate()
2013-01-18 Bernhard Reutner... mount.h: update
2013-01-16 Bernhard Reutner... getpwnam: hide relocation
2013-01-10 Florian Fainellilibc: add {get,set,swap,make}context user context manip...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-16 Thomas Schwingeinclude/elf.h: update for ELFOSABI_* changes.
2012-11-14 Mike Frysingerlibc/stdlib: add mkostemp helpers
2012-11-14 Mike Frysingerlibc/sysdeps: add dup3 syscall wrapper
2012-11-14 Mike Frysingerinclude/: ignore more symlinks
2012-06-15 Peter S. Mazingersignal.h: needs size_t
2012-06-15 Peter S. Mazingersched.h: update header, needs size_t
2012-06-15 Peter S. Mazingersignal: remove sigblock, siggetmask and sigsetmask
2012-06-15 Peter S. Mazingersigpause.c: provide the X/Open variant, since the BSD...
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingerrework cancellation for sigwait, sigtimedwait and sigwa...
2012-06-15 Peter S. Mazingerlseek, lseek64: add cancellation for all THREADS
2012-06-15 Peter S. Mazingersigsuspend.c: add cancellation support independently...
2012-06-15 Peter S. Mazingerfcntl: add cancellation to fcntl64, use cancel.h
2012-06-15 Peter S. Mazingerwaitpid.c: provide __waitpid_nocancel, use cancel.h
2012-06-15 Peter S. Mazingeropen.c: add cancellation using cancel.h
2012-06-15 Peter S. Mazingerselect: adapt cancelation to use cancel.h
2012-06-15 Peter S. Mazingerfork: provide __libc_fork only if THREADS are enabled
2012-06-15 Peter S. Mazingeradd cancellation for read, write, close
2012-06-15 Peter S. Mazingerendian.h: add some handy macros to be used in syscalls
2012-06-15 Peter S. Mazingercancel.h: add generic file to ease cancellation support
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. Mazingerprovide stime and settimeofday functions if at least...
2012-06-15 Peter S. Mazingerppoll: no need for hidden version
2012-06-15 Peter S. Mazingerno need for hidden __sigpause, use an internal static...
2012-06-15 Peter S. Mazingeropenat*: use a static function with the different type...
2012-06-15 Peter S. Mazingersignal: cleanup, include only headers that are needed
2012-06-15 Peter S. Mazingeradd simplified __sigemptyset for internal use
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. Mazingermake UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS_...
2012-06-15 Peter S. Mazingergetpt.c: no need for hidden posix_openpt
2012-06-15 Peter S. Mazingerregex.h: sync with glibc, making it more POSIX-like
2012-06-15 Peter S. Mazingerlibdl.c: disable dlinfo
2012-06-15 Peter S. Mazingererrno, h_errno: correct them for non-TLS
2012-06-15 Peter S. Mazingergetpagesize.c, unistd.h: hide __pagesize
2012-06-15 Peter S. Mazingerjmp-unwind.c: add hidden _longjmp_unwind
2012-06-15 Peter S. Mazingerlibc-symbols.h: fix weak functions handling
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingersignal.h: sync with glibc, mainly proper guards
2012-06-15 Peter S. Mazingerstdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part...
2012-06-15 Peter S. Mazingerstdio.h: move uClibc specific parts to the common place...
2012-06-15 Peter S. Mazingersetjmp.h: move __sigjmp_save prototype for consistency
2012-06-15 Peter S. Mazingerlibc-internal.h: provide dummy attribute_tls_model_ie...
2012-06-15 Peter S. Mazinger*_strerror_r.c: keep all occurences in sync with string.h
2012-06-15 Peter S. Mazingererr.c, err.h: no need for hidden functions
2012-06-15 Peter S. Mazingerrpc: constify some more data
2012-06-15 Peter S. Mazingerxdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_t
2012-06-15 Peter S. Mazingerstdlib.h, arc4random.c: fix arc4random return type...
2012-06-15 Peter S. Mazingerwait.h: resource.h is included already, rusage is defined
2012-06-15 Peter S. Mazingersignal.h: disable sigreturn prototype
2012-06-15 Peter S. Mazingersignal.h: disable ssignal and gsignal
2012-06-15 Peter S. Mazingerlink.h: guard TLS related internals of struct link_map...
2012-06-15 Peter S. Mazingerdirent.h: use __ssize_t instead of ssize_t
next