Age | Commit message (Expand) | Author |
1997-05-18 | null uio_procp | Theo de Raadt |
1997-05-17 | Make comment reflect reality and fix a typo | Todd C. Miller |
1997-05-17 | &proc0 should never be used | Theo de Raadt |
1997-05-16 | Some buffers have NULL in b_proc when passed to vndstrategy, | Niklas Hallqvist |
1997-05-14 | Add a new mode of operation: "safe" vnd, aka svnd, which goes | Niklas Hallqvist |
1997-05-07 | call pci_intr_establish correctly | Niklas Hallqvist |
1997-04-30 | Change an splhigh() -> splbio(). From NetBSD (mycroft) | Todd C. Miller |
1997-04-18 | alpha is like amiga in the sense it doesn't support bad block lists. | Niklas Hallqvist |
1997-04-17 | hide C decls when _LOCORE defined | Michael Shalayeff |
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist |
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist |
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller |
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff |
1997-04-13 | make it compile again | Michael Shalayeff |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller |
1997-04-10 | queue handling hacks for chips like aic7860 which have small numbers of SCB's. | Theo de Raadt |
1997-04-10 | Need to separate i/o and mem on mips | Per Fogelstrom |
1997-04-10 | Zilog z8536 defs | Per Fogelstrom |
1997-04-10 | Ooops! These have to be committed after pcidevs. Doing a make and commit | Per Fogelstrom |
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom |
1997-04-09 | change space to "_" in tsleep() string | kstailey |
1997-04-08 | minor cleanup regarding forward scrolling usage, also only scroll one line | michaels |
1997-04-08 | use a different, smaller font. | michaels |
1997-04-07 | cf_flags & 0x20 forces device to be found even if it won't probe. | Jim Rees |
1997-03-30 | no more 2(two) md5 libs in kernel! | Michael Shalayeff |
1997-03-26 | deal with CD drives that indicate 2352 bytes per block... | Theo de Raadt |
1997-03-21 | 64-bit clean. if_ed.c now works on alpha. | Niklas Hallqvist |
1997-03-20 | update for adaptec support | chuck |
1997-03-20 | MAJOR CHANGES: [contributed by Chuck Cranor <chuck@ccrc.wustl.edu> and | chuck |
1997-03-20 | regen | chuck |
1997-03-20 | - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they | chuck |
1997-03-17 | Serial console trouble again... | Per Fogelstrom |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom |
1997-03-12 | Need this for arc/pci... | Per Fogelstrom |
1997-03-12 | Mips ARC systems (hmmm..) can also have PCI buses... | Per Fogelstrom |
1997-03-12 | Add a define for another compatible chip. | Per Fogelstrom |
1997-03-06 | Initial implementation of support for calling hardpps() on carrier enable | Thorsten Lockert |
1997-03-06 | Add control flag to call hardpps() on carrier change | Thorsten Lockert |
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller |
1997-03-01 | Corrected ISA memory mapping errors that caused PCMCIA to be broken. | Niklas Hallqvist |
1997-02-27 | M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpe | briggs |
1997-02-24 | We do NOT want interrupts when in polled mode. Fixes ATAPI boot | Niklas Hallqvist |
1997-02-23 | Just some more KNF | Niklas Hallqvist |
1997-02-23 | Some KNF, but more important: fix disklabels for audio CDs + | Niklas Hallqvist |
1997-02-23 | #ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__) | Todd C. Miller |
1997-02-23 | Fix mem leak, count partitions (tracks) right for audio disklabels. Partitio... | Niklas Hallqvist |
1997-02-23 | Audio CDs were read as data CDs before, which broke audio. | Niklas Hallqvist |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist |