cleanup types stuff in headers, fix missing u_int*_t in sys/types.h
[musl] / src /
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...
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 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 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 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 Felkerfix misspelled PTHREAD_CANCELED constant
2011-04-01 Rich Felkeruse a_store to set cancel flag in pthread_cancel, to...
2011-03-31 Rich Felkersimplify pthread_key_delete
2011-03-31 Rich Felkergreatly simplify pthread_key_create (~20% size reduction)
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-30 Rich Felkeroptimize timer creation and possibly protect against...
2011-03-30 Rich Felkeravoid crash on stupid but allowable usage of pthread_mu...
2011-03-30 Rich Felkerrename __simple_malloc.c to lite_malloc.c - yes this...
2011-03-30 Rich Felkerstreamline mutex unlock to remove a useless branch...
2011-03-30 Rich Felkercheap special-case optimization for normal mutexes
2011-03-30 Rich Felkerreorder timer initialization so that timer_create does...
2011-03-29 Rich Felkerrevert mutex "optimization" that turned out to be worse
2011-03-29 Rich Felkerimplement POSIX timers
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-29 Rich Felkersome preliminaries for adding POSIX timers
2011-03-29 Rich Felkerfix tempnam name generation, and a small bug in tmpnam...
2011-03-29 Rich Felkermake tmpfile fail after exceeding max tries.
2011-03-29 Rich Felkerfix tmpnam to generate better names, not depend on...
2011-03-29 Rich Felkerfix messed-up errno if remove fails for a non-EISDIR...
2011-03-29 Rich Felkerlearned something new - remove is supposed to support...
2011-03-29 Rich Felkerrevert some more spin optimizations that turned out...
2011-03-29 Rich Felkerfix broken spinlock due to miscompilation
2011-03-29 Rich Felkerremove useless field in pthread struct (wasted a good...
2011-03-28 Rich Felkerfix getc - the classic error of trying to store EOF...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-25 Rich Felkerprepare pthread_spin_unlock for archs that need memory...
2011-03-25 Rich Felkeroptimize contended case for pthread_spin_trylock
2011-03-25 Rich Felkeroptimize spinlock spin
2011-03-25 Rich Felkerfix non-atomicity of puts
next