Age | Commit message (Expand) | Author | Files | Lines |
2013-07-24 | update siginfo according to linux headers | Szabolcs Nagy | 1 | -1/+13 |
2013-07-24 | add PTRACE_PEEKSIGINFO to ptrace.h | Szabolcs Nagy | 1 | -0/+11 |
2013-07-24 | add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN | Szabolcs Nagy | 1 | -0/+3 |
2013-07-24 | add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h | Szabolcs Nagy | 1 | -0/+2 |
2013-07-24 | remove TCP_COOKIE_TRANSACTIONS from tcp.h | Szabolcs Nagy | 1 | -1/+0 |
2013-07-24 | add SO_SELECT_ERR_QUEUE to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2013-07-24 | change jmp_buf to share an underlying type and struct tag with sigjmp_buf | Rich Felker | 1 | -7/+6 |
2013-07-22 | undefine internal-use type macros at the end of alltypes.h | Rich Felker | 1 | -0/+4 |
2013-07-22 | move register_t and u_int64_t (back) to alltypes | Rich Felker | 2 | -2/+7 |
2013-07-22 | fix regression in size of nlink_t (broken stat struct) on x86_64 | Rich Felker | 1 | -1/+1 |
2013-07-22 | make regoff_t and regex_t match C++ ABI | Rich Felker | 2 | -3/+3 |
2013-07-22 | make pthread_key_t unsigned to match ABI | Rich Felker | 1 | -1/+1 |
2013-07-22 | make pthread attribute types structs, even when they just have one field | Rich Felker | 1 | -3/+3 |
2013-07-22 | change wint_t to unsigned | Rich Felker | 3 | -4/+4 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 18 | -87/+133 |
2013-07-19 | add UIO_MAXIOV macro in sys/uio.h | Rich Felker | 1 | -0/+2 |
2013-07-18 | fix FILENAME_MAX to match PATH_MAX | Rich Felker | 1 | -1/+1 |
2013-07-06 | add NFDBITS in sys/select.h with appropriate feature tests | Rich Felker | 1 | -0/+3 |
2013-07-03 | add legacy sys/ttydefaults.h header | rofl0r | 1 | -0/+39 |
2013-07-03 | add legacy scsi/scsi_ioctl.h header | rofl0r | 1 | -0/+11 |
2013-07-03 | paths.h: remove cruft | rofl0r | 1 | -9/+0 |
2013-07-01 | add stubs for additional legacy ether.h functions | Rich Felker | 1 | -3/+3 |
2013-06-29 | fix shifts possibly larger than type in major() macro | Rich Felker | 1 | -1/+1 |
2013-06-29 | implement minimal dlinfo function | Rich Felker | 1 | -0/+3 |
2013-06-28 | work around wrong kernel type for sem_nsems member of struct semid_ds | Rich Felker | 1 | -1/+9 |
2013-06-28 | add missing type shmatt_t in sys/shm.h | Rich Felker | 1 | -0/+2 |
2013-06-27 | minor compatibility fixes in utmp.h and fixing mismatch with paths.h | Rich Felker | 2 | -4/+10 |
2013-06-26 | document in sysconf and unistd.h that per-thread cpu clocks exist | Rich Felker | 1 | -0/+1 |
2013-06-25 | respect iso c namespace in stdio.h and wchar.h regarding va_list | Rich Felker | 2 | -17/+19 |
2013-06-25 | implement inet_lnaof, inet_netof, and inet_makeaddr | Rich Felker | 1 | -1/+4 |
2013-06-25 | add ether_aton[_r] and ether_ntoa[_r] functions | Rich Felker | 1 | -0/+14 |
2013-06-08 | add clock id macros for a number of new(ish) Linux-specific clocks | Rich Felker | 1 | -0/+6 |
2013-06-08 | fix the type of CLOCKS_PER_SEC to match new clock_t type | Rich Felker | 1 | -1/+1 |
2013-06-07 | improve handling of nonstandard fields in struct tm | Rich Felker | 1 | -4/+5 |
2013-05-26 | fix the prototype of settimeofday to follow the original BSD declaration | Szabolcs Nagy | 1 | -5/+5 |
2013-05-17 | add FLT_TRUE_MIN, etc. macros from C11 | Rich Felker | 1 | -0/+2 |
2013-05-17 | remove the __STDC_FORMAT_MACROS nonsense from inttypes.h | Rich Felker | 1 | -4/+0 |
2013-05-15 | support full range of dev_t major/minor numbers in makedev, etc. macros | Rich Felker | 1 | -3/+10 |
2013-05-06 | remove compound literals from math.h to please c++ | Szabolcs Nagy | 1 | -5/+10 |
2013-04-22 | remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h | Rich Felker | 1 | -8/+0 |
2013-04-10 | make ifaddrs.h expose sys/socket.h | Rich Felker | 1 | -0/+1 |
2013-04-06 | add support for program_invocation[_short]_name | Rich Felker | 1 | -0/+6 |
2013-04-05 | include/ifaddrs.h: add prototypes for get/freeifaddrs | rofl0r | 1 | -0/+3 |
2013-04-05 | add getifaddrs | rofl0r | 1 | -0/+31 |
2013-04-05 | net/if.h: add some missing IFF_ constants | rofl0r | 1 | -0/+5 |
2013-04-04 | add prototype for dn_skipname | Rich Felker | 1 | -0/+1 |
2013-04-05 | add arpa/tftp.h | rofl0r | 1 | -0/+31 |
2013-04-04 | fix type issues in stdint.h so underlying types of 64-bit types match ABI | Rich Felker | 1 | -8/+15 |
2013-04-04 | eliminate bits/wchar.h | Rich Felker | 2 | -2/+15 |
2013-04-04 | eliminate gcc dependency for testing char signedness in limits.h | Rich Felker | 1 | -1/+1 |