summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-03Ensure siop_acb alignment via malloc rather than let alignment dependchuck
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-03rdist 6.1.1dm
1996-02-03put supscan/supfilesrv in usr/sbin, users do not run themTheo de Raadt
1996-02-02Wrap long lines.etheisen
1996-02-02Force the talley counters to be read when we get the interrupt. GCCbriggs
was nicely optimizing the reads out for us. Kudos for this one go to Steven R. Weiss <srw@hvcn.org>. (from netbsd)
1996-02-02Added code to handle BSDI's 4.3 net-2 funky uname call. Netscape was usingetheisen
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-02from netbsd: Use the `-q' option to tsort(1). From der MouseNiklas Hallqvist
1996-02-02We don't have the EXPORTABLE_SYSTEM variableNiklas Hallqvist
1996-02-02from netbsd: clean up bits that state which man page section numbersNiklas Hallqvist
are allowed (section 9 now exists). Document that variables in bsd.own.mk that were not previously documented.
1996-02-02hannken: Fix disk_unbusy panic when booting from floppiesdm
1996-02-02/netbsd -> /bsd, more -> less, FLOPPY3 environment variable makes 1.44 Megdm
image instead of 1.2 Meg (currently required because things are too big).
1996-02-02More files to smash while making clean.etheisen
1996-02-02Added /usr/include to include path. Quiets down redefinition warningsetheisen
caused by conflicts between gcc 2.7.2 headers and system headers.
1996-02-02Undo LDSTATIC change. Possibly needed.etheisen
1996-02-02Added 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, andNiklas 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, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas 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 whileNiklas Hallqvist
configuring.
1996-02-01Get rid of some useless intermediate vars and add a register keywordbriggs
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-01Clean up and comment a bit.briggs
1996-01-31from netbsd: fix typo (Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from netbsd: fix loading of 0 to intended value of 256, plus style policeNiklas Hallqvist
1996-01-31Fix reference to obsolete fileNiklas Hallqvist
1996-01-31from netbsd: add UNION/UMAPFS <hubert.feyrer@rz.uni-regensburg.de>Niklas Hallqvist
1996-01-31from netbsd: aftsc uses afsc.c (S.P.Zeidler & Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from netbsd: make sure master enable is set (Ezra Story)Niklas Hallqvist
1996-01-31from netbsd: Unify mode support across gfx boards. (Ignatios Souvatzis)Niklas Hallqvist
1996-01-31from 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-31from netbsd: fix bounds check (Klaus Klein)Niklas Hallqvist
1996-01-31from netbsd: remove MAXPARTITIONSNiklas Hallqvist
1996-01-31from netbsd: add swedish keyboard support by Stefan PedersenNiklas Hallqvist
1996-01-31COMMAND ABORTED sense key is 0xb, not 0xa. Also clean up diagnostic message.briggs
1996-01-31from netbsd; check for "A4000 bonus" tooTheo de Raadt
1996-01-31from ragge; add uvtopte() macro, to get user pte address easilyTheo de Raadt
1996-01-31from ragge; put sp in trapframeTheo de Raadt
1996-01-31from ragge; remove PSL_ALLCCTheo de Raadt
1996-01-31use YP, install nicelyTheo de Raadt
1996-01-31put zs chip register layout here.Theo de Raadt
1996-01-31z8530 reorganization from gwr (which i think isn't nearly as machineTheo de Raadt
independent or correct as he thinks it is)
1996-01-31from 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-31sync with netbsdTheo de Raadt
1996-01-31sync with netbsdTheo de Raadt
1996-01-31from netbsd; cleanupTheo de Raadt
1996-01-31from 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-31from ragge; print cpu modelTheo de Raadt
1996-01-31from ragge; add bfd, tun, vndTheo de Raadt
1996-01-31from 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-31from ragge;Theo de Raadt
fix bug causing kernel symbol not to be loaded; save all registers on panic()