fix minor bugs due to incorrect threaded-predicate semantics
[musl] / src /
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-21 Rich Felkerworkaround bug in linux dup2
2011-04-21 Rich Felkerproperly create new session/controlling terminal in...
2011-04-21 Rich Felkerimplement (nonstandard) forkpty
2011-04-21 Rich Felkerdisallow blank strings as service or host name
2011-04-21 Rich Felkerfix bugs in ipv4 parsing
2011-04-20 Rich Felkerfix initgroups (uninitialized count passed to getgrouplist)
2011-04-20 Rich Felkershadow password fixes: empty fields should read as...
2011-04-20 Rich Felkernamespace fixes for sys/mman.h
2011-04-20 Rich Felkerfix missing include in posix_madvise.c (compile error)
2011-04-20 Rich Felkersupport posix_madvise (previous a stub)
2011-04-20 Rich Felkeradd syscall wrappers for posix_fadvise, posix_fallocate
2011-04-20 Rich Felkerblock cancellation in wordexp, handle more errors
2011-04-20 Rich Felkeravoid malloc of potentially-large string in wordexp
2011-04-20 Rich Felkermove some more code out of pthread_create.c
2011-04-19 Rich Felkerfix uninitialized waiters field in semaphores
2011-04-19 Rich Felkerdns lookups: protect against cancellation and fix incor...
2011-04-19 Rich Felkeravoid fd leak if opendir is cancelled when calloc has...
2011-04-19 Rich Felkerprotect ftw and nftw against cancellation
2011-04-19 Rich Felkerprotect syslog against cancellation
2011-04-19 Rich Felkerrecheck cancellation disabled flag after syscall return...
2011-04-18 Rich Felkerremove bogus extra logic for close cancellability
2011-04-17 Rich Felkerfix typo in x86_64 cancellable syscall asm
2011-04-17 Rich Felkerminimal realpath implementation using /proc
2011-04-17 Rich Felkerpthread_exit is not supposed to affect cancellability
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 Felkermake tmpfile slightly more efficient (use unlink syscal...
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 syscall wrapper for flock
2011-04-13 Rich Felkerfix bug whereby getopt_long allowed mismatch in last...
2011-04-13 Rich Felkerimplement getgrouplist (for initgroups), formerly dummi...
2011-04-13 Rich Felkerfix prototypes/signature for setgroups, etc.
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 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 Felkerfix printf("%.9g", 1.1) and similar not dropping traili...
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-09 Rich Felkerrun pthread tsd destructors when a timer thread pretend...
2011-04-09 Rich Felkergreatly improve SIGEV_THREAD timers
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 Felkeradd startup abi functions, dummy for now. eventually...
2011-04-06 Rich Felkeradd _res (__res_state()) dummy
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 Felkernew framework to inhibit thread cancellation when needed
2011-04-05 Rich Felkeradd sysv ipc message queues (completely untested)
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 Felkerimplement if_indextoname and if_nametoindex functions
2011-04-05 Rich Felkeradd (nonstandard) cfmakeraw function
2011-04-05 Rich Felkeradd pivot_root syscall wrapper
2011-04-05 Rich Felkeradd more legacy functions: setlinebuf and setbuffer
2011-04-05 Rich Felkersupport the nonstandard err.h interfaces
2011-04-05 Rich Felkerfix misaligned read on early string termination in...
2011-04-05 Rich Felkerfix overflow in printf %N$ argument handling
2011-04-05 Rich Felkerfix various floating point rounding and formatting...
2011-04-04 Rich Felkerfix rare but nasty under-allocation bug in malloc with...
next