Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-19 | qec+qe support & OpenBSD tags for everyone | Jason Wright | |
1998-10-19 | Support for the qec+qe (SBus QuadEthernet board) | Jason Wright | |
1998-10-19 | Garbage collect an unused variable. | Jason Wright | |
1998-10-19 | load xshare | Theo de Raadt | |
1998-10-18 | Check 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-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1998-10-18 | update packages instructions | Marco S Hyman | |
1998-10-17 | sync | Theo de Raadt | |
1998-10-17 | Stricter anti-spam measures; mostly from Eric's knecht.mc | Thorsten Lockert | |
1998-10-16 | don't dump core when linked against ncurses | Todd C. Miller | |
1998-10-16 | fix magma device generation; three cards supported | Marco S Hyman | |
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1} | |||
1998-10-16 | Make sure we free the buffer in all error cases. Do the final | Todd 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-16 | Die quietly if the open fails with ENXIO | Jason Wright | |
1998-10-16 | fix path to regdef.h on pmax | Mats O Jansson | |
1998-10-16 | create empty /var/db/pkg dir; art | Theo de Raadt | |
1998-10-16 | revert pmax machdep.c too (Warner missed this one) | Todd C. Miller | |
1998-10-15 | include a couple of symlinks that were added with the scanner device nodes. | Dale S. Rahn | |
1998-10-15 | Back out PEFO's trap change. It breaks everybody, it seems. | imp | |
1998-10-15 | add missing entries for xfs in all | Artur Grabowski | |
1998-10-15 | kill editor choice -- irrelevant | Theo de Raadt | |
1998-10-15 | kill editor choice -- irrelevant | Theo de Raadt | |
1998-10-15 | shrink ramdisk filesystem | Theo de Raadt | |
1998-10-15 | Add ref to /usr/share/smtpd files. | Ian Darwin | |
1998-10-14 | solve < > or - in password problem | Theo de Raadt | |
1998-10-14 | o include ch.h so that NCH is defined | imp | |
o spell ksyms with with two s's | |||
1998-10-14 | openfirmware root was moved to attach at mainbus some time back, this | Dale S. Rahn | |
config file was missed when that change was made. | |||
1998-10-14 | sync | Federico G. Schwindt | |
1998-10-14 | pretty print message | Theo de Raadt | |
1998-10-13 | Sync 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-13 | whack resolv.conf properly; bug seen by jason | Theo de Raadt | |
1998-10-13 | In vrele, vget, reinstate to following order | Constantine 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-13 | sync | Theo de Raadt | |
1998-10-13 | unsigned char fix; rahnds | Theo de Raadt | |
1998-10-13 | another modem without a pnp compatid | Theo de Raadt | |
1998-10-13 | Remove NULL deref condition | Niklas Hallqvist | |
1998-10-13 | More fixes for huge (>2GB) files. | Constantine Sapuntzakis | |
1998-10-12 | missed a few | Niklas Hallqvist | |
1998-10-12 | sync | Niklas 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-12 | While 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-12 | startup code for AFS | Artur Grabowski | |
1998-10-11 | Enforce valid Message-Id to help stop spammers | Todd C. Miller | |
1998-10-11 | When copying several lines from one file to another, do not delete the lines | Dale S. Rahn | |
from the first file. (the last commit of this file had several lines missing.) | |||
1998-10-11 | When 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-11 | Apache 1.3.3 merge + proxy_segv fix | Bob Beck | |
1998-10-11 | typo: Thuner != Thunder; spotted by theo. | Jason Wright | |
1998-10-11 | Fix from Kirk McKusick to make sure that clustering works correctly across | Constantine Sapuntzakis | |
the 2GB file boundary. | |||
1998-10-11 | bad ioctls return EINVAL; garath@code.ridgefield.org | Theo de Raadt | |
1998-10-11 | NAT_MAP is now a flag; garath@code.ridgefield.org | Theo de Raadt | |