Age | Commit message (Expand) | Author |
2016-06-30 | Prevent NULL deref, pointed out by llvm's scan-build. | Florian Obser |
2016-06-30 | adapt S option: add C, rm F (not relevant with 0 cache and disables | Otto Moerbeek |
2016-06-30 | Restore the automagically added /64 route on p2p interfaces in order to | Martin Pieuchot |
2016-06-30 | Explicitly check for 100% completion to avoid potential floating point | Darren Tucker |
2016-06-30 | remove some unused variables (that were commented out anyway) | Mike Larkin |
2016-06-30 | Remove flags for disabling constant-time operations. | Brent Cook |
2016-06-29 | If /tmp/vi.recover doesn't exist, don't create it. Warn once | Theo Buehler |
2016-06-29 | Document arptimeout, arpdown. Prodded by and ok jmc@ | Chris Cappuccio |
2016-06-29 | sort the -o list; | Jason McIntyre |
2016-06-29 | Spring cleanup | Jeremie Courreges-Anglas |
2016-06-29 | Make the fdt parser skip nop tokens. This is needed on some | Visa Hankala |
2016-06-29 | Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK | Eric Faurot |
2016-06-29 | Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This bit | Mike Larkin |
2016-06-28 | Add missing words to help the reader. | Jeremie Courreges-Anglas |
2016-06-28 | whitespace nit | Jeremie Courreges-Anglas |
2016-06-28 | revert previous. better fix applied to fts_open. | Ted Unangst |
2016-06-28 | oops, $pkg can be more than a pkgname. We have the right information | Marc Espie |
2016-06-28 | Add -M and -m options to specify the outgoing and incoming minimum TTL | Jeremie Courreges-Anglas |
2016-06-28 | IP_MINTTL and IPV6_MINHOPCOUNT work on TCP and UDP sockets | Jeremie Courreges-Anglas |
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 | Use IPV6_MINHOPCOUNT to finish implementing ttl-security for IPv6. | Jeremie Courreges-Anglas |
2016-06-28 | option -z that uses is-branch info to produce "complete" | Marc Espie |
2016-06-28 | document is-branch | Marc Espie |
2016-06-28 | don't report errors for 'rm -rf ""'. report by rkitover. | Ted Unangst |
2016-06-28 | introduce rwlock for socketbuf instead of the old flag and tsleep dance. | Ted Unangst |
2016-06-28 | IPV6_MINHOPCOUNT now supports UDP (unicast and multicast) | Jeremie Courreges-Anglas |
2016-06-28 | Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNT | Jeremie Courreges-Anglas |
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-28 | more standard Nd, and zap an unbalanced "; | Jason McIntyre |
2016-06-28 | Don't panic on null vmxon region or vmxon failure - this will be handled | Mike Larkin |
2016-06-28 | Enable UMIP feature if present. miod originally pointed this out to me. | Mike Larkin |
2016-06-28 | enable ure(4) where we already have url(4) | Jonathan Matthew |
2016-06-28 | Stop linking perl to libpthread | Andrew Fresh |
2016-06-28 | Stop linking perl to libutil, never necessary | Andrew Fresh |
2016-06-28 | in pledgereq (the array for doing correspondance between textual promise as i... | Sebastien Marie |
2016-06-28 | sync | Theo de Raadt |
2016-06-28 | If an error path if close() is called, save errno so that original error | Theo de Raadt |
2016-06-27 | Be more careful initializing and tracking socket s through main, this is | Theo de Raadt |
2016-06-27 | Improve .Nd, and Xr from usb(4) | Theo de Raadt |
2016-06-27 | add ure(4) man page | Jonathan Matthew |
2016-06-27 | the flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESS | Jonathan Matthew |
2016-06-27 | Missing "break;" in switch statement; repairs IP_MINTTL. | Jeremie Courreges-Anglas |
2016-06-27 | Repair kill(2) on zombie processes. | Jeremie Courreges-Anglas |
2016-06-27 | Fix inverted logic in recv_hello(). | Renato Westphal |
2016-06-27 | Remove superfluous call to l2vpn_pw_exit(). | Renato Westphal |
2016-06-27 | Handle ibuf_add() errors. | Renato Westphal |