summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Collapse)Author
1997-10-01make rawpart FS_UNUSEDTheo de Raadt
1997-09-26fix PORTAL comment in all sun3 config fileskstailey
1997-09-21$OpenBSD$Niklas Hallqvist
1997-09-15kill Locore.cTheo de Raadt
1997-09-11activate sun3 SCSI DVMAkstailey
1997-09-08remove more stuff redundant to m68k/param.hkstailey
1997-09-08include <m68k/param.h>kstailey
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later.
1997-09-08s/sun3_btop/m68k_btop/kstailey
1997-09-07switch from private Mach derived conversion macros to m68k oneskstailey
1997-08-19sun3 is back upkstailey
1997-08-19temporary work aroundkstailey
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-08Initialize hwreset.Jason Downs
1997-07-25s/NetBSD/OpenBSD/kstailey
1997-07-25add SysV shared mem for Xkstailey
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-07two dirs. that are built when compiling kernelskstailey
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23In zs_abort, wrap a #ifdef DDB around a Debugger() invocation.kstailey
Chris Jones via Gene Skonicki.
1997-06-20add my buildskstailey
1997-06-09Ceci n'est pas une pipekstailey
1997-06-09s/options/option/kstailey
1997-05-04now with SCSI and local diskkstailey
1997-04-29turn off DMA, it doesn't workkstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-08SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr.briggs
1997-04-07cd9660 & partition/block number confusion correctionTheo de Raadt
1997-04-05removed conditional codekstailey
1997-04-05sendsig and sys_sigreturn are in m68k area nowkstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-04remove copy.s as it is in M.I. m68k files nowkstailey
1997-03-02add -fno-defer-pop to CFLAGSkstailey
1997-02-22ramdisk now has raw version, disklabelskstailey
1997-02-22add tag; NetBSD -> OpenBSDkstailey
1997-02-22ufsboot uses strncpy() nowkstailey
1997-02-21do not pass up un-init vftypeTheo de Raadt
1997-02-20gratituous compatibility with NetBSDkstailey
1997-02-20more of samekstailey
1997-02-19merge in some NetBSD pmap codekstailey
1997-02-18VM_MIN_KERNEL_ADDRESS -> virtual_availkstailey
1997-02-14back out changes to rei functionkstailey
1997-02-14back out Jason's copypage/zeropage() changekstailey
1997-02-14add SPL#, back out Makefile.sun3 changekstailey
1997-02-14make things get out-of-date if genassym.c is touchedkstailey
1997-02-14add PSL_IPL7kstailey
1997-02-14back out prev. changekstailey
1997-02-14switch from <sys/types.h> to <sys/param.h>kstailey