| Commit message (Expand) | Author | Age | Files | Lines |
* | Go back to only supporting revoke() for bdevs and cdevs. It is very | Bruce Evans | 1999-01-24 | 2 | -2/+10 |
* | Addendum: The original code that the last commit 'fixed' actually did | Matthew Dillon | 1999-01-24 | 1 | -1/+1 |
* | There was a situation where sendfile() might attempt to initiate I/O | Matthew Dillon | 1999-01-24 | 1 | -32/+35 |
* | Don't try to calculate B_CACHE for an NFS related bp that has a | Matthew Dillon | 1999-01-24 | 1 | -2/+5 |
* | Fix an expression parenthesization typo in a conditional. It should not | Matthew Dillon | 1999-01-23 | 1 | -2/+10 |
* | Update userref handling after discussion with submitter of previous | Peter Wemm | 1999-01-23 | 1 | -4/+4 |
* | Don't throw away the buffer contents on a fatal write error; just mark | David Greenman | 1999-01-22 | 1 | -2/+5 |
* | Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning | Mike Smith | 1999-01-21 | 1 | -1/+6 |
* | The main operational changes are in getblk()'s handling of the | Matthew Dillon | 1999-01-21 | 1 | -1/+1 |
* | The code that reclaims descriptors from in-transit unix domain | Matthew Dillon | 1999-01-21 | 1 | -1/+1 |
* | Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSY | Matthew Dillon | 1999-01-21 | 1 | -1/+1 |
* | This module was used only by the old swapper and has been #if'd out, | Matthew Dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 11 | -86/+241 |
* | Add new blist module - radix tree based bitmap allocator with | Matthew Dillon | 1999-01-21 | 1 | -0/+928 |
* | Minor rearranging of code to allow simple protocol domains to be | Julian Elischer | 1999-01-21 | 1 | -26/+69 |
* | Also consider the space left in the socket buffer when deciding whether | Bill Fenner | 1999-01-20 | 1 | -2/+2 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 1 | -2/+4 |
* | Add 'options DEBUG_LOCKS', which stores extra information in struct | Eivind Eklund | 1999-01-20 | 3 | -4/+51 |
* | Make more messages conditional on bootverbose | Jordan K. Hubbard | 1999-01-20 | 1 | -3/+5 |
* | Relax linkage symbol scope restrictions to be more compatable with that | Peter Wemm | 1999-01-19 | 1 | -2/+22 |
* | Don't decrement userrefs unless the file was actually was unloaded. | Peter Wemm | 1999-01-19 | 1 | -2/+4 |
* | Obtained from: Luoqi | Matthew Dillon | 1999-01-19 | 1 | -2/+3 |
* | - Move lkmnosys() to kern_syscall.c | Peter Wemm | 1999-01-17 | 1 | -145/+43 |
* | Move lkmnosys() from kern_lkm.c to here. | Peter Wemm | 1999-01-17 | 1 | -1/+13 |
* | Try and clean up the multiple formal loading support a bit, based on | Peter Wemm | 1999-01-17 | 1 | -10/+21 |
* | A few small improvements to the bus code: | Doug Rabson | 1999-01-16 | 1 | -4/+75 |
* | Add getenv_int(), specifically for retrieving integer values from kernel | Mike Smith | 1999-01-15 | 1 | -1/+20 |
* | Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used | Mike Smith | 1999-01-15 | 1 | -0/+793 |
* | Re-enable the options in ps(1) that were disabled with the Linux | Julian Elischer | 1999-01-13 | 1 | -1/+6 |
* | Silence warnings. | Eivind Eklund | 1999-01-12 | 1 | -5/+10 |
* | Silence warnings. | Eivind Eklund | 1999-01-12 | 1 | -3/+3 |
* | Remove warning | Nick Hibma | 1999-01-10 | 1 | -3/+1 |
* | Back out last change to sysctl. | Poul-Henning Kamp | 1999-01-10 | 1 | -47/+2 |
* | Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option | Dag-Erling Smørgrav | 1999-01-10 | 1 | -3/+48 |
* | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 14 | -66/+59 |
* | Remove a diagnostic message left in by mistake. | Doug Rabson | 1999-01-09 | 1 | -3/+2 |
* | Implement a mechanism for a module to report a small amount of module | Doug Rabson | 1999-01-09 | 2 | -3/+31 |
* | Implement support for adding syscalls in KLD modules. | Doug Rabson | 1999-01-09 | 1 | -0/+94 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 17 | -279/+134 |
* | Changes to the LINUX_THREADS support to only allocate extra memory for | Julian Elischer | 1999-01-07 | 3 | -36/+55 |
* | Remove a hard-coded table of kernel console I/O functions exported | Kazutaka YOKOTA | 1999-01-07 | 1 | -18/+7 |
* | Add (but don't activate) code for a special VM option to make | Julian Elischer | 1999-01-06 | 2 | -2/+56 |
* | Don't allow more than one module with the same name to be loaded. | Mike Smith | 1999-01-05 | 1 | -4/+17 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | Eivind Eklund | 1999-01-05 | 6 | -48/+24 |
* | Finish staticization. | Eivind Eklund | 1999-01-05 | 2 | -10/+10 |
* | Ifdefed conditionally used simplock variables. | Bruce Evans | 1999-01-02 | 3 | -5/+11 |
* | Fixed bitrot in a comment. Fixed some style bugs. | Bruce Evans | 1999-01-01 | 1 | -5/+3 |
* | When loading something that has undefined symbols, it would be helpful to | Peter Wemm | 1998-12-31 | 2 | -10/+26 |
* | Various changes to support OSF1 emulation: | Doug Rabson | 1998-12-30 | 2 | -7/+8 |
* | Improved DDB_UNATTENDED behaviour. From the submitter: | Mike Smith | 1998-12-28 | 2 | -5/+9 |