about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* use explicit dynamic-list rather than symbolic-functions for linkingRich Felker2018-04-172-4/+41
* fix return value of nice functionRich Felker2018-04-171-5/+9
* optimize malloc0Alexander Monakov2018-04-111-6/+23
* fix incorrect results for catan with some inputsRich Felker2018-04-111-13/+1
* fix wrong result in casin and many related complex functionsRich Felker2018-04-093-3/+6
* implement wcsftime padding specifier extensionsSamuel Holland2018-04-071-3/+5
* prevent bypass of guarantee that suids start with fd 0/1/2 openRich Felker2018-04-051-0/+2
* fix fmaf wrong resultSzabolcs Nagy2018-04-021-1/+1
* fix default feature profile in tar.hRich Felker2018-03-281-0/+2
* adjust makefile target-specific CFLAGS rules to be more robust & completeRich Felker2018-03-241-11/+8
* fix out-of-tree build of crt files with stack protector enabledRich Felker2018-03-241-1/+1
* explicitly use signed keyword to define intNN_t and derivative typesRich Felker2018-03-121-4/+4
* fix minor namespace issues in termios.hRich Felker2018-03-106-0/+12
* remove spurious const keyword in sigqueue declarationRich Felker2018-03-101-1/+1
* fix minor namespace issue in unistd.hRich Felker2018-03-101-2/+1
* fix minor namespace issue in tar.hRich Felker2018-03-101-0/+2
* fix minor namespace issues in limits.hRich Felker2018-03-101-5/+10
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-104-8/+8
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-107-8/+8
* fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker2018-03-071-1/+1
* add public interface headers to implementation filesRich Felker2018-02-256-0/+11
* fix aliasing violations in fgetpos/fsetposRich Felker2018-02-243-2/+3
* use idiomatic safe form for FUNLOCK macroRich Felker2018-02-241-1/+1
* in vswprintf, initialize the FILE rather than memset-and-assignRich Felker2018-02-241-9/+8
* remove unused MIN macro from getdelim source fileRich Felker2018-02-241-2/+0
* remove useless null check before call to free in fcloseRich Felker2018-02-241-1/+1
* remove useless and confusing parentheses in stdio __towrite functionRich Felker2018-02-241-1/+1
* avoid use of readv syscall in __stdio_read backend when not neededRich Felker2018-02-241-1/+2
* consistently return number of bytes read from stdio read backendRich Felker2018-02-242-2/+2
* remove obfuscated flags bit-twiddling logic in __stdio_readRich Felker2018-02-241-1/+1
* fix getopt wrongly treating colons in optstring as valid option charsRich Felker2018-02-241-1/+1
* add getentropy functionRich Felker2018-02-232-0/+32
* add getrandom syscall wrapperHauke Mehrtens2018-02-222-0/+26
* aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy2018-02-221-0/+39
* elf.h: add DT_SYMTAB_SHNDXSzabolcs Nagy2018-02-221-1/+2
* elf.h: syncronize DF_1_ flags with binutilsSzabolcs Nagy2018-02-221-0/+2
* elf.h: update NT_* coredump elf notes for linux v4.15Szabolcs Nagy2018-02-221-0/+21
* elf.h: add PPC64_OPT_LOCALENTRYSzabolcs Nagy2018-02-221-0/+1
* elf.h: add AT_* auxval macros for cache geometrySzabolcs Nagy2018-02-221-0/+8
* sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy2018-02-221-0/+6
* aarch64: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-221-0/+6
* arm: add get_tls syscall from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* powerpc: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-222-0/+6
* s390x: add s390_sthyi system call from v4.15Szabolcs Nagy2018-02-221-0/+1
* netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy2018-02-221-0/+2
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-226-0/+7
* mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy2018-02-225-5/+5
* netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy2018-02-221-0/+8
* sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy2018-02-222-0/+26