eventfd syscall wrapper and read/write wrappers
[musl] / include /
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...
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
next