Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-27 | Use the ATA security FREEZE LOCK command on disks before | Jonathan Gray | |
they are presented to the rest of the system to stop a password being set that could deny access to the disk. ok grange@ deraadt@ | |||
2005-08-27 | recognize 5752 A1 ASIC rev. | Brad Smith | |
Noticed by niklas@ on some newer hardware ok deraadt@ | |||
2005-08-27 | Define some ATA security feature set commands. | Jonathan Gray | |
ok grange@ deraadt@ | |||
2005-08-27 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. ok deraadt@ | |||
2005-08-27 | Fix some issues to make the dual port version work this should also fix the | Claudio Jeker | |
singleport T1 (B8Z2/ESF) mode. OK deraadt@ | |||
2005-08-27 | Timeout service request in the uncommon case that the port is blocked | Claudio Jeker | |
(there needs to be correct clocking on the port or all service request will be ignored). Without the timeout the interface will just hang till reboot. OK deraadt@ | |||
2005-08-27 | Tell the dma engine to not poll to often for new descriptors and initialize the | Claudio Jeker | |
groups on attach (the late attach is a design error and fails on the dual port card) and do some additional cleanup. OK deraadt@ | |||
2005-08-27 | iosize is no longer used, use correct esc->mc_iosize instead. This fixes a | Claudio Jeker | |
panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and use correct device name in an error message. OK deraadt@ | |||
2005-08-27 | move some debug messages to use the debug macros so they dont appear | Anil Madhavapeddy | |
during normal operation. deraadt@ ok | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-27 | no need to display the copyright in the formatted page; | Jason McIntyre | |
ok deraadt@ | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-27 | Put in missing parenthesis and thus always pass | Kenneth R Westerback | |
SCSI_IGNORE_ILLEGAL_REQUEST and SCSI_IGNORE_MEDIA_CHANGE flags to scsi_test_unit_ready() and scsi_start() during sdopen(). Re-enables use of devices that don't support START_STOP or TEST_UNIT_READY commands. Noted by and fix tested by Jason Crawford on VMWare disks. ok dlg@ henning@, supportive comments from miod@. | |||
2005-08-26 | fix obvious accident introduced with r1.9, there is no disktype floppyx | Henning Brauer | |
fixes alpha mkr | |||
2005-08-26 | kill bad punctuation; | Jason McIntyre | |
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix WME settings (Best Effort). | |||
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). | |||
2005-08-25 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. | |||
2005-08-25 | when we get an invalid hostname in an option, bitching a moaning is ok, | Henning Brauer | |
but there is no point in refusing the lease based on that. so bitch and moan and ignore that option but accept the lease. yes, customer networks are sometimes interesting... ok millert krw beck | |||
2005-08-25 | fix date spec in mbox From line | Henning Brauer | |
From: Matthias Kilian <kili@outback.escape.de> | |||
2005-08-25 | Prevent zs_stackp from going past the end of zs_htab. May happen | Todd C. Miller | |
for corrupted files. Based on a diff from miod@; OK mickey@ | |||
2005-08-25 | dhcpd has no -q switch any more to behave, it just behaves | Henning Brauer | |
From: Matthias Kilian <kili@outback.escape.de> | |||
2005-08-25 | read the information from the INADDR_ANY socket and do not loop if | Markus Friedl | |
a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@ | |||
2005-08-24 | document /etc/raid[0-3].conf in FILES; | Jason McIntyre | |
from rohee@, but adjusted by me; | |||
2005-08-24 | add ural(4) to the .Nm list; | Jason McIntyre | |
ok deraadt@ | |||
2005-08-24 | some scsi xs transactions can come in without a buffer pointer obviously; ↵ | Theo de Raadt | |
tested by unpronounceable | |||
2005-08-24 | Add MegaRAID 320-2E and while in here alsoe add MegaRAID 320. | Marco Peereboom | |
Prompted deraadt@ | |||
2005-08-24 | Add MegaRAID 320E. | Marco Peereboom | |
"Hell, put it in now." deraadt@ | |||
2005-08-24 | Sync. | Marco Peereboom | |
2005-08-24 | Add MEGARAID_3202E. ok deraadt@ | Marco Peereboom | |
2005-08-24 | Tell people to use 2k blocksize for writing the bootable image. | Mark Kettenis | |
Tested on a 712/60. ok mickey@ | |||
2005-08-24 | checkout -D also implies -P; ok jmc@. | Xavier Santolaria | |
2005-08-24 | range check months 1-12; ok tedu millert others | Theo de Raadt | |
2005-08-24 | dont reject safte devices that have more inquiry information than the | David Gwynne | |
space we want to store it in. thanks to mtu for providing access to hardware for this. ok deraadt@ | |||
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-08-24 | add 2 more HP Broadcom-based NICs | Brad Smith | |
2005-08-23 | setting the FAULT flag on a device so the alarm led blinks may have | David Gwynne | |
unwanted side effects, eg, disabling both fc ports and powering the disk down. so remove this knob for now. ok deraadt@ | |||
2005-08-23 | Move uses of struct scsi_mode_sense_buf (255 bytes each) from the | Kenneth R Westerback | |
stack into malloc'd memory. ok deraadt@ | |||
2005-08-23 | Spin up sd units even if TEST_UNIT_READY says they're ready. | Kenneth R Westerback | |
Use consistant scsi_autoconf and SCSI_SILENT flags in scsi_test_unit()/scsi_start() pairs. Fixes some hppa, vax, sparc systems that do not spin up disks automatically. Keeps USB card readers and such reasonably quiet. Noted by millert@ (hppa), henning@ (sparc) and hshoexer@ (vax). ok deraadt@ | |||
2005-08-23 | disable -B support for now; ok dlg | Theo de Raadt | |
2005-08-23 | steal a line from boot_sparc(8): note that L1 is also known as the stop | Jason McIntyre | |
key; ok deraadt@ | |||
2005-08-23 | add rl* at cardbus. deraadt@ ok. | Federico G. Schwindt | |
2005-08-23 | use OSrev instead of 37. | Mark Kettenis | |
ok deraadt@ | |||
2005-08-23 | more array -> ARRAY, confirmed by mickey@ | Jason McIntyre | |
2005-08-23 | no need for vlan(4) in SEE ALSO here too; | Jason McIntyre | |
after discussion with deraadt@ | |||
2005-08-23 | no point in referencing vlan(4) when these drivers do not support it; | Jason McIntyre | |
(sort of) from mike belopuhov; | |||
2005-08-23 | no need for bce(4) and bge(4) to reference each other; | Jason McIntyre | |
from mike belopuhov; | |||
2005-08-23 | note that RSA_SIG should be part of the "Transforms" tag when setting | Jason McIntyre | |
up key- and cert-based authentication; problem found by andrew fresh; help/ok hshoexer@ | |||
2005-08-23 | cvs does not remove directories unless it's empty and that | Xavier Santolaria | |
the checkout or update commands are used with the -P option. "go ahead and commit" jmc@. | |||
2005-08-23 | use vis() consistently in field printing. | Marc Espie | |
Replace vs() with a version that logs its memory usage, so that it can be cleaned up after each entry. okay millert@, delegated by deraadt@ |