summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-02missed path changesMichael Shalayeff
1998-07-02ansi and fancy gccMichael Shalayeff
1998-07-02indentTheo de Raadt
1998-07-02Fix mv b/ a where a is a directory.Constantine Sapuntzakis
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1998-07-02I suppose debugging code can be removedTheo de Raadt
1998-07-02for sugid procs ensure that fd 0-2 are allocated slots (by pointing atTheo de Raadt
/dev/null -- future patch will use a dead vnode of some sort) to prevent reuse (ie. new allocations) of these fd which libc makes many assumptions about; problem noted by James Youngman
1998-07-01Add NPMODE_KEEPLAST conditions; not supported yet (act like NPMODE_QUEUE).Angelos D. Keromytis
1998-07-01delete unknown errorTheo de Raadt
1998-07-01Document BSD4.4 flags supportMarc Espie
1998-07-01Fix confusing error messageMarc Espie
1998-07-01First shot for EB164SX/LX support; kernels for those should be muchAngelos D. Keromytis
more stable now, but by no means production-strong. A lot of code from NetBSD.
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
mention in previous commit).
1998-07-01PCI-IDE interface.Angelos D. Keromytis
1998-07-01Do the right thing with interrupts during autoconfiguration; from NetBSD.Angelos D. Keromytis
1998-07-01compile ramdisk kernel -O, smaller, happierTheo de Raadt
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller
1998-07-01let COPTS override -02Theo de Raadt
1998-06-30remove unnecessary assignmentNiels Provos
1998-06-30do not delete files like that, geezTheo de Raadt
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-30PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.Angelos D. Keromytis
1998-06-30Fix broken IPX so the kernel will compile.Bob Beck
1998-06-30Add an NPMODE_KEEPLASTAngelos D. Keromytis
1998-06-30In 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-30updated with some new attributes also.Niels Provos
1998-06-30new 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 toNiels 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-30nuke custom build rulesMichael Shalayeff
1998-06-30Update the directories for the "rawrite" program.Angelos D. Keromytis
1998-06-30Fix location typo for rawrite program.Angelos D. Keromytis
1998-06-29Revert a couple of return values that shouldn't have changed, and be aAngelos D. Keromytis
bit more verbose when dbopen() returns an error.
1998-06-29Fix a couple of error return values that I shouldn't have changed,Angelos D. Keromytis
add some more verbose error messages.
1998-06-29syncTheo de Raadt
1998-06-29blank line in headerTheo de Raadt
1998-06-29do not (void)kvm_read(...)Theo de Raadt
1998-06-29Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whomAngelos D. Keromytis
I forgot to credit in my other commits.
1998-06-29Missed one. The problem was reported by msaitoh@spa.is.uec.ac.jpAngelos D. Keromytis
1998-06-29Do the right thing with error return values.Angelos D. Keromytis
1998-06-29add support for architecture dependent packing lists;Marco S Hyman
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used
1998-06-29add ym (yamaha OPL3-SA3) PnP driverTodd C. Miller
1998-06-29syncTheo de Raadt
1998-06-29add 3dfx voodooTheo de Raadt
1998-06-29overflow fix; michael@cs.mun.caTheo de Raadt
1998-06-29make the bootstrap compile on modern compilersArtur Grabowski
1998-06-29no CLEANFILESTheo de Raadt
1998-06-29various cleanups; hoekTheo de Raadt
1998-06-29correctly install bc as gnubc, and still install bcwrap as bcTheo de Raadt