Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | futimens: add function | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -0/+25 |
* | ppoll: get NULL from stddef.h | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -3/+2 |
* | __assert: include unistd.h for smallint | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -2/+1 |
* | msgrcv is of type ssize_t | Austin Foxley | 2009-11-22 | 1 | -2/+2 |
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-22 | 1 | -0/+1 |
* | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+2 |
* | assert: make linenumber unsigned | Peter S. Mazinger | 2009-11-22 | 1 | -4/+3 |
* | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+2 |
* | _Exit(): add weak alias to _exit() for C99 | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+1 |
* | realpath: SUSv4 compliant | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -14/+8 |
* | include string.h for memset() | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -0/+2 |
* | disable _POSIX_SPAWN define | Mike Frysinger | 2009-11-09 | 1 | -0/+2 |
* | regex: call memcpy() ourselves | Mike Frysinger | 2009-11-09 | 1 | -1/+2 |
* | sysctl: avoid inline initialization | Mike Frysinger | 2009-11-09 | 1 | -17/+9 |
* | inet_ntop4: avoid inline initialization | Mike Frysinger | 2009-11-09 | 1 | -1/+3 |
* | sparc: use fputs to write to stderr | Mike Frysinger | 2009-11-09 | 1 | -1/+1 |
* | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger | 2009-11-09 | 3 | -3/+3 |
* | make the sem_open changes actually compile | Austin Foxley | 2009-11-09 | 2 | -2/+2 |
* | Extend __gen_tempname with mode argument | Mikhail Gusarov | 2009-11-09 | 11 | -17/+22 |
* | whitespace fixes | Austin Foxley | 2009-10-17 | 16 | -60/+57 |
* | mips: do not save variables in "hi" or "lo" across system calls | Daniel Jacobowitz | 2009-10-17 | 1 | -2/+2 |
* | mktemp does not depend on floats | Austin Foxley | 2009-10-17 | 1 | -1/+4 |
* | sync a few trivial changes back to master | Austin Foxley | 2009-10-17 | 2 | -5/+5 |
* | hostid: style fixes to match master | Austin Foxley | 2009-10-17 | 1 | -6/+8 |
* | i386: use common INTERNAL_SYSCALL_ERROR_P | Mike Frysinger | 2009-10-16 | 1 | -3/+0 |
* | Fix SH bits/kernel_types.h for new kernel headers. | Joseph Myers | 2009-10-16 | 1 | -1/+2 |
* | check stat("/etc/resolv.conf") for errors | Denys Vlasenko | 2009-10-16 | 1 | -1/+2 |
* | libc/inet/resolv.c: reread resolv.conf if its mtime was changed | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -6/+9 |
* | drop __BCC__ cruft from string code | Mike Frysinger | 2009-10-16 | 14 | -131/+11 |
* | utime() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-16 | 3 | -1/+5 |
* | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-16 | 2 | -2/+5 |
* | link-time warning for obsolescent/removed network funcs | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -0/+4 |
* | clean up O_CLOEXEC handling | Mike Frysinger | 2009-10-16 | 22 | -47/+32 |
* | malloc: handle size overflows in realloc() | Mike Frysinger | 2009-10-16 | 1 | -0/+3 |
* | sparc qops: unify & shrink | Mike Frysinger | 2009-10-16 | 1 | -51/+40 |
* | fcntl.h: drop unused/dead O_STREAMING | Mike Frysinger | 2009-10-16 | 10 | -10/+0 |
* | sparc: add stubs for more of the _Q* ops | Austin Foxley | 2009-10-16 | 1 | -0/+12 |
* | descriptive error message | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -1/+1 |
* | sh: Align sh clone implementation with glibc | Carmelo Amoroso | 2009-10-10 | 1 | -8/+7 |
* | sh4: Reorder code in memmove.c | Carmelo Amoroso | 2009-10-10 | 1 | -32/+30 |
* | Fix building arm EABI | Bernhard Reutner-Fischer | 2009-10-08 | 2 | -1/+2 |
* | mips nptl: Cleanup up _ABI64 warnings | Austin Foxley | 2009-09-27 | 1 | -0/+2 |
* | sh: Add new optimisation to the SH4 memcpy | Giuseppe Cavallaro | 2009-09-27 | 1 | -2/+107 |
* | sh: add assembly strcpy and strncpy | Giuseppe Cavallaro | 2009-09-27 | 2 | -0/+71 |
* | sh: add assembly strlen from Kernel | Giuseppe Cavallaro | 2009-09-27 | 1 | -0/+75 |
* | sh: add assembly memchr from Kernel | Giuseppe Cavallaro | 2009-09-27 | 1 | -0/+30 |
* | sh: add a new memmove optimised for SH4 | Giuseppe Cavallaro | 2009-09-27 | 1 | -0/+119 |
* | sh: add assembly memset from Kernel and optimise it for SH4 | Giuseppe Cavallaro | 2009-09-27 | 1 | -0/+146 |
* | build C files within arch subfolders. | Giuseppe Cavallaro | 2009-09-27 | 1 | -1/+4 |
* | Revert part of ecd7069ac6 | Austin Foxley | 2009-09-25 | 1 | -0/+2 |