summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2013-02-17add fgetgrent functionRich Felker-0/+4
2013-02-01pthread stack treatment overhaul for application-provided stacks, etc.Rich Felker-2/+2
2013-01-31SOL_TCP is nonstandard and not in the reserved namespaceRich Felker-2/+1
2013-01-23add RTLD_NODELETE flag for dlopenRich Felker-0/+1
2013-01-23add support for RTLD_NOLOAD to dlopenRich Felker-0/+1
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker-49/+8
2013-01-12add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy-1/+2
2013-01-12add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy-0/+1
2013-01-12add mount flags to sys/mount.hSzabolcs Nagy-4/+22
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy-0/+1
2013-01-12add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy-0/+1
2013-01-12add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy-0/+2
2013-01-12add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy-1/+9
2013-01-12add missing multicast socket options to netinet/in.hSzabolcs Nagy-0/+17
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy-1/+11
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker-2/+3
2013-01-04setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r-1/+1
2013-01-04add legacy header values.hrofl0r-0/+40
2013-01-04time.h: add BSD aliases for otherwise internal struct tm membersrofl0r-0/+4
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r-0/+4
2013-01-04__assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r-1/+1
2013-01-01add some new-ish IPPROTO constants that were missingRich Felker-0/+3
2012-12-28expose [v]asprintf under _BSD_SOURCERich Felker-2/+2
2012-12-27align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker-2/+3
2012-12-26add linux extension POLLRDHUP to poll.hRich Felker-0/+1
2012-12-19merge a few fixes by sh4rm4Rich Felker-0/+22
2012-12-19socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r-0/+2
2012-12-19math: more correct tgmath.h type cast logicSzabolcs Nagy-32/+17
2012-12-19add inet_network (required for wine)rofl0r-0/+1
2012-12-19link.h: expose glibc/svr4 dynlinker debugging gluerofl0r-0/+19
2012-12-19math: new type cast logic in tgmath.hSzabolcs Nagy-25/+58
2012-12-15Merge remote-tracking branch 'nsz/math'Rich Felker-17/+9
2012-12-15add some missing macros to sys/shm.hRich Felker-0/+3
2012-12-14fixed tgmath.h for functions with integral resultSzabolcs Nagy-7/+9
2012-12-13add missing flags in sys/timerfd.hRich Felker-0/+6
2012-12-11math: remove long double version of bessel functions from math.hSzabolcs Nagy-8/+0
2012-12-11make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy-2/+0
2012-12-10fix regressions in app compatibility from previous sys/ipc.h changesRich Felker-0/+5
2012-12-10syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker-10/+1
2012-12-06fix names of ipc_perm __key/__seq elementsRich Felker-6/+2
2012-12-06fix F_DUPFD_CLOEXEC being defined twicerofl0r-1/+0
2012-12-06fixup for fcntl.h changesrofl0r-16/+15
2012-12-06add personality syscallrofl0r-0/+6
2012-12-06add sigandset and sigorset (needed for qemu)rofl0r-0/+3
2012-12-06add struct msgbuf to sys/msg.hrofl0r-0/+7
2012-12-06unistd.h: fix wrong type for gid_t argumentrofl0r-1/+1
2012-12-06ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r-2/+4
2012-12-06add obsolete futimesat()rofl0r-0/+1
2012-12-06fcntl.h: add some linux-specific F_ macrosrofl0r-0/+17
2012-12-06tcp.h: add SOL_TCP, analoguous to udp.hrofl0r-0/+2