summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26namespace conformance to latest standards in strings.hRich Felker1-4/+6
2013-02-21scsci/sg.h: fix usage of undefined macro HZrofl0r1-1/+1
2013-02-21add arpa/ftp.hrofl0r1-0/+35
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker1-0/+8
2013-02-17add fgetgrent functionRich Felker1-0/+4
2013-02-01pthread stack treatment overhaul for application-provided stacks, etc.Rich Felker1-2/+2
2013-01-31SOL_TCP is nonstandard and not in the reserved namespaceRich Felker1-2/+1
2013-01-23add RTLD_NODELETE flag for dlopenRich Felker1-0/+1
2013-01-23add support for RTLD_NOLOAD to dlopenRich Felker1-0/+1
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker8-49/+8
2013-01-12add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy1-1/+2
2013-01-12add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy1-0/+1
2013-01-12add mount flags to sys/mount.hSzabolcs Nagy1-4/+22
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy1-0/+1
2013-01-12add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy1-0/+1
2013-01-12add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy1-0/+2
2013-01-12add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy1-1/+9
2013-01-12add missing multicast socket options to netinet/in.hSzabolcs Nagy1-0/+17
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy1-1/+11
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker1-2/+3
2013-01-04setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r1-1/+1
2013-01-04add legacy header values.hrofl0r2-0/+40
2013-01-04time.h: add BSD aliases for otherwise internal struct tm membersrofl0r1-0/+4
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r1-0/+4
2013-01-04__assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r1-1/+1
2013-01-01add some new-ish IPPROTO constants that were missingRich Felker1-0/+3