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