Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin | |
2001-12-21 | Let this compile for kernels where no pcc device is configured (i.e. kernels | Miod Vallat | |
with no 147 support). Problem reported by "Bob" <bharbour@emr.net> | |||
2001-12-19 | cleanup | Theo de Raadt | |
2001-11-28 | zap some typedefs. | Artur Grabowski | |
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit) | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski | |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski | |
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski | |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-08 | New timeouts. | Miod Vallat | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-26 | A few changes to mvme68k: | Miod Vallat | |
+ switch to UVM + fix the system trace problem + big cleanup of locore.s (macro for BUG calls, use more common m68k code whenever possible, and the macros in <m68k/asm.h>) + better indentation on some parts (old KNF) + call doshutdownhooks() at shutdown + use <net/netisr_dispatch.h> + upgrade pmap.c to something very close to our current hp300 pmap.c, minus support for PMAP_NEW and for HP MMU + various tidbits I forget to mention here work and tests by smurph@ and me. | |||
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-10 | Post pmap_extract() changes cleanup. | Miod Vallat | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
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-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-18 | two siop drivers conflict. rename to ssh -- short for Symbios Scripts Hardware | Theo de Raadt | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-07-06 | Make the handling of going into ddb from the console more like the | Artur Grabowski | |
other architectures. | |||
2000-06-10 | better ifdef | Theo de Raadt | |
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-01-29 | Updated flash and ipic device compatability with MC rev 0x01. zs mods to ↵ | Steve Murphree | |
work with LX style 162 boards. | |||
2000-01-27 | goof. | Steve Murphree | |
2000-01-27 | Fix for boards with only one zs chip. | Steve Murphree | |
2000-01-25 | fix dmesg print | Theo de Raadt | |
2000-01-25 | Added support for MVME328 SCSI VME board. | Steve Murphree | |
2000-01-24 | Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to ↵ | Steve Murphree | |
le. Made installboot insert M68K for volume ID, not M88K. Correctly documented installboot. | |||
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-09-27 | This gets us to 2.6... | Steve Murphree | |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree | |
1999-03-03 | rework check_eh() so that it is bridge aware | Jason Wright | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-01-19 | Cleanup output for probed VME devices. | etheisen | |
1997-11-24 | partially apply that dk_* pr | Michael Shalayeff | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-07-27 | time_t is not long | Theo de Raadt | |
1997-04-02 | add off-level character recieve. | Dale S. Rahn | |
improve transmission when CTS goes low (like on a modem) |