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