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