summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
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
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
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
1997-02-14move prototype of spl0() to param.hkstailey
1997-02-14add prototype of spl0(), but should it go here?kstailey
1997-02-14put back FC_CONTROLkstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-14remove old #define of splx() and update rei funciton in locore.skstailey
1997-02-14change spl0 from macro to assember function in locore.skstailey
1997-02-14change inline version of _spl() to macrokstailey
1997-02-14add tagkstailey
1997-02-14move spl() stuff from psl.h to param.hkstailey
1997-02-13prototypes (strike one)kstailey
1997-02-13prototypeskstailey
1997-02-11add -m68020 to AFLAGSkstailey
1997-02-11prototypes for copypage & zeropagekstailey
1997-02-11no more VNODEPAGER #definekstailey
1997-02-10Use copypage and zeropage.Jason Downs
1997-02-10zeropage -> devzeropageJason Downs