about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* add fgetgrent functionRich Felker2013-02-171-0/+4
* pthread stack treatment overhaul for application-provided stacks, etc.Rich Felker2013-02-011-2/+2
* SOL_TCP is nonstandard and not in the reserved namespaceRich Felker2013-01-311-2/+1
* add RTLD_NODELETE flag for dlopenRich Felker2013-01-231-0/+1
* add support for RTLD_NOLOAD to dlopenRich Felker2013-01-231-0/+1
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-188-49/+8
* add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy2013-01-121-1/+2
* add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy2013-01-121-0/+1
* add mount flags to sys/mount.hSzabolcs Nagy2013-01-121-4/+22
* add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy2013-01-121-0/+1
* add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy2013-01-121-0/+2
* add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy2013-01-121-1/+9
* add missing multicast socket options to netinet/in.hSzabolcs Nagy2013-01-121-0/+17
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r2013-01-041-1/+1
* add legacy header values.hrofl0r2013-01-042-0/+40
* time.h: add BSD aliases for otherwise internal struct tm membersrofl0r2013-01-041-0/+4
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* __assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r2013-01-041-1/+1
* add some new-ish IPPROTO constants that were missingRich Felker2013-01-011-0/+3
* expose [v]asprintf under _BSD_SOURCERich Felker2012-12-281-2/+2