summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-09Unnecessary headerConstantine Sapuntzakis
2000-08-09Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to dropConstantine 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-09Remove target file, only source should be "source" controlled.Dale S. Rahn
2000-08-08quietTheo de Raadt
2000-08-08print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.noMichael Shalayeff
2000-08-08permit changing flagsTheo de Raadt
2000-08-08Big oops -- lucky us BLF and CAST are not used by anyone else (on theAngelos D. Keromytis
other hand, the problem would have been noticed much earlier) -- noticed by bugfix@163.net
2000-08-08make them all use new PCIBIOS stuffTheo 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-08sync 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-08pretty printTheo de Raadt
2000-08-08syncTheo de Raadt
2000-08-08use PCI_VENDOR_* and PCI_PRODUCT_*_* namesTheo de Raadt
2000-08-08more puc-style devicesTheo de Raadt
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
21143 chip; from FreeBSD.
2000-08-08sync 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-08add a 'RAID' filesystem type for RAIDframe updates - coming nextPeter Galbavy
2000-08-08The official perl fix deletes the /bin/mail code entirely.Todd C. Miller
2000-08-08more glitzTheo de Raadt
2000-08-08use GENERIC and RAMDISKTheo de Raadt
2000-08-08GENERIC is what we really useTheo de Raadt
2000-08-07add a couple of examples, and generally elaborate more on the subjectMichael Shalayeff
2000-08-07#ifdef out code that runs /bin/mail insecurely. We don't have a /bin/mailTodd C. Miller
so this bug doesn't bite us but...
2000-08-07nix IPXTheo de Raadt
2000-08-07fix obvious error, spotted by ericjTheo de Raadt
2000-08-07quiet warningBrad Smith
2000-08-07remove test_pw until we get getpwnam_r() backBrad Smith
2000-08-07this obviously wasn't tested, fix check. We don't even build libpthread byBrad Smith
default on i386 yet.
2000-08-06syncTheo de Raadt
2000-08-06ATI rage cardsTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06more devices from the G4Theo de Raadt
2000-08-06Add special initTodd C. Miller
2000-08-06Add DEFAULT_STATE macro to allow ramdisk init to set default state toTodd C. Miller
single_user, not runcom (/etc/rc).
2000-08-06Build 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-05remove blank linePaul Janzen
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05formatting, grammar, and typo correctionPaul Janzen
2000-08-05pastoNiklas Hallqvist
2000-08-05Remove a little redundant and slightly wrong codePaul Janzen
2000-08-05Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mPaul Janzen
at it, do some -Wall fixing.
2000-08-05Fix number of parameters in a usage printf, and correct a typo. Noticed byPaul Janzen
Thomas Klausner in NetBSD.
2000-08-05typo; cheddar@yakko.cs.wmich.eduTheo de Raadt
2000-08-05pretty; ok millertTheo de Raadt
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas 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-05Be more liberal about attaching products unknown to us (we have got IDNiklas 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-05remove staticsNiklas Hallqvist
2000-08-05host.random whacking must be after /var is mounted, obviouslyTheo de Raadt
2000-08-05syncTheo de Raadt