Age | Commit message (Expand) | Author |
1999-01-23 | Fixes to update to that the powerpc port builds again. | Dale S. Rahn |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1999-01-08 | move spinlock.h into the real world | David Leonard |
1999-01-08 | check for lp->d_secpercyl == 0) in bounds_check_with_label() | Todd C. Miller |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt |
1998-10-14 | openfirmware root was moved to attach at mainbus some time back, this | Dale S. Rahn |
1998-10-12 | While It would be a really nice thing to have nested interrupts, | Dale S. Rahn |
1998-10-11 | When copying several lines from one file to another, do not delete the lines | Dale S. Rahn |
1998-10-10 | Merged versions of GENERIC and MIX as well as RAMDISK and RAMDISKMIX. | Dale S. Rahn |
1998-10-09 | These installation instruction were so out of date that they were | Dale S. Rahn |
1998-10-09 | Update to current state of powerpc port. | Dale S. Rahn |
1998-10-09 | Support nested interrupts for the powerpc interrupt controller. | Dale S. Rahn |
1998-10-09 | Functions to enable and disable interrupts, instead of spreading asm code | Dale S. Rahn |
1998-10-09 | PCI io space starts at 0x80000000 not 16MB added to that address, when | Dale S. Rahn |
1998-10-09 | Workaround for wscons support, this is how this was done on alpha, | Dale S. Rahn |
1998-10-09 | requesting tty and net soft interrupts does not mean requesting a clock | Dale S. Rahn |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-09-27 | add wscons support to powerpc port. | Dale S. Rahn |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries |
1998-09-21 | change default console to serial ports. should work with VI computers | Dale S. Rahn |
1998-09-20 | Change openfirmware to not try to configure a device on sd or wd | Dale S. Rahn |
1998-09-20 | Changes to probe for address, and frequency for serial console. | Dale S. Rahn |
1998-09-17 | Put this back for now, appearently the VI boards use COM4 for console. | Dale S. Rahn |
1998-09-16 | Add entries for the following devices in the cdev switch ksyms, uk, and ss. | Dale S. Rahn |
1998-09-12 | Detect more that just Motorola machines for openfirmware hardware | Dale S. Rahn |
1998-09-10 | kernel and install floppy kernel for POWERSTACK machines. | Dale S. Rahn |
1998-09-09 | Weak version of support for ddb breakpoints. Works, but not fully | Dale S. Rahn |
1998-09-09 | support for putting ofroot on mainbus, not on root. | Dale S. Rahn |
1998-09-09 | Allow ddb to be entered upon boot via boot command argument. | Dale S. Rahn |
1998-09-09 | remove debugging printf that had been forgotten. | Dale S. Rahn |
1998-09-09 | fix typo. | Dale S. Rahn |
1998-09-09 | Fix openfirmware attachment for openfirmware only systems. | Dale S. Rahn |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller |
1998-08-25 | Provision for mask or no mask mode | Per Fogelstrom |
1998-08-25 | More interrupt changes | Per Fogelstrom |
1998-08-25 | Polish | Per Fogelstrom |
1998-08-25 | Add badaddr() and fix faultbuf handling | Per Fogelstrom |
1998-08-25 | Mapping stuff v.i 4e | Per Fogelstrom |
1998-08-25 | Faultbuf mods | Per Fogelstrom |
1998-08-25 | Use symbolic names | Per Fogelstrom |
1998-08-25 | Use symbolic names | Per Fogelstrom |
1998-08-25 | Make faultbuf a struct | Per Fogelstrom |
1998-08-25 | Local macro | Per Fogelstrom |
1998-08-25 | Cleanup | Per Fogelstrom |
1998-08-25 | Add a few defines and change some. | Per Fogelstrom |
1998-08-25 | Fix a couple of spl errors - spotted by Dale and me. | Per Fogelstrom |
1998-08-25 | clear softints when they are taken, by the time hwpend as used, it was zeroed. | Dale S. Rahn |