| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch to the event timers infrastructure. This includes: | Marcel Moolenaar | 2011-06-25 | 1 | -0/+1 |
| * | Stop linking against a direct-mapped virtual address and instead | Marcel Moolenaar | 2011-04-30 | 1 | -0/+1 |
| * | Compile in in_cksum* implementations for both IPv6 and IPv6. | Bjoern A. Zeeb | 2011-04-20 | 1 | -1/+1 |
| * | Fix switching to physical mode as part of calling into EFI runtime | Marcel Moolenaar | 2011-03-21 | 1 | -0/+1 |
| * | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -10/+10 |
| * | Remove the usb2_input_kbd directive that was missed during the renaming of th... | Rebecca Cran | 2010-02-08 | 1 | -1/+1 |
| * | Use io(4) for I/O port access on ia64, rather than through sysarch(2). | Marcel Moolenaar | 2010-01-11 | 1 | -0/+2 |
| * | Revamp bus_space access functions: | Marcel Moolenaar | 2009-12-30 | 1 | -0/+1 |
| * | SYnc with amd64: | Marcel Moolenaar | 2009-12-26 | 1 | -2/+0 |
| * | Reimplement the lazy FP context switching: | Marcel Moolenaar | 2009-10-31 | 1 | -0/+1 |
| * | Move libteken out of the syscons directory. | Ed Schouten | 2009-09-03 | 1 | -1/+0 |
| * | Add trivial implementation for the freebsd32_sysarch on ia64. | Konstantin Belousov | 2009-04-01 | 1 | -0/+1 |
| * | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -0/+1 |
| * | Pull in kbd.c with usb2_input_kbd, just like ukbd. | Andrew Thompson | 2009-02-15 | 1 | -1/+1 |
| * | Replace syscons terminal renderer by a new renderer that uses libteken. | Ed Schouten | 2009-01-01 | 1 | -1/+2 |
| * | Add freebsd32 compat shims for ioctl(2) | David E. O'Brien | 2008-09-22 | 1 | -0/+1 |
| * | Break out stack(9) from ddb(4): | Robert Watson | 2007-12-02 | 1 | -0/+1 |
| * | Align. | David E. O'Brien | 2007-10-25 | 1 | -1/+1 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -3/+2 |
| * | LINT on ia64 requires memset symbol too. Make fire it is present by adding | Alexander Kabaev | 2007-04-09 | 1 | -0/+1 |
| * | Move "device splash" back to MI NOTES and "files", it's MI. | Ruslan Ermilov | 2006-10-23 | 1 | -1/+0 |
| * | Move MI parts of syscons into MI "files". | Ruslan Ermilov | 2006-10-23 | 1 | -7/+0 |
| * | Move default GEOM classes from files.ia64, where they were marked | Marcel Moolenaar | 2006-07-17 | 1 | -5/+0 |
| * | Partial support for branch long emulation. This only emulates the | Marcel Moolenaar | 2006-06-29 | 1 | -0/+1 |
| * | o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- | Marcel Moolenaar | 2006-04-24 | 1 | -2/+0 |
| * | Retire NETSMBCRYPTO as a kernel option and make its functionality | Yaroslav Tykhiy | 2006-03-05 | 1 | -1/+1 |
| * | Make config(8) understand ORed dependecies in "files*" and | Ruslan Ermilov | 2005-11-27 | 1 | -10/+5 |
| * | Merge db_interface.c and db_trace.c into db_machdep.c. | Marcel Moolenaar | 2005-09-10 | 1 | -2/+1 |
| * | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | Marcel Moolenaar | 2005-09-10 | 1 | -1/+0 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -0/+1 |
| * | Include the puc(4) bus frontend for ppc(4) when both ppc and puc are | Marcel Moolenaar | 2005-06-14 | 1 | -0/+1 |
| * | Refactor the NETSMBCRYPTO option so that it does the same on all | Marcel Moolenaar | 2005-06-12 | 1 | -0/+1 |
| * | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | Marius Strobl | 2005-06-10 | 1 | -5/+6 |
| * | MFP4: | Joseph Koshy | 2005-06-09 | 1 | -0/+1 |
| * | Sanity the RTC code: | Marcel Moolenaar | 2005-04-22 | 1 | -2/+0 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 1 | -1/+0 |
| * | It appears that 'kbd' device has never been used and isn't needed. | Warner Losh | 2004-11-23 | 1 | -1/+0 |
| * | Move the IA-32 trap handling from trap() to ia32_trap(). Move the | Marcel Moolenaar | 2004-09-25 | 1 | -0/+1 |
| * | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must | Marcel Moolenaar | 2004-08-16 | 1 | -7/+7 |
| * | Break out the MI part of the /dev/[k]mem and /dev/io drivers into | Mark Murray | 2004-08-01 | 1 | -1/+1 |
| * | Hook the GDB backend into the build. | Marcel Moolenaar | 2004-07-10 | 1 | -1/+1 |
| * | Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build. | Nate Lawson | 2004-06-30 | 1 | -0/+1 |
| * | o De-support fdc(4). No ia64 has ever been made with PC floppy and | Marcel Moolenaar | 2004-05-17 | 1 | -3/+0 |
| * | Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were | Warner Losh | 2004-05-17 | 1 | -1/+1 |
| * | Remove unwinder files that are commented-out. | Marcel Moolenaar | 2004-05-07 | 1 | -3/+0 |
| * | - Add uiomove_fromphys() implementations to alpha and ia64. These only | Alan Cox | 2004-03-20 | 1 | -0/+1 |
| * | Add ffsl(), fls() flsl() to platforms that don't already have them. | Dag-Erling Smørgrav | 2004-01-13 | 1 | -0/+3 |
| * | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | Peter Wemm | 2003-12-11 | 1 | -3/+6 |
| * | Use gcc's superior ffs() builtin. | Peter Wemm | 2003-12-10 | 1 | -1/+0 |
| * | Remove unused file. db_disasm() has been implemented in db_interface.c | Marcel Moolenaar | 2003-10-24 | 1 | -1/+0 |