summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others
2005-11-20.Sh SECURITY -> .Sh CAVEATSJason McIntyre
ok camield@
2005-11-19- uppercase `ID'Jason McIntyre
- stnadard AUTHORS section
2005-11-19magically complete fragment with `committed' names, solve the issue thatMarc Espie
uncommitted ports don't register correct plists...
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks.
2005-11-18use new libpcap-provided datalink_x_to_y functions instead of local copiesDamien Miller
(with different prototypes); ok mpf@
2005-11-18restructure some text slightly;Jason McIntyre
ok espie@
2005-11-18don't assume that close() can fail, from deraadtCamiel Dobbelaar
ok henning deraadt
2005-11-17fix byteorder for "s" and "l" formats; ok henning@ krw@Kevin Steves
2005-11-17restructure the wtmp/newsyslog blurb slightly, to make this read better;Jason McIntyre
2005-11-17buffer overflowTheo de Raadt
2005-11-17finally get around to documenting the alternate call to pkg_create.Marc Espie
2005-11-17missing strdup() check, From: David Hill <dhill@mindcry.org>Henning Brauer
2005-11-17Unbreak; noticed by evol@online.ptt.ru.Alexander Yurchenko
2005-11-17remove the BNF grammar definition from the manual page. it's getting aReyk Floeter
pain to maintain this (have a look at parse.y for some BNF). theo was right...
2005-11-16no need for -h, any illegal option is fineTheo de Raadt
2005-11-16move this page to a standard options list;Jason McIntyre
requested by deraadt@ ok grange@
2005-11-16rework the section on syncing log rotation on /etc/weekly, which ofJason McIntyre
course don't necessarily run together; pointed out by hugo villeneuve, and indeed the fix comes from him; also move the examples into an EXAMPLES section, and make FILES a little better too;
2005-11-16enable new ftp-proxy, ok henning beckCamiel Dobbelaar
2005-11-16gpioctl can work on macppc tooTheo de Raadt
2005-11-16add a configuration option for specifying a non-standard port and multicastReyk Floeter
address for the IAPP messages. this is an initial approach to run multiple hostapds on one machine, further work will be done later.
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15If two or more changes are made withing a single second it is possibleTodd C. Miller
that only the first change will be loaded due to the granularity of st_mtime. Work around this by zeroing the saved mtime when we get a poke on the socket from crontab or at since that means there has been a change. Fix from Daniel Lucq.
2005-11-15move the REFERENCES stuff into SEE ALSO;Jason McIntyre
2005-11-15sync usage() w/ man page;Jason McIntyre
2005-11-15sort SYNOPSIS;Jason McIntyre
2005-11-15sync usage() w/ man page;Jason McIntyre
2005-11-15use a standard options list;Jason McIntyre
various rearrangements concerned with this; prompted by deraadt@
2005-11-14Revert candidate list change since it is broken.Esben Norby
ok henning@
2005-11-13set type=XX sets the /type/ of the information query, not the /top/Tom Cosgrove
ok jakob@
2005-11-13pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoTheo de Raadt
2005-11-13Do not clobber errno, from Andrey Matveev. ok canacar@Otto Moerbeek
2005-11-12spacing mostlyTheo de Raadt
2005-11-12clarify how wtmp is rotated, since it was rather misleading;Jason McIntyre
2005-11-12spacingTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-11Disable the TRACE method completely. It is a security risk and is notChad Loder
that useful for debugging. OK henning, deraadt
2005-11-09instead of rolling our own page macros, use the ones provided by uvmMartin Reindl
2005-11-09whever -> whenever in commentsMartin Reindl
ok jmc@
2005-11-05same fix as Add.pm: make sure we parse the whole package.Marc Espie
2005-11-05-F conflicts does not really exist, so don't document itNikolay Sturm
ok espie@
2005-11-04The candidate list is a sorted linear list so when changing the cost ofClaudio Jeker
a vertex that is already a candidate it is necessary to remove and insert the candidate otherwise the candidate list is no longer correctly sorted. OK norby@
2005-11-04The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and notClaudio Jeker
MIN_LS_ARRIVAL. MIN_LS_ARRIVAL is used to limit the rate of incomming updates.
2005-11-04Set the vertex timestamp as soon as possible giving ospfd a chance to recoverClaudio Jeker
from time jumps.
2005-11-04Kill spf_timer in struct ospfd_conf. There is no need for two event structsClaudio Jeker
just use ev for the spf_timer -- ev is unused in the RDE.
2005-11-04Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.Claudio Jeker
2005-11-04In the super fast start-up case in recv_db_description() make sure theClaudio Jeker
the 2WAY neighbor event is issued before the interface NBR_CHNG. Fix some comments while there.
2005-11-04Remove unused variable link_state in struct nbr.Claudio Jeker
2005-11-04Make "interface em0 { }" work again. Reported and OK stevesk@Claudio Jeker