| Age | Commit message (Expand) | Author |
| 2001-12-28 | Add PPPoE to all generic kernels that should be able to use it. | martin |
| 2001-12-21 | Merge ast() and userret() between arm32 and arm26. The implementation used | bjh21 |
| 2001-12-21 | Ensure that podulebus gets attached after unixbp, since it needs to know | bjh21 |
| 2001-12-20 | Fix a couple of obvious bugs in new code: | bjh21 |
| 2001-12-20 | Remove a couple of outdated comments: arm26 kernels now use APCS-32, so | bjh21 |
| 2001-12-20 | * Share a common vector page between arm26 and arm32. | thorpej |
| 2001-12-19 | Delete MACHINE_ARCH assignment. | thorpej |
| 2001-12-16 | Report a display type of WSDISPLAY_TYPE_VIDC, since we'll probably share | bjh21 |
| 2001-12-14 | Add a blurb to the top of all GENERIC files. This serves three purposes: | gmcgarry |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-12-03 | Kill BBBB. boot26 has been working fine for months now. | bjh21 |
| 2001-12-03 | Make the slightly absurd case of not having keyboard _or_ mouse configured | bjh21 |
| 2001-12-03 | Make it possible to build a kernel with either mouse or keyboard support | bjh21 |
| 2001-12-03 | Disable interrupts for podule loaders from C rather than assembler, since the | bjh21 |
| 2001-12-01 | Slight tweak to AST handling logic -- on return from ast_handler(), | bjh21 |
| 2001-11-29 | Add "options FLASHYTHING", which causes IPL changes to trigger screen border | bjh21 |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-25 | Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did | thorpej |
| 2001-11-23 | No longer need <machine/undefined.h>. | thorpej |
| 2001-11-23 | Use <arm/undefined.h> instead of <machine/undefined.h>. | thorpej |
| 2001-11-23 | No longer need <machine/pte.h>. | thorpej |
| 2001-11-23 | No longer need <machine/cpufunc.h> | thorpej |
| 2001-11-23 | all -> realall, so that "make dependall" works correctly. | bjh21 |
| 2001-11-23 | Instead of checking for previous usage, just append to some make | atatat |
| 2001-11-23 | The bridge(4) pseudo-device no longer requires the port to | atatat |
| 2001-11-22 | Add 26-bit and 32-bit types.h files, which indicate the programming | thorpej |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-18 | Remove printf from pmap_clear_modify; it triggers too often. | bjh21 |
| 2001-11-18 | Several changes (sorry!): | bjh21 |
| 2001-11-16 | Don't bother setting lint flags. arm26 doesn't pass lint anyway, so we may | bjh21 |
| 2001-11-16 | Use the exciting new MI kernel building machinery on arm26. | bjh21 |
| 2001-11-16 | db_interface.c: | bjh21 |
| 2001-11-16 | Include <uvm/uvm_extern.h> for pagemove() prototype. | bjh21 |
| 2001-11-16 | Add a prototype for pmap_dump(). Since this function is only called from | bjh21 |
| 2001-11-16 | Include <sys/sysctl.h> for cpu_sysctl() prototype. | bjh21 |
| 2001-11-16 | Fix names of bus_space_copy_region_1() and bus_space_copy_region_2(). | bjh21 |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-14 | Work around <bsd.lib.mk> used for kernel libs in other places. Clean up | tv |
| 2001-11-13 | The wsmux pseudo device does not need a count anymore. | augustss |
| 2001-11-09 | Bump the version numbers of all bootloaders which use loadfile_elfXX() now | scw |
| 2001-11-09 | Add some rudimentary support for ELF symbols in DDB on the ARM ports. | thorpej |
| 2001-11-07 | Small debugging improvements. | bjh21 |
| 2001-11-07 | Detect overruns before reading any data. This makes overruns easier to | bjh21 |
| 2001-11-07 | Lose options GATEWAY. | bjh21 |
| 2001-10-31 | Define BOOT_ELF32. Don't define ELFSIZE. | bjh21 |
| 2001-10-31 | Add loadfile_machdep.h, which has been missing since I committed boot26. | bjh21 |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-24 | We set MACHINE_ARCH to "arm" on arm26 now. | bjh21 |
| 2001-10-23 | Set MACHINE_ARCH explicitly in Makefiles for which it is constant. | thorpej |