Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-03 | Ensure siop_acb alignment via malloc rather than let alignment depend | chuck | |
on the size of MI data structures that come before it in the softc. Chip will not function properly if alignment is wrong. Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu> and Michael L Hitch <osymh@gemini.oscs.montana.edu> | |||
1996-02-03 | rdist 6.1.1 | dm | |
1996-02-03 | put supscan/supfilesrv in usr/sbin, users do not run them | Theo de Raadt | |
1996-02-02 | Wrap long lines. | etheisen | |
1996-02-02 | Force the talley counters to be read when we get the interrupt. GCC | briggs | |
was nicely optimizing the reads out for us. Kudos for this one go to Steven R. Weiss <srw@hvcn.org>. (from netbsd) | |||
1996-02-02 | Added code to handle BSDI's 4.3 net-2 funky uname call. Netscape was using | etheisen | |
this to determine system name. Failure of this call caused netscape to print "uname() failed" on app startup. Also affected netscape mail headers and http sysname. Code taken from FreeBSD with minor mods. Good work guys. Let the world, or at the very least, netscape, know that you use OpenBSD. Include COMPAT_43 in kernel config to enable functionality. | |||
1996-02-02 | from netbsd: Use the `-q' option to tsort(1). From der Mouse | Niklas Hallqvist | |
1996-02-02 | We don't have the EXPORTABLE_SYSTEM variable | Niklas Hallqvist | |
1996-02-02 | from netbsd: clean up bits that state which man page section numbers | Niklas Hallqvist | |
are allowed (section 9 now exists). Document that variables in bsd.own.mk that were not previously documented. | |||
1996-02-02 | hannken: Fix disk_unbusy panic when booting from floppies | dm | |
1996-02-02 | /netbsd -> /bsd, more -> less, FLOPPY3 environment variable makes 1.44 Meg | dm | |
image instead of 1.2 Meg (currently required because things are too big). | |||
1996-02-02 | More files to smash while making clean. | etheisen | |
1996-02-02 | Added /usr/include to include path. Quiets down redefinition warnings | etheisen | |
caused by conflicts between gcc 2.7.2 headers and system headers. | |||
1996-02-02 | Undo LDSTATIC change. Possibly needed. | etheisen | |
1996-02-02 | Added default info path to match our directory structure. | etheisen | |
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. Initially we only want gas, even though we're not even there yet. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. The new cvs-version made me notice this. | |||
1996-02-01 | $(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message while | Niklas Hallqvist | |
configuring. | |||
1996-02-01 | Get rid of some useless intermediate vars and add a register keyword | briggs | |
in delay(). There still seems to be a problem with this routine in that when we actually touch the VIA1 T2 timer, it seems to hose the ADB subsystem. | |||
1996-02-01 | Clean up and comment a bit. | briggs | |
1996-01-31 | from netbsd: fix typo (Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: fix loading of 0 to intended value of 256, plus style police | Niklas Hallqvist | |
1996-01-31 | Fix reference to obsolete file | Niklas Hallqvist | |
1996-01-31 | from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de> | Niklas Hallqvist | |
1996-01-31 | from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: make sure master enable is set (Ezra Story) | Niklas Hallqvist | |
1996-01-31 | from netbsd: Unify mode support across gfx boards. (Ignatios Souvatzis) | Niklas Hallqvist | |
1996-01-31 | from netbsd: make sure master enable is set. | Niklas Hallqvist | |
Call disk_busy() a bit earlier in case an exceptional condition causes fddone() (and thus disk_unbusy()) to be called directly from fdstart(). Pointed out by Ezra Story <ezy@panix.com>. | |||
1996-01-31 | from netbsd: fix bounds check (Klaus Klein) | Niklas Hallqvist | |
1996-01-31 | from netbsd: remove MAXPARTITIONS | Niklas Hallqvist | |
1996-01-31 | from netbsd: add swedish keyboard support by Stefan Pedersen | Niklas Hallqvist | |
1996-01-31 | COMMAND ABORTED sense key is 0xb, not 0xa. Also clean up diagnostic message. | briggs | |
1996-01-31 | from netbsd; check for "A4000 bonus" too | Theo de Raadt | |
1996-01-31 | from ragge; add uvtopte() macro, to get user pte address easily | Theo de Raadt | |
1996-01-31 | from ragge; put sp in trapframe | Theo de Raadt | |
1996-01-31 | from ragge; remove PSL_ALLCC | Theo de Raadt | |
1996-01-31 | use YP, install nicely | Theo de Raadt | |
1996-01-31 | put zs chip register layout here. | Theo de Raadt | |
1996-01-31 | z8530 reorganization from gwr (which i think isn't nearly as machine | Theo de Raadt | |
independent or correct as he thinks it is) | |||
1996-01-31 | from netbsd; | Theo de Raadt | |
Use the function pointers sc_pio_in, sc_pio_out to call the PIO functions for transfers in data phase so those functions may be MD implementations that do "pseudo-DMA" if desired. Also correct some comments. | |||
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-31 | from netbsd; cleanup | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
Make use of the new disk struct when attaching disks. Don't rely on UBA's; we do not always want them. | |||
1996-01-31 | from ragge; print cpu model | Theo de Raadt | |
1996-01-31 | from ragge; add bfd, tun, vnd | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
Handle DDB traps different when we get a panic. It's more interesting to know the CPU state when panic was called than in the Debugger() function. | |||
1996-01-31 | from ragge; | Theo de Raadt | |
fix bug causing kernel symbol not to be loaded; save all registers on panic() |