Age | Commit message (Expand) | Author |
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 |
2002-07-04 | Add a few scary notes about the upgrade process, and advise people to | Miod Vallat |
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 |
2002-07-04 | style | Hakan Olsson |
2002-07-04 | Fix set selection list logic so that when extracting more sets | Kenneth R Westerback |
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 |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ... | Markus Friedl |
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 |
2002-07-04 | sync | Nathan Binkert |
2002-07-04 | new devices | Nathan Binkert |
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 |
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 |
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 |
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2002-07-03 | If we've given a domain name prefix as the authentication name, strip | brian |
2002-07-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque |
2002-07-03 | add a missing newline to an error message. | Vincent Labrecque |
2002-07-03 | sync | Todd C. Miller |
2002-07-03 | New config for the OpenBSD mailing list server. Two separate daemons | Todd C. Miller |
2002-07-03 | No need to have this in cvs--the OpenBSD list config is basically the same. | Todd C. Miller |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl |
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl |
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt |
2002-07-03 | code bloat in ahc causes adv to die. We will now pressure smurph to de-bloat... | Theo de Raadt |
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque |
2002-07-03 | sis(4) works on alpha, so move it out of the UNTESTED section. | Aaron Campbell |