Age | Commit message (Expand) | Author |
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 |
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 |
2011-04-03 | As of r1.54 of nd6_rtr.c we don't add addresses from interrupt context | Stefan Sperling |
2011-04-03 | Kill redundant offsetof definitions; ok deraadt henning sthen thib | Stefan Sperling |
2011-04-03 | Clean up buf flags | Bob Beck |
2011-04-03 | remove .El missed in previous; | Jason McIntyre |
2011-04-03 | Safer, big mem friendly, allocation of ATAPARAMS buf that is the | Kenneth R Westerback |
2011-04-03 | Remove the BUGS and DIAGNOSTICS section. The DMA limitation is no longer | Claudio Jeker |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-04-03 | knf - trailing whitespace flense. | Bob Beck |
2011-04-03 | fix typo; found by and ok jmc@ | Bret Lambert |