summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Switch from intrcnt interrupt account to event counters.simonb
2003-10-25Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict withsimonb
2003-10-25Add COMPAT_16 where missing.simonb
2003-10-25Use "cfe_bb_*" instead of "bb_*" to avoid conflicts with <sys/disklabel.h>.simonb
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-09-26Cast through (void *) to appease gcc3.simonb
2003-09-26Add "ULL" to large constant; keeps gcc331 happy.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-27Since everyone uses clock_subr.c (or should, if they don't currently),thorpej
2003-07-18Reflect reality a little better.simonb
2003-07-15__KERNEL_RCSID()lukem
2003-07-06Hardwire physmem to 32MB if not called from CFE.simonb
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-29KNF nit.simonb
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-26Add pseudo-device ksyms.ragge
2003-04-26Call ksyms_init() instead of ddb_init() in case ofragge
2003-04-16Nake return values from bounds_check_with_label() conform to the manbouyer
2003-04-10Bye Bye UCONSOLEchristos
2003-04-05Obey the LIBSA_NO_TWIDDLE define; don't include a reference to twiddle()he
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-22Fix a grammatical nit.simonb
2003-03-19"bootparam" specific variables are defined in libsa/bootparam.c now.drochner
2003-03-19Spell 'strategy' correctly.simonb
2003-03-13cope with removal of this sick NENTS macro from libsa/netif.hdrochner
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-02-11fix spacing on Broadcom license.cgd
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-01Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64simonb
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-09Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernelsimonb
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-23go back to being big-endian by default; was clobbered in last commitcgd
2002-11-15Add "options MIPS64_SB1".simonb
2002-11-12to catch up with the recent gcc compiler driver changes, add -mno-abicallscgd
2002-11-12Add support for the ST M41T81 RTC found on pass 2 swarm boards.simonb
2002-11-12s/bcopy/memcpy/simonb
2002-11-12Fix the end-of-kernel calculation when we don't have a valid bootinfosimonb
2002-11-09add stand to subdir listcgd
2002-11-09loadfile_machdep.h implementation, needed by boot blocks.cgd
2002-11-09first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha'scgd