summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-04support non-"objdir" build. From: David Krause <openbsd@davidkrause.com>Jun-ichiro itojun Hagino
2002-07-04ep at isapnp works (dma on isapnp is still non-working).Miod Vallat
And fix a comment while there.
2002-07-04Add a few scary notes about the upgrade process, and advise people toMiod Vallat
backup their data and reinstall when the release gap is too big.
2002-07-04Fix invalid .Xr's; from PR 2804Miod Vallat
2002-07-04Since 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-04styleHakan Olsson
2002-07-04Fix set selection list logic so that when extracting more setsKenneth 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-04correct udp-from-broadcast check. from <andre@ae-35.com>Jun-ichiro itojun Hagino
2002-07-04document setting options in pf.confHenning Brauer
ok dhartmei@
2002-07-04don't allocate, copy, and discard if there is not interested in the data; ok ↵Markus Friedl
deraadt@
2002-07-04document port allocationJakob Schlyter
2002-07-04use tcp high portrange for active data connections. ok deraadt@Jakob Schlyter
2002-07-04blah blah minor nothing as i read and re-read and re-read...Theo de Raadt
2002-07-04minor KNFTheo de Raadt
2002-07-04new deviceNathan Binkert
2002-07-04New product ID.Nathan Binkert
From NetBSD
2002-07-04syncNathan Binkert
2002-07-04new devicesNathan Binkert
sort some devices by product id from NetBSD
2002-07-04Fix off by one error found by aaron@; my fixTodd 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-04ansiTheo de Raadt
2002-07-044 unchecked mallocs; cloder@acm.orgTheo de Raadt
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-07-04catch malloc failures, my changes; found by cloder@acm.orgTheo de Raadt
2002-07-04Various 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-03KNFTheo de Raadt
2002-07-03Xr fixes; from PR 2794Miod Vallat
2002-07-03Xr fixups, mostly from PR 2793Miod Vallat
2002-07-03ansi on a file which idiots believe is not here anymoreTheo de Raadt
2002-07-03check for malloc failure; reported by cloder@acm.orgTheo de Raadt
2002-07-03missing or incorrect checks for malloc failure; cloder@acm.orgTheo de Raadt
2002-07-03if localid is too long, abort; found by cloder@acm.orgTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-07-03syncTheo de Raadt
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
declarations (extern int foo), and compensate in the appropriate locations.
2002-07-03Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seenAaron Campbell
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card.
2002-07-03Remove unused function parameter 'cache' from nfs_repheadNathan Binkert
ok costa@
2002-07-03If we've given a domain name prefix as the authentication name, stripbrian
it off before passing it on to the RADIUS server for authentication.
2002-07-03remove a useless {} that was there for "historical reasons" and only servedVincent Labrecque
to make the code go too far to the right.
2002-07-03 add a missing newline to an error message.Vincent Labrecque
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@
2002-07-03syncTodd C. Miller
2002-07-03New config for the OpenBSD mailing list server. Two separate daemonsTodd C. Miller
are used; one for incoming messages on port 25 and a stripped down queueing-only config on localhost port 24 fed by the mailing list exploder. Actual delivery is handled by persistent queue runners.
2002-07-03No need to have this in cvs--the OpenBSD list config is basically the same.Todd C. Miller
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@
2002-07-03use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)Markus Friedl
in order to avoid a possible Kocher timing attack pointed out by Charles Hannum; ok provos@
2002-07-03convert to ansi. suddenly realise that means yet another function is aTheo de Raadt
signal handler in some cases, and make it cope with the termination race.
2002-07-03code bloat in ahc causes adv to die. We will now pressure smurph to ↵Theo de Raadt
de-bloat new ahc, so that this can return
2002-07-03 a few missing tests for malloc()'s return value.Vincent Labrecque
ok art@
2002-07-03sis(4) works on alpha, so move it out of the UNTESTED section.Aaron Campbell