summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-10-19qec+qe support & OpenBSD tags for everyoneJason Wright
1998-10-19Support for the qec+qe (SBus QuadEthernet board)Jason Wright
1998-10-19Garbage collect an unused variable.Jason Wright
1998-10-19load xshareTheo de Raadt
1998-10-18Check for selection == empty string in glob_selection so we don't get syntax ↵Todd C. Miller
errors when we use that as part of a case statement
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-10-18update packages instructionsMarco S Hyman
1998-10-17syncTheo de Raadt
1998-10-17Stricter anti-spam measures; mostly from Eric's knecht.mcThorsten Lockert
1998-10-16don't dump core when linked against ncursesTodd C. Miller
1998-10-16fix magma device generation; three cards supportedMarco S Hyman
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1}
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org
1998-10-16Die quietly if the open fails with ENXIOJason Wright
1998-10-16fix path to regdef.h on pmaxMats O Jansson
1998-10-16create empty /var/db/pkg dir; artTheo de Raadt
1998-10-16revert pmax machdep.c too (Warner missed this one)Todd C. Miller
1998-10-15include a couple of symlinks that were added with the scanner device nodes.Dale S. Rahn
1998-10-15Back out PEFO's trap change. It breaks everybody, it seems.imp
1998-10-15add missing entries for xfs in allArtur Grabowski
1998-10-15kill editor choice -- irrelevantTheo de Raadt
1998-10-15kill editor choice -- irrelevantTheo de Raadt
1998-10-15shrink ramdisk filesystemTheo de Raadt
1998-10-15Add ref to /usr/share/smtpd files.Ian Darwin
1998-10-14solve < > or - in password problemTheo de Raadt
1998-10-14o include ch.h so that NCH is definedimp
o spell ksyms with with two s's
1998-10-14openfirmware root was moved to attach at mainbus some time back, thisDale S. Rahn
config file was missed when that change was made.
1998-10-14syncFederico G. Schwindt
1998-10-14pretty print messageTheo de Raadt
1998-10-13Sync with recent NetBSD changes:Marco S Hyman
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks
1998-10-13whack resolv.conf properly; bug seen by jasonTheo de Raadt
1998-10-13In vrele, vget, reinstate to following orderConstantine Sapuntzakis
- VNODE gets placed on free list - VOP_INACTIVE is called This was the original order. It was changed in an earlier patch due to a race condition in non-locking FSes (like NFS) between getnewvnode and inactive. However, the modified order had its own race conditions, so it turned out not to be a good choice.
1998-10-13syncTheo de Raadt
1998-10-13unsigned char fix; rahndsTheo de Raadt
1998-10-13another modem without a pnp compatidTheo de Raadt
1998-10-13Remove NULL deref conditionNiklas Hallqvist
1998-10-13More fixes for huge (>2GB) files.Constantine Sapuntzakis
1998-10-12missed a fewNiklas Hallqvist
1998-10-12syncNiklas Hallqvist
1998-10-12*UNTESTED* Makefile change that may work on the arc and pmax.Bob Beck
*this needs to be tested by someone who has one!!*
1998-10-12*UNTESTED* Makefile and configure changes that may work with pmax and arc.Bob Beck
*These need to be tested by someone who has one!!*
1998-10-12While It would be a really nice thing to have nested interrupts,Dale S. Rahn
getting all of the complexities captured in the code before release is not going to be possible, maybe after release this will be fixed. Regressing to 1.8 (version before allowing nested interrupts).
1998-10-12startup code for AFSArtur Grabowski
1998-10-11Enforce valid Message-Id to help stop spammersTodd C. Miller
1998-10-11When copying several lines from one file to another, do not delete the linesDale S. Rahn
from the first file. (the last commit of this file had several lines missing.)
1998-10-11When rounding to cylinder boundaries check to make sure we don't round up ↵Todd C. Miller
past the end of the disk. Noticed by fries@
1998-10-11Apache 1.3.3 merge + proxy_segv fixBob Beck
1998-10-11typo: Thuner != Thunder; spotted by theo.Jason Wright
1998-10-11Fix from Kirk McKusick to make sure that clustering works correctly acrossConstantine Sapuntzakis
the 2GB file boundary.
1998-10-11bad ioctls return EINVAL; garath@code.ridgefield.orgTheo de Raadt
1998-10-11NAT_MAP is now a flag; garath@code.ridgefield.orgTheo de Raadt