musl
2011-04-17 Rich Felkerfix pthread_exit from cancellation handler
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkerdebloat: use __syscall instead of syscall where possible
2011-04-17 Rich Felkerfix bugs in cancellable syscall asm
2011-04-17 Rich Felkeroptimize cancellation enable/disable code
2011-04-17 Rich Felkerdon't use pthread_once when there is no danger in race
2011-04-17 Rich Felkerfix some minor issues in cancellation handling patch
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-15 Rich Felkerremove stupid debug code in wordexp
2011-04-15 Rich Felkerimplement wordexp. first try, may be buggy. intended...
2011-04-15 Rich Felkeravoid setting errno when checking for tty
2011-04-15 Rich Felkerdocument some changes in the upcoming release
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfix FAPPEND typo on x86_64 (previously only fixed on...
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-04-15 Rich Felkerfix broken fcntl locks on x86_64
2011-04-15 Rich Felkermake tmpfile slightly more efficient (use unlink syscal...
2011-04-14 Rich Felkerfix typo in legacy FAPPEND definition
2011-04-14 Rich Felkeradd useless type fd_mask. it's in the reserved namespace.
2011-04-14 Rich Felkerchange sem_trywait algorithm so it never has to call...
2011-04-14 Rich Felkercheap trick to further optimize locking normal mutexes
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-04-14 Rich Felkersimplify cancellation point handling
2011-04-13 Rich Felkersimplify syslog, add vsyslog interface (nonstandard)
2011-04-13 Rich Felkerremove useless SIGPIPE protection from syslog
2011-04-13 Rich Felkerfix syslog (corrected SIGPIPE blocking, and using dgram...
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 Felkeradd syscall wrapper for flock
2011-04-13 Rich Felkerfix bug whereby getopt_long allowed mismatch in last...
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 Felkerimplement getgrouplist (for initgroups), formerly dummi...
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 Felkerspeed up threaded fork
2011-04-12 Rich Felkermore changes for upcoming 0.7.8
2011-04-12 Rich Felkeroptimize ntohl etc. in terms of bswap functions
2011-04-12 Rich Felkermove bswap functions to static inline in byteswap.h
2011-04-12 Rich Felkerfix broken bswap_32
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 Felkerfix printf("%.9g", 1.1) and similar not dropping traili...
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 Felkerfix errno handling in scandir:
2011-04-11 Rich Felkerfix fputwc return value
2011-04-11 Rich Felkerremove ugly warning-suppression hack from crypt - this...
2011-04-11 Rich Felkerupdate README since we now DO have a mailing list
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-10 Rich Felkeradd missing float.h macros
2011-04-09 Rich Felkerrun pthread tsd destructors when a timer thread pretend...
2011-04-09 Rich Felkergreatly improve SIGEV_THREAD timers
2011-04-09 Rich Felkerprepare notes for 0.7.8 release
2011-04-09 Rich Felkerwork around a nasty bug in linux readv syscall
2011-04-08 Rich Felkerbetter fix sysconf pthread stack min
2011-04-08 Rich Felkerconsistency with pthread stack min in limits.h
2011-04-08 Rich Felkerfix broken sigsetjmp on x86_64
2011-04-08 Rich Felkerworkaround broken msghdr struct on 64bit linux
2011-04-08 Rich Felkerfix ipv6 address printing: 2001 appeared as 201, etc.
2011-04-08 Rich Felkerfix broken dns response parsing code that made most...
2011-04-08 Rich Felkerreturn the requested string as the "canonical name...
2011-04-08 Rich Felkerfix uninitialized variables in dns lookup code
2011-04-08 Rich Felkerfix bug in TRE found by clang (typo && instead of &)
2011-04-07 Rich Felkerfix misplaced *'s in string functions (harmless)
2011-04-07 Rich Felkerfix broken unsigned comparison in wcstoumax
2011-04-07 Rich Felkerfix breakage due to converting a return type to size_t...
2011-04-07 Rich Felkerfixed crash in new rsyscall (failure to set sa_flags...
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-06 Rich Felkerpthread exit stuff: don't bother setting errno when...
2011-04-06 Rich Felkerfix rsyscall handler: must not clobber errno from signa...
2011-04-06 Rich Felkerfix typo in sys/msg.h
2011-04-06 Rich Felkeradd startup abi functions, dummy for now. eventually...
2011-04-06 Rich Felkeradd _res (__res_state()) dummy
2011-04-06 Rich Felkeradd IN_LOOPBACKNET constant (nonstandard but in reserve...
2011-04-06 Rich Felkerdocument more changes for 0.7.7
2011-04-06 Rich Felkerfix prototype for strsep
2011-04-06 Rich Felkerfix completely bogus loop condition in getmntent_r
2011-04-06 Rich Felkermajor semaphore improvements (performance and correctness)
2011-04-06 Rich Felkerfix signal-based timers with null sigevent argument
2011-04-06 Rich Felkerfix incorrect (and conflicting on LP64 archs) types...
2011-04-06 Rich Felkerfix (hopefully) statvfs breakage on x86_64 that resulte...
2011-04-05 Rich Felkerdocument more changes
2011-04-05 Rich Felkernew framework to inhibit thread cancellation when needed
2011-04-05 Rich Felkeradd ip6 pktinfo stuff for x86_64
2011-04-05 Rich Felkeradd sysv ipc message queues (completely untested)
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 Felkerimplement the adjtime and adjtimex functions (nonstandard)
2011-04-05 Rich Felkeradd getmntent_r interface (all of mntent is nonstandard...
2011-04-05 Rich Felkeradd some missing ipv6 stuff
2011-04-05 Rich Felkerimplement if_indextoname and if_nametoindex functions
2011-04-05 Rich Felkeradd (nonstandard) cfmakeraw function
next