1991 Commits (cccf64e281026a06ba03c1d4157237013e763ad2)
 

Author SHA1 Message Date
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 b3792c8891 include/ifaddrs.h: add prototypes for get/freeifaddrs 13 years ago
rofl0r 202db37a6f add getifaddrs 13 years ago
rofl0r 5ffe494050 net/if.h: add some missing IFF_ constants 13 years ago
Rich Felker f4ded939bf add prototype for dn_skipname 13 years ago
Rich Felker b6f9941201 implement dn_skipname (legacy resolver function) 13 years ago
rofl0r baec93cb58 add arpa/tftp.h 13 years ago
Rich Felker f77bab5933 fix type issues in stdint.h so underlying types of 64-bit types match ABI 13 years ago
Rich Felker c7af271000 eliminate bits/wchar.h 13 years ago
Rich Felker 201995f382 eliminate gcc dependency for testing char signedness in limits.h 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 47cf4919fc re-add useconds_t 13 years ago
rofl0r 82aad3a317 add arpa/nameser_compat.h 13 years ago
rofl0r da144eec54 make tm_zone etc visible under _GNU_SOURCE 13 years ago
rofl0r a6752eb940 __time_to_tm: initialize tm_zone and tm_gmtoff 13 years ago
Szabolcs Nagy 8d3ee05754 add syscall numbers for the new kcmp and finit_module syscalls 13 years ago
Szabolcs Nagy ca2300d9ac add the new SO_REUSEPORT socket option to mips and powerpc 13 years ago
Szabolcs Nagy e82bd04cf7 add new socket options to sys/socket.h following linux 13 years ago
Szabolcs Nagy 46f45f7334 adding ethernet protocol ids to if_ether.h following linux 13 years ago
Szabolcs Nagy d4c04d1360 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) 13 years ago
Szabolcs Nagy 2e762105b7 add new linux tcp socket option flags to netinet/tcp.h 13 years ago
Rich Felker 201e6603c3 fix typo in setpriority syscall wrapper 13 years ago
Rich Felker 0b2764d054 provide prototype for pthread_getattr_np 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 2d0f495e7b add deprecated SIGIOT alias for SIGABRT 13 years ago
Rich Felker 427c0ca79e fix multiple bugs in syslog interfaces 13 years ago
Rich Felker dfdc337b3b remove soname from libc.so/ld-musl 13 years ago
Rich Felker 08514d0614 fix epoll structure alignment on non-x86_64 archs 13 years ago
Rich Felker f44076181d fix missing type error in grp.h from adding fgetgrent 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Rich Felker 8c741783fc fix some obscure header type size/alignment issues 13 years ago