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