Age | Commit message (Expand) | Author |
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 |
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat |
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat |
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat |
2001-03-18 | Remove badwordaddr() prototype, cleanup, #if -> #ifdef police. | Miod Vallat |
2001-03-18 | Correct prototype for guarded_access(). | Miod Vallat |
2001-03-16 | Cleanup, get badwordaddr() from <machine/locore.h> | Miod Vallat |
2001-03-16 | Cleanup, fix some typos. | Miod Vallat |
2001-03-16 | Remove badwordaddr(). | Miod Vallat |
2001-03-16 | More function prototypes. | Miod Vallat |
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat |
2001-03-16 | KNF, warning hunting. | Miod Vallat |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat |
2001-03-14 | typo | Theo de Raadt |
2001-03-12 | This file isn't used anymore. | Miod Vallat |
2001-03-12 | Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspired | Miod Vallat |
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat |
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat |
2001-03-12 | /dev/ksyms support. | Miod Vallat |