Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-21 | further shrinking | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | shorten names; add more realtek | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | sync | Theo de Raadt | |
1998-10-21 | update powerpc note information to current state of affairs. | Dale S. Rahn | |
1998-10-20 | when transmitting we cannot totally fill the circular buffer (i.e. | Theo de Raadt | |
we can't use up all of the remaining sc->txslot[chan].bfree free bytes) because that would cause the circular buffer read pointer to become equal to the write pointer, thus signaling 'empty buffer' to the hardware and stopping the transmitter. spotted and fixed by Kenjiro Cho <kjc@csl.sony.co.jp> | |||
1998-10-20 | Mix kernels are no longer necessary, Generic will work sufficiently. | Dale S. Rahn | |
1998-10-20 | Mix kernels are no longer necessary, Generic will work sufficiently. | Dale S. Rahn | |
1998-10-20 | .Nm gettytab 5 -> .Xr gettytab 5 | Angelos D. Keromytis | |
1998-10-20 | sync pmax -moj | Mats O Jansson | |
1998-10-20 | add note about ssh/pgp from ftp only; | Marco S Hyman | |
add (at least) for Theo. Mention that the package files are on the same CD-ROM as the OS installation files for an architecture | |||
1998-10-20 | update package section of message | Marco S Hyman | |
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. |