summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-04collapse a few _KERNEL ifdefs and move someThordur I. Bjornsson
2011-04-04When moving packet header data from mbuf to mbuf, re-init the listBret Lambert
2011-04-04install an additional bpf hook in the carp_input so that multicastMike Belopuhov
2011-04-04and stop special casing the bridge for the ip cksum hardware offloadHenning Brauer
2011-04-04stop fiddling with the ip checksum here too, it is always recalculatedHenning Brauer
2011-04-04stop using the stupid R_Malloc/Bcopy/Free macros, and just start usingBret Lambert
2011-04-04there is no point at all in updating the ip checksum. it is alwaysHenning Brauer
2011-04-04there is no need to special case the bridge in the ip checksum handlingHenning Brauer
2011-04-04change an if statement to a switch to reduce eye bleedageBret Lambert
2011-04-04all I wanted is to make the bridge behave like the real stack wrt the ipHenning Brauer
2011-04-04make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancientHenning Brauer
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-04Better.Artur Grabowski
2011-04-04Make gcc stop whining. pointed out by ariane@.Artur Grabowski
2011-04-04Some minor fixes:Artur Grabowski
2011-04-04Disallow swapping to vnd's and return ENOTSUPP backThordur I. Bjornsson
2011-04-04New unified allocator of kernel memory.Artur Grabowski
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-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