Age | Commit message (Expand) | Author |
2011-07-05 | tweak previous; | Jason McIntyre |
2011-07-05 | Allow parallel linting of manuals, | Ingo Schwarze |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-07-05 | Add checks for sector-alignment and whole number of sectors to | Matthew Dempsky |
2011-07-05 | Replace expanded version of RW_PROC() with the macro. | Tobias Weingartner |
2011-07-05 | i forgot to set the sector_count when translating WRITE SAME 16 | David Gwynne |
2011-07-05 | Trim comments from termtypes.master before passing through cap_mkdb, | Nicholas Marriott |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-05 | allow option KVA_GUARDPAGES to compile. | David Hill |
2011-07-05 | Fixed some bugs of priv_send(). The bugs caused sending routing messages | YASUOKA Masahiko |
2011-07-05 | Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPI | Mike Belopuhov |
2011-07-05 | sync | Theo de Raadt |
2011-07-05 | now of course I only noticed if_qflush is completely unused after | Henning Brauer |
2011-07-05 | check that thread specific keys are valid, and cleanup code a little. | Ted Unangst |
2011-07-05 | When calling nfs_request() for what could be an async request, pass | Philip Guenthe |
2011-07-05 | disable COMPAT_AOUT, it's useless now, but leave the code in the tree | Ted Unangst |
2011-07-05 | Remove the osyscall() kernel-entry; we do not use it anymore. | Theo de Raadt |
2011-07-05 | fix a few bugs in the thread specific data functions | Ted Unangst |
2011-07-05 | Allow switching between binutils and binutils 2.17. | Dale Rahn |
2011-07-04 | My merges of miod's binutils-2.17 WIP code with my changed necessary to get | Dale Rahn |
2011-07-04 | Say no to hand-rolled m_adj(). It also kills three XXX. | Claudio Jeker |
2011-07-04 | In fact using our own limits.h is the way to go. Okay kettenis@. | Paul Irofti |
2011-07-04 | Clean-up NETBSD specific defines. Prodded by kettenis@. | Paul Irofti |
2011-07-04 | Simplfy GCC decision by making the list of archs instead a huge | Dale Rahn |
2011-07-04 | Add ia64 kernel include files needed for userland. | Paul Irofti |
2011-07-04 | Temporarily back out msi for inteldrm. | Owain Ainsworth |
2011-07-04 | remove svr4 compat references | Ted Unangst |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | remove compat_svr4 | Ted Unangst |
2011-07-04 | Fix debugging prints in softraid(4) so that it can compile with | Matthew Dempsky |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | tsc tsc, no waikiki for me. copyright statement without year. 2003 it was. | Henning Brauer |
2011-07-04 | Force the sa_len to sizeof(struct sockaddr_dl) before calling | Claudio Jeker |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-07-04 | No point in documenting "Encryption only works with vnd". | Matthew Dempsky |
2011-07-04 | Nuke a load of trailing whitespace; no binary change. | Nicholas Marriott |
2011-07-04 | Nuke map3270 (tn3270 itself died 9 months ago). | Nicholas Marriott |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | there is no need to do the rtsol check (whether to enable | Alexander Hall |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Disable NNPFS; | Thordur I. Bjornsson |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-07-04 | use mtod. | David Hill |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Make stdout line buffered. | Marco Pfatschbacher |
2011-07-04 | fix incorrect use of NULL, from 1.45 of upstream | Jonathan Gray |
2011-07-04 | use "function X" rather than "X ()" since for the former, preceding parameter | Alexander Hall |