summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-04oopsDavid Leonard
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-10-04nothing uses this variableBrandon Creighton
2000-10-04push the right # of registers with pushr.Brandon Creighton
2000-10-04better (relative) definition of ${S}Brandon Creighton
2000-10-04do not mess with rpb once it's initializedBrandon Creighton
2000-10-04- don't reassign rpb here, it is done elsewhereBrandon Creighton
2000-10-04add 53c94 to devsw/cnvtabBrandon Creighton
2000-10-04- add a romopen() here (just initializes rom_softc and devdata)Brandon Creighton
2000-10-04eliminate some confusion between rpb and howto -- also make sure thatBrandon Creighton
2000-10-04relocate rpb higher in memory; move it out of the way of the incomingBrandon Creighton
2000-10-03do not build debug libs, ovewriting a possible setting in the mk.confMichael Shalayeff
2000-10-03allow ../Makefile.inc to overwrite mk.conf settings; millert@ okMichael Shalayeff
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);Michael Shalayeff
2000-10-03do not resolve canonname, i have no idea why this was added oin osshMarkus Friedl
2000-10-03set bsize for hash to some reasonable value instead ofMichael Shalayeff
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-10-03hmac->macMarkus Friedl
2000-10-03Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-10-03Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok)Hakan Olsson
2000-10-03Print IKE notifications (with -v). Style. (jakob@ ok)Hakan Olsson
2000-10-03Compile with -Wall. Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-10-03More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se>Hakan Olsson
2000-10-03Another piece of the raid device support. Make device nodes.Dale S. Rahn
2000-10-03More format string paranoia; deraadt@ okAaron Campbell
2000-10-03public domainDavid Leonard
2000-10-03constistent namingDavid Leonard
2000-10-03thread switching codeDavid Leonard
2000-10-03Sync again.Angelos D. Keromytis
2000-10-03Sync.Angelos D. Keromytis
2000-10-02Don't call cgetset() on $TERMCAP if setugid. The logic has been reworkedTodd C. Miller
2000-10-02Don't look in ~/.terminfo if setugid. This is consistent with theTodd C. Miller
2000-10-02fix missing \n. from doug@freebsd (sync with kame)Jun-ichiro itojun Hagino
2000-10-02fix typo in routing header address validation. from francis dupontJun-ichiro itojun Hagino
2000-10-01dlfcn.h and link.h should be shipped as well as built.Dale S. Rahn
2000-10-01Now that powerpc has shared libraries, make certain that link.h and dlfcn.hDale S. Rahn
2000-10-01Sync the cache as specified by the powerpc manuals, didn't change anything.Dale S. Rahn
2000-10-01Fix some very serious cut and paste errors in this code.Dale S. Rahn
2000-10-01Complete raidframe support, support was incomplete before. Not knownDale S. Rahn
2000-09-30allow loglevel debugMarkus Friedl
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
2000-09-30Whoops, forgot to list the 3c555 device ID under media selection parts.Aaron Campbell
2000-09-29Oops, time to learn how to countMiod Vallat
2000-09-29Check N command operand value to prevent a panic with large values.Miod Vallat
2000-09-29fix pasto in error printfMichael Shalayeff
2000-09-29Make sure there's enough data on the mbuf for the TCP/UDP ports (ifAngelos D. Keromytis
2000-09-29Update to ipsecadm changes.Angelos D. Keromytis