about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* add NFDBITS in sys/select.h with appropriate feature testsRich Felker2013-07-061-0/+3
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39
* add legacy scsi/scsi_ioctl.h headerrofl0r2013-07-031-0/+11
* paths.h: remove cruftrofl0r2013-07-031-9/+0
* add stubs for additional legacy ether.h functionsRich Felker2013-07-011-3/+3
* fix shifts possibly larger than type in major() macroRich Felker2013-06-291-1/+1
* implement minimal dlinfo functionRich Felker2013-06-291-0/+3
* work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker2013-06-281-1/+9
* add missing type shmatt_t in sys/shm.hRich Felker2013-06-281-0/+2
* minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker2013-06-272-4/+10
* document in sysconf and unistd.h that per-thread cpu clocks existRich Felker2013-06-261-0/+1
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-252-17/+19
* implement inet_lnaof, inet_netof, and inet_makeaddrRich Felker2013-06-251-1/+4
* add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker2013-06-251-0/+14
* add clock id macros for a number of new(ish) Linux-specific clocksRich Felker2013-06-081-0/+6
* fix the type of CLOCKS_PER_SEC to match new clock_t typeRich Felker2013-06-081-1/+1
* improve handling of nonstandard fields in struct tmRich Felker2013-06-071-4/+5
* fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy2013-05-261-5/+5
* add FLT_TRUE_MIN, etc. macros from C11Rich Felker2013-05-171-0/+2
* remove the __STDC_FORMAT_MACROS nonsense from inttypes.hRich Felker2013-05-171-4/+0
* support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker2013-05-151-3/+10
* remove compound literals from math.h to please c++Szabolcs Nagy2013-05-061-5/+10
* remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.hRich Felker2013-04-221-8/+0
* make ifaddrs.h expose sys/socket.hRich Felker2013-04-101-0/+1
* add support for program_invocation[_short]_nameRich Felker2013-04-061-0/+6
* include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r2013-04-051-0/+3
* add getifaddrsrofl0r2013-04-051-0/+31
* net/if.h: add some missing IFF_ constantsrofl0r2013-04-051-0/+5
* add prototype for dn_skipnameRich Felker2013-04-041-0/+1
* add arpa/tftp.hrofl0r2013-04-051-0/+31
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-041-8/+15
* eliminate bits/wchar.hRich Felker2013-04-042-2/+15
* eliminate gcc dependency for testing char signedness in limits.hRich Felker2013-04-041-1/+1
* add put*ent functions for passwd/group files and similar for shadowRich Felker2013-04-042-0/+2
* re-add useconds_trofl0r2013-04-022-0/+2
* add arpa/nameser_compat.hrofl0r2013-04-021-0/+2
* make tm_zone etc visible under _GNU_SOURCErofl0r2013-04-021-1/+1
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* adding ethernet protocol ids to if_ether.h following linuxSzabolcs Nagy2013-04-011-0/+15
* add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy2013-04-011-0/+1
* add new linux tcp socket option flags to netinet/tcp.hSzabolcs Nagy2013-04-011-0/+10
* provide prototype for pthread_getattr_npRich Felker2013-03-311-0/+4
* fix epoll structure alignment on non-x86_64 archsRich Felker2013-03-061-1/+5
* fix missing type error in grp.h from adding fgetgrentRich Felker2013-03-061-0/+4
* fix some obscure header type size/alignment issuesRich Felker2013-03-044-10/+9
* fix cruft in utmp.h that was broken by changes in utmpx.hRich Felker2013-02-261-3/+0
* namespace conformance to latest standards in strings.hRich Felker2013-02-261-4/+6
* scsci/sg.h: fix usage of undefined macro HZrofl0r2013-02-211-1/+1
* add arpa/ftp.hrofl0r2013-02-211-0/+35
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-201-0/+8