summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-16Make this compile with new toolchain.gmcgarry
2001-12-14Add a blurb to the top of all GENERIC files. This serves three purposes:gmcgarry
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-11-28No point in installing svr4_machdep.h.kleink
2001-11-23The bridge(4) pseudo-device no longer requires the port toatatat
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14Work around <bsd.lib.mk> used for kernel libs in other places. Clean uptv
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-10-31Need byteorder.c for loadfile_elf*.cthorpej
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
2001-10-27Pull down revision 1.24.4.1 from the netbsd-1-5 branch:he
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23Set MACHINE_ARCH explicitly in Makefiles for which it is constant.thorpej
2001-10-07Move some sources from SRC_kern to SRC_sa.tsutsui
2001-10-07Build sa programs with -Os.tsutsui
2001-10-04reduce ramdisk size back to what it was before.chs
2001-10-02add ashldi3.c, needed by ufs.c due to added cast in lblktosize().chs
2001-09-19machine/fbio.h -> dev/sun/fbio.hthorpej
2001-09-19Just use <dev/sun/fbio.h>.thorpej
2001-09-11replace pmap_enter() with pmap_kenter_pa() where appropriate.chs
2001-09-11fix typo.chs
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-09-07Fix function names in panic messages.tsutsui
2001-09-05obio_find_mapping() takes PA. (missed in the previous commit)tsutsui
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-09-05- bcopy() -> memcpy(), strcpy()tsutsui
2001-09-05Remove register prefixes.tsutsui
2001-09-05vm_offset_t -> vaddr_ttsutsui
2001-09-05vm_offset_t -> db_addr_ttsutsui
2001-09-05Remove register prefixes.tsutsui
2001-09-05- vm_offset_t -> vaddr_t, vsize_t, paddr_ttsutsui
2001-09-05- vm_offset_t -> [pv]addr_ttsutsui
2001-09-05vm_offset_t -> [pv]addr_t (sync with sun3x/pmap.c rev 1.69)tsutsui
2001-09-01Comment out bridge pseudo devices from ports that don'tatatat
2001-09-01Add bridge pseudo devices to GENERIC configsatatat
2001-08-31Use comments around the token after a #endif.simonb
2001-08-20precede, not preceed.wiz
2001-08-19in vunmapbuf(), call pmap_*remove() explicitly since uvm_km_free_wakeup()chs
2001-08-05use unsigned variable types as appropriatejdolecek
2001-08-04rewrite set_segmap_allctx() in assembly.chs
2001-08-02Bump version numbers of all bootloaders that use loadfile/ELF, to account forbjh21
2001-07-30adjust the hack to build the SRT*.o files.chs