476 Commits (2b0af609ef3d90fe6433270f2e2f62fc77ec7441)

Author SHA1 Message Date
Rich Felker 062f40ef3e work around wrong kernel type for sem_nsems member of struct semid_ds 13 years ago
Rich Felker 553d566c3f add missing type shmatt_t in sys/shm.h 13 years ago
Rich Felker 1e2281b835 minor compatibility fixes in utmp.h and fixing mismatch with paths.h 13 years ago
Rich Felker f03db4bdff document in sysconf and unistd.h that per-thread cpu clocks exist 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Rich Felker e40f48a421 implement inet_lnaof, inet_netof, and inet_makeaddr 13 years ago
Rich Felker 83966b369d add ether_aton[_r] and ether_ntoa[_r] functions 13 years ago
Rich Felker 4191d24476 add clock id macros for a number of new(ish) Linux-specific clocks 13 years ago
Rich Felker 0173990284 fix the type of CLOCKS_PER_SEC to match new clock_t type 13 years ago
Rich Felker f7244d205f improve handling of nonstandard fields in struct tm 13 years ago
Szabolcs Nagy 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
Rich Felker 22730d6560 add FLT_TRUE_MIN, etc. macros from C11 13 years ago
Rich Felker ec9f5353b1 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h 13 years ago
Rich Felker 2c184264ea support full range of dev_t major/minor numbers in makedev, etc. macros 13 years ago
Szabolcs Nagy 2897bfdd60 remove compound literals from math.h to please c++ 13 years ago
Rich Felker 43653c1250 remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h 13 years ago
Rich Felker 4ba3ebdcfe make ifaddrs.h expose sys/socket.h 13 years ago
Rich Felker b4ea63856a add support for program_invocation[_short]_name 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
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
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 14 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 14 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