Age | Commit message (Expand) | Author |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-07-05 | Oops. missed this file in the extent_alloc fix. | Artur Grabowski |
2001-07-05 | Don't use some macros from vm_page.h. | Artur Grabowski |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-07-04 | This was hardly meant to be here | Niklas Hallqvist |
2001-07-01 | Variable declarations without extern are evil. | Miod Vallat |
2001-07-01 | Variable declarations without extern are evil. | Miod Vallat |
2001-07-01 | Misc cleaning. | Miod Vallat |
2001-07-01 | Enable the ``machine foo'' commands under ddb. | Miod Vallat |
2001-06-30 | Repair 197 support (oops) | Miod Vallat |
2001-06-29 | Some cleaning. Remove unused boot options, don't declare extra RB_FOO | Miod Vallat |
2001-06-29 | Give RB_NOSYM a non-conflicting value here too. | Miod Vallat |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho |
2001-06-27 | MNN is no longer an option. | Artur Grabowski |
2001-06-27 | UVM is no longer an option. | Artur Grabowski |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-27 | rip old vm | Artur Grabowski |
2001-06-25 | add pf device on all architectures. | Kjell Wooding |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-16 | More cleanink of unused code and incorrect comments. | Miod Vallat |
2001-06-14 | Big cleanup of VM issues: | Miod Vallat |
2001-06-13 | Actually, because of multi-interrupts devices, use the opposite loop | Miod Vallat |
2001-06-12 | In intr_findvec(), correct the for() loop bounds. | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-05-31 | Typos. | Miod Vallat |
2001-05-21 | Correctly position the #if's wrt the locking macros... | Miod Vallat |
2001-05-20 | assym.s -> assym.h | Miod Vallat |
2001-05-20 | Replace genassym.c with a .cf one; also remove unused defines. | Miod Vallat |
2001-05-20 | Generate assym from a genassym.cf file instead of a C program. | Miod Vallat |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller |
2001-05-11 | unify rd(4) even more | Theo de Raadt |
2001-05-11 | unify | Theo de Raadt |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat |
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat |
2001-04-10 | This file is not welcomed here. | Miod Vallat |
2001-04-10 | Get rid of unnecessary symbols. | Miod Vallat |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt |
2001-03-27 | Move the boot loader relocation address higher, for full-featured | Miod Vallat |