summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2016-08-11Between relro and previous RWX work, the __{got,plt}_{start,end} symbolsPhilip Guenther
2016-08-09Expand the asynchronous connect information and move it out ofTodd C. Miller
2016-08-09Document that connect goes async when interrupted by signal.Todd C. Miller
2016-08-07Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.Philip Guenther
2016-08-06Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpPhilip Guenther
2016-08-05Obvious minor fixes:Ingo Schwarze
2016-08-05Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughMartijn van Duren
2016-07-28RMD160Update actually takes size_t lengthTed Unangst
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)Philip Guenther
2016-07-20Make the size for the syn cache hash array tunable. As we areAlexander Bluhm
2016-07-18We have __weak_alias() everywhere; remove obsolete #ifdef'sPhilip Guenther
2016-07-14kern.usermount is currently a no-op;Jason McIntyre
2016-07-10Document that SIGTTOU is sent if the process is in the background.Todd C. Miller
2016-07-06J/j is a three valued option, document and fix code to actuall support thatOtto Moerbeek
2016-07-06Use fstatat() to avoid path surgery.Philip Guenther
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-03introduces new promise "chown" to allow changing owner/group with *chown(2) f...Sebastien Marie
2016-06-30nptys sysctls were removedTed Unangst
2016-06-30adapt S option: add C, rm F (not relevant with 0 cache and disablesOtto Moerbeek
2016-06-28For the EINVAL case there can be more than a single option.Todd C. Miller
2016-06-28fts_open() requires that the list passed as argument to contain at leastTodd C. Miller
2016-06-28Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedChris Cappuccio
2016-06-28Do not return an error in fts_open(3) if one of the paths in argvTodd C. Miller
2016-06-28fix a couple of errors in the page;Jason McIntyre
2016-06-28Back out previous; otto saw a potential race that could lead to aTheo Buehler
2016-06-27make proper use of fstatat, as suggested by guenther@Marc Espie
2016-06-27defer munmap to after unlocking malloc. this can (unfortunately) be anTed Unangst
2016-06-27make the fallback code more accurate (in particular, it should return namesMarc Espie
2016-06-26increase the minimum for auto rounds to 6. that was the previous low boundTed Unangst
2016-06-18sort previous;Jason McIntyre
2016-06-18Remove duplicated line.Reyk Floeter
2016-06-18Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsVincent Gross
2016-06-18Update column width decisionPhilip Guenther
2016-06-18Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}}Philip Guenther
2016-06-16PSEUDO_NOERROR() is used for syscalls that return now, so need to putPhilip Guenther
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-07remove historic note about multiple processes. mostly irrelevant today.Ted Unangst
2016-06-07Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@Tim van der Molen
2016-06-06Add ERRORS section, from FreeBSD. OK tedu@Todd C. Miller
2016-06-06Return EOVERFLOW, not ENOMEM for overflow conditions to match POSIX.Todd C. Miller
2016-06-02Fix typo; the period should be outside the parens. From Michael McConvilleTodd C. Miller
2016-06-01Document EINVAL when unlinking "." with the AT_REMOVEDIR flag.Todd C. Miller
2016-06-01rmdir(2) should return EINVAL not EBUSY when trying to remove ".".Todd C. Miller
2016-06-01Kill sysctl net.inet6.ip6.rr_pruneJeremie Courreges-Anglas
2016-05-31correct documentation for PT_WRITE_I. it may be necessary to flush icache.Ted Unangst
2016-05-30Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbolPhilip Guenther
2016-05-30We no longer have syscalls with multiple return values. Whine aboutPhilip Guenther
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationPhilip Guenther
2016-05-30The icdb magic number doesn't need to be visible to static linksPhilip Guenther
2016-05-30Stop publicly declaring _yp_dobind() and struct dom_binding, closing outPhilip Guenther