Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-09 | Unnecessary header | Constantine Sapuntzakis | |
2000-08-09 | Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to drop | Constantine Sapuntzakis | |
both DRQ and BSY. The driver has been adjusted to ignore invalid/unexpected phases while traversing the state machine. This may break drives that do no set ireason correctly. | |||
2000-08-09 | Remove target file, only source should be "source" controlled. | Dale S. Rahn | |
2000-08-08 | quiet | Theo de Raadt | |
2000-08-08 | print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.no | Michael Shalayeff | |
2000-08-08 | permit changing flags | Theo de Raadt | |
2000-08-08 | Big oops -- lucky us BLF and CAST are not used by anyone else (on the | Angelos D. Keromytis | |
other hand, the problem would have been noticed much earlier) -- noticed by bugfix@163.net | |||
2000-08-08 | make them all use new PCIBIOS stuff | Theo de Raadt | |
2000-08-08 | - bring a bit more in sync with NetBSD's compat_svr4(8) | Brad Smith | |
- OpenBSD -> .Ox macro - style fixes | |||
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff | |
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too. | |||
2000-08-08 | pretty print | Theo de Raadt | |
2000-08-08 | sync | Theo de Raadt | |
2000-08-08 | use PCI_VENDOR_* and PCI_PRODUCT_*_* names | Theo de Raadt | |
2000-08-08 | more puc-style devices | Theo de Raadt | |
2000-08-08 | Make fix for preserving LED settings conditional on presence of an Intel | Aaron Campbell | |
21143 chip; from FreeBSD. | |||
2000-08-08 | sync RAIDframe with Gre Oster's work for NetBSD. | Peter Galbavy | |
This update incorporates changes since January 2000. RAID1 and RAID5 tested for functionality matching the 2.7 code. A number of bug fixes (including stopping a parity rebuild when unconfiguring) have been included. See Greg's RAIDframe info page: http://www.cs.usask.ca/staff/oster/raid.html The RAID_AUTOCONFIG feature set does *NOT* yet work. These features require more work throughout the boot system and as such are a big task. IMPORTANT: As with anything that is this near live data on your systems, please test carefully with existing configurations before deploying in a live system. Feedback via sendbug or mail direct to peter@wonderland.org is appreciated. | |||
2000-08-08 | add a 'RAID' filesystem type for RAIDframe updates - coming next | Peter Galbavy | |
2000-08-08 | The official perl fix deletes the /bin/mail code entirely. | Todd C. Miller | |
2000-08-08 | more glitz | Theo de Raadt | |
2000-08-08 | use GENERIC and RAMDISK | Theo de Raadt | |
2000-08-08 | GENERIC is what we really use | Theo de Raadt | |
2000-08-07 | add a couple of examples, and generally elaborate more on the subject | Michael Shalayeff | |
2000-08-07 | #ifdef out code that runs /bin/mail insecurely. We don't have a /bin/mail | Todd C. Miller | |
so this bug doesn't bite us but... | |||
2000-08-07 | nix IPX | Theo de Raadt | |
2000-08-07 | fix obvious error, spotted by ericj | Theo de Raadt | |
2000-08-07 | quiet warning | Brad Smith | |
2000-08-07 | remove test_pw until we get getpwnam_r() back | Brad Smith | |
2000-08-07 | this obviously wasn't tested, fix check. We don't even build libpthread by | Brad Smith | |
default on i386 yet. | |||
2000-08-06 | sync | Theo de Raadt | |
2000-08-06 | ATI rage cards | Theo de Raadt | |
2000-08-06 | sync | Theo de Raadt | |
2000-08-06 | more devices from the G4 | Theo de Raadt | |
2000-08-06 | Add special init | Todd C. Miller | |
2000-08-06 | Add DEFAULT_STATE macro to allow ramdisk init to set default state to | Todd C. Miller | |
single_user, not runcom (/etc/rc). | |||
2000-08-06 | Build a smaller init for ramdisk images. | Todd C. Miller | |
o Don't complain about missing /etc/rc o Exec /bin/sh instead of prompting for a shell to run | |||
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | remove blank line | Paul Janzen | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | formatting, grammar, and typo correction | Paul Janzen | |
2000-08-05 | pasto | Niklas Hallqvist | |
2000-08-05 | Remove a little redundant and slightly wrong code | Paul Janzen | |
2000-08-05 | Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'm | Paul Janzen | |
at it, do some -Wall fixing. | |||
2000-08-05 | Fix number of parameters in a usage printf, and correct a typo. Noticed by | Paul Janzen | |
Thomas Klausner in NetBSD. | |||
2000-08-05 | typo; cheddar@yakko.cs.wmich.edu | Theo de Raadt | |
2000-08-05 | pretty; ok millert | Theo de Raadt | |
2000-08-05 | Use better (working) locking macros around critical regions. Implement | Niklas Hallqvist | |
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation. | |||
2000-08-05 | Be more liberal about attaching products unknown to us (we have got ID | Niklas Hallqvist | |
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first. | |||
2000-08-05 | remove statics | Niklas Hallqvist | |
2000-08-05 | host.random whacking must be after /var is mounted, obviously | Theo de Raadt | |
2000-08-05 | sync | Theo de Raadt | |