Age | Commit message (Expand) | Author |
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 |
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat |
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat |
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat |
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat |
2001-03-07 | ssh replaces siop here, too... | Miod Vallat |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat |
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat |
2001-03-02 | add #define __STRICT_ALIGNMENT | Jason Wright |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree |
2001-02-01 | Major changes to get MVME188 working. More header and code cleanups. The | Steve Murphree |
2001-01-31 | based on art's sparc patch: | Jason Wright |