Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-19 | Count number of forks, vforks, rforks; still need to count VM pages affected | Thorsten Lockert | |
by the various fork types | |||
1996-02-19 | Add support for fork accounting | Thorsten Lockert | |
1996-02-18 | Count swapins and swapouts in the sum structure | Thorsten Lockert | |
1996-02-18 | Compile with -fno-strength-reduce for now | Thorsten Lockert | |
1996-02-18 | Use MAXPHYS for MAXBSIZE for all platforms but i386; use 32K on i386 until | Thorsten Lockert | |
pmap can be fixed | |||
1996-02-18 | Add another PCI vendor / product | Thorsten Lockert | |
1996-02-17 | elliminating unnecessary printf w/ DEBUG in pmap_collect. | Michael Shalayeff | |
1996-02-16 | Fixes for mvme68k tape and disk bootloaders. | Dale S. Rahn | |
fix argument parsing for disk and tape boot bootsd/boot.c bugcrt/m68k/Makefile.inc tape boot was broken completely bootst/bootst.c minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30). writvid/wrtvid.c | |||
1996-02-14 | Tally interrupts in a way that "vmstat -i" can find; temporary measure | Thorsten Lockert | |
until "vmstat -i" learns how to read the device chains and show interrupts per device. | |||
1996-02-14 | Tally all interrupts, not only FASTINTR ones | Thorsten Lockert | |
1996-02-13 | Recognize 3c595 (same as 3c590, according to FreeBSD if_vx) | dm | |
1996-02-13 | added isadmavar.h include | dm | |
1996-02-09 | NetBSD PR 2048. Prototype st_erase. | briggs | |
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck | |
[prevents disk_unbusy panic when disk is loaded (if no free IOPBs, xdstrategy() would queue the buffer for pickup by xdcintr() but xdcintr() would never call disk_busy(). xdc_startbuf() is a better place since all bufs are routed through here] problem detected by girish@dworkin.wustl.edu, diagnosed and corrected by me. - move disk_unbusy() call in xdc_remove_iorq() before the call to XDC_FREE() [don't want to access a data structure that was just put on a free list] | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-02-04 | Interface# 0's name was incorrectly generated | Niklas Hallqvist | |
1996-02-04 | New self-calibrating spin-wait delay() from Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-02-04 | Cosmetic unsigned char -> u_char | briggs | |
1996-02-03 | handle interface unit numbers up to 2G-1; skip if total name is too long | Theo de Raadt | |
1996-02-03 | whoops, EEPROM_SIZE is not used anymore | Theo de Raadt | |
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 | 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-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 | hannken: Fix disk_unbusy panic when booting from floppies | dm | |
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 | 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 | |