Age | Commit message (Expand) | Author |
2011-04-04 | collapse a few _KERNEL ifdefs and move some | Thordur I. Bjornsson |
2011-04-04 | When moving packet header data from mbuf to mbuf, re-init the list | Bret Lambert |
2011-04-04 | install an additional bpf hook in the carp_input so that multicast | Mike Belopuhov |
2011-04-04 | and stop special casing the bridge for the ip cksum hardware offload | Henning Brauer |
2011-04-04 | stop fiddling with the ip checksum here too, it is always recalculated | Henning Brauer |
2011-04-04 | stop using the stupid R_Malloc/Bcopy/Free macros, and just start using | Bret Lambert |
2011-04-04 | there is no point at all in updating the ip checksum. it is always | Henning Brauer |
2011-04-04 | there is no need to special case the bridge in the ip checksum handling | Henning Brauer |
2011-04-04 | change an if statement to a switch to reduce eye bleedage | Bret Lambert |
2011-04-04 | all I wanted is to make the bridge behave like the real stack wrt the ip | Henning Brauer |
2011-04-04 | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient | Henning Brauer |
2011-04-04 | in_iawithaddr -> ifawithaddr | Henning Brauer |
2011-04-04 | Move P_EXEC flag from struct proc to process, so that setpgid() will | Philip Guenthe |
2011-04-04 | nuke o43statfs as it is unused. | Thordur I. Bjornsson |
2011-04-04 | sync | Theo de Raadt |
2011-04-04 | COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid) | Theo de Raadt |
2011-04-04 | Better. | Artur Grabowski |
2011-04-04 | Make gcc stop whining. pointed out by ariane@. | Artur Grabowski |
2011-04-04 | Some minor fixes: | Artur Grabowski |
2011-04-04 | Disallow swapping to vnd's and return ENOTSUPP back | Thordur I. Bjornsson |
2011-04-04 | New unified allocator of kernel memory. | Artur Grabowski |
2011-04-04 | sysctl kern.pool_debug=0 will disable POOL_DEBUG on the fly (still defaults | Theo de Raadt |
2011-04-04 | If the socket was half closed then don't let userland change the | Claudio Jeker |
2011-04-04 | Add the same SS_CANTRCVMORE check as was done in the other input | Claudio Jeker |
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2011-04-03 | Enable the use of all the memory found on IP27 and IP30 kernels. Committed | Miod Vallat |
2011-04-03 | Add a consistency check for the value returned by pmap_extract() against the | Miod Vallat |
2011-04-03 | Make sure dma_constraint is listed in uvm_md_constraints[] when it does not | Miod Vallat |
2011-04-03 | In mtx_leave(), make sure resetting mtx_lock is the last operation on the | Miod Vallat |
2011-04-03 | Helper functions for suspend. | Ariane van der Steldt |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-04-03 | put iopools back in. ok gcc | David Gwynne |
2011-04-03 | back iopools out, it was never compiled. | David Gwynne |
2011-04-03 | Teach ntfs_mount() how to handle disklabel UIDs. | Joel Sing |
2011-04-03 | Another driver made safer for big mem by dma_alloc/dma_free'ing | Kenneth R Westerback |
2011-04-03 | Always reserve space in the routing socket for a desync mbuf. This allows | Joel Sing |
2011-04-03 | get rid of NO_CCB by moving to iopools. | David Gwynne |
2011-04-03 | Allow kernel printfs to go to console if in ddb instead of being redirected | Dale Rahn |
2011-04-03 | Blind but plausible iopoolification. If someone ever compiles a | Kenneth R Westerback |
2011-04-03 | Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as | Bret Lambert |
2011-04-03 | don't rely on implict net/route.h inclusion via pf, claudio ok | Henning Brauer |
2011-04-03 | move twe over to iopools so we can get rid of another NO_CCB user. this | David Gwynne |
2011-04-03 | Sprinkle spltty around code which plays with either the video memory or | Miod Vallat |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-03 | No need to include uvm/uvm_extern.h and fix a typo. | Claudio Jeker |
2011-04-03 | Fix an #ifdef: uvm_pmr_isfree() is also used when DEBUG is defined | Philip Guenthe |
2011-04-03 | fix typos in comments | Stefan Sperling |