Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-10 | Add vr driver | Jason Downs | |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist | |
1999-01-08 | Add support for mx cards | Jason Wright | |
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 | |
1999-01-06 | fix for "halt -p" and BIOS goes "no disk drives" | kstailey | |
1999-01-02 | sysbeep + com->pccom | Niklas Hallqvist | |
1999-01-02 | Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd: | Niklas Hallqvist | |
pcppi0 at isa? sysbeep0 at pcppi? | |||
1999-01-02 | Remove old spkr attachment. If you want a new spkr device do: | Niklas Hallqvist | |
pcppi0 at isa? spkr0 at pcppi? | |||
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-28 | Small hack to pass out VM86 traps using a siginfo field. | Jason Downs | |
(There is no other way in our kernel.) VM86 applications must use real sigaction handlers with SA_SIGINFO in order to get their traps. | |||
1998-12-28 | add mtdphy (commented out for now) | Jason Wright | |
1998-12-27 | non-working isapnp aha support | Theo de Raadt | |
1998-12-27 | ne* at isapnp? | Theo de Raadt | |
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! | |||
1998-11-28 | SMC on isapnp | Theo de Raadt | |
1998-11-24 | deal with busses which misidentify; enami@netbsd | Theo de Raadt | |
1998-11-21 | deal with d_secpercyl insanity | Theo de Raadt | |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-18 | Add rlphy driver | Jason Wright | |
1998-11-17 | Add adw driver. | Jason Downs | |
1998-11-16 | Fix attribute handling. From | Tobias Weingartner | |
John Wright <juggler@oaktree.co.uk> | |||
1998-11-15 | use DPRINTF in more places to make things more readable. (don't require ↵ | Artur Grabowski | |
DEBUG to be defined if we want to debug apm) | |||
1998-11-15 | print info about apm when APMDEBUG is defined | Artur Grabowski | |
1998-11-11 | add driver for rtl8129/8139 cards | Jason Wright | |
1998-11-11 | add new phys (commented out) | Jason Wright | |
1998-11-10 | shorter better BABY | Theo de Raadt | |
1998-10-24 | make 8mb installs work | Theo de Raadt | |
1998-10-15 | shrink ramdisk filesystem | Theo de Raadt | |
1998-10-10 | add tl(4) ethernet driver | Theo de Raadt | |
1998-10-10 | Sync with FreeBSD; add ioctls. | Jason Downs | |
1998-10-09 | APERTURE, ed0 -> ne0, new audio | kstailey | |
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs | |
1998-10-04 | Remove remnicients of if_ed | Niklas Hallqvist | |
1998-10-04 | typo | Niklas Hallqvist | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-29 | add adv* | Theo de Raadt | |
1998-09-28 | Avoid a really stupid APM-related panic. | Jason Downs | |
Someone who knows about this crap should figure out why calling apm_set_powstate() after it's already failed once causes a vm_fault() crash. | |||
1998-09-28 | Add Trident 9750 | Jason Downs | |
1998-09-27 | yes i don't need 0.9 and 1.0 compat, ever | Michael Shalayeff | |
1998-09-27 | some inline | Michael Shalayeff | |
1998-09-27 | #ifdef and if() debugging stuff | Michael Shalayeff | |
1998-09-27 | update quazimodo | Michael Shalayeff | |
1998-09-27 | Add adv. | Jason Downs | |
1998-09-25 | remove old compats | kstailey | |