summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Expand)Author
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28cfattach/cfdriver split; config_*() function retval changeTheo de Raadt
1996-04-28add ccd, change fd->filedescTheo de Raadt
1996-04-28_KERNEL & cannot use unistd.hTheo de Raadt
1996-04-28change to assym.hTheo de Raadt
1996-04-28change vmapbuf/vunmapbuf declsTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28add _MACHINE & _MACHINE_ARCHTheo de Raadt
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28Fix compation error in bootst.c (mvme68k/stand)Dale S. Rahn
1996-03-26From NetBSD: vnode_if.[ch] made machine independent.Michael Shalayeff
1996-02-21move cdev_gen_ipf() macro to the <sys/conf.h>, so the lkmMichael Shalayeff
1996-02-16Fixes for mvme68k tape and disk bootloaders.Dale S. Rahn
1996-02-03Ensure siop_acb alignment via malloc rather than let alignment dependchuck
1996-01-12from netbsd;Theo de Raadt
1996-01-12SIGBUS is an alignment fault. SIGSEGV is an access violationTheo de Raadt
1996-01-07created devices for the IP filter log on all architecturesdm
1996-01-05ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd p...Theo de Raadt
1995-12-30from netbsd:Theo de Raadt
1995-12-27use splnet instead of splimpTheo de Raadt
1995-12-26put memcpy into libsaTheo de Raadt
1995-12-26properly decl panic()Theo de Raadt
1995-12-26quiet a warningTheo de Raadt
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-12-16Two changes are made in this checkin.Dale S. Rahn
1995-12-15clamp maxproc to not exceed pt spaceTheo de Raadt
1995-12-15cpu_fork changes typeTheo de Raadt
1995-12-15bcopy & friends move to m68k treeTheo de Raadt
1995-12-07update to use new files in libsaTheo de Raadt
1995-12-06various changes to once again shrink the bootblocks to a useable size.Theo de Raadt
1995-12-06optimize furtherTheo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-12-01we cannot jump into ddb until the interrupt has been acknowledged to theTheo de Raadt
1995-12-01previous verbosity patch was wrongTheo de Raadt
1995-12-01add CONSOLEBREAKDDB support. also be less verbose at boot..Theo de Raadt
1995-12-01fixed ddb, improved fifo handling, new still-not-working dma supportTheo de Raadt
1995-12-01for now, assume no flash on 167 (is this true?)Theo de Raadt
1995-11-30do not truncate swdevt[] everTheo de Raadt
1995-11-30in actual fact MAXPARTITIONS is 16 and scsi disk is major 4Theo de Raadt
1995-11-30prevent access to page 0 of virtual spaceTheo de Raadt
1995-11-30do not drop into debugger on simple recoverable errorsTheo de Raadt
1995-11-29niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Theo de Raadt
1995-11-28on the '040, do not cache write+exec pages for sunos processes. SunOS ld.soTheo de Raadt
1995-11-28delete last chunks of MAPPEDCOPYTheo de Raadt
1995-11-28delete duplicate sysarch function bodyTheo de Raadt
1995-11-23userret() parameter botch; prototype userret(); make ddb easier to enterTheo de Raadt
1995-11-23MAPPEDCOPY is garbage; it is not cache-awareTheo de Raadt
1995-11-23as has no -g flagTheo de Raadt