Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-17 | fix byteorder for "s" and "l" formats; ok henning@ krw@ | Kevin Steves | |
2005-11-17 | restructure the wtmp/newsyslog blurb slightly, to make this read better; | Jason McIntyre | |
2005-11-17 | buffer overflow | Theo de Raadt | |
2005-11-17 | finally get around to documenting the alternate call to pkg_create. | Marc Espie | |
2005-11-17 | missing strdup() check, From: David Hill <dhill@mindcry.org> | Henning Brauer | |
2005-11-17 | Unbreak; noticed by evol@online.ptt.ru. | Alexander Yurchenko | |
2005-11-17 | remove the BNF grammar definition from the manual page. it's getting a | Reyk Floeter | |
pain to maintain this (have a look at parse.y for some BNF). theo was right... | |||
2005-11-16 | no need for -h, any illegal option is fine | Theo de Raadt | |
2005-11-16 | move this page to a standard options list; | Jason McIntyre | |
requested by deraadt@ ok grange@ | |||
2005-11-16 | rework the section on syncing log rotation on /etc/weekly, which of | Jason 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-16 | enable new ftp-proxy, ok henning beck | Camiel Dobbelaar | |
2005-11-16 | gpioctl can work on macppc too | Theo de Raadt | |
2005-11-16 | add a configuration option for specifying a non-standard port and multicast | Reyk 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-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-15 | If two or more changes are made withing a single second it is possible | Todd 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-15 | move the REFERENCES stuff into SEE ALSO; | Jason McIntyre | |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre | |
2005-11-15 | sort SYNOPSIS; | Jason McIntyre | |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre | |
2005-11-15 | use a standard options list; | Jason McIntyre | |
various rearrangements concerned with this; prompted by deraadt@ | |||
2005-11-14 | Revert candidate list change since it is broken. | Esben Norby | |
ok henning@ | |||
2005-11-13 | set type=XX sets the /type/ of the information query, not the /top/ | Tom Cosgrove | |
ok jakob@ | |||
2005-11-13 | pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto | Theo de Raadt | |
2005-11-13 | Do not clobber errno, from Andrey Matveev. ok canacar@ | Otto Moerbeek | |
2005-11-12 | spacing mostly | Theo de Raadt | |
2005-11-12 | clarify how wtmp is rotated, since it was rather misleading; | Jason McIntyre | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-11-11 | Disable the TRACE method completely. It is a security risk and is not | Chad Loder | |
that useful for debugging. OK henning, deraadt | |||
2005-11-09 | instead of rolling our own page macros, use the ones provided by uvm | Martin Reindl | |
2005-11-09 | whever -> whenever in comments | Martin Reindl | |
ok jmc@ | |||
2005-11-05 | same 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 it | Nikolay Sturm | |
ok espie@ | |||
2005-11-04 | The candidate list is a sorted linear list so when changing the cost of | Claudio 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-04 | The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and not | Claudio Jeker | |
MIN_LS_ARRIVAL. MIN_LS_ARRIVAL is used to limit the rate of incomming updates. | |||
2005-11-04 | Set the vertex timestamp as soon as possible giving ospfd a chance to recover | Claudio Jeker | |
from time jumps. | |||
2005-11-04 | Kill spf_timer in struct ospfd_conf. There is no need for two event structs | Claudio Jeker | |
just use ev for the spf_timer -- ev is unused in the RDE. | |||
2005-11-04 | Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo. | Claudio Jeker | |
2005-11-04 | In the super fast start-up case in recv_db_description() make sure the | Claudio Jeker | |
the 2WAY neighbor event is issued before the interface NBR_CHNG. Fix some comments while there. | |||
2005-11-04 | Remove unused variable link_state in struct nbr. | Claudio Jeker | |
2005-11-04 | Make "interface em0 { }" work again. Reported and OK stevesk@ | Claudio Jeker | |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride | |
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||
2005-11-03 | kludge: avoid creating non-empty files. | Marc Espie | |
I don't like the fix, but it works... | |||
2005-11-03 | exit with 1 if we can't install shit thanks to dependencies issues. | Marc Espie | |
found out by sturm@ | |||
2005-11-02 | In case we are pretending, make sure we skip to the next archive member. | Marc Espie | |
Otherwise, we might miss a truncated archive that's missing its last file, and PKG_CACHE won't work, since it hits a SIGPIPE too soon. Nice testcase from sturm@ | |||
2005-11-02 | Simplify OpenBSD::PackingElement::Sysctl::install(). | Bernd Ahlers | |
okay espie@ | |||
2005-11-02 | Mark some additional function arguments as const. | Claudio Jeker | |
2005-11-02 | Reorder and comment reconfigure(). Makes more sense so. | Claudio Jeker | |
2005-11-02 | Add IPv6 support for the address and prefix parser. OK henning@ | Claudio Jeker | |