Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-30 | Fix the s-records encoding program so as to produce correct final | Miod Vallat | |
checksum if the chunk size is not 3 bytes. Update disillusionned comment accordingly. Ok deraadt@ [Note that the s-records files on the 2.9 cdroms have been corrected and are valid.] | |||
2001-04-29 | Replace resource maps with extents, and cleanup associated variables. | Miod Vallat | |
Idea from art's todolist, art@ ok. | |||
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-04-14 | Correctly initialize disklabel structure in readdisklabel(). | Miod Vallat | |
Prevents kernel from panic'ing or disklabel(1) from faulting with an empty (never labaled) disk. Also, use LABELSECTOR instead of hardwired constant. Tested by deraadt@ on mvme68k and myself on mvme88k, deraadt@ ok | |||
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 | |
(GENERIC) kernel to fit. ``experienced by'' & ok smurph@ | |||
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat | |
configurations. | |||
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat | |
need to do this before playing with pmap_expand(). Solves a few more pmap data corruption problems. | |||
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat | |
This fixes the "ff1(users) == 21" panic when re-pmap_enter()ing the kernel_map, if option DIAGNOSTIC is set, and your kernel is configured for more cpus that you have on your board. | |||
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 | |
Move badwordaddr() to a macro. | |||
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat | |
- support any number of partition (not a power of two) - better computation of swap and dump devices | |||
2001-03-16 | KNF, warning hunting. | Miod Vallat | |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat | |
Run mkdep on genassym.c. | |||
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 | |
by similar code in the sparc port). Compile the diagnostic code in vmapbuf and vunmapbuf only if DIAGNOSTIC is defined. | |||
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
While there, fix a typo in a panic message. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Replace netintr() with netisr_dispatch. Move the location of printf(version) so that it is saved in the message buffer. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Declare random source device - makes ssh work on mvme88k at last. | |||
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 | |
locore_asm_routines. | |||
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat | |
for convenience of drivers. | |||
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 | |
Define new include files for convenience, for use by drivers who can attach either to pcctwo or syscon, or need bug console routines. | |||
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 | |
they can either ask for a fixed void* argument, or an execution frame, but not both anymore - no handler used this third flavour anyway. Add code for UKC. While there, some warning hunting. | |||
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat | |
This function may be called for a pmap which is not marked as tied to any cpu, which is acceptable behaviour. While there, some warning hunting. | |||
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat | |
This makes sure code including <machine/param.h> will get prototypes for setsoftXXX macros - there is code in the tree which depends on this. | |||
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 | |
While there, some warning hunting. | |||
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat | |
callbacks. While there, some warning hunting. | |||
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat | |
the correct defines from the Makefile now. | |||
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 | |
other ports, add warning flags. | |||
2001-03-07 | ssh replaces siop here, too... | Miod Vallat | |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat | |
Include ../../../conf/GENERIC in non-GENERIC configurations. Remove XT, which is no more different from GENERIC then. |