summaryrefslogtreecommitdiff
path: root/sys/arch/sun68k
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-11-30Specify 32bit daddr_t not only for ufsboot but also libsa and all SA_PROGs.tsutsui
2003-11-02fix parallel build.chs
2003-11-02find libsa files.chs
2003-10-28NULL -> 0 bogon.mrg
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-09-22SA_SIGINFO support for m68k (port specific changes)cl
2003-09-21make compilecl
2003-08-22Fix same breakage as previous (need memmove for symlink handling in ufs.c)dsl
2003-08-21Adapt to const'ing of the first argument of the open function in fs_ops.he
2003-08-21Now that ufsboot / ufs.c uses memmove(), we need to include it here.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Bumped the version number to account for fixes in tapeboot.fredette
2003-08-05Added seek support for tape files. Before, seeking a tape filefredette
2003-07-27need -ffreestandingmrg
2003-07-15__KERNEL_RCSID()lukem
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-30Revert last change (dependance on divdi3.c, moddi3.c, and qdivrem.c) andkristerw
2003-03-16Add snprintf, divdi3, moddi3, and qdivrem so that ufsboot builds.kristerw
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-03merge all the m68k copies of kgdb_machdep.c.chs
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-06-17Compile all standalones for the 68010, which makes bootblocksfredette
2002-06-03Reverted previous commit. It was meant to fix a problem thatfredette
2002-06-03Now make a machine/ directory with symlinks to a small numberfredette
2002-06-03exit() is now declared in libsa's stand.h, and takes an int.fredette
2002-06-02move initialization of the "struct pglist" returned by uvm_pglistalloc()drochner
2002-05-30Always build the m68000 math routines, since we compile libsa in m68000 mode.nathanw
2002-05-30#include <arch/sun3/include/param.h>, not param3x.h, so that we getnathanw
2002-05-24only include scsi support if NSCSIBUS > 0lukem
2002-05-23Deliberately #include the appropriate arch-specific param.h to getnathanw
2002-05-16Don't access a scsipi channel's periph table directly; usethorpej
2002-05-15bootblock.h:lukem
2002-05-15- implement putstr(), and use in various places instead of printf()lukem