| Age | Commit message (Expand) | Author |
| 2002-01-02 | if pm_adb_op times out waiting for an interrupt, attempt to take | dbj |
| 2002-01-02 | defer attaching akbd as console until after it has | dbj |
| 2002-01-02 | Fix a typo. | thorpej |
| 2002-01-02 | Need <sys/systm.h> for ffs() prototype (noticed by gcc 3.1). | thorpej |
| 2002-01-02 | VR41XX/TX3922 common kernel. | uch |
| 2002-01-02 | fix typo in comment. | uch |
| 2002-01-02 | fix bootstrap stack violation. | uch |
| 2002-01-02 | fix memory probe sequence. | uch |
| 2002-01-02 | s/TOOLDIR/EETOOLDIR/ | uch |
| 2002-01-02 | sync with uhidev change. | uch |
| 2002-01-02 | int128_t and u_int128_t are wrapped in defined(_KERNEL) && defined(MIPS3_5900) | uch |
| 2002-01-02 | _intr_suspend and _intr_resume declarations are moved to intr.h. | uch |
| 2002-01-02 | BUGFIX: sg2com isn't attached as a console device if it is a console. | takemura |
| 2002-01-02 | make this hostprog friendly. | mrg |
| 2002-01-02 | - add a -i path-to-installboot option | mrg |
| 2002-01-02 | Use the right I/O addresses for the ISA radio cards. | augustss |
| 2002-01-02 | Add (commented out) udsbr. | augustss |
| 2002-01-02 | pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list, | chs |
| 2002-01-01 | merge in a bit from the MP branch to cut down on LOCKDEBUG spew: | chs |
| 2002-01-01 | Make mr pci attachment conform. | augustss |
| 2002-01-01 | Add (commented out) radio card support. From OpenBSD. | augustss |
| 2002-01-01 | Add entry for PC Weasel/PCI. | hpeyerl |
| 2002-01-01 | Fix typo in comment. | skrll |
| 2002-01-01 | boost up default times for when clocks are insane (as we do every few years.) | perry |
| 2002-01-01 | Remove the call to abort(). We don't pull in a prototype for it, | thorpej |
| 2001-12-31 | save and restore sprg[0-3] when calling openfirmware | dbj |
| 2001-12-31 | handle have_address=TRUE | dbj |
| 2001-12-31 | Make the same change to icache/dcache size calculation as was done to ecache. | matt |
| 2001-12-31 | add <sys/systm.h> (for libkern.h) now that -ffree-standing is in effect | lukem |
| 2001-12-31 | Now that sbus_bus_mmap was converted to do the proper address | uwe |
| 2001-12-31 | clarify usage. idea from david obrien. | mrg |
| 2001-12-31 | When determining ecache size, try using ecache-size. if it doesn't exist, | matt |
| 2001-12-30 | allow ddb access to lr, ctr, cr and xer registers when not on PPC_IBM4XX | dbj |
| 2001-12-30 | remove unused variable in kgdb_acc | dbj |
| 2001-12-30 | In cpu_fork() set tf_npc as well in case a signal is taken in child_return() | pk |
| 2001-12-30 | Change interface between cpu_fork() and proc_trampoline() so that `tf_pc' | pk |
| 2001-12-30 | add -Os to COPTS after <bsd.prog.mk> is pulled in rather than adding | lukem |
| 2001-12-30 | Uncomment uhidev, since other entries depend on it. | wiz |
| 2001-12-30 | Make uhidev change. | augustss |
| 2001-12-30 | BUGFIX: It allocated only 44 bytes for hpcapm while the device needed | takemura |
| 2001-12-29 | Commented out the line which install interrupt handler because sg2com | takemura |
| 2001-12-29 | We also need the i386 header files; descend into ../i386/include to | thorpej |
| 2001-12-29 | Added debugging output indicating details of interrupt register setting. | takemura |
| 2001-12-29 | Added sg2com(SigmarionII sertial). | takemura |
| 2001-12-29 | Add a linker script for the NetBSD/x86_64 kernel; provides _etext | thorpej |
| 2001-12-28 | Update for new uhidev device attachment. | augustss |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-28 | Fix some register constraints; specifically, the "port" operand, | thorpej |
| 2001-12-28 | Fix the definition of ELF32_MACHDEP_ENDIANNESS. | thorpej |
| 2001-12-28 | R4000/R4400 always detects virtual alias as if | shin |