summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-18Update a few error descriptions w.r.t. obtaining the limitsJared Yanovich
that cause the errors to reality. ok millert, jmc
2005-08-18better diagnostics in case of bad arguments; ok dlgTheo de Raadt
2005-08-18Properly initialize 'end' in seq(), fixing a crashJared Yanovich
on input with long lines when the -n flag is given. ok millert
2005-08-18rework the addressing for blinking to make it like the hotsparesDavid Gwynne
help from and ok deraadt@
2005-08-18document M_WAITOK as a separate flag rather than a note to M_NOWAITDavid Gwynne
help from and ok jmc@ ok deraadt@ no objections art@
2005-08-18no need to wrap (sub-)section headers in quotes;Jason McIntyre
2005-08-18rearrange some sections to avoid having instructions and explanationsJason McIntyre
blocked together: it made the page difficult to read; ok mpf@ deraadt@
2005-08-18sync with nforce portion of pciide(4).Jonathan Gray
2005-08-18nforce SATA is supported now.Jonathan Gray
2005-08-18nforce SATA is supported now.Jonathan Gray
2005-08-18Match nforce 2/3/4 SATA using generic sata_chip_map().Jonathan Gray
Tested by dlg@ on nforce 3, and several people on nforce 4. ok deraadt@
2005-08-18if you show an example, BE CORRECT DAMNITTheo de Raadt
2005-08-18tweak SYNOPSIS;Jason McIntyre
2005-08-18Make zaudio(4) work like a laptop, so that when you plug your headphonesRobert Nagy
into the plug it changes the mute values so the speaker will be muted and the headphones will be unmuted. If you unplug the headphones, it will change everything back to the default state. help and ok from uwe@ pascoe@; tested by others
2005-08-18do not allow 0-length transforms; from freebsdTheo de Raadt
2005-08-18afterboot(8) MLINK to faq(8) is pointless;Jason McIntyre
ok deraadt@
2005-08-18Several boards incorporating SIS SATA chips have dellusions of granduerJonathan Gray
so we have to override the PCI class they claim to be. ok deraadt@
2005-08-18a step towards where dlg is heading next + knfTheo de Raadt
2005-08-18infrastructure to support blinking controlled via /dev/bio ioctls. theDavid Gwynne
code to do the actual blink is ifdefed out till marco can figure out what im doing wrong.
2005-08-18very basic blink support.David Gwynne
some manpage tweaks from jmc@
2005-08-18Comment out AR5212 entries where it is unknown if they work.Jonathan Gray
ok reyk@, jmc@
2005-08-18Malloc temporary buffers in pfioctl rather than having several largeChristopher Pascoe
pf_state buffers on the stack. ok henning mcbride
2005-08-18Rearrange pf_state and pfi_kif so that the parts of the structure neededChristopher Pascoe
to search for a particular entry in the RB trees are at the start of the structure. This permits us to place a much smaller structure on the stack in the interrupt paths that match packets against state entries. ok mcbride
2005-08-18das blinkenlighten! uses /dev/bio to allow an ioctl to turn identify onDavid Gwynne
for a particular target
2005-08-18blinking doesnt care about volid and diskid at the moment. use targetDavid Gwynne
instead
2005-08-18- mark up argumentJason McIntyre
- missing full stop at end of sentence
2005-08-18fix a pasto by marco@David Gwynne
2005-08-18note that current environment can be displayed using env(1) and printenv(1);Jason McIntyre
this is based on a freebsd pr (#85008) from gary w. swearingen, and the following commit (-r1.24) from keramida@freebsd.
2005-08-18Add "create hot spare" ok dlg@Marco Peereboom
2005-08-17Add ioctl for setting the state of disks.Marco Peereboom
KNF
2005-08-17Add additional paramter to ami_mgmt so that we can start support "set hdd ↵Marco Peereboom
state".
2005-08-17Move #defines under the right heading.Marco Peereboom
2005-08-17Add blink ioctl.Marco Peereboom
2005-08-17KNFMarco Peereboom
2005-08-17Fix incorrect structure. Spotted by Jordan Hargrave.Marco Peereboom
2005-08-17Cleanup up hot spare and unsused disk code. ok deraadt@Marco Peereboom
2005-08-17fix a few typos.Marc Espie
link to RequiredBy(3p) now that it exists.
2005-08-17drop paragraph about ftp-proxy.Marc Espie
jmc@ insisted... and yeah, it's a bit confusing.
2005-08-17document new methodMarc Espie
2005-08-17better message when we can't resolve a stem, taken from pkg_delete.Marc Espie
2005-08-17reuse compute_closureMarc Espie
2005-08-17we have a much more accurate image of stuff in -n mode, so we canMarc Espie
ditch this test, pkg_delete -n should no longer loop indefinitely.
2005-08-17only close the RCS file if we opened it.Joris Vink
fixes a crash with newly added files. ok jfb@
2005-08-17clean-up, move the compute_closure code to RequiredBy, since it'sMarc Espie
quite generic.
2005-08-17syncTheo de Raadt
2005-08-17more use of CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-08-17keep a pointer to the CVSENTRIES in the CVSFILE structure.Joris Vink
ok xsa@
2005-08-17Move WRITE_BUFFER to appropriate spot. Bad dlg@Marco Peereboom
Add SEND_DIAGNOSTIC as valid command.
2005-08-17with pfctl -vsI, indicate which interfaces are being skipped.Daniel Hartmeier
ok henning@, markus@, mpf@
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
thanks to Brian Poole.