| Commit message (Expand) | Author | Age | Files | Lines |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 2 | -0/+4 |
* | Update openpic to support the new bus_setup_intr() syntax. | piso | 2007-03-07 | 3 | -8/+9 |
* | Make pswitch_intr() returns interrupt handling status. | piso | 2007-03-02 | 1 | -2/+3 |
* | Catch up with bus_setup_intr() modification and garbage collect a | piso | 2007-02-25 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 5 | -16/+18 |
* | The table of known CPU models ends with an entry that has a version | marcel | 2007-02-18 | 1 | -1/+1 |
* | Remove the cast to caddr_t for sfp, they're not needed. | kevlo | 2007-02-12 | 2 | -4/+4 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 2 | -1/+3 |
* | Remove stale header. | marcel | 2007-01-26 | 1 | -7/+0 |
* | Propagate the CPU model to the hw.model sysctl. | marcel | 2007-01-14 | 3 | -6/+5 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpc | marius | 2007-01-10 | 1 | -0/+1 |
* | In cpu_reset(), call OF_reboot() instead of OF_exit(). The latter | marcel | 2006-12-28 | 2 | -2/+4 |
* | Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of | grehan | 2006-12-20 | 2 | -2/+2 |
* | Implement OF_decode_addr(). This makes uart(4) work as a serial | marcel | 2006-12-13 | 2 | -16/+256 |
* | Implement bus_space_map(). | marcel | 2006-12-13 | 1 | -1/+2 |
* | Add support for multiple FAST handlers. | marcel | 2006-12-07 | 1 | -165/+98 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 2 | -8/+0 |
* | Fix gdb issue where the i-cache was not being updated when a breakpoint | grehan | 2006-12-05 | 7 | -3/+46 |
* | Don't use vm_page_flag_set() if installing bootstrap page-table entries | grehan | 2006-11-30 | 2 | -2/+4 |
* | Turn console printf buffering into a kernel option and only on | jb | 2006-11-30 | 1 | -1/+0 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 2 | -4/+6 |
* | Eliminate unused global variables. | alc | 2006-11-11 | 1 | -2/+0 |
* | Remove the KDTRACE option again because of the complaints about having | jb | 2006-11-04 | 1 | -3/+0 |
* | Build in kernel support for loading DTrace modules by default. This | jb | 2006-11-04 | 1 | -0/+3 |
* | Add a cnputs() function to write a string to the console with | jb | 2006-11-01 | 1 | -0/+1 |
* | Remove the KSE option now that it's in DEFAULTS on these arches/machines. | jb | 2006-10-26 | 1 | -1/+0 |
* | Add 'options KSE' to the kernel config DEFAULTS on all arches/machines | jb | 2006-10-26 | 1 | -0/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 5 | -0/+13 |
* | Move "device splash" back to MI NOTES and "files", it's MI. | ru | 2006-10-23 | 1 | -0/+1 |
* | Mechanically kill redundant nodevice/nooption/nomakeoption, i.e., | ru | 2006-10-23 | 1 | -14/+0 |
* | Fix remaining compile error. | grehan | 2006-10-18 | 2 | -2/+2 |
* | Attempt to fix compiling problem. | davidxu | 2006-10-18 | 2 | -2/+2 |
* | o Add keyword volatile for user mutex owner field. | davidxu | 2006-10-17 | 2 | -14/+14 |
* | The powerpc and sparc64 MD `reboot' commands should never have existed | bde | 2006-10-10 | 1 | -14/+0 |
* | - Remove SCHED_ULE from GENERIC to better avoid foot-shooting by | simon | 2006-10-05 | 1 | -1/+0 |
* | Catch up with recent clock modifications: | grehan | 2006-10-05 | 2 | -2/+2 |
* | PR: | jb | 2006-10-04 | 1 | -88/+0 |
* | remove orphaned sysctl_machdep_adjkerntz() | phk | 2006-10-02 | 2 | -22/+0 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -20/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -4/+0 |
* | Added COMPAT_FREEBSD6 option. | ru | 2006-09-26 | 1 | -1/+2 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Add audit hooks for ppc, ia64 system call paths. | rwatson | 2006-09-16 | 2 | -0/+8 |
* | In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000 | marcel | 2006-09-01 | 2 | -2/+2 |
* | Implement casuword32, compare and set user integer, thank Marcel Moolenarr | davidxu | 2006-08-28 | 2 | -0/+12 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -7/+0 |
* | Add skeletal support for GDB. In particular gdb_cpu_getreg() needs | marcel | 2006-08-24 | 2 | -0/+125 |