summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04in_iawithaddr -> ifawithaddrHenning Brauer
2011-04-04Move P_EXEC flag from struct proc to process, so that setpgid() willPhilip Guenthe
2011-04-04nuke o43statfs as it is unused.Thordur I. Bjornsson
2011-04-04syncTheo de Raadt
2011-04-04COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid)Theo de Raadt
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2011-04-04Better.Artur Grabowski
2011-04-04Make gcc stop whining. pointed out by ariane@.Artur Grabowski
2011-04-04route(8) has a -q option. No need for all this >/dev/null 2>&1Kenneth R Westerback
2011-04-04Some minor fixes:Artur Grabowski
2011-04-04Missing . Noted by mikeb@Artur Grabowski
2011-04-04Align man page with current reality.Kenneth R Westerback
2011-04-04Stray '$medium' missed in last commit.Kenneth R Westerback
2011-04-04Disallow swapping to vnd's and return ENOTSUPP backThordur I. Bjornsson
2011-04-04Documentation for km_alloc and km_freeArtur Grabowski
2011-04-04New unified allocator of kernel memory.Artur Grabowski
2011-04-04Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,Kenneth R Westerback
2011-04-04show how to disable pool_debugTheo de Raadt
2011-04-04sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaultsTheo de Raadt
2011-04-04If the socket was half closed then don't let userland change theClaudio Jeker
2011-04-04Add the same SS_CANTRCVMORE check as was done in the other inputClaudio Jeker
2011-04-04Hit this code with a big hammer. It now works on the X201/T510 seriesTheo de Raadt
2011-04-04The backplane version of the 82575EB has no link state -- it's alwayswilliam
2011-04-03pirofti made me look at wd(4) code, which made me sad.David Gwynne
2011-04-03Enable the use of all the memory found on IP27 and IP30 kernels. CommittedMiod Vallat
2011-04-03Add a consistency check for the value returned by pmap_extract() against theMiod Vallat
2011-04-03Make sure dma_constraint is listed in uvm_md_constraints[] when it does notMiod Vallat
2011-04-03Fix the really bad C++ test code that I wrote long ago.Dale Rahn
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-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
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