Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) | |||
1996-02-21 | move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkm | Michael Shalayeff | |
for ipl is possible and also, why it is in <machine/conf.c> while it (ipl) is in <net/*> ??? | |||
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-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-01-12 | from netbsd; | Theo de Raadt | |
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page. | |||
1996-01-12 | SIGBUS is an alignment fault. SIGSEGV is an access violation | Theo de Raadt | |
1996-01-07 | created devices for the IP filter log on all architectures | dm | |
1996-01-05 | ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd ↵ | Theo de Raadt | |
pr#1784 | |||
1995-12-30 | from netbsd: | Theo de Raadt | |
Move the old-style disk instrumentation "structures" to a central location (sys/kern/subr_disk.c) and note that they should/will be deprecated. | |||
1995-12-27 | use splnet instead of splimp | Theo de Raadt | |
1995-12-26 | put memcpy into libsa | Theo de Raadt | |
1995-12-26 | properly decl panic() | Theo de Raadt | |
1995-12-26 | quiet a warning | Theo de Raadt | |
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-12-16 | Two changes are made in this checkin. | Dale S. Rahn | |
The first is a change to force the console to stay 8N1, the configuration of the bug/prom during the first open to the device by init. The second is to not enable interupts until the port is opened. Previously receive and CD change interrutps were enabled at config time. If a character arrived before the port was opened for the first time, it would crash the system. | |||
1995-12-15 | clamp maxproc to not exceed pt space | Theo de Raadt | |
1995-12-15 | cpu_fork changes type | Theo de Raadt | |
1995-12-15 | bcopy & friends move to m68k tree | Theo de Raadt | |
1995-12-07 | update to use new files in libsa | Theo de Raadt | |
1995-12-06 | various changes to once again shrink the bootblocks to a useable size. | Theo de Raadt | |
1995-12-06 | optimize further | Theo de Raadt | |
1995-12-05 | working .cvsignore files | Theo de Raadt | |
1995-12-05 | this is useful in compile directories | Theo de Raadt | |
1995-12-01 | we cannot jump into ddb until the interrupt has been acknowledged to the | Theo de Raadt | |
chip. set a flag and defer calling ddb till end of interrupt routine. | |||
1995-12-01 | previous verbosity patch was wrong | Theo de Raadt | |
1995-12-01 | add CONSOLEBREAKDDB support. also be less verbose at boot.. | Theo de Raadt | |
1995-12-01 | fixed ddb, improved fifo handling, new still-not-working dma support | Theo de Raadt | |
from drahn@pacific.urbana.mcd.mot.com | |||
1995-12-01 | for now, assume no flash on 167 (is this true?) | Theo de Raadt | |
1995-11-30 | do not truncate swdevt[] ever | Theo de Raadt | |
1995-11-30 | in actual fact MAXPARTITIONS is 16 and scsi disk is major 4 | Theo de Raadt | |
1995-11-30 | prevent access to page 0 of virtual space | Theo de Raadt | |
1995-11-30 | do not drop into debugger on simple recoverable errors | Theo de Raadt | |
1995-11-29 | niklas pointed out the new MDP_UNCACHE_WX might break fork/exec. | Theo de Raadt | |
always set/clear in setregs() now | |||
1995-11-28 | on the '040, do not cache write+exec pages for sunos processes. SunOS ld.so | Theo de Raadt | |
is unaware of split I/D caches, and hence messes up. patch by niklas | |||
1995-11-28 | delete last chunks of MAPPEDCOPY | Theo de Raadt | |
1995-11-28 | delete duplicate sysarch function body | Theo de Raadt | |
1995-11-23 | userret() parameter botch; prototype userret(); make ddb easier to enter | Theo de Raadt | |
1995-11-23 | MAPPEDCOPY is garbage; it is not cache-aware | Theo de Raadt | |
1995-11-23 | as has no -g flag | Theo de Raadt | |
1995-11-22 | do not need to load off 4.3 filesystems | Theo de Raadt | |
1995-11-19 | typo glitch repair | Theo de Raadt | |
1995-11-19 | in clcninit: we need to use IIOV to convert the physical address of | chuck | |
the console to a virtual address. otherwise we can not print anything because our register pointer is wrong (this is on the 167). | |||
1995-11-17 | deal with new rarp_getipaddress() semantics | Theo de Raadt | |
1995-11-17 | incorrect comment character in header | Theo de Raadt | |
1995-11-17 | incorrect comment character in header | Theo de Raadt | |
1995-11-17 | add a neat hack for write, but it still does not work | Theo de Raadt | |
1995-11-13 | comment a bit better | Theo de Raadt | |
1995-11-07 | ../m68k is a subdir | Theo de Raadt | |
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-11-07 | $Id$ lines | Theo de Raadt | |
MVME167: repair job |