1808 Commits (d4c04d1360ca0f9dfe1b8b1454f0bd1688cdc066)
 

Author SHA1 Message Date
Szabolcs Nagy d4c04d1360 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) 13 years ago
Szabolcs Nagy 2e762105b7 add new linux tcp socket option flags to netinet/tcp.h 13 years ago
Rich Felker 201e6603c3 fix typo in setpriority syscall wrapper 13 years ago
Rich Felker 0b2764d054 provide prototype for pthread_getattr_np 13 years ago
Rich Felker 14a835b386 implement pthread_getattr_np 13 years ago
Rich Felker ccc7b4c3a1 remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
Rich Felker 00f1521fdd provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
Rich Felker ae7399bfd8 in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback 13 years ago
Rich Felker 9cb6e6ea12 rewrite popen to use posix_spawn instead of fragile vfork hacks 13 years ago
Rich Felker 7914ce9204 remove cruft from pre-posix_spawn version of the system function 13 years ago
Rich Felker 2d0f495e7b add deprecated SIGIOT alias for SIGABRT 13 years ago
Rich Felker 427c0ca79e fix multiple bugs in syslog interfaces 13 years ago
Rich Felker dfdc337b3b remove soname from libc.so/ld-musl 13 years ago
Rich Felker 08514d0614 fix epoll structure alignment on non-x86_64 archs 13 years ago
Rich Felker f44076181d fix missing type error in grp.h from adding fgetgrent 13 years ago
Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t 13 years ago
Rich Felker 8c741783fc fix some obscure header type size/alignment issues 13 years ago
Rich Felker 99727dad25 fix wrong float_t on x86_64 13 years ago
Rich Felker e201d82aac fix cruft in utmp.h that was broken by changes in utmpx.h 13 years ago
Rich Felker 5afc74fbaa fix integer type issue in strverscmp 13 years ago
Rich Felker 4853c1f7f7 implement non-stub strverscmp 13 years ago
Rich Felker d1eae83a59 namespace conformance to latest standards in strings.h 13 years ago
Rich Felker e864ddc368 replace stub with working strcasestr 13 years ago
Rich Felker 330fd96213 fix wrong return value from wmemmove on forward copies 13 years ago
rofl0r 8224bdbbed scsci/sg.h: fix usage of undefined macro HZ 13 years ago
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