summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1995-11-03Still incomplete, but much more complete FPE from Ken Nakatabriggs
1995-11-03In ccdstart(), only translate the block number from partition-relativethorpej
1995-11-01Remove ser1 from init list.briggs
1995-11-01Fixup error/debugging message.briggs
1995-11-01Remove bogus assignment.briggs
1995-11-01Remove -fno-builtinbriggs
1995-11-01Rearrange a bit. bpfilters -> 16 and ae0/ae1 -> ae*.briggs
1995-11-01port-mac/1707: mac68k mouse drag problems with Cmd+arrow keysbriggs
1995-11-01More rogues.pk
1995-10-31Taking out the trash.hpeyerl
1995-10-31Pull in all but one of Leo's changes from the atari copy.briggs
1995-10-30The xy goes on VME16, not VME32.gwr
1995-10-30Add the function isbad(), needed by xd/xy drivers.gwr
1995-10-30New from Chuck Cranor: drivers for SMD disks!gwr
1995-10-30Win95 ignores case on lookupws
1995-10-30Must use PAGE_SIZE family instead of NBPG family.ragge
1995-10-29New SCSI driver for the NCR5380, by David Jones.gwr
1995-10-29Fix previous change that broke kd consolegwr
1995-10-28Map pixels in VME32 spacepk
1995-10-28Fix formattingjtc
1995-10-28Start to sort out install kernel size and bt/aha issues. Will be revised.tls
1995-10-28The INSTALL kernel is broken and will be replaced by split INSTALLAHA/INSTALLBT.tls
1995-10-27Fix names (vtrace ==> sys_vtrace, etc.)gwr
1995-10-27Work around the LANCE Rev. C bug in a way that does not cause errorgwr
1995-10-26Add coyright, id string; fix commentsgwr
1995-10-26Fix a commentgwr
1995-10-26Need to include <vm/vm.h>gwr
1995-10-26Change PROM callback from "strcmp" to "_strcmp", which is whatjonathan
1995-10-26Macro definitions of ntohs() and ntohl() for pmax bootblocks.jonathan
1995-10-26Commit missing modified copy of (old) sparc filesystem.c, that hasjonathan
1995-10-24Fix oversight in last change; some BIOSes leave junk in %fs and %gs that mustmycroft
1995-10-24Move DMA chip draining to dmaintr() and drain when a (possibly partial)pk
1995-10-24Various:pk
1995-10-23Define VIDEO enable bit (per Jason Thorpe; PR#1672).pk
1995-10-23On-board bwtwo diddles a system enable register bit for video, per Jasonpk
1995-10-23Use correct size access (char,short,int) in db_read_bytes, db_write_bytesgwr
1995-10-23DV_NULL should be DV_DULL.pk
1995-10-22DV_DISK => DV_NULL (from Mike Long; PR#1607).pk
1995-10-22Remove `-fno-builtin'.pk
1995-10-22Make sure we free the pathname buffer in all error cases.mycroft
1995-10-22We no longer need -fno-builtin; syscall namespace has been cleaned up a bit.thorpej
1995-10-22Make the ktrace code emit a record that indicates the current emulationchristos
1995-10-20netbsd.warped.com aka. {ftp,sup}.netbsd.orgjtc
1995-10-20Added M_OP_POS (positioning tape).ragge
1995-10-20Added #ifdef _KERNEL around definition of struct rpb.ragge
1995-10-20Additions to be able to write to massbuss disks standalone.ragge
1995-10-20SA_LIB -> SALIBragge
1995-10-20Use macros.h when STANDALONE is defined.ragge
1995-10-20cleanup warnings (fixes pr#1642)chopps
1995-10-20oops; i forgot these u_int -> size_t conversions.cgd