Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The only thing worse than trailing whitespace is leading spaces instead of tabs. | 2020-08-08 | 1 | -9/+9 | |
| | |||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | ansify some function definitions. | 2013-11-15 | 1 | -395/+125 | |
| | | | | | | no functional change. ok sthen@ | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | Step two: use advmcode* in their new location. | 2005-09-06 | 1 | -2/+3 | |
| | | | | Requested by deraadt@ a while ago. | ||||
* | oops, revert change. | 2004-01-10 | 1 | -1/+3 | |
| | |||||
* | remove uvm_extern.h | 2004-01-09 | 1 | -3/+1 | |
| | | | | | | tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | ||||
* | typos from Tom Cosgrove; | 2003-10-21 | 1 | -4/+4 | |
| | | | | | | | | Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -124/+124 | |
| | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | absolutely no need to include vm_parm.h after vm.h | 2001-08-12 | 1 | -2/+1 | |
| | |||||
* | remove some of the redundant vm includes | 2001-08-12 | 1 | -2/+1 | |
| | |||||
* | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | 2001-04-23 | 1 | -1/+2 | |
| | | | | Spotted by fgsch@. | ||||
* | Sync with NetBSD | 1998-11-17 | 1 | -152/+250 | |
| | |||||
* | Sync w/ NetBSD. | 1998-09-28 | 1 | -9/+9 | |
| | |||||
* | AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the Linux | 1998-09-27 | 1 | -0/+3370 | |
driver. |