formatting whatsnew file
[musl] / include /
2011-03-11 Rich Felkerfix sem_open and sem_close to obey posix semantics
2011-03-08 Rich Felkerfix typos in dirent.h
2011-03-08 Rich Felkerfcntl.h should make availabel the mode constants from...
2011-03-07 Rich Felkeradd macros for use with d_type extension field in dirent
2011-03-07 Rich Felkeradd prototypes for pthread_condattr_* and pthread_rwloc...
2011-03-03 Rich Felkerpreliminaries to adding POSIX semaphores
2011-03-03 Rich Felkernamespace cleanup in sys/mman.h
2011-02-27 Rich Felkerimplement futimens and utimensat
2011-02-27 Rich Felkercleanup namespace in sys/time.h
2011-02-27 Rich Felkerimplement fexecve
2011-02-27 Rich Felkerfix missing prototype for strsignal
2011-02-24 Rich Felkerapply feature test protection to memccpy
2011-02-20 Rich Felkerprototypes for GNU asprintf/vasprintf
2011-02-20 Rich Felkerinclude sys/sysmacros.h from sys/types.h when _GNU_SOUR...
2011-02-20 Rich Felkerfix typo in inotify structure
2011-02-20 Rich Felkermake real symbols for the legacy (nonstandardized)...
2011-02-20 Rich Felkerresolve some header namespace non-issues
2011-02-20 Rich Felkermove the GNU siginfo renaming so it doesn't lead to...
2011-02-20 Rich Felkermake sys/param.h not depend on PATH_MAX and NAME_MAX
2011-02-19 Rich Felkerfix typo in wordexp.h (note that the function is still...
2011-02-19 Rich Felkeradd syscall wrappers for inotify
2011-02-19 Rich Felkerprototype wait3 and wait4
2011-02-19 Rich Felkerprototypes for brk and sbrk
2011-02-19 Rich Felkersupport the ugly and deprecated ucontext and sigcontext...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-18 Rich Felkeradd portable lchown (trivial to support and a few ancie...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-17 Rich Felkerucontext is no longer in the standard, so use gnu-frien...
2011-02-17 Rich Felkersome gnu software wrongly uses "struct siginfo" instead...
2011-02-17 Rich Felkeradd to pthread.h: pthread_mutex_timedlock and sched...
2011-02-16 Rich Felkermove stdio stuff that's not arch-specific out of bits
2011-02-16 Rich Felkerfix the types of some integer constant limits in headers
2011-02-15 Rich Felkerfix missing EXIT_* in stdlib.h after header cleanup
2011-02-15 Rich Felkerfeature test support in unistd.h
2011-02-15 Rich Felkerprototype for gnu strcasestr (currently a stub)
2011-02-15 Rich Felkerfix another error from header cleanup, missing size_t...
2011-02-15 Rich Felkerfix broken signal.h from header cleanup
2011-02-15 Rich Felkerfix some type leakage (timer_t) from x86_64 commit
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!
2011-02-15 Rich Felkersplit off arch-specific stdarg.h stuff
2011-02-15 Rich Felkerpreparing build system to handle ports - step 1
2011-02-15 Rich Felkeradd previously-missing ios646.h
2011-02-15 Rich Felkermore header cleanup and conformance fixes - string.h
2011-02-15 Rich Felkermore header cleanup and conformance fixes - locale...
2011-02-15 Rich Felkerheader cleanup, conformance fixes - signals
2011-02-15 Rich Felkerupdate various bits headers for new linux additions
2011-02-15 Rich Felkermore header fixes, minor warning fix
2011-02-14 Rich Felkermajor bugfix for sigset_t (it was mistakenly 1024 bytes...
2011-02-14 Rich Felkerextensive header cleanup for standards conformance...
2011-02-14 Rich Felkerbegin namespace-cleanup of standard C headers
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-14 Rich Felkeradded missing O_NDELAY
2011-02-13 Rich Felkerfix omission that kept sa_restorer from being used
2011-02-12 Rich Felkerinitial check-in, version 0.5.0