missed detail in cancellation bloat fix
[musl] / include /
2011-07-31 Rich Felkerconsistency: use struct __ucontext instead of ucontext_...
2011-07-09 Rich Felkeradd missing signalfd flags
2011-07-01 Rich Felkerfill in junk in stropts.h
2011-06-30 Rich Felkeradd and consolidate nasty stdio_ext junk
2011-06-30 Rich Felkerimplement the nonstandard GNU function fpurge
2011-06-29 Rich Felkeravoid errors in ucontext.h when no feature test macros...
2011-06-27 Rich Felkerfurther fixup dlfcn.h
2011-06-27 Rich Felkermatch LSB/glibc constants for dynamic loader
2011-06-25 Rich FelkerXSI search.h API implementation by Szabolcs Nagy
2011-06-25 Rich Felkermove all limits that don't vary out of bits/limits...
2011-06-18 Rich Felkercopy-paste error in prctl.h
2011-06-16 Rich Felkerfix some struct padding to match LSB/glibc ABI where...
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-06-10 Rich Felkeradd netpacket/packet.h
2011-06-08 Rich Felkerisgreater etc. relation macros for math.h
2011-06-07 Rich Felkerdefine MQ_PRIO_MAX
2011-06-07 Rich Felkeradd support for POSIX message queues, except mq_notify
2011-06-07 Rich Felkeruse __attribute__((const)) for errno and pthread_self...
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-05-30 Rich Felkermissing prototypes for mbsnrtowcs and wcsnrtombs
2011-05-30 Rich Felkerimplement pthread_[sg]etconcurrency.
2011-05-28 Rich Felkerinitial implementation of posix_spawn
2011-05-08 Rich Felkereventfd syscall wrapper and read/write wrappers
2011-05-05 Rich Felkeradd SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
2011-04-28 Rich Felkeruse compiler builtins for variadic macros when available
2011-04-27 Rich Felkercorrect variadic prototypes for execl* family
2011-04-26 Rich Felkerfunction signature fix: add const qualifier to mempcpy...
2011-04-26 Rich Felkertypo in prototype for mempcpy
2011-04-26 Rich Felkerprototype for mempcpy
2011-04-21 Rich Felkermove wait.h macros out of bits. they do not vary.
2011-04-21 Rich Felkerinclude signal.h to avoid thorny __sigcontext/sigcontex...
2011-04-21 Rich Felkerimplement (nonstandard) forkpty
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-04-14 Rich Felkeradd useless type fd_mask. it's in the reserved namespace.
2011-04-13 Rich Felkernumerous fixes to sysv ipc
2011-04-13 Rich Felkeradd syslog.h cruft for syslogd to use...
2011-04-13 Rich Felkeradd profile for getmntent_r
2011-04-13 Rich Felkerfix typos on RLIM_NLIMITS, remove _GNU_SOURCE test...
2011-04-13 Rich Felkerfix and cleanup suseconds_t/timeval stuff (broken on...
2011-04-13 Rich Felkerfix prototypes/signature for setgroups, etc.
2011-04-13 Rich Felkerfix incorrect GNU sighandler_t typedef
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...
2011-04-13 Rich Felkeradd ptsname_r (nonstandard) and split ptsname (standard...
2011-04-12 Rich Felkermove bswap functions to static inline in byteswap.h
2011-04-12 Rich Felkerutmpx.h is no longer under standards, so expose ut_exit...
2011-04-12 Rich Felkeradd some traditional aliases to stat.h
2011-04-12 Rich Felkeradd missing rlimit macros
2011-04-11 Rich Felkermore types cleanup
2011-04-11 Rich Felkercleanup types stuff in headers, fix missing u_int*_t...
2011-04-11 Rich Felkeradd some ugly legacy type names in sys/types.h (u_char...
2011-04-11 Rich Felkeradd legacy BSD-style timer*() macros in sys/time.h
2011-04-10 Rich Felkeradd missing UTIME_* macros in sys/stat.h
2011-04-06 Rich Felkerfix typo in sys/msg.h
2011-04-06 Rich Felkeradd IN_LOOPBACKNET constant (nonstandard but in reserve...
2011-04-06 Rich Felkerfix prototype for strsep
2011-04-06 Rich Felkerfix incorrect (and conflicting on LP64 archs) types...
2011-04-05 Rich Felkergetopt.h is a GNU-getopt-specific header. always expose...
2011-04-05 Rich Felkeradd sysexits.h legacy header
2011-04-05 Rich Felkeradd more legacy functions: setlinebuf and setbuffer
2011-04-05 Rich Felkeralternate name for syslog.h
2011-04-05 Rich Felkersupport the nonstandard err.h interfaces
2011-04-03 Rich Felkerprototype getdtablesize (nonstandard function)
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-03 Rich Felkerd_fileno alias for d_ino in dirent
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-03-30 Rich Felkeradd some missing prototypes for nonstandard functions...
2011-03-29 Rich Felkermissing prototype for wcscoll (stub)
2011-03-29 Rich Felkerimplement POSIX timers
2011-03-29 Rich Felkerprototype for getpass
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeradd some ioctl stuff to sys/mount.h
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-19 Rich Felkersome linux headers useful from user apps.
2011-03-19 Rich Felkervarious legacy and linux-specific stuff
2011-03-18 Rich Felkerimplement [v]swprintf
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-14 Rich Felkerremove some old cruft from sys/types.h
2011-03-13 Rich Felkerpthread.h needs clockid_t
2011-03-11 Rich Felkermissing const in some pthread_attr_* prototypes
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...
next