summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-22change wint_t to unsignedRich Felker3-4/+4
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker18-87/+133
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker1-0/+2
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker1-1/+1
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker1-0/+3
2013-07-03add legacy sys/ttydefaults.h headerrofl0r1-0/+39
2013-07-03add legacy scsi/scsi_ioctl.h headerrofl0r1-0/+11
2013-07-03paths.h: remove cruftrofl0r1-9/+0
2013-07-01add stubs for additional legacy ether.h functionsRich Felker1-3/+3
2013-06-29fix shifts possibly larger than type in major() macroRich Felker1-1/+1
2013-06-29implement minimal dlinfo functionRich Felker1-0/+3
2013-06-28work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker1-1/+9
2013-06-28add missing type shmatt_t in sys/shm.hRich Felker1-0/+2
2013-06-27minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker2-4/+10
2013-06-26document in sysconf and unistd.h that per-thread cpu clocks existRich Felker1-0/+1
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2-17/+19
2013-06-25implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker1-1/+4
2013-06-25add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker1-0/+14
2013-06-08add clock id macros for a number of new(ish) Linux-specific clocksRich Felker1-0/+6
2013-06-08fix the type of CLOCKS_PER_SEC to match new clock_t typeRich Felker1-1/+1
2013-06-07improve handling of nonstandard fields in struct tmRich Felker1-4/+5
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy1-5/+5
2013-05-17add FLT_TRUE_MIN, etc. macros from C11Rich Felker1-0/+2
2013-05-17remove the __STDC_FORMAT_MACROS nonsense from inttypes.hRich Felker1-4/+0
2013-05-15support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker1-3/+10
2013-05-06remove compound literals from math.h to please c++Szabolcs Nagy1-5/+10
2013-04-22remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.hRich Felker1-8/+0
2013-04-10make ifaddrs.h expose sys/socket.hRich Felker1-0/+1
2013-04-06add support for program_invocation[_short]_nameRich Felker1-0/+6
2013-04-05include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r1-0/+3
2013-04-05add getifaddrsrofl0r1-0/+31
2013-04-05net/if.h: add some missing IFF_ constantsrofl0r1-0/+5
2013-04-04add prototype for dn_skipnameRich Felker1-0/+1
2013-04-05add arpa/tftp.hrofl0r1-0/+31
2013-04-04fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker1-8/+15
2013-04-04eliminate bits/wchar.hRich Felker2-2/+15
2013-04-04eliminate gcc dependency for testing char signedness in limits.hRich Felker1-1/+1
2013-04-04add put*ent functions for passwd/group files and similar for shadowRich Felker2-0/+2
2013-04-02re-add useconds_trofl0r2-0/+2
2013-04-02add arpa/nameser_compat.hrofl0r1-0/+2
2013-04-02make tm_zone etc visible under _GNU_SOURCErofl0r1-1/+1
2013-04-01add new socket options to sys/socket.h following linuxSzabolcs Nagy1-2/+17
2013-04-01adding ethernet protocol ids to if_ether.h following linuxSzabolcs Nagy1-0/+15
2013-04-01add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy1-0/+1
2013-04-01add new linux tcp socket option flags to netinet/tcp.hSzabolcs Nagy1-0/+10
2013-03-31provide prototype for pthread_getattr_npRich Felker1-0/+4
2013-03-06fix epoll structure alignment on non-x86_64 archsRich Felker1-1/+5
2013-03-06fix missing type error in grp.h from adding fgetgrentRich Felker1-0/+4
2013-03-04fix some obscure header type size/alignment issuesRich Felker4-10/+9
2013-02-26fix cruft in utmp.h that was broken by changes in utmpx.hRich Felker1-3/+0