summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05regenJonathan Gray
2015-09-05add some braswell idsJonathan Gray
2015-09-04These days pcc defines __GNUC__ and we don't support gcc2. Also neededDaniel Dickman
2015-09-04Let efifb depend on rasops32 such that it works on ramdisks where rasops32Mark Kettenis
2015-09-04The bnx_tx_pool gets used from interrupt context, so drop the explicitMark Kettenis
2015-09-04The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context.Mark Kettenis
2015-09-04Fill mode changes don't break next-line scope in all cases,Ingo Schwarze
2015-09-04shuffle -b into place; while there, do some general tidy upJason McIntyre
2015-09-04pflow_flush() still needs sc->send_nam; free it later.Florian Obser
2015-09-04Add missing information to the socket splicing man page to make itAlexander Bluhm
2015-09-04Add a -b option, to be used together with -i, that tells fdisk to add aMark Kettenis
2015-09-04Fix condition used while seaching candidates for "record level"Alexandre Ratchov
2015-09-04Tunnels also need a cloning route.Martin Pieuchot
2015-09-04word fix; from henning petersen (netbsd pr/49641, -r1.18)Jason McIntyre
2015-09-04Change wait-for to work when the signal comes before the wait, also useNicholas Marriott
2015-09-04The futex_pool and futex_wp_pool pools never get used in interrupt context.Mark Kettenis
2015-09-04The nfsrv_descript_pl pool never gets used in interrupt context.Mark Kettenis
2015-09-04Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-04Make every subsystem using a radix tree call rn_init() and pass theMartin Pieuchot
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