Age | Commit message (Expand) | Author |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-28 | Let 188-only kernels compile. | Miod Vallat |
2001-10-28 | I have nothing against stack checks at clock ints, as long as they are | Miod Vallat |
2001-09-23 | Don't redefine pmap_kernel() locally. | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-31 | I should get more sleep. | Miod Vallat |
2001-08-31 | Assorted changes to really let non-DDB kernels (such as the future RAMDISK, | Miod Vallat |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-24 | Remove unused debugging code, fix uninitialized variables. | Miod Vallat |
2001-08-24 | There is no need to hide potentially useful stuff in .c files. | Miod Vallat |
2001-08-24 | Correctly tell if a syscon is main one on 188. | Miod Vallat |
2001-08-24 | Pass a dev_t where a dev_t is expected. | Miod Vallat |
2001-08-24 | No newline at the end of panic messages. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-08 | New timeouts. | Miod Vallat |
2001-07-09 | trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-14 | Big cleanup of VM issues: | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-11 | unify | Theo de Raadt |
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat |
2001-03-12 | This file isn't used anymore. | Miod Vallat |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree |
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-07 | Fix open comment. | 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 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat |
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-25 | spelling | Todd T. Fries |
2001-01-14 | Complete move to UVM virtual memory system. More header fixes. | Steve Murphree |
2001-01-13 | Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working. | Steve Murphree |
2001-01-12 | Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c | Steve Murphree |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen |
2000-03-26 | callout.h is gone | Theo de Raadt |
2000-03-03 | $OpenBSD$ | Todd T. Fries |
1999-09-27 | adding support for MVME188 and MVME197. Plus 32bit if_ie. | Steve Murphree |
1999-05-29 | Added vme bus device drivers. MVME328, MVME376, MVME332 | Steve Murphree |
1999-04-11 | Fix for 25 Mhz. | Steve Murphree |