Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-07-04 | 4 unchecked mallocs; cloder@acm.org | Theo de Raadt | |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt | |
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt | |
2002-07-04 | Various tga hacks: | Miod Vallat | |
- some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility | |||
2002-07-03 | KNF | Theo de Raadt | |
2002-07-03 | Xr fixes; from PR 2794 | Miod Vallat | |
2002-07-03 | Xr fixups, mostly from PR 2793 | Miod Vallat | |
2002-07-03 | ansi on a file which idiots believe is not here anymore | Theo de Raadt | |
2002-07-03 | check for malloc failure; reported by cloder@acm.org | Theo de Raadt | |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt | |
2002-07-03 | if localid is too long, abort; found by cloder@acm.org | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | sync | Theo de Raadt | |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat | |
declarations (extern int foo), and compensate in the appropriate locations. | |||
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell | |
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card. | |||
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert | |
ok costa@ |