summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-03Don't fill the ctype tab with Latin-1 information in UTF-8 locales.Stefan Sperling
2011-04-03Trim some very long unused debugging functions, from Michael WNicholas Marriott
2011-04-03Add wcwidth(3) man page. ok nicmStefan Sperling
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-04-03Update the description of the 'flags' keyword, including the known values,Philip Guenthe
2011-04-03put iopools back in. ok gccDavid Gwynne
2011-04-03back iopools out, it was never compiled.David Gwynne
2011-04-03syncTheo de Raadt
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-03remove .El missed in previous;Jason McIntyre
2011-04-03Safer, big mem friendly, allocation of ATAPARAMS buf that is theKenneth R Westerback
2011-04-03Remove the BUGS and DIAGNOSTICS section. The DMA limitation is no longerClaudio Jeker
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-04-03knf - trailing whitespace flense.Bob Beck
2011-04-03fix typo; found by and ok jmc@Bret Lambert
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-03Hide the cursor during game. From NetBSD.David Coppa
2011-04-03Document m_dup_pkthdr function.Bret Lambert
2011-04-03document IGNORE changes.Marc Espie
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-02add stat counters for the lookup agentEric Faurot
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-02saner and hopefully correct implementation for dname_from_fqdn().Eric Faurot