| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the \*(DY at the end of the document, it makes the installed | phk | 2005-08-01 | 1 | -1/+0 |
* | recover the line which was wrongly disappeared during scope cleanup. | ume | 2005-08-01 | 2 | -0/+2 |
* | typo | phk | 2005-08-01 | 1 | -1/+1 |
* | Add support for IPv6 over GRE [1]. PR kern/80340 includes the | bz | 2005-08-01 | 2 | -6/+31 |
* | Make the eisa probe messages just like all the others in the system. | imp | 2005-08-01 | 1 | -66/+18 |
* | Add pnp and location info for the ISA bus. The pnp info is the | imp | 2005-08-01 | 1 | -0/+25 |
* | AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0. | mjacob | 2005-07-31 | 1 | -1/+1 |
* | Delay freeing disk space for file system blocks until all dirty buffers | ups | 2005-07-31 | 2 | -0/+20 |
* | Style fix. | netchild | 2005-07-31 | 1 | -1/+1 |
* | Whats New: | netchild | 2005-07-31 | 8 | -740/+1496 |
* | OSS defines AFMT_x32_xE as: | netchild | 2005-07-31 | 1 | -0/+4 |
* | Add stuff to HTML output. | phk | 2005-07-31 | 1 | -22/+86 |
* | If a thread was removed from system run queue, kse_assign shouldn't | davidxu | 2005-07-31 | 1 | -0/+4 |
* | * Slightly new method to detect mixer capabilities and resolution. | netchild | 2005-07-31 | 1 | -9/+41 |
* | The beginnings of a tool to survey the build options (NO_THIS, NO_THAT etc) | phk | 2005-07-31 | 3 | -0/+279 |
* | Correct the description of the TAPE environment variable. | ceri | 2005-07-31 | 1 | -1/+5 |
* | - Fixup the locking. | netchild | 2005-07-31 | 1 | -3/+17 |
* | - Fixup the locking. | netchild | 2005-07-31 | 3 | -4/+26 |
* | Add another ID. | netchild | 2005-07-31 | 1 | -0/+1 |
* | * Add locking / MPSAFE | netchild | 2005-07-31 | 1 | -82/+206 |
* | Mention the default value of PATH and that it may be overridden. | brueffer | 2005-07-31 | 1 | -2/+7 |
* | Document 2 new sysctl's. | netchild | 2005-07-31 | 1 | -0/+18 |
* | Fix a LOR introduced with the last commit (some hours ago), I had the | netchild | 2005-07-31 | 1 | -14/+2 |
* | Fix a LOR introduced in the last commit (some hours ago), I had the wrong | netchild | 2005-07-31 | 1 | -25/+4 |
* | * Register programming error during device initialization | netchild | 2005-07-31 | 2 | -127/+278 |
* | This driver is already MPSAFE, remove busdma_lock_mutex and Giant from | netchild | 2005-07-31 | 1 | -2/+2 |
* | * Add locking / MPSAFE. | netchild | 2005-07-31 | 1 | -11/+33 |
* | * als4000 can't do 48k properly (perhaps it really can't at all!). | netchild | 2005-07-31 | 1 | -9/+70 |
* | * Fix panic during driver unload on second attempt after failure on | netchild | 2005-07-31 | 2 | -11/+18 |
* | The resource_xxx routines in subr_hints.c are called before and after the | netchild | 2005-07-31 | 1 | -0/+2 |
* | Add bounds checking to the setenv part of the kernel environment. | netchild | 2005-07-31 | 1 | -1/+10 |
* | Change /home symbolic link, so it will point to usr/home instead of /usr/home. | pjd | 2005-07-31 | 1 | -1/+5 |
* | Print cpu_vendor and the MSR value if we don't support this processor | cperciva | 2005-07-31 | 1 | -1/+1 |
* | close a race between reclaiming a node when a station is inactive | sam | 2005-07-31 | 3 | -2/+15 |
* | The isa attachment calls ep_free after it has already been called once | imp | 2005-07-31 | 1 | -1/+3 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 38 | -60/+60 |
* | Add newer commands | imp | 2005-07-31 | 1 | -2/+7 |
* | Remove the instruction to "contact the maintainer" for unrecognized | cperciva | 2005-07-31 | 1 | -3/+1 |
* | fix build without option INET6. | ume | 2005-07-30 | 1 | -0/+8 |
* | Introduce kdevtoname, which when given the kernel address of a | csjp | 2005-07-30 | 1 | -4/+16 |
* | Add some more files. More (manpages) to come later... | netchild | 2005-07-30 | 1 | -1/+332 |
* | - Only make the delete-old related parts visible if one of the 3 targets | netchild | 2005-07-30 | 1 | -0/+6 |
* | Add missing parenthesis around error handling code upon attaching | csjp | 2005-07-30 | 1 | -1/+2 |
* | Misc cleanup (spelling, grammar, mdoc, style, cut >80 char lines). | brueffer | 2005-07-30 | 1 | -83/+93 |
* | Temporary band-aid to fix hang when a process exec's Altivec instructions. | grehan | 2005-07-30 | 6 | -0/+32 |
* | Document two new diagnostic messages in hwpmc(4). | jkoshy | 2005-07-30 | 1 | -0/+7 |
* | Fail the module loading process if the currently executing kernel | jkoshy | 2005-07-30 | 3 | -7/+29 |
* | Enforce the native environment requirement for {check,delete}-old-* at | des | 2005-07-30 | 1 | -6/+6 |
* | Ignore mutex asserts when we're dumping as well. This allows me | ps | 2005-07-30 | 1 | -1/+2 |
* | oops, revert previous change | sam | 2005-07-30 | 1 | -7/+0 |