Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-30 | nuke custom build rules | Michael Shalayeff | |
1998-06-30 | Update the directories for the "rawrite" program. | Angelos D. Keromytis | |
1998-06-30 | Fix location typo for rawrite program. | Angelos D. Keromytis | |
1998-06-29 | Revert a couple of return values that shouldn't have changed, and be a | Angelos D. Keromytis | |
bit more verbose when dbopen() returns an error. | |||
1998-06-29 | Fix a couple of error return values that I shouldn't have changed, | Angelos D. Keromytis | |
add some more verbose error messages. | |||
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | blank line in header | Theo de Raadt | |
1998-06-29 | do not (void)kvm_read(...) | Theo de Raadt | |
1998-06-29 | Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whom | Angelos D. Keromytis | |
I forgot to credit in my other commits. | |||
1998-06-29 | Missed one. The problem was reported by msaitoh@spa.is.uec.ac.jp | Angelos D. Keromytis | |
1998-06-29 | Do the right thing with error return values. | Angelos D. Keromytis | |
1998-06-29 | add support for architecture dependent packing lists; | Marco S Hyman | |
PLIST.${ARCH} will be used if it exists, otherwise PLIST is used | |||
1998-06-29 | add ym (yamaha OPL3-SA3) PnP driver | Todd C. Miller | |
1998-06-29 | sync | Theo de Raadt | |
1998-06-29 | add 3dfx voodoo | Theo de Raadt | |
1998-06-29 | overflow fix; michael@cs.mun.ca | Theo de Raadt | |
1998-06-29 | make the bootstrap compile on modern compilers | Artur Grabowski | |
1998-06-29 | no CLEANFILES | Theo de Raadt | |
1998-06-29 | various cleanups; hoek | Theo de Raadt | |
1998-06-29 | correctly install bc as gnubc, and still install bcwrap as bc | Theo de Raadt | |
1998-06-29 | Make the "option APERTURE language" a bit more accurate. Add reference | Angelos D. Keromytis | |
to options(4) in xf86(4). | |||
1998-06-29 | Add reference to X (1) | Angelos D. Keromytis | |
1998-06-29 | Cleanup all "you" references. | Angelos D. Keromytis | |
1998-06-29 | Spacing, language, more options (PCIVERBOSE, XSERVER, APERTURE, IPSEC, | Angelos D. Keromytis | |
ENCDEBUG). | |||
1998-06-29 | Add reference to options (4) | Angelos D. Keromytis | |
1998-06-29 | Fix the language, add more references. General cleanup. | Angelos D. Keromytis | |
1998-06-29 | Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined. | Jason Downs | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1998-06-29 | Language cleanup. | Angelos D. Keromytis | |
1998-06-29 | Typo. | Angelos D. Keromytis | |
1998-06-29 | Use isa_intr_check() to prevent attachment of drivers that won't get an | Jason Downs | |
interrupt. | |||
1998-06-29 | Add and use isa_intr_check(). | Jason Downs | |
1998-06-29 | remove files from old dir setup | Todd C. Miller | |
1998-06-29 | We install man pages from Makefile.bsd-wrapper | Todd C. Miller | |
1998-06-29 | OpenBSD tag | Todd C. Miller | |
1998-06-29 | Don't build from lex/yacc, use prebuilt (yacc files don't seem to like our yacc) | Todd C. Miller | |
1998-06-29 | GNU bc 1.05a | Todd C. Miller | |
1998-06-29 | dc is now part of GNU bc | Todd C. Miller | |
1998-06-29 | dc is now part of the GNU bc package | Todd C. Miller | |
1998-06-28 | sync | Theo de Raadt | |
1998-06-28 | oops | Theo de Raadt | |
1998-06-28 | indent | Theo de Raadt | |
1998-06-28 | fix Makefiles | Theo de Raadt | |
1998-06-28 | sync | Theo de Raadt | |
1998-06-28 | Don't assume sizeof(long) == 4 | brian | |
1998-06-28 | make the openfirmware clock reading routine compatible with the | Dale S. Rahn | |
"typical" hardware clock read routine. | |||
1998-06-28 | Oh fun, mucking about with files used on all archs. | Dale S. Rahn | |
This is one of many places in the source that have #if defined("list all architectures") Is there some possible way to eliminate, reduce these or at least have a file that describes all occurrances so that when a new port is done this could be addressed. like the recent hppa port, does it need to take a look at this???? | |||
1998-06-28 | Stability fix for powerpc openfirmware system. | Dale S. Rahn | |
Actually implement interrupt masking as appropriate for the openfirmware drivers. This problem was caused by the use of the X86 style of interrupt handling introduced to the powerpc some time back. A problem may still exist in the non-openfirmware drivers: soft_net functions may get called when going from splhigh -> splclock using splx when the soft functions should not be called. Also look into SINT_CLOCK handling (where is this set). Possibly real work can now be done... | |||
1998-06-28 | indent | Todd T. Fries | |