summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-03In mtx_leave(), make sure resetting mtx_lock is the last operation on theMiod Vallat
2011-04-03Helper functions for suspend.Ariane van der Steldt
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-04-03put iopools back in. ok gccDavid Gwynne
2011-04-03back iopools out, it was never compiled.David Gwynne
2011-04-03Teach ntfs_mount() how to handle disklabel UIDs.Joel Sing
2011-04-03Another driver made safer for big mem by dma_alloc/dma_free'ingKenneth R Westerback
2011-04-03Always reserve space in the routing socket for a desync mbuf. This allowsJoel Sing
2011-04-03get rid of NO_CCB by moving to iopools.David Gwynne
2011-04-03Allow kernel printfs to go to console if in ddb instead of being redirectedDale Rahn
2011-04-03Blind but plausible iopoolification. If someone ever compiles aKenneth R Westerback
2011-04-03Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asBret Lambert
2011-04-03don't rely on implict net/route.h inclusion via pf, claudio okHenning Brauer
2011-04-03move twe over to iopools so we can get rid of another NO_CCB user. thisDavid Gwynne
2011-04-03Sprinkle spltty around code which plays with either the video memory orMiod Vallat
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-04-03No need to include uvm/uvm_extern.h and fix a typo.Claudio Jeker
2011-04-03Fix an #ifdef: uvm_pmr_isfree() is also used when DEBUG is definedPhilip Guenthe
2011-04-03fix typos in commentsStefan Sperling
2011-04-03As of r1.54 of nd6_rtr.c we don't add addresses from interrupt contextStefan Sperling
2011-04-03Kill redundant offsetof definitions; ok deraadt henning sthen thibStefan Sperling
2011-04-03Clean up buf flagsBob Beck
2011-04-03Safer, big mem friendly, allocation of ATAPARAMS buf that is theKenneth R Westerback
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-04-03knf - trailing whitespace flense.Bob Beck
2011-04-03Re-enable bce(4) now that it is fixed.Claudio Jeker
2011-04-03Use a own "bounce buffer" that is used to send and receive packets.Claudio Jeker
2011-04-02just some spaces; no binary change.Marco Peereboom
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2011-04-02Iopoolification.Kenneth R Westerback
2011-04-02Enable bigmem by default on amd64.Bob Beck
2011-04-02dont let pfsync defer packets for states with NOSYNC set.David Gwynne
2011-04-02The dma pools need to be IPL_VMTheo de Raadt
2011-04-02Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, soPhilip Guenthe
2011-04-02Constrain the buffer cache to use only the dma reachable region of memory.Bob Beck
2011-04-02Constraint checking - ensure that physical addresses for dma are belowBob Beck
2011-04-02remove the vnode_if.* files, as they are now totallyThordur I. Bjornsson
2011-04-02Remove bufqs from vnds, as the disk that houses the imageThordur I. Bjornsson
2011-04-02Safer, big mem friendly, allocation of identify buf that is theKenneth R Westerback
2011-04-02rmeove the link1 hack, it is in the way, it is only half-baked and doesn'tHenning Brauer
2011-04-02correctly handle data underruns. this makes things like ses(4) and safte(4)David Gwynne
2011-04-02Count the number of physical pages within a memory range.Ariane van der Steldt
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02configure the addresses on the pppx interface when its created by npppd soDavid Gwynne
2011-04-02add the local ip address to the session request ioctl so npppd can tell itDavid Gwynne
2011-04-02Kill a lot of spaces and make this a bit more KNF. No binary change.Claudio Jeker
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-04-01Two problems with vslock_device functions.Artur Grabowski