Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-01 | Fix confusing error message | Marc Espie | |
1998-07-01 | First shot for EB164SX/LX support; kernels for those should be much | Angelos D. Keromytis | |
more stable now, but by no means production-strong. A lot of code from NetBSD. | |||
1998-07-01 | NetBSD sync. | Angelos D. Keromytis | |
1998-07-01 | Add pciide_machdep.c; that file is taken from NetBSD (forgot to | Angelos D. Keromytis | |
mention in previous commit). | |||
1998-07-01 | PCI-IDE interface. | Angelos D. Keromytis | |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis | |
1998-07-01 | compile ramdisk kernel -O, smaller, happier | Theo de Raadt | |
1998-07-01 | crank major version since we have added new interfaces | Todd C. Miller | |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller | |
1998-07-01 | let COPTS override -02 | Theo de Raadt | |
1998-06-30 | remove unnecessary assignment | Niels Provos | |
1998-06-30 | do not delete files like that, geez | Theo de Raadt | |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt | |
1998-06-30 | PCI-IDE interface include files (needed for Alpha, at least); from NetBSD. | Angelos D. Keromytis | |
1998-06-30 | Fix broken IPX so the kernel will compile. | Bob Beck | |
1998-06-30 | Add an NPMODE_KEEPLAST | Angelos D. Keromytis | |
1998-06-30 | In pccngetc, check that dev is not NODEV [NetBSD] | Todd C. Miller | |
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me] | |||
1998-06-30 | updated with some new attributes also. | Niels Provos | |
1998-06-30 | new default attribute list, including blowfish, cast and 3des attributes. | Niels Provos | |
RIPEMD does not work for some reason, yet to be found out. | |||
1998-06-30 | - support HMAC flag which if present in the attribute list toggles to | Niels Provos | |
HMAC authentication transforms and otherwise to simple keyed authentication. Note, HMAC is necessary if new esp is to use integrity checking, i.e. authentication of the payload. - Also fix bug, where SPIs were reserved for more than one protocol when only one protocol, e.g. ESP or AH, could be agreed upon. - Also make kernel.c a bit less complex, I hope. - return notifies to kernel on failure only when kernel started the keying. | |||
1998-06-30 | nuke custom build rules | Michael Shalayeff | |
1998-06-30 | Update the directories for the "rawrite" program. | Angelos D. Keromytis | |
1998-06-30 | Fix location typo for rawrite program. | Angelos D. Keromytis | |
1998-06-29 | Revert a couple of return values that shouldn't have changed, and be a | Angelos D. Keromytis | |
bit more verbose when dbopen() returns an error. | |||
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis | |
add some more verbose error messages. | |||
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | blank line in header | Theo de Raadt | |
1998-06-29 | do not (void)kvm_read(...) | Theo de Raadt | |
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis | |
I forgot to credit in my other commits. | |||
1998-06-29 | Missed one. The problem was reported by msaitoh@spa.is.uec.ac.jp | Angelos D. Keromytis | |
1998-06-29 | Do the right thing with error return values. | Angelos D. Keromytis | |
1998-06-29 | add support for architecture dependent packing lists; | Marco S Hyman | |
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used | |||
1998-06-29 | add ym (yamaha OPL3-SA3) PnP driver | Todd C. Miller | |
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | add 3dfx voodoo | Theo de Raadt | |
1998-06-29 | overflow fix; michael@cs.mun.ca | Theo de Raadt | |
1998-06-29 | make the bootstrap compile on modern compilers | Artur Grabowski | |
1998-06-29 | no CLEANFILES | Theo de Raadt | |
1998-06-29 | various cleanups; hoek | Theo de Raadt | |
1998-06-29 | correctly install bc as gnubc, and still install bcwrap as bc | Theo de Raadt | |
1998-06-29 | Make the "option APERTURE language" a bit more accurate. Add reference | Angelos D. Keromytis | |
to options(4) in xf86(4). | |||
1998-06-29 | Add reference to X (1) | Angelos D. Keromytis | |
1998-06-29 | Cleanup all "you" references. | Angelos D. Keromytis | |
1998-06-29 | Spacing, language, more options (PCIVERBOSE, XSERVER, APERTURE, IPSEC, | Angelos D. Keromytis | |
ENCDEBUG). | |||
1998-06-29 | Add reference to options (4) | Angelos D. Keromytis | |
1998-06-29 | Fix the language, add more references. General cleanup. | Angelos D. Keromytis | |
1998-06-29 | Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined. | Jason Downs | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1998-06-29 | Language cleanup. | Angelos D. Keromytis | |