add prototype for dn_skipname
[musl] / include /
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
2012-12-02 Rich Felkerfix a couple issues in the inttypes.h PRI/SCN macros
2012-12-01 Rich Felkerprovide NSIG under _BSD_SOURCE (default) as well as...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-26 Rich Felkerfix eventfd and inotify nonblock/cloexec flags to match...
2012-11-26 Rich Felkerfix missing limits when only _BSD_SOURCE is defined
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-18 Rich Felkeradd cleaned-up sys/mtio.h
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-11-11 Rich Felkerreport support of TPS option in unistd.h and sysconf
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
next