summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-19From Gordon W Ross (NetBSD):Niklas Hallqvist
Use db_regs_t instead of struct mc68020_saved_state
1997-01-19update to the 1.6 aperture driver from 3.2 XFree86.Michael Shalayeff
add manual (composed from mem(4) and README)
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-18unlink /tmp file on failure too.Michael Shalayeff
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-18random -> 32, ipl -> 33Jason 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
1997-01-18Ensure libsa and libkern get compiled with -Dhp300Jason Downs
1997-01-18missed this oneJason Downs
1997-01-18Sync. with current NetBSD--keeping local changes.briggs
1997-01-17mmap for TYNE. mods in ps/2 mouse driver to be more generic...Per Fogelstrom
1997-01-17frexp version from m68k, both are IEEE so should be fine.Dale S. Rahn
Ok what other routines are missing at this point I wonder, Do we have a standards compilance test? If so, it really needs to be run on this port.
1997-01-17add tagkstailey
1997-01-17Add OpenBSD tags (was in wrong dir for previous commit)Todd C. Miller
1997-01-17Add OpenBSD tagTodd C. Miller
1997-01-17Add OpenBSD tagsTodd C. Miller
1997-01-17Possible buf oflow.Todd C. Miller
1997-01-17OpenBSD tagsTodd C. Miller
1997-01-17OpenBSD tagsTodd C. Miller
1997-01-17possible oflowTodd C. Miller
1997-01-17rindex -> strrchrTodd C. Miller
1997-01-17Fix potential buf oflow wrt strerror and sprintf.Todd C. Miller
1997-01-17note about Vanya GrozniyMichael Shalayeff
1997-01-17Do IPFILTER the OpenBSD way... -mojMats O Jansson
1997-01-17more subdirsJason Downs
1997-01-17more new filesJason Downs
1997-01-17hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new buildJason Downs
method.
1997-01-17more r?index -> strr?chr changesTodd C. Miller