Age | Commit message (Expand) | Author |
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 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | Philip Guenthe |
2011-04-04 | Better. | Artur Grabowski |
2011-04-04 | Make gcc stop whining. pointed out by ariane@. | Artur Grabowski |
2011-04-04 | route(8) has a -q option. No need for all this >/dev/null 2>&1 | Kenneth R Westerback |
2011-04-04 | Some minor fixes: | Artur Grabowski |
2011-04-04 | Missing . Noted by mikeb@ | Artur Grabowski |
2011-04-04 | Align man page with current reality. | Kenneth R Westerback |
2011-04-04 | Stray '$medium' missed in last commit. | Kenneth R Westerback |
2011-04-04 | Disallow swapping to vnd's and return ENOTSUPP back | Thordur I. Bjornsson |
2011-04-04 | Documentation for km_alloc and km_free | Artur Grabowski |
2011-04-04 | New unified allocator of kernel memory. | Artur Grabowski |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2011-04-04 | show how to disable pool_debug | Theo de Raadt |
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 | Fix the really bad C++ test code that I wrote long ago. | Dale Rahn |
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 | Call setlocale() to avoid display glitches in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Don't fill the ctype tab with Latin-1 information in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Trim some very long unused debugging functions, from Michael W | Nicholas Marriott |
2011-04-03 | Add wcwidth(3) man page. ok nicm | Stefan Sperling |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-04-03 | Update the description of the 'flags' keyword, including the known values, | Philip Guenthe |
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 | sync | Theo de Raadt |
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 |