1526 Commits (97789d3e5d3f8f0f62177ea77c810a784dca986c)

Author SHA1 Message Date
Rich Felker ea34b1b90c implement mbtowc directly, not as a wrapper for mbrtowc 13 years ago
Rich Felker a49e038bab optimize mbrtowc 13 years ago
Rich Felker 8f06ab0eb9 fix out-of-bounds access in UTF-8 decoding 13 years ago
Rich Felker bcd9302508 fix signalfd not to ignore flags 13 years ago
Rich Felker cc11b42286 silence nonsensical warnings in timer_create 13 years ago
Rich Felker b4ea63856a add support for program_invocation[_short]_name 13 years ago
Rich Felker 5c5ac810c3 fix argument omission in ABI-compat weak_alias for fscanf 13 years ago
Isaac Dunham 14f0272ea1 Add ABI compatability aliases. 13 years ago
Rich Felker ced64995c2 fix type error in pthread_create, introduced with pthread_getattr_np 13 years ago
rofl0r 338cc31c4b getifaddrs: remove unused label 13 years ago
rofl0r 4af3ea789a getifaddrs: use if_nameindex to enumerate interfaces 13 years ago
rofl0r 69a1983872 getifaddrs: one less indent level 13 years ago
rofl0r c82f53f67c getifaddrs: less malloc 13 years ago
rofl0r 202db37a6f add getifaddrs 13 years ago
Rich Felker b6f9941201 implement dn_skipname (legacy resolver function) 13 years ago
Rich Felker ddfb267b0e add put*ent functions for passwd/group files and similar for shadow 13 years ago
Rich Felker 771c6cead0 cleanup wcstombs 13 years ago
Rich Felker b5a527f9ff cleanup mbstowcs wrapper 13 years ago
Rich Felker f62b12d051 minor optimization to mbstowcs 13 years ago
Rich Felker 40b2b5fa94 fix incorrect range checks in wcsrtombs 13 years ago
Rich Felker 50d9661d9b overhaul mbsrtowcs 13 years ago
rofl0r a6752eb940 __time_to_tm: initialize tm_zone and tm_gmtoff 13 years ago
Rich Felker 201e6603c3 fix typo in setpriority syscall wrapper 13 years ago
Rich Felker 14a835b386 implement pthread_getattr_np 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 00f1521fdd provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
Rich Felker ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 13 years ago
Rich Felker 9cb6e6ea12 rewrite popen to use posix_spawn instead of fragile vfork hacks 13 years ago
Rich Felker 7914ce9204 remove cruft from pre-posix_spawn version of the system function 13 years ago
Rich Felker 427c0ca79e fix multiple bugs in syslog interfaces 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Rich Felker 5afc74fbaa fix integer type issue in strverscmp 13 years ago
Rich Felker 4853c1f7f7 implement non-stub strverscmp 13 years ago
Rich Felker e864ddc368 replace stub with working strcasestr 13 years ago
Rich Felker 330fd96213 fix wrong return value from wmemmove on forward copies 13 years ago
Rich Felker 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking 13 years ago
Rich Felker 8d2f8064aa fix error cases in mkostemps core 13 years ago
Rich Felker 3b00675bf5 remove leftover unused variable in mktemp after refactoring 13 years ago
Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals 13 years ago
Rich Felker f78cdbe899 remove unused #undef environ now that libc.h no longer #defines it 13 years ago
Rich Felker 23ccb80fcb consistently use the internal name __environ for environ 13 years ago
Rich Felker cac872957e add fgetgrent function 13 years ago
Rich Felker b9e08308f4 fix typo in newly-added error message for EOWNERDEAD 13 years ago
Rich Felker d75348ddda improve error strings 13 years ago
Rich Felker a8799356d5 base system() on posix_spawn 13 years ago
Rich Felker 4862864fc1 fix unsigned comparison bug in posix_spawn 13 years ago
Rich Felker fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork 13 years ago
Rich Felker 89d3df6e54 streamline old-kernel fallback path of pipe2 to use syscalls directly 13 years ago
Rich Felker a47ad3ebce dynamically allocate storage for gethostby* buffers 13 years ago
Rich Felker c0193550a0 fix blank ai_canonname from getaddrinfo for non-CNAMEs 13 years ago