summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-01-23Sync with NetBSD 970118, missed...Niklas Hallqvist
1997-01-23Sync with NetBSD 970118Niklas Hallqvist
1997-01-23add NO_DEFLATE condition to be used in /bootMichael Shalayeff
1997-01-23allow boot from any [0-9] unit (wd+scsi fits now both)Michael Shalayeff
1997-01-23changed aicprint() to scsiprint()flipk
1997-01-22back out bounce buffer fixes until i get them working 100%Theo de Raadt
1997-01-22pmap enter fixes for I/O mapping.Per Fogelstrom
1997-01-22Fixed some pmap problems when porting XFree86 (mmap of i/o etc).Per Fogelstrom
1997-01-22only go into wide scsi mode if the card supports itTheo de Raadt
1997-01-22Current status.Dale S. Rahn
1997-01-22example fdisk and disklabel information in the Installation instructions.Dale S. Rahn
1997-01-22get the ethernet/fddi issue half right. This needs to be fixed betterTheo de Raadt
1997-01-22Don't fault a page in twice (first prefault, then vm_fault); the first wasThorsten Lockert
not neccecary (and actually caused some problems).
1997-01-21If mounting a CD filesystem as a root image, at least call inittodr.Dale S. Rahn
Most filesystems have a last modified date that is supplied, however since that is not available on iso9660 could image creation time be used instead? Currently it supplies 0, the beginning of time as the parameter to inittodr. This is so that when installing from a CD image, the file or directory timestamps will be sane, not beginning of time.
1997-01-21Fix problems pointed out by Andrew Cagney,Dale S. Rahn
These didn't seem to have adverse effects, but were wrong.
1997-01-20ifdef the RB_TIMEBAD change,Dale S. Rahn
resettodr doesn't currently do anything anyway, put this problem off till later.
1997-01-20Type pedantery.. a lot of it too, more could be done as well. Sync withNiklas Hallqvist
NetBSD 970118 too.
1997-01-20Accept partitions looking like, but not matching exactly,Niklas Hallqvist
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types.
1997-01-20better use (NETHER == 0) instead of NETHER == 0Thomas Graichen
1997-01-20replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0Thomas Graichen
because revarpwhoami is defined in if_ether.c and netbooting without an ethernet card is very unusual :-) p.s.: seems like nobody uses OpenBSD in machines without a network card - because due to this it was'nt possible to build a kernel for such a configuration ...
1997-01-20back out my last change to avoid the __warn_references on the mips - it'sThomas Graichen
now done for the pmax like for the arc in machine/cdefs.h
1997-01-19small hack to get the PLUTO kernel compiledThomas Graichen
1997-01-19Add OpenBSD tagNiklas Hallqvist
1997-01-19From Ignatios Souvatzis (NetBSD):Niklas Hallqvist
Fix PR 3090. While here, fix two other comments.
1997-01-19From Gordon W Ross (NetBSD):Niklas Hallqvist
Use db_regs_t instead of struct mc68020_saved_state
1997-01-19Ooops. This should have been committed along with pccons.cPer Fogelstrom
1997-01-19asm -> __asmbriggs
1997-01-19asm -> __asm, inline -> __inlinebriggs
1997-01-19asm -> __asmbriggs
1997-01-19inline -> __inlinebriggs
1997-01-19inline -> __inlinebriggs
1997-01-19inline -> __inlinebriggs
1997-01-19Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not lookNiklas Hallqvist
there
1997-01-18Use scsiprint (and remove scsiprint from esp.c).briggs
1997-01-18illiminate memset gcc generated call, just like prev commit toMichael Shalayeff
the XNS code.
1997-01-18Do not partially initialize a structure at declaration in a function.briggs
This causes gcc to generate a memset() on the m68k. Instead, bzero and initialize the structure later in the function.
1997-01-18scsi->moreluns is a bitfield based on target--should be u_int16_t, now.briggs
1997-01-18OpenBSD uses HOSTCC not HOSTED_CC, per traditionNiklas Hallqvist
1997-01-18Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig.Niklas Hallqvist
1997-01-18protect from multiple includes (required by gpl_math_emulate)Michael Shalayeff
1997-01-18move the RB_TIMEBAD handling to where "howto" is reachableNiklas Hallqvist
1997-01-18Avoid a double trapNiklas Hallqvist
1997-01-18Use scsiprintNiklas Hallqvist
1997-01-18Boundary error (s/<=/</)Niklas Hallqvist
1997-01-18syslog.h -> sys/syslog.hJason Downs
THIS IS THE KERNEL, DAMNIT.
1997-01-18move random, add ipl.Jason Downs
1997-01-18Add stuff from /sys/conf/GENERIC, including IPFILTER.Jason Downs
1997-01-18add ipfilterJason Downs
1997-01-18dk_mountroot(), hp300 style.Jason Downs
1997-01-18Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs.Jason Downs