Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-21 | /dev/ksyms | kstailey | |
1999-08-21 | definitions needed by sbin/kbd/kbd_sparc.c | Mats O Jansson | |
1999-08-20 | change MIPSE{B|L} to __MIPSE{B|L}__. -moj | Mats O Jansson | |
1999-08-20 | needs <scsi/cd.h> -moj | Mats O Jansson | |
1999-08-20 | teach it about Rise cpus; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-08-20 | cleanup pmap_enk4m | Artur Grabowski | |
1999-08-20 | in pv_link4m malloc can sleep. Make the malloc earlier and check if | Artur Grabowski | |
reality has changed while we were (possibly) sleeping. | |||
1999-08-20 | uninitialized variable; art@ | Jason Wright | |
1999-08-19 | undo damage aaron did | Theo de Raadt | |
1999-08-18 | sysbeep/pciide/atapiscsi | kstailey | |
1999-08-18 | Default to loading bsd.rd from $OSREV/hp300/bsd.rd. | Jason Downs | |
1999-08-18 | enable ie0 | Michael Shalayeff | |
1999-08-18 | cleanup | Michael Shalayeff | |
1999-08-17 | factor out ie device definition; niklas@ ok | Michael Shalayeff | |
1999-08-17 | mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignal | Artur Grabowski | |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist | |
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right. | |||
1999-08-16 | Kill meaningless reset printf(). | Jason Downs | |
1999-08-16 | Add cdboot... | Jason Downs | |
1999-08-16 | Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough to | Jason Downs | |
fit in the begining of an ISO9660 image... | |||
1999-08-16 | report unhandled interrupts w/ DEBUG only | Michael Shalayeff | |
1999-08-16 | unscrew the screup | Michael Shalayeff | |
1999-08-16 | use structures to overlay registers in memory, not offsets, also interrupt ↵ | Michael Shalayeff | |
stuff (see above) | |||
1999-08-16 | evcnt count the interrupts, also optimize diagnostic printing | Michael Shalayeff | |
1999-08-15 | listen to COPTS | Niklas Hallqvist | |
1999-08-15 | esym is needed for ksyms | Niklas Hallqvist | |
1999-08-15 | fit aic* at pcmcmia | Theo de Raadt | |
1999-08-15 | Add missing HP385 defines... | Jason Downs | |
1999-08-15 | pciide & atapiscsi | kstailey | |
1999-08-14 | Driver for ASIX88140A/88141 Ethernet; from FreeBSD | Aaron Campbell | |
1999-08-14 | dynamic chunks, snake style | Todd T. Fries | |
1999-08-14 | debugging off by default. ok mickey@ | Todd T. Fries | |
1999-08-14 | update | Michael Shalayeff | |
1999-08-14 | update | Michael Shalayeff | |
1999-08-14 | fix debug printfs, ipl name | Michael Shalayeff | |
1999-08-14 | this work, smirk, rock, sock (rhymes by fries@ ;) | Michael Shalayeff | |
1999-08-14 | cpu has interrupt | Michael Shalayeff | |
1999-08-14 | next try to print cpu model number. | Michael Shalayeff | |
attach clock interrupt. | |||
1999-08-14 | clock_intr() | Michael Shalayeff | |
1999-08-14 | s/STACK_GROWS_UP/MACHINE_STACK_GROWS_UP/ | Michael Shalayeff | |
1999-08-14 | proper ipl values. | Michael Shalayeff | |
spl's do not mask Ibit anymore, prevent int lossage. | |||
1999-08-14 | littel perfomance rearngement, also cr23 and cr28 for ddb | Michael Shalayeff | |
1999-08-14 | proper breakpoint instruction | Michael Shalayeff | |
1999-08-14 | better CLKF_BASEPRI | Michael Shalayeff | |
1999-08-14 | clock_intr() proto | Michael Shalayeff | |
1999-08-14 | bigger stack frame size | Michael Shalayeff | |
1999-08-14 | proper debugging ifdefs | Michael Shalayeff | |
1999-08-14 | more registers to print and play | Michael Shalayeff | |
1999-08-14 | enable interrupts after device configuration, provide cold_hook() for things ↵ | Michael Shalayeff | |
like lasi to enable power management | |||
1999-08-14 | export cr23 | Michael Shalayeff | |
1999-08-14 | rework interruptions framewrok a little to use that space in the IV table. | Michael Shalayeff | |
cpu_switch, setrunqueu, remrunqueu now tested and seem working. trapall needs some more work for user mode. optimizations here and there. |