summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-01-18mount.h: updateBernhard Reutner-Fischer
2013-01-16getpwnam: hide relocationBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-16include/elf.h: update for ELFOSABI_* changes.Thomas Schwinge
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
2012-11-14include/: ignore more symlinksMike Frysinger
2012-06-15signal.h: needs size_tPeter S. Mazinger
2012-06-15sched.h: update header, needs size_tPeter S. Mazinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15sigpause.c: provide the X/Open variant, since the BSD version is deprecatedPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15lseek, lseek64: add cancellation for all THREADSPeter S. Mazinger
2012-06-15sigsuspend.c: add cancellation support independently of rt_sigsuspendPeter S. Mazinger
2012-06-15fcntl: add cancellation to fcntl64, use cancel.hPeter S. Mazinger
2012-06-15waitpid.c: provide __waitpid_nocancel, use cancel.hPeter S. Mazinger
2012-06-15open.c: add cancellation using cancel.hPeter S. Mazinger
2012-06-15select: adapt cancelation to use cancel.hPeter S. Mazinger
2012-06-15fork: provide __libc_fork only if THREADS are enabledPeter S. Mazinger
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15endian.h: add some handy macros to be used in syscallsPeter S. Mazinger
2012-06-15cancel.h: add generic file to ease cancellation supportPeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger
2012-06-15provide stime and settimeofday functions if at least one of the syscalls is a...Peter S. Mazinger
2012-06-15ppoll: no need for hidden versionPeter S. Mazinger
2012-06-15no need for hidden __sigpause, use an internal static functionPeter S. Mazinger
2012-06-15openat*: use a static function with the different type and strong_alias_untypedPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger
2012-06-15syslog.c: no need for hidden vsyslog, use a static __vsyslog insteadPeter S. Mazinger
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger
2012-06-15regex.h: sync with glibc, making it more POSIX-likePeter S. Mazinger
2012-06-15libdl.c: disable dlinfoPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15getpagesize.c, unistd.h: hide __pagesizePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15libc-symbols.h: fix weak functions handlingPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15signal.h: sync with glibc, mainly proper guardsPeter S. Mazinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15stdio.h: move uClibc specific parts to the common place for these changesPeter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger