work around wrong kernel type for sem_nsems member of struct semid_ds
[musl] / include /
2013-06-29 Rich Felkerwork around wrong kernel type for sem_nsems member...
2013-06-29 Rich Felkeradd missing type shmatt_t in sys/shm.h
2013-06-28 Rich Felkerminor compatibility fixes in utmp.h and fixing mismatch...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-06-08 Rich Felkeradd clock id macros for a number of new(ish) Linux...
2013-06-08 Rich Felkerfix the type of CLOCKS_PER_SEC to match new clock_t...
2013-06-07 Rich Felkerimprove handling of nonstandard fields in struct tm
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-05-17 Rich Felkerremove the __STDC_FORMAT_MACROS nonsense from inttypes.h
2013-05-15 Rich Felkersupport full range of dev_t major/minor numbers in...
2013-05-06 Szabolcs Nagyremove compound literals from math.h to please c++
2013-04-23 Rich Felkerremove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS...
2013-04-11 Rich Felkermake ifaddrs.h expose sys/socket.h
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2013-04-05 rofl0rinclude/ifaddrs.h: add prototypes for get/freeifaddrs
2013-04-05 rofl0radd getifaddrs
2013-04-05 rofl0rnet/if.h: add some missing IFF_ constants
2013-04-05 Rich Felkeradd prototype for dn_skipname
2013-04-05 rofl0radd arpa/tftp.h
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-04 Rich Felkereliminate gcc dependency for testing char signedness...
2013-04-04 Rich Felkeradd put*ent functions for passwd/group files and simila...
2013-04-02 rofl0rre-add useconds_t
2013-04-02 rofl0radd arpa/nameser_compat.h
2013-04-02 rofl0rmake tm_zone etc visible under _GNU_SOURCE
2013-04-01 Szabolcs Nagyadd new socket options to sys/socket.h following linux
2013-04-01 Szabolcs Nagyadding ethernet protocol ids to if_ether.h following...
2013-04-01 Szabolcs Nagyadd ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
2013-04-01 Szabolcs Nagyadd new linux tcp socket option flags to netinet/tcp.h
2013-04-01 Rich Felkerprovide prototype for pthread_getattr_np
2013-03-07 Rich Felkerfix epoll structure alignment on non-x86_64 archs
2013-03-06 Rich Felkerfix missing type error in grp.h from adding fgetgrent
2013-03-04 Rich Felkerfix some obscure header type size/alignment issues
2013-02-26 Rich Felkerfix cruft in utmp.h that was broken by changes in utmpx.h
2013-02-26 Rich Felkernamespace conformance to latest standards in strings.h
2013-02-21 rofl0rscsci/sg.h: fix usage of undefined macro HZ
2013-02-21 rofl0radd arpa/ftp.h
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2013-02-17 Rich Felkeradd fgetgrent function
2013-02-02 Rich Felkerpthread stack treatment overhaul for application-provid...
2013-01-31 Rich FelkerSOL_TCP is nonstandard and not in the reserved namespace
2013-01-24 Rich Felkeradd RTLD_NODELETE flag for dlopen
2013-01-24 Rich Felkeradd support for RTLD_NOLOAD to dlopen
2013-01-19 Rich Felkeruse a common definition of NULL as 0L for C and C++
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd MOD_TAI to sys/timex.h and update STA_RONLY
2013-01-12 Szabolcs Nagyadd SWAP_FLAG_DISCARD to sys/swap.h
2013-01-12 Szabolcs Nagyadd mount flags to sys/mount.h
2013-01-12 Szabolcs Nagyadd IN_EXCL_UNLINK to sys/inotify.h
2013-01-12 Szabolcs Nagyadd EPOLLWAKEUP flag to sys/epoll.h
2013-01-12 Szabolcs Nagyadd RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
2013-01-12 Szabolcs Nagyadd missing ptrace requests and options to sys/ptrace.h
2013-01-12 Szabolcs Nagyadd missing multicast socket options to netinet/in.h
2013-01-12 Szabolcs Nagyadd missing protocol families to sys/socket.h
2013-01-10 Rich Felkerfix another case of cloexec/nonblock flags not matching...
2013-01-04 rofl0rsetjmp.h: add struct tag for sigjmp_buf (GCC C++ compat...
2013-01-04 rofl0radd legacy header values.h
2013-01-04 rofl0rtime.h: add BSD aliases for otherwise internal struct...
2013-01-04 rofl0rwait.h: add linux specific, thread-related waitpid...
2013-01-04 rofl0r__assert_fail(): remove _Noreturn, to get proper stackt...
2013-01-02 Rich Felkeradd some new-ish IPPROTO constants that were missing
2012-12-28 Rich Felkerexpose [v]asprintf under _BSD_SOURCE
2012-12-28 Rich Felkeralign EPOLL_* flags with fcntl O_* flag definitions...
2012-12-26 Rich Felkeradd linux extension POLLRDHUP to poll.h
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rsocket.h: add SO_(SND/RCV)BUFFORCE to generic block
2012-12-19 Szabolcs Nagymath: more correct tgmath.h type cast logic
2012-12-19 rofl0radd inet_network (required for wine)
2012-12-19 rofl0rlink.h: expose glibc/svr4 dynlinker debugging glue
2012-12-19 Szabolcs Nagymath: new type cast logic in tgmath.h
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-15 Rich Felkeradd some missing macros to sys/shm.h
2012-12-14 Szabolcs Nagyfixed tgmath.h for functions with integral result
2012-12-13 Rich Felkeradd missing flags in sys/timerfd.h
2012-12-11 Szabolcs Nagymath: remove long double version of bessel functions...
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-11 Rich Felkerfix regressions in app compatibility from previous...
2012-12-10 Rich Felkersyscall() declaration belongs in unistd.h, not sys...
2012-12-06 Rich Felkerfix names of ipc_perm __key/__seq elements
2012-12-06 rofl0rfix F_DUPFD_CLOEXEC being defined twice
2012-12-06 rofl0rfixup for fcntl.h changes
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-06 rofl0radd struct msgbuf to sys/msg.h
2012-12-06 rofl0runistd.h: fix wrong type for gid_t argument
2012-12-06 rofl0ripc.h: fix gnu aliases for key and seq in struct ipc_perm
2012-12-06 rofl0radd obsolete futimesat()
2012-12-06 rofl0rfcntl.h: add some linux-specific F_ macros
2012-12-06 rofl0rtcp.h: add SOL_TCP, analoguous to udp.h
2012-12-05 Rich Felkerfix inefficiency of math.h isless, etc. macros
2012-12-05 Rich Felkeradd scsi headers scsi.h and sg.h
2012-12-05 Rich Felkeruse __builtin_offsetof to implement offsetof when possible
2012-12-03 Rich Felkeradd _ALL_SOURCE as an alias for _GNU_SOURCE/enable...
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
next