652 Commits (f5011c62c3329f15652a60b6b2300d7e3f570977)

Author SHA1 Message Date
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
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
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 0b2764d054 provide prototype for pthread_getattr_np 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 8c741783fc fix some obscure header type size/alignment issues 13 years ago
Rich Felker e201d82aac fix cruft in utmp.h that was broken by changes in utmpx.h 13 years ago
Rich Felker d1eae83a59 namespace conformance to latest standards in strings.h 13 years ago
rofl0r 8224bdbbed scsci/sg.h: fix usage of undefined macro HZ 13 years ago
rofl0r caec662217 add arpa/ftp.h 13 years ago
Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals 13 years ago
Rich Felker cac872957e add fgetgrent function 13 years ago
Rich Felker d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 13 years ago
Rich Felker 725c55528d SOL_TCP is nonstandard and not in the reserved namespace 13 years ago
Rich Felker 55ddbc3e5d add RTLD_NODELETE flag for dlopen 13 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 13 years ago
Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 14 years ago
Szabolcs Nagy 200f96c6a0 add MOD_TAI to sys/timex.h and update STA_RONLY 14 years ago
Szabolcs Nagy d650631dad add SWAP_FLAG_DISCARD to sys/swap.h 14 years ago
Szabolcs Nagy 645c6d99a5 add mount flags to sys/mount.h 14 years ago
Szabolcs Nagy 48854dffdb add IN_EXCL_UNLINK to sys/inotify.h 14 years ago
Szabolcs Nagy ada88f6178 add EPOLLWAKEUP flag to sys/epoll.h 14 years ago
Szabolcs Nagy c7351ffe9b add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h 14 years ago
Szabolcs Nagy 2010361663 add missing ptrace requests and options to sys/ptrace.h 14 years ago
Szabolcs Nagy 119645b6bb add missing multicast socket options to netinet/in.h 14 years ago
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
Rich Felker 2dec29741b fix another case of cloexec/nonblock flags not matching arch values 14 years ago
rofl0r d84923d89e setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) 14 years ago
rofl0r 2ba3f44db5 add legacy header values.h 14 years ago
rofl0r 87781ac64c time.h: add BSD aliases for otherwise internal struct tm members 14 years ago
rofl0r e895ddc0cd wait.h: add linux specific, thread-related waitpid() flags 14 years ago
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
Rich Felker 5d893e50b0 add some new-ish IPPROTO constants that were missing 14 years ago
Rich Felker d18a410bbf expose [v]asprintf under _BSD_SOURCE 14 years ago
Rich Felker 761ebe065c align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch 14 years ago
Rich Felker 8442358d9d add linux extension POLLRDHUP to poll.h 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Szabolcs Nagy 3c4214db72 math: more correct tgmath.h type cast logic 14 years ago
rofl0r 36d7303878 add inet_network (required for wine) 14 years ago
rofl0r 26cf9c3c6b link.h: expose glibc/svr4 dynlinker debugging glue 14 years ago
Szabolcs Nagy e9e2b66e68 math: new type cast logic in tgmath.h 14 years ago
Rich Felker 9cb589939c add some missing macros to sys/shm.h 14 years ago