summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-16Use ${.CURDIR} in S macro definition so makefile works with obj directories.jtc
1995-06-13Fix cpuspeed values for Carerra and similar.gwr
1995-06-13Moved delay2us to param.h (now an inline function).gwr
1995-06-13Provide delay2us as an inline and make it reasonably accurate,gwr
1995-06-13Fix several missing (and REQUIRED) calls to ZS_DELAY()gwr
1995-06-13Fix warning about setjmp arggwr
1995-06-12Leave pseudo-device prom in for now (even though it doesn't work)gwr
1995-06-09Temporary! Should be merged into libsa...gwr
1995-06-09Add install target, etc.gwr
1995-06-09Oops, that was a binary...gwr
1995-06-09Several fixes and cleanup: make close work; stop in prom if debug mode...gwr
1995-06-09cosmeticgwr
1995-06-09Add install target, etc.gwr
1995-06-09New: a netif compatible interface to the Sun PROM network drivers.gwr
1995-06-09Add BINDIRgwr
1995-06-09Add install target, etc.gwr
1995-06-09Add install targets, etc.gwr
1995-06-09Have netboot!gwr
1995-06-09More liberal check for exec header. Nuke machine type defines (support all)gwr
1995-06-09Moved to ../stand/netbootgwr
1995-06-09Retool for native build.gwr
1995-06-02Use the exec header left by the boot program to validate thegwr
1995-06-02Keep the exec header so the kernel can find it.gwr
1995-06-02Add a man page.gwr
1995-06-01boot --> ufsbootgwr
1995-06-01clean up import conflictsgwr
1995-06-01Make this build in libsagwr
1995-06-01Booting from ufs works now.gwr
1995-06-01Moved to ufsbootgwr
1995-06-01Better reset code, and reset the chip when it goes comatose.gwr
1995-05-30New version that supports writing a Sun disklabel (rewritten).gwr
1995-05-30Make sure curpcb is up-to-date before possibly copying it.gwr
1995-05-30Take care of curpcb->pcb_ps in vm_machdep, and use appropriate IPL.gwr
1995-05-26Cleanup in cpu_fork - remove use of curprocgwr
1995-05-26Add a commentgwr
1995-05-26Initialize proc0pcb.sr here (before cpu_fork copies it).gwr
1995-05-24Update cpu_fork() to eliminate double mapping of kernel stacks.gwr
1995-05-24Add child_return()gwr
1995-05-24Add missing conditional (thanks to Jason Thorpe)gwr
1995-05-24Make this more like the other m68k ports.gwr
1995-05-24Add FPF_REGS and FPF_FPCR for FPU save/restore code.gwr
1995-05-24Make struct cpu_disklabel hold the Sun disk label.gwr
1995-05-24Define struct saifgwr
1995-05-24Sunc with sparc version (adds key repeat capability)gwr
1995-05-24Update cpu_fork() to eliminate double mapping of kernel stacks.gwr
1995-05-24Improve probe (should reject "sc" board now)gwr
1995-05-24Sunc with sparc version (adds key repeat capability)gwr
1995-05-24Turn off IFF_MULTICAST for now...gwr
1995-05-24Fix missing return(0) - from Jason Thorpe - fixes PR 1049gwr