summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-05If uvm_vslock_device() fails, just exit the loop. None of theMatthew Dempsky
2011-07-05Enforce that raw disk I/O is only initiated on block boundaries inMatthew Dempsky
2011-07-05msync has some code that is based on *old* bsd behaviour whereOwain Ainsworth
2011-07-05remove comment: yes, they should be independentTheo de Raadt
2011-07-05Add disklabel defines for ia64. Okay krw@.Paul Irofti
2011-07-05Minor cleanup. OK blambert@Claudio Jeker
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-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
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-05allow option KVA_GUARDPAGES to compile.David Hill
2011-07-05now of course I only noticed if_qflush is completely unused afterHenning Brauer
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-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-04Add ia64 kernel include files needed for userland.Paul Irofti
2011-07-04Temporarily back out msi for inteldrm.Owain Ainsworth
2011-07-04remove all the compat svr4 filesTed 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-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-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04Disable NNPFS;Thordur I. Bjornsson
2011-07-04No need to check proto == IPPROTO_ETHERIPDavid Hill
2011-07-04use mtod.David Hill
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without thisStuart Henderson
2011-07-04Rename the pf_pdesc field rh_cnt to badopts as it is also used forAlexander Bluhm
2011-07-04Fix to be able to bind a raw socket to 0.0.0.0. It had been broken afterYASUOKA Masahiko
2011-07-04Finish ansification.Mark Kettenis
2011-07-04Fix another kqfilter return value.Nicholas Marriott
2011-07-04Give each pmap its own space ID. The current algorithm is silly, as we'll wrapMark Kettenis
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-04IPv4 packets with IP options get dropped and no state is created.Alexander Bluhm
2011-07-04Nuke a dangling bit left over from the now gone PRU_PEEREIDPhilip Guenthe
2011-07-04Force the sigreturn syscall to return to userspace via iretq by settingPhilip Guenthe
2011-07-04Remove orphaned splbios that have no matching splx,Jonathan Gray
2011-07-04Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.Claudio Jeker
2011-07-04Fix typo; ok ariane@Philip Guenthe
2011-07-04Convert to ANSI.Matthew Dempsky
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04remove unneeded cast.David Hill