Age | Commit message (Expand) | Author |
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 |
2011-04-03 | Re-enable bce(4) now that it is fixed. | Claudio Jeker |
2011-04-03 | Use a own "bounce buffer" that is used to send and receive packets. | Claudio Jeker |
2011-04-03 | Hide the cursor during game. From NetBSD. | David Coppa |
2011-04-03 | Document m_dup_pkthdr function. | Bret Lambert |
2011-04-03 | document IGNORE changes. | Marc Espie |
2011-04-02 | just some spaces; no binary change. | Marco Peereboom |
2011-04-02 | Remove the AMD GART based iommu code. | Owain Ainsworth |
2011-04-02 | - use nitems(); no binary change@ | Jasper Lievisse Adriaanse |
2011-04-02 | Iopoolification. | Kenneth R Westerback |
2011-04-02 | Enable bigmem by default on amd64. | Bob Beck |
2011-04-02 | dont let pfsync defer packets for states with NOSYNC set. | David Gwynne |
2011-04-02 | The dma pools need to be IPL_VM | Theo de Raadt |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2011-04-02 | add stat counters for the lookup agent | Eric Faurot |
2011-04-02 | Constraint checking - ensure that physical addresses for dma are below | Bob Beck |
2011-04-02 | remove the vnode_if.* files, as they are now totally | Thordur I. Bjornsson |
2011-04-02 | saner and hopefully correct implementation for dname_from_fqdn(). | Eric Faurot |