1783 Commits (caec662217fc13cda95dc88b20d5c7a75e483ca6)
 

Author SHA1 Message Date
rofl0r caec662217 add arpa/ftp.h 13 years ago
Rich Felker 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking 13 years ago
Rich Felker 8d2f8064aa fix error cases in mkostemps core 13 years ago
Rich Felker 3b00675bf5 remove leftover unused variable in mktemp after refactoring 13 years ago
Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals 13 years ago
Rich Felker f78cdbe899 remove unused #undef environ now that libc.h no longer #defines it 13 years ago
Rich Felker 23ccb80fcb consistently use the internal name __environ for environ 13 years ago
Rich Felker cac872957e add fgetgrent function 13 years ago
Rich Felker b9e08308f4 fix typo in newly-added error message for EOWNERDEAD 13 years ago
Rich Felker d75348ddda improve error strings 13 years ago
rofl0r 526900484c arm: add __aeabi_atexit() 13 years ago
rofl0r 158f721adc Makefile: make it possible to build arch specific C files 13 years ago
Rich Felker a8799356d5 base system() on posix_spawn 13 years ago
Rich Felker 4862864fc1 fix unsigned comparison bug in posix_spawn 13 years ago
Rich Felker fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork 13 years ago
Rich Felker 89d3df6e54 streamline old-kernel fallback path of pipe2 to use syscalls directly 13 years ago
Rich Felker d432b2c057 fix regression that made shared libs crash on arm 13 years ago
Rich Felker a47ad3ebce dynamically allocate storage for gethostby* buffers 13 years ago
Rich Felker c0193550a0 fix blank ai_canonname from getaddrinfo for non-CNAMEs 13 years ago
Rich Felker b0302863a3 fix memory leak due to double call to getaddrinfo in gethostbyname* 13 years ago
Rich Felker 70b584bc94 fix error returns in gethostby*_r functions 13 years ago
Rich Felker 74025c80ce fix uninitialized map_len being used in munmap failure paths in load_library 13 years ago
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 13 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 13 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