Age | Commit message (Expand) | Author |
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 |
2001-03-12 | /dev/ksyms support. | Miod Vallat |
2001-03-12 | /dev/ksyms support. | Miod Vallat |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree |
2001-03-08 | Include <machine/asm_macro.h>, reorder include files list. | Miod Vallat |
2001-03-08 | Define ff1() as a one-liner assembly inline, rather than a function in | Miod Vallat |
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-07 | Correct argument order for branch_taken's callback function. | Miod Vallat |
2001-03-07 | Fix open comment. | Miod Vallat |
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat |
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat |
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat |