Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-28 | wdsc driver hacked from amiga driver by Steve Woodford | Theo de Raadt | |
1996-04-28 | rewrite | Theo de Raadt | |
1996-04-28 | device/attach split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; we hate caddr_t | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; config_*() function retval change | Theo de Raadt | |
1996-04-28 | add ccd, change fd->filedesc | Theo de Raadt | |
1996-04-28 | _KERNEL & cannot use unistd.h | Theo de Raadt | |
1996-04-28 | change to assym.h | Theo de Raadt | |
1996-04-28 | change vmapbuf/vunmapbuf decls | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add _MACHINE & _MACHINE_ARCH | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | Fix compation error in bootst.c (mvme68k/stand) | Dale S. Rahn | |
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr | |||
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 |