summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-05there are no cachelist or logs for poolsTed Unangst
2011-07-05Minor cleanup. OK blambert@Claudio Jeker
2011-07-05When both a formatted and an unformatted version of the same manual pageIngo Schwarze
2011-07-05kill a useless Pp;Jason McIntyre
2011-07-05clean up some left over decls from before the code moved to one fileTheo de Raadt
2011-07-05When the kernel runs out of mbuf clusters, the hme receive ring mayAlexander Bluhm
2011-07-05Add so_idletv to netstat -vP pcb-address output.Alexander Bluhm
2011-07-05Move arm to the 'MI' softfloat code instead of the arm version.Dale Rahn
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-07-05Flip one .Fl interface to .Fl iface since iface is used everywhere elseClaudio Jeker
2011-07-05tweak previous;Jason McIntyre
2011-07-05Allow parallel linting of manuals,Ingo Schwarze
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-07-05Add checks for sector-alignment and whole number of sectors toMatthew Dempsky
2011-07-05Replace expanded version of RW_PROC() with the macro.Tobias Weingartner
2011-07-05i forgot to set the sector_count when translating WRITE SAME 16David Gwynne
2011-07-05Trim comments from termtypes.master before passing through cap_mkdb,Nicholas Marriott
2011-07-05Add stubs for signals and forks.Paul Irofti
2011-07-05allow option KVA_GUARDPAGES to compile.David Hill
2011-07-05Fixed some bugs of priv_send(). The bugs caused sending routing messagesYASUOKA Masahiko
2011-07-05Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPIMike Belopuhov
2011-07-05syncTheo de Raadt
2011-07-05now of course I only noticed if_qflush is completely unused afterHenning Brauer
2011-07-05check that thread specific keys are valid, and cleanup code a little.Ted Unangst
2011-07-05When calling nfs_request() for what could be an async request, passPhilip Guenthe
2011-07-05disable COMPAT_AOUT, it's useless now, but leave the code in the treeTed Unangst
2011-07-05Remove the osyscall() kernel-entry; we do not use it anymore.Theo de Raadt
2011-07-05fix a few bugs in the thread specific data functionsTed Unangst
2011-07-05Allow switching between binutils and binutils 2.17.Dale Rahn
2011-07-04My merges of miod's binutils-2.17 WIP code with my changed necessary to getDale Rahn
2011-07-04Say no to hand-rolled m_adj(). It also kills three XXX.Claudio Jeker
2011-07-04In fact using our own limits.h is the way to go. Okay kettenis@.Paul Irofti
2011-07-04Clean-up NETBSD specific defines. Prodded by kettenis@.Paul Irofti
2011-07-04Simplfy GCC decision by making the list of archs instead a hugeDale Rahn
2011-07-04Add ia64 kernel include files needed for userland.Paul Irofti
2011-07-04Temporarily back out msi for inteldrm.Owain Ainsworth
2011-07-04remove svr4 compat referencesTed Unangst
2011-07-04remove all the compat svr4 filesTed Unangst
2011-07-04remove compat_svr4Ted Unangst
2011-07-04Fix debugging prints in softraid(4) so that it can compile withMatthew Dempsky
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-07-04tsc tsc, no waikiki for me. copyright statement without year. 2003 it was.Henning Brauer
2011-07-04Force the sa_len to sizeof(struct sockaddr_dl) before callingClaudio Jeker
2011-07-04Use the SDEV_2NDBUS flag like isp(4) instead of the currentMatthew Dempsky
2011-07-04Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ...Jonathan Matthew
2011-07-04No point in documenting "Encryption only works with vnd".Matthew Dempsky
2011-07-04Nuke a load of trailing whitespace; no binary change.Nicholas Marriott
2011-07-04Nuke map3270 (tn3270 itself died 9 months ago).Nicholas Marriott
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt