summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
in some thinkpads - turn it on in the ASSOC and RUN states.
2005-08-17cleanup and knf. remove the ath_product() workaround.Reyk Floeter
2005-08-17fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers.Reyk Floeter
2005-08-17Exit unsuccessfully when comparing against a checklist file fails.Marco Pfatschbacher
OK markus@ millert@
2005-08-17works better with the actual file.Marc Espie
2005-08-17when looking for updates, select the best version: we know what to doMarc Espie
with p suffixes in a safe way.
2005-08-17if we can't read the packing-list, it's because it's a bad pkgname.Marc Espie
reported by niklas@
2005-08-17ftp-proxy misbehavior is of the past.Marc Espie
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
to add packages for the wrong architecture. Noticed by Tim Kornau.
2005-08-17document RequiredBy module.Marc Espie
2005-08-17restore $main::not that is needed by OpenBSD::RequiredBy,Marc Espie
put an # XXX comment so I won't be tempted to clean it again.
2005-08-17rename erase to more appropriate forgetMarc Espie
2005-08-17fill out description for most classesMarc Espie
2005-08-17finish fleshing out the class hierarchyMarc Espie
2005-08-17fix class hierarchy indentationsMarc Espie
2005-08-17trailing whitespaces ...Xavier Santolaria
2005-08-17document CVS/* files; input+ok jmcXavier Santolaria