Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-20 | sync | Theo de Raadt | |
1998-10-20 | o Only read the per-channel status reg if the global int mask says something | Jason Wright | |
interesting happened. o Base all interrupt decisions on per-channel status reg. | |||
1998-10-19 | Fix so to not require a make obj - Fix cleandir target to remove the headers | Bob Beck | |
Configure munges from OBJDIR. | |||
1998-10-19 | Tell about fips20 for people who want to risk it. | Marc Espie | |
1998-10-19 | Use register definitions from AMD databook. | Jason Wright | |
1998-10-19 | oops | Theo de Raadt | |
1998-10-19 | Use env to set the PATH since we run configure in a subshell | Todd C. Miller | |
1998-10-19 | add xshare | Todd T. Fries | |
it is shared across all X platforms and came from xbase so it IS required. | |||
1998-10-19 | Updated for support of qec+qe | Jason Wright | |
1998-10-19 | Fix off-by-one error when adding files of exactly 100 characters; ↵ | Todd C. Miller | |
wsanchez@apple.com | |||
1998-10-19 | Updated man pages for support of qec+qe. | Jason Wright | |
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!!* |