Age | Commit message (Expand) | Author |
2004-06-25 | sync | Theo de Raadt |
2004-06-25 | build & ship bsd.rd | Theo de Raadt |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski |
2004-06-25 | re-introduce PF_INOUT and move PF_FORWARD def to the end. | Jun-ichiro itojun Hagino |
2004-06-25 | enable re(4) now that it works | Peter Valchev |
2004-06-25 | fix MAC address initialization on big endian machines; found by naddy, ok drahn | Peter Valchev |
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-25 | repair tree nanobreak by the nanobum | Theo de Raadt |
2004-06-25 | Fall back to stat+rename if filesystem doesn't doesn't support hard | Darren Tucker |
2004-06-25 | Remove config.h. Last of the remaining configure artifacts. | Mathieu Sauve-Frankel |
2004-06-25 | Make crufty configure stuff go away. Remove all unused code paths. | Mathieu Sauve-Frankel |
2004-06-25 | typo noticed by theo. | Claudio Jeker |
2004-06-25 | Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting | Claudio Jeker |
2004-06-25 | disallow udpencap_port in bind(0); ok ho@ | Markus Friedl |
2004-06-25 | remove two ununsed includes | Henning Brauer |
2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, | Tom Cosgrove |
2004-06-25 | simplify | Damien Miller |
2004-06-25 | remove netiso and netns code | Henning Brauer |
2004-06-25 | clean reexec-specific junk out of text-exec.sh and simplify; idea markus@ | Damien Miller |
2004-06-25 | only perform tcp wrappers checks when the incoming connection is on a socket. | Damien Miller |
2004-06-25 | Add extended CPUID flag value for AMD64 LONG identification. Taken from | Tom Cosgrove |
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-25 | Remove unused gnu style configure stuff. | Mathieu Sauve-Frankel |
2004-06-25 | cleanup. | Mathieu Sauve-Frankel |
2004-06-25 | IPv6 reassembly on "scrub" directive. | Jun-ichiro itojun Hagino |
2004-06-25 | recover IPv6 entries somehow disappeared. David Krause | Jun-ichiro itojun Hagino |
2004-06-24 | First step at multiprotocol support, only partially done. | Claudio Jeker |
2004-06-24 | Remove unused getopt implementation. These files are not used. | Mathieu Sauve-Frankel |
2004-06-24 | Identify ourselves on the new console device when it's changed. | Tom Cosgrove |
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn |
2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an | Tom Cosgrove |
2004-06-24 | A little better but still work in progress. | Andreas Gunnarsson |
2004-06-24 | KNF, cleanup, readability fixes... this hurt | Henning Brauer |
2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress | Tom Cosgrove |
2004-06-24 | Document kn_get_string() a bit better and describe the return value. | Hans-Joerg Hoexer |
2004-06-24 | Make community set strict aligenment save, remove unneeded ENSUREs | Claudio Jeker |
2004-06-24 | make keynote.h C++ safe | Mathieu Sauve-Frankel |
2004-06-24 | Back out part of last commit; we want to realloc + loop for argv too. | Todd C. Miller |
2004-06-24 | if we have detached after an exec, bail out early, and avoid a double free. | marius eriksen |
2004-06-24 | Remove the 8 page limit for sysctl_proc_args after discussing with Theo. | Todd C. Miller |
2004-06-24 | iso is gone | Henning Brauer |
2004-06-24 | let vax build lynx (workaround); miod ok | Theo de Raadt |
2004-06-24 | remove netiso stuff | Henning Brauer |
2004-06-24 | Remove unsupported algortihm types from keynote keygen section of the manpage. | Mathieu Sauve-Frankel |
2004-06-24 | change note as to when thread lib needs updating. OK deraadt@ | Marco S Hyman |
2004-06-24 | Typos in DEBUG code. | Miod Vallat |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-24 | regress test for re-exec corner cases | Damien Miller |