Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-06 | KNF, realloc fix, and clean usage | Theo de Raadt | |
2002-07-06 | KNF | Theo de Raadt | |
2002-07-06 | Add some missing checks for malloc() returning NULL. | Todd C. Miller | |
Noticed by Lars J. Buitinck. deraadt@ OK | |||
2002-07-06 | cope better if realloc fails; better fix than cloder@acm.org | Theo de Raadt | |
2002-07-05 | Free crp_opaque only after we've determined we're not going to | Angelos D. Keromytis | |
re-submit it. From sam@errno.com | |||
2002-07-05 | Also, return EAFNOSUPPORT instead of ENOBUFS. Both this and the | Angelos D. Keromytis | |
previous commit where noted by sam@errno.com | |||
2002-07-05 | Bump ipips_family in ipipstat in all cases where EAFNOSUPPORT is returned. | Angelos D. Keromytis | |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright | |
2002-07-05 | KNF (no space after casts) | Jason Wright | |
2002-07-05 | add sys/time.h to SYNOPSIS; from bk@rt.fm | Niels Provos | |
2002-07-05 | unbreak. | Henning Brauer | |
2002-07-05 | another small bug I found while installing a -current pf firewall. | Henning Brauer | |
we don't support pass/block in on ! <interface> (at least, not yet) let the parser complain instead of ignoring the '!' ok pb@, dhartmei@ | |||
2002-07-05 | regress for getaddrinfo/getnameinfo | Jun-ichiro itojun Hagino | |
2002-07-05 | document "set loginterface none" | Henning Brauer | |
2002-07-05 | allow unsetting the statusinterface via | Henning Brauer | |
set loginterface none ok dhartmei@ | |||
2002-07-05 | fix a small bug I found while installing a -current pf firewall at a | Henning Brauer | |
client some days ago: if you had a rulefile with "set loginterface <interface>" and loaded through pfctl -e -f /etc/pf.conf, pfctl -si didn't display the interface stats, because on DIOCSTART pf_status.ifname was cleared and enableing is done after loading the ruleset. similar for DIOCCLRSTATUS, remember pf_status.ifname there as well. added feature: On DIOCSETSTATUSIF unset the statusinterface if pi->ifname is empty. ok dhartmei@ | |||
2002-07-05 | volatile sig_atomic_t, suggested by Theo. | Hakan Olsson | |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell | |
2002-07-05 | Remove an unused #define (belongs only in the PCI attachment source file). | Aaron Campbell | |
2002-07-05 | gcc 3.1 nits. Pointed out by David Krause. | Hakan Olsson | |
2002-07-05 | Sync the ethernet controllers list with GENERIC. | Miod Vallat | |
2002-07-05 | attempt to make ahc smaller. change PCI interrupt handler. | Steve Murphree | |
2002-07-05 | allocation mischecks by cloder@acm.org; lots of other cleanup by me | Theo de Raadt | |
2002-07-05 | more refinement | Theo de Raadt | |
2002-07-04 | repair a dmesg cleanup | Michael Shalayeff | |
2002-07-04 | More cleanup/shrinkage/clarification. | Kenneth R Westerback | |
a) Abstract selection list handling into a function do_selection_list() rather than repeating the code twice. b) Eliminate function get_selection() and put limited remaining functionality directly into only caller, get_get_file_list(). c) Remove unused parameters in glob_selection() and invocations of same. d) Remove unused parameters from install_get_files_list() invocations. e) Remove unnecessary local parameter '_file_list' in install_mounted_fs(). | |||
2002-07-04 | Back out the previous revision | brian | |
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp. | |||
2002-07-04 | Do not assume we have an active exchange during payload validation. | Hakan Olsson | |
2002-07-04 | Eliminate the separate display_* functions. A little more | Kenneth R Westerback | |
consolidation reduces calls to these functions to either 0 (display_failure_msg()) or 1. Just put the here documents in place of the invocation. | |||
2002-07-04 | support non-"objdir" build. From: David Krause <openbsd@davidkrause.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | ep at isapnp works (dma on isapnp is still non-working). | Miod Vallat | |
And fix a comment while there. | |||
2002-07-04 | Add a few scary notes about the upgrade process, and advise people to | Miod Vallat | |
backup their data and reinstall when the release gap is too big. | |||
2002-07-04 | Fix invalid .Xr's; from PR 2804 | Miod Vallat | |
2002-07-04 | Since the directory /var/run is now present during install/upgrade, | Kenneth R Westerback | |
put dmesg.boot there rather than the non-normal location /tmp/dmesg.boot. | |||
2002-07-04 | style | Hakan Olsson | |
2002-07-04 | Fix set selection list logic so that when extracting more sets | Kenneth R Westerback | |
a) The selection list does not display default sets already transferred. b) Saying 'done' does not seem to mysteriously skip the sets erroneously shown as selected due to a). This problem was found by miod@. In the process a) Use _setsdone only to record sets that have successfully been extracted. b) Don't loop on fetching files if a transfer fails. Just let the user know, and let the normal logic offer them a chance to extract the failed sets from the same or different source. c) Eliminate some (newly) dead variables, especially the global _osetsdone. | |||
2002-07-04 | correct udp-from-broadcast check. from <andre@ae-35.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | document setting options in pf.conf | Henning Brauer | |
ok dhartmei@ | |||
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ↵ | Markus Friedl | |
deraadt@ | |||
2002-07-04 | document port allocation | Jakob Schlyter | |
2002-07-04 | use tcp high portrange for active data connections. ok deraadt@ | Jakob Schlyter | |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt | |
2002-07-04 | minor KNF | Theo de Raadt | |
2002-07-04 | new device | Nathan Binkert | |
2002-07-04 | New product ID. | Nathan Binkert | |
From NetBSD | |||
2002-07-04 | sync | Nathan Binkert | |
2002-07-04 | new devices | Nathan Binkert | |
sort some devices by product id from NetBSD | |||
2002-07-04 | Fix off by one error found by aaron@; my fix | Todd C. Miller | |
2002-07-04 | correct handling of EOF on both tty input and network. for example, | Vincent Labrecque | |
this allows stuff like nc -l 10101 < /dev/null to have nc exit automatically when it gets EOF from the network. ok ericj@ | |||
2002-07-04 | ansi | Theo de Raadt | |