1761 Commits (72768ea99e67162b7b42d9cd8917cf9a2c00f1f1)
 

Author SHA1 Message Date
Rich Felker 72768ea99e fix stale locks left behind when pthread_create fails 13 years ago
Rich Felker 077549e0d4 if pthread_create fails, it must not attempt mmap if there is no mapping 13 years ago
Rich Felker d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 13 years ago
rofl0r c50925071c make some arrays const 13 years ago
Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall 13 years ago
Rich Felker 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs 13 years ago
Rich Felker a57ac9bf64 release notes for 0.9.9 13 years ago
Rich Felker ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 13 years ago
Rich Felker 725c55528d SOL_TCP is nonstandard and not in the reserved namespace 13 years ago
Rich Felker d5c164d5ff fix tm_to_time logic for number of days in november 13 years ago
Rich Felker 55ddbc3e5d add RTLD_NODELETE flag for dlopen 14 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 14 years ago
Rich Felker 637dd2d383 fix regression in dlsym: rejection of special RTLD_* handles as invalid 14 years ago
Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 14 years ago
Rich Felker 4d98280388 fix warning building dynlink.c stub for static libc 14 years ago
Rich Felker cdc5c74c6a fix bug in dladdr that prevented resolving addresses in the PLT 14 years ago
Szabolcs Nagy f05f59b804 remove unused "params" related code from regex 14 years ago
Rich Felker 21f01e1bf9 Merge remote-tracking branch 'nsz/math' 14 years ago
Szabolcs Nagy dd95916382 regex: remove an unused local variable from regexec 14 years ago
Szabolcs Nagy 9724defdb7 in crypt_des change unnecessary union keybuf into unsigned char[] 14 years ago
Szabolcs Nagy 30779ee1aa crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum 14 years ago
Szabolcs Nagy a753f7fe7a fix lio_listio return value in LIO_WAIT mode 14 years ago
Szabolcs Nagy 200f96c6a0 add MOD_TAI to sys/timex.h and update STA_RONLY 14 years ago
Szabolcs Nagy d650631dad add SWAP_FLAG_DISCARD to sys/swap.h 14 years ago
Szabolcs Nagy 645c6d99a5 add mount flags to sys/mount.h 14 years ago
Szabolcs Nagy 48854dffdb add IN_EXCL_UNLINK to sys/inotify.h 14 years ago
Szabolcs Nagy ada88f6178 add EPOLLWAKEUP flag to sys/epoll.h 14 years ago
Szabolcs Nagy c7351ffe9b add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h 14 years ago
Szabolcs Nagy 000806cde6 add missing mmap options and madvices to bits/mman.h based on linux headers 14 years ago
Szabolcs Nagy bc1a8d2ae3 add missing EXTPROC flag to bits/termios.h 14 years ago
Szabolcs Nagy 73bb048951 add missing F_GETOWNER_UIDS flag to bits/fcntl.h 14 years ago
Szabolcs Nagy 056c8b1ab5 add missing EHWPOISON to bits/errno.h 14 years ago
Szabolcs Nagy 2010361663 add missing ptrace requests and options to sys/ptrace.h 14 years ago
Szabolcs Nagy 119645b6bb add missing multicast socket options to netinet/in.h 14 years ago
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
Rich Felker 2dec29741b fix another case of cloexec/nonblock flags not matching arch values 14 years ago
Rich Felker 6468fc9e37 check for invalid handles in dlsym/dlclose 14 years ago
Szabolcs Nagy 121e3a38a1 math: erf and erfc cleanup 14 years ago
rofl0r d84923d89e setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) 14 years ago
rofl0r 2ba3f44db5 add legacy header values.h 14 years ago
rofl0r 87781ac64c time.h: add BSD aliases for otherwise internal struct tm members 14 years ago
rofl0r e895ddc0cd wait.h: add linux specific, thread-related waitpid() flags 14 years ago
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
Rich Felker 5d893e50b0 add some new-ish IPPROTO constants that were missing 14 years ago
Szabolcs Nagy 5652d70054 math: bessel cleanup (jn.c and jnf.c) 14 years ago
Szabolcs Nagy 5bb6b24952 math: bessel cleanup (j1.c and j1f.c) 14 years ago
Szabolcs Nagy 697acde67e math: bessel cleanup (j0.c and j0f.c) 14 years ago
Rich Felker d18a410bbf expose [v]asprintf under _BSD_SOURCE 14 years ago
Rich Felker 761ebe065c align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch 14 years ago
Rich Felker 820fccdefe fix alignment logic in strlcpy 14 years ago