| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy ukbdmap.h rules from .i386. | Warner Losh | 2003-11-17 | 1 | -0/+6 |
| * | Add a uart attachment/syscons keyboard driver for sun keyboards. In theory | Jake Burkholder | 2003-11-11 | 1 | -0/+1 |
| * | Hook-up the uart(4) driver to the build. For a detailed description | Marcel Moolenaar | 2003-09-06 | 1 | -0/+1 |
| * | Hook syscons and the creator driver up to the sparc64. This compiles but | Jake Burkholder | 2003-08-24 | 1 | -0/+16 |
| * | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | Thomas Moestl | 2003-07-01 | 1 | -1/+4 |
| * | Hook openpromio up to the build. | Jake Burkholder | 2003-06-19 | 1 | -0/+1 |
| * | Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.c | Poul-Henning Kamp | 2003-04-21 | 1 | -0/+1 |
| * | Separate the encoding/decoding functions for struct disklabel into a | Poul-Henning Kamp | 2003-04-17 | 1 | -0/+1 |
| * | - Remove unused cache flushing routines. These will not necessary work | Jake Burkholder | 2003-03-19 | 1 | -0/+2 |
| * | Standardize handling of locore.[sS] etc. files. | Ruslan Ermilov | 2003-02-28 | 1 | -5/+3 |
| * | Add drivers for the central and fhc busses found in enterprise class | Jake Burkholder | 2003-02-18 | 1 | -0/+5 |
| * | NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+0 |
| * | Sparc64 does not need subr_diskslice.c and subr_mbr.c now. | Poul-Henning Kamp | 2003-01-17 | 1 | -2/+0 |
| * | Move subr_disklabel.c and subr_diskslice.c from being MI to MD files, | Poul-Henning Kamp | 2003-01-17 | 1 | -0/+2 |
| * | Add kernel dump support, based on the ia64 version (which was committed | Thomas Moestl | 2002-10-20 | 1 | -0/+1 |
| * | Build openfirmio on sparc64. | Thomas Moestl | 2002-10-18 | 1 | -0/+1 |
| * | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 1 | -0/+2 |
| * | hookup new crypto support to the config/build process | Sam Leffler | 2002-10-04 | 1 | -0/+2 |
| * | Moved most interrupt related code to a new file, interrupt.S. | Jake Burkholder | 2002-09-28 | 1 | -0/+1 |
| * | *.s -> *.S. | Jake Burkholder | 2002-07-31 | 1 | -8/+8 |
| * | Add routines needed for high resolution profiling. | Jake Burkholder | 2002-07-29 | 1 | -0/+1 |
| * | Move sio's ebus attachment to the MI files section so it is compiled in | John Baldwin | 2002-07-24 | 1 | -1/+0 |
| * | Move sio_isa.c back to MD files files due to PC98 brain damage. | John Baldwin | 2002-07-24 | 1 | -0/+1 |
| * | ebus is not a 'count' device. There are no NEBUS references. | Peter Wemm | 2002-07-20 | 1 | -1/+1 |
| * | Add the ebus sio attachment. | David E. O'Brien | 2002-07-19 | 1 | -0/+1 |
| * | Move all the sio(4) attachments (except for pc98's cbus attachment) to the | John Baldwin | 2002-07-15 | 1 | -5/+0 |
| * | Allow one to configure `sio'. | David E. O'Brien | 2002-06-18 | 1 | -0/+6 |
| * | Remove code from trap which is handled in userland now. | Jake Burkholder | 2002-06-08 | 1 | -2/+0 |
| * | Merge the code in pv.c into pmap.c directly. Place all page mappings onto | Jake Burkholder | 2002-05-29 | 1 | -1/+0 |
| * | De-inline the tlb demap functions. These were so big that gcc3.1 refused | Jake Burkholder | 2002-05-20 | 1 | -0/+1 |
| * | Fix the ofw_isa.c entries, readd ofw_bus.c. | Thomas Moestl | 2002-04-05 | 1 | -4/+3 |
| * | Add the eeprom diver frontend files, correct the entry for ofw_isa.c. | Thomas Moestl | 2002-04-04 | 1 | -1/+5 |
| * | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 1 | -0/+1 |
| * | Add kern/syscalls.c, which is needed for some KTR traces in trap.c. | Thomas Moestl | 2002-03-25 | 1 | -0/+1 |
| * | Add a driver for the mem and kmem devices, based off the i386 version. | Thomas Moestl | 2002-03-09 | 1 | -0/+1 |
| * | - Speedup 3DES by using assembly code for i386. | Hajimu UMEMOTO | 2002-03-05 | 1 | -0/+2 |
| * | Add counter.c and sbus.c. Unify style. | Thomas Moestl | 2002-02-13 | 1 | -6/+8 |
| * | Connect smp support to the kernel build. | Jake Burkholder | 2002-01-08 | 1 | -0/+3 |
| * | Add entries for the recently committed code. | Thomas Moestl | 2001-11-09 | 1 | -1/+14 |
| * | Add emul.c and in_cksum.c, make the OpenFirmware console driver optional, | Thomas Moestl | 2001-11-06 | 1 | -3/+4 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+0 |
| * | Add identcpu.c. | Jake Burkholder | 2001-09-30 | 1 | -0/+1 |
| * | Add rwindow.c, forgotten earlier. | Jake Burkholder | 2001-09-04 | 1 | -0/+1 |
| * | Add code for supporting hardware watch points. | Jake Burkholder | 2001-08-20 | 1 | -0/+1 |
| * | Add early code to support interrupts. | Jake Burkholder | 2001-08-10 | 1 | -0/+2 |
| * | Add code model medlow to cflags and move the kernel load address from | Jake Burkholder | 2001-08-06 | 1 | -3/+3 |
| * | Add floating point context switching code for sparc64. | Thomas Moestl | 2001-08-04 | 1 | -0/+1 |
| * | Add a Makefile, ldscript, and config magic for sparc64. This is tailored | Jake Burkholder | 2001-08-03 | 1 | -0/+36 |