Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-18 | a step towards where dlg is heading next + knf | Theo de Raadt | |
2005-08-18 | infrastructure to support blinking controlled via /dev/bio ioctls. the | David Gwynne | |
code to do the actual blink is ifdefed out till marco can figure out what im doing wrong. | |||
2005-08-18 | very basic blink support. | David Gwynne | |
some manpage tweaks from jmc@ | |||
2005-08-18 | Comment out AR5212 entries where it is unknown if they work. | Jonathan Gray | |
ok reyk@, jmc@ | |||
2005-08-18 | Malloc temporary buffers in pfioctl rather than having several large | Christopher Pascoe | |
pf_state buffers on the stack. ok henning mcbride | |||
2005-08-18 | Rearrange pf_state and pfi_kif so that the parts of the structure needed | Christopher 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-18 | das blinkenlighten! uses /dev/bio to allow an ioctl to turn identify on | David Gwynne | |
for a particular target | |||
2005-08-18 | blinking doesnt care about volid and diskid at the moment. use target | David Gwynne | |
instead | |||
2005-08-18 | - mark up argument | Jason McIntyre | |
- missing full stop at end of sentence | |||
2005-08-18 | fix a pasto by marco@ | David Gwynne | |
2005-08-18 | note 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-18 | Add "create hot spare" ok dlg@ | Marco Peereboom | |
2005-08-17 | Add ioctl for setting the state of disks. | Marco Peereboom | |
KNF | |||
2005-08-17 | Add additional paramter to ami_mgmt so that we can start support "set hdd ↵ | Marco Peereboom | |
state". | |||
2005-08-17 | Move #defines under the right heading. | Marco Peereboom | |
2005-08-17 | Add blink ioctl. | Marco Peereboom | |
2005-08-17 | KNF | Marco Peereboom | |
2005-08-17 | Fix incorrect structure. Spotted by Jordan Hargrave. | Marco Peereboom | |
2005-08-17 | Cleanup up hot spare and unsused disk code. ok deraadt@ | Marco Peereboom | |
2005-08-17 | fix a few typos. | Marc Espie | |
link to RequiredBy(3p) now that it exists. | |||
2005-08-17 | drop paragraph about ftp-proxy. | Marc Espie | |
jmc@ insisted... and yeah, it's a bit confusing. | |||
2005-08-17 | document new method | Marc Espie | |
2005-08-17 | better message when we can't resolve a stem, taken from pkg_delete. | Marc Espie | |
2005-08-17 | reuse compute_closure | Marc Espie | |
2005-08-17 | we have a much more accurate image of stuff in -n mode, so we can | Marc Espie | |
ditch this test, pkg_delete -n should no longer loop indefinitely. | |||
2005-08-17 | only close the RCS file if we opened it. | Joris Vink | |
fixes a crash with newly added files. ok jfb@ | |||
2005-08-17 | clean-up, move the compute_closure code to RequiredBy, since it's | Marc Espie | |
quite generic. | |||
2005-08-17 | sync | Theo de Raadt | |
2005-08-17 | more use of CVS_ENT_MAXLINELEN; | Xavier Santolaria | |
2005-08-17 | keep a pointer to the CVSENTRIES in the CVSFILE structure. | Joris Vink | |
ok xsa@ | |||
2005-08-17 | Move WRITE_BUFFER to appropriate spot. Bad dlg@ | Marco Peereboom | |
Add SEND_DIAGNOSTIC as valid command. | |||
2005-08-17 | with pfctl -vsI, indicate which interfaces are being skipped. | Daniel Hartmeier | |
ok henning@, markus@, mpf@ | |||
2005-08-17 | add newlines in hostapd_fatal() calls, fix some typos. | Reyk Floeter | |
thanks to Brian Poole. | |||
2005-08-17 | fix led states and knf. this also enables support for the software led | Reyk Floeter | |
in some thinkpads - turn it on in the ASSOC and RUN states. | |||
2005-08-17 | cleanup and knf. remove the ath_product() workaround. | Reyk Floeter | |
2005-08-17 | fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers. | Reyk Floeter | |
2005-08-17 | Exit unsuccessfully when comparing against a checklist file fails. | Marco Pfatschbacher | |
OK markus@ millert@ | |||
2005-08-17 | works better with the actual file. | Marc Espie | |
2005-08-17 | when looking for updates, select the best version: we know what to do | Marc Espie | |
with p suffixes in a safe way. | |||
2005-08-17 | if we can't read the packing-list, it's because it's a bad pkgname. | Marc Espie | |
reported by niklas@ | |||
2005-08-17 | ftp-proxy misbehavior is of the past. | Marc Espie | |
2005-08-17 | save architecture as well for ExtraInfo, so that pkg_add -u won't try | Marc Espie | |
to add packages for the wrong architecture. Noticed by Tim Kornau. | |||
2005-08-17 | document RequiredBy module. | Marc Espie | |
2005-08-17 | restore $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-17 | rename erase to more appropriate forget | Marc Espie | |
2005-08-17 | fill out description for most classes | Marc Espie | |
2005-08-17 | finish fleshing out the class hierarchy | Marc Espie | |
2005-08-17 | fix class hierarchy indentations | Marc Espie | |
2005-08-17 | trailing whitespaces ... | Xavier Santolaria | |
2005-08-17 | document CVS/* files; input+ok jmc | Xavier Santolaria | |