summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* futimens: add functionBernhard Reutner-Fischer2009-11-222-0/+25
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-221-3/+2
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-221-0/+1
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-221-0/+2
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-0/+2
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-221-0/+1
* disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* sparc: use fputs to write to stderrMike Frysinger2009-11-091-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-093-3/+3
* whitespace fixesAustin Foxley2009-10-1712-22/+20
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-10-171-2/+2
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-161-3/+0
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-161-1/+2
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-163-1/+5
* clean up O_CLOEXEC handlingMike Frysinger2009-10-1619-16/+22
* sparc qops: unify & shrinkMike Frysinger2009-10-161-51/+40
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-1610-10/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-161-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-161-1/+1
* sh: Align sh clone implementation with glibcCarmelo Amoroso2009-10-101-8/+7
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* mips nptl: Cleanup up _ABI64 warningsAustin Foxley2009-09-271-0/+2
* Revert part of ecd7069ac6Austin Foxley2009-09-251-0/+2
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-226-4/+35
* sparc nptl: make sure correct clone.S and pt-vfork.S get in libpthreadAustin Foxley2009-09-221-2/+2
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-0/+19
* uClibc_mutex.h: define non-thread versions of all the io-mutex macrosAustin Foxley2009-09-211-5/+12
* sparc/Makefile.arch: add back missing fork/vfork for non threads caseAustin Foxley2009-09-211-3/+6
* warning fixesAustin Foxley2009-09-211-2/+0
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* guard sysdep-cancel.h include under defineAustin Foxley2009-09-201-0/+6
* guard sysdep.h include with correct defineAustin Foxley2009-09-201-1/+1
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-182-7/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-184-17/+11
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-18140-221/+2
* always define float_t as floatBernhard Reutner-Fischer2009-09-184-80/+4
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-181-0/+11
* sparc/sigaction.c: note possible bugs by comments. style fixesDenys Vlasenko2009-09-181-49/+57
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-184-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-181-4/+2
* Revert "syscall.c: Use common syscall.c for ARM"Khem Raj2009-09-183-0/+129
* accidently let arm's sigaction.c sneak in when merging d990ec5891dfAustin Foxley2009-09-031-1/+1
* drop last _syscall6 checksMike Frysinger2009-09-032-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-09-0318-19/+81
* Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj2009-09-035-9/+22
* Add posix_fadvise{64}.c routines to Makefile.archKhem Raj2009-09-032-7/+7
* Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj2009-09-032-0/+106