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