musl
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
2011-04-05 Rich Felkeradd pivot_root syscall wrapper
2011-04-05 Rich Felkeradd more legacy functions: setlinebuf and setbuffer
2011-04-05 Rich Felkeralternate name for syslog.h
2011-04-05 Rich Felkeruncomment IP_PKTINFO
2011-04-05 Rich Felkersupport the nonstandard err.h interfaces
2011-04-05 Rich Felkerrelease notes for next bugfix release
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 Felkerrelease notes for 0.7.6 bugfix release
2011-04-04 Rich Felkerfix rare but nasty under-allocation bug in malloc with...
2011-04-04 Rich Felkersimplify vdprintf implementation greatly based on recen...
2011-04-04 Rich Felkeruse a local temp buffer for unbuffered streams in vfprintf
2011-04-03 Rich Felkerfix nl_langinfo to actually use the existing, correct...
2011-04-03 Rich Felkermake ualarm actually work (obsolete function removed...
2011-04-03 Rich Felkerfix various bugs in strtold:
2011-04-03 Rich Felkerfix serious bug in strchr - char signedness
2011-04-03 Rich Felkerprototype getdtablesize (nonstandard function)
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-03 Rich Felkerpthread_create need not set errno
2011-04-03 Rich Felkerfix statvfs syscalls (missing size argument)
2011-04-03 Rich Felkerblock all signals during rsyscall
2011-04-03 Rich Felkerfix race condition in rsyscall handler
2011-04-03 Rich Felkerdon't trust siginfo in rsyscall handler
2011-04-03 Rich Felkertimer threads should sleep and stay asleep... a long...
2011-04-03 Rich Felkerrevert to deleting kernel-level timer from cancellation...
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-04-03 Rich Felkerd_fileno alias for d_ino in dirent
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-03 Rich Felkeromit pthread tsd dtor code if tsd is not used
2011-04-02 Rich Felkerdon't disable seeking after first seek failure
2011-04-02 Rich Felkerapparently fseek should not set the error flag on faile...
2011-04-02 Rich Felkerupdate release notes
2011-04-02 Rich Felkeravoid over-allocation of brk on first malloc
2011-04-02 Rich Felkerreorganize the __libc structure for threaded performanc...
2011-04-02 Rich Felkersimplify setting result on thread cancellation
2011-04-02 Rich Felkeruse bss instead of mmap for main thread's pthread threa...
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-04-02 Rich Felkersomehow timespec tv_nsec had the wrong type on x86_64...
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-04-02 Rich Felkerdocument more changes
next