| Commit message (Expand) | Author | Age | Files | Lines |
| * | The powerpc and sparc64 MD `reboot' commands should never have existed | Bruce Evans | 2006-10-10 | 1 | -11/+0 |
| * | unbreak buildkernel for sparc64 - fallout from sun4v | Kip Macy | 2006-10-09 | 1 | -6/+5 |
| * | unbreak sparc64 loader build | Kip Macy | 2006-10-09 | 1 | -1/+1 |
| * | kernel clean up to make the sun4v kernel build | Kip Macy | 2006-10-09 | 3 | -13/+89 |
| * | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | Simon L. B. Nielsen | 2006-10-05 | 1 | -1/+0 |
| * | PR: | John Birrell | 2006-10-04 | 1 | -84/+0 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
| * | Added COMPAT_FREEBSD6 option. | Ruslan Ermilov | 2006-09-26 | 1 | -0/+1 |
| * | The fix in revision 1.152 converted in the wrong direction. | Alan Cox | 2006-09-22 | 1 | -2/+2 |
| * | The sparc64/sparc64/pmap.c implementations of pmap_remove(), | Alan Cox | 2006-09-22 | 1 | -6/+15 |
| * | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | Alexander Kabaev | 2006-09-21 | 1 | -1/+1 |
| * | Do as the USII CPU manual suggests and leave interrupts enabled | Marius Strobl | 2006-09-03 | 1 | -0/+6 |
| * | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | David Xu | 2006-08-28 | 1 | -1/+1 |
| * | Eliminate the unnecessary acquisition and release of the page queues lock | Alan Cox | 2006-08-06 | 1 | -4/+0 |
| * | Complete the transition from pmap_page_protect() to pmap_remove_write(). | Alan Cox | 2006-08-01 | 1 | -18/+1 |
| * | Remove sio(4) and related options from MI files to amd64, i386 | Marcel Moolenaar | 2006-07-29 | 1 | -3/+0 |
| * | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | John Baldwin | 2006-07-28 | 1 | -1/+1 |
| * | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | John Baldwin | 2006-07-28 | 1 | -14/+0 |
| * | Unify the checking for lock misbehavior in the various syscall() | John Baldwin | 2006-07-27 | 1 | -5/+13 |
| * | Add stge(4) to the list of drivers supported by GENERIC kernel. | Pyun YongHyeon | 2006-07-25 | 1 | -0/+1 |
| * | Add pmap_clear_write() to the interface between the virtual memory | Alan Cox | 2006-07-20 | 1 | -2/+0 |
| * | Simplify the pager support in DDB. Allowing different db commands to | John Baldwin | 2006-07-12 | 1 | -9/+6 |
| * | Make the firmware assist driver resident in | Matt Jacob | 2006-07-09 | 1 | -1/+2 |
| * | Backed out the change by request from rwatson. | Sergey Babkin | 2006-06-26 | 1 | -1/+0 |
| * | The common UID/GID space implementation. It has been discussed on -arch | Sergey Babkin | 2006-06-25 | 1 | -0/+1 |
| * | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | Alexander Leidinger | 2006-06-15 | 1 | -1/+0 |
| * | Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2006-06-15 | 1 | -4/+2 |
| * | - Complete breaking out the definition of bus_space_{tag,handle}_t by | Marius Strobl | 2006-06-13 | 2 | -12/+4 |
| * | Correct transposed digits in device names which were added in the | Marius Strobl | 2006-06-13 | 1 | -2/+2 |
| * | Add the ability to subset the devices that UART pulls in. This allows | Warner Losh | 2006-06-12 | 1 | -0/+5 |
| * | - Merge sys/sparc64/pci/psycho.c rev. 1.8: | Marius Strobl | 2006-06-08 | 1 | -7/+26 |
| * | add ath & co. | Sam Leffler | 2006-06-07 | 1 | -0/+9 |
| * | Introduce the function pmap_enter_object(). It maps a sequence of resident | Alan Cox | 2006-06-05 | 1 | -11/+64 |
| * | - Declare the PnP map const. | Marius Strobl | 2006-06-05 | 1 | -1/+4 |
| * | MFalpha/amd64/arm/ia64 | Alan Cox | 2006-05-29 | 2 | -23/+7 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 2 | -2/+0 |
| * | Clean out sysctl machdep.* related defines. | Poul-Henning Kamp | 2006-05-11 | 1 | -19/+0 |
| * | Uncomment sk(4) as it's now working. | Pyun YongHyeon | 2006-04-27 | 1 | -1/+1 |
| * | Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below | Xin LI | 2006-04-24 | 1 | -2/+2 |
| * | Set the rid for any resource obtained from rman_reserve_resource. | Warner Losh | 2006-04-20 | 4 | -1/+4 |
| * | Remove sab(4). | Marcel Moolenaar | 2006-04-19 | 1 | -2/+0 |
| * | - Since critical sections no longer raise the processor interrupt level to | Marius Strobl | 2006-04-17 | 2 | -38/+46 |
| * | For USIII CPUs the type of the trap caused by peeking/poking non-existent | Marius Strobl | 2006-04-04 | 1 | -7/+5 |
| * | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | Marcel Moolenaar | 2006-04-03 | 1 | -0/+2 |
| * | - s,tramoline,trampoline, in a comment. | Marius Strobl | 2006-04-03 | 2 | -10/+22 |
| * | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm | 2006-04-03 | 1 | -1/+1 |
| * | Add scc(4). | Marcel Moolenaar | 2006-03-30 | 1 | -2/+2 |
| * | - We only lock the local per-CPU page in the local dTLB, so accessing the | Marius Strobl | 2006-03-29 | 1 | -5/+17 |
| * | Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (used | Marius Strobl | 2006-03-29 | 1 | -0/+16 |
| * | - Add a comment describing why tick_init() is called before cninit(). | Marius Strobl | 2006-03-28 | 1 | -1/+6 |