Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-27 | Need APERTURE so we can read/write pci configuration with securelevel > 0 | Jason Wright | |
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-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright | |
portions from NetBSD. | |||
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski | |
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD. | |||
2001-09-04 | Don't explicitly size the intrhand array in the extern declaration (from netbsd) | Jason Wright | |
2001-08-19 | proto for child_return | Artur Grabowski | |
2001-08-18 | - Don't include sys/sched.h for now. | Artur Grabowski | |
- Our need_resched doesn't take an argument. | |||
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski | |
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright | |