Age | Commit message (Expand) | Author |
2015-09-04 | Plug minor memory leaks when options are used more than once. bz#2182, | Darren Tucker |
2015-09-04 | Fix mbuf memory accounting after recent *8 pool size change. | Martin Pieuchot |
2015-09-04 | Fix an mbuf use-after-fruit in pflow_clone_create(). | Martin Pieuchot |
2015-09-04 | add support for RTL8168H | Jonathan Gray |
2015-09-04 | full stop belongs outside the brackets, not inside; | Jason McIntyre |
2015-09-04 | zap extra newline that snuck in | Jasper Lievisse Adriaanse |
2015-09-04 | add a debug2() right before DNS resolution; it's a place where | Damien Miller |
2015-09-04 | correct function name in error messages | Damien Miller |
2015-09-04 | better document ExitOnForwardFailure; bz#2444, ok dtucker@ | Damien Miller |
2015-09-04 | don't record hostbased authentication hostkeys as user keys | Damien Miller |
2015-09-04 | trim junk from end of file; bz#2455 from Jakub Jelen | Damien Miller |
2015-09-04 | remove extra newline in nethack-mode hostkey; | Damien Miller |
2015-09-04 | fix a race when fetching files from the kernel. the number of files | David Gwynne |
2015-09-04 | add kvm_realloc() as a private function. | David Gwynne |
2015-09-03 | synchronize synopsis and usage. | Igor Sobrado |
2015-09-03 | append the year Zilog Z-80 8-bit microprocessor was introduced; | Igor Sobrado |
2015-09-03 | In sendsyslog(2) I got the plural s of messages right. The messages | Alexander Bluhm |
2015-09-03 | replace permfail calls with errc. the permfail calls had been retained for | Ted Unangst |
2015-09-03 | Fix a race in pmap_page_remove_86() and pmap_page_remove_pae(). | Mark Kettenis |
2015-09-03 | Fix a race in pmap_page_remove(). | Mark Kettenis |
2015-09-03 | Add test for sendsyslog(2) dropped message reporting. | Alexander Bluhm |
2015-09-03 | No real point in having efifb(4) on the floppies; we want it on everything | Mark Kettenis |
2015-09-03 | Move tricky system calls up and sensitive data calculations down so | Florian Obser |
2015-09-03 | sync with ISO web site; ok millert@ | Christian Weisgerber |
2015-09-03 | revert previous since the v6 address order has been restored | Mike Belopuhov |
2015-09-03 | Change the order of operations for loopback interfaces to have | Martin Pieuchot |
2015-09-03 | match amd64; bios_efi_info_t is required here as well, because acpidump | Theo de Raadt |
2015-09-03 | Properly cancel any pending USB abort task when aborting a transfer | Visa Hankala |
2015-09-03 | Revert (again!) the two uses of rtisvalid(9), they break NFS! | Martin Pieuchot |
2015-09-03 | Instead of creating a line buffer on the stack, tcp_readcb() can | Alexander Bluhm |
2015-09-03 | A couple of style nits. | Nicholas Marriott |
2015-09-03 | Remove the abort_task field in struct dwc2_xfer. There is an identical | Visa Hankala |
2015-09-03 | route-to, reply-to and dup-to are no longer supported on block rules | Mike Belopuhov |
2015-09-03 | Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a | Visa Hankala |
2015-09-03 | order of assigned v6 addresses has slightly changed | Mike Belopuhov |
2015-09-03 | sync to reflect changes in pfctl_parser.c -r1.305 | Mike Belopuhov |
2015-09-03 | interface should only be specified for root queues; found by jsg | Mike Belopuhov |
2015-09-03 | Document spool dir in smtpd's FILES section and be consistent with | Todd C. Miller |
2015-09-03 | Fix !INET6 build. | Martin Pieuchot |
2015-09-03 | Modify acpidump to work on systems booted from efi boot. Use the ACPI | YASUOKA Masahiko |
2015-09-03 | reorg code, preliminary step to more cleanup | Marc Espie |
2015-09-03 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-09-03 | Unconditionally set the RTF_UP flags when adding a route to the table. | Martin Pieuchot |
2015-09-03 | Improve the code that tries to figure out which device we booted from. The | Mark Kettenis |
2015-09-03 | Add missing net/art.c, found the hardway by reyk@ | Martin Pieuchot |
2015-09-03 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot |
2015-09-03 | move paren to correctly return a negative error value instead of the | Jonathan Gray |
2015-09-03 | the session kicking mechanism has an accounting bug leading to some legit | Gilles Chehade |
2015-09-03 | no more gcc2. | Daniel Dickman |
2015-09-03 | Fix the condition of finding SMBIOS. Found by gerhard@. | YASUOKA Masahiko |