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