| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite of puc(4). Significant changes are: | marcel | 2006-04-28 | 1 | -2/+0 |
* | In nexus_teardown_intr(), actually remove the handler. | marcel | 2006-04-21 | 1 | -6/+4 |
* | Set the rid of the resource obtained from rman_reserve_resource. | imp | 2006-04-20 | 1 | -0/+1 |
* | Retire pmap_track_modified(). We no longer need it because we do not | alc | 2006-04-12 | 1 | -19/+8 |
* | Improve handling of IPI_STOP: | marcel | 2006-04-03 | 1 | -10/+7 |
* | Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the | marcel | 2006-04-03 | 1 | -0/+2 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -4/+1 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -0/+2 |
* | Fix the hw.realmem sysctl. The global realmem variable is a count of | jhb | 2006-02-14 | 1 | -1/+1 |
* | Correct the spinlock nesting of the idle thread of the APs before we | marcel | 2006-02-11 | 1 | -12/+10 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 2 | -10/+6 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -1/+1 |
* | Allocate memory for the MCA state information with M_NOWAIT. We can | marcel | 2006-02-07 | 1 | -1/+1 |
* | Remove devices acpi & mem, as they are in defaults already. | marcel | 2006-02-02 | 1 | -2/+0 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 1 | -1/+1 |
* | o Add missing relocations. | marcel | 2006-01-18 | 1 | -24/+30 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 4 | -91/+91 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -0/+1 |
* | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | imp | 2006-01-09 | 2 | -3/+3 |
* | Use ttyalloc() instead of ttymalloc() | phk | 2006-01-04 | 1 | -1/+3 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+3 |
* | MI changes: | netchild | 2005-12-31 | 1 | -0/+8 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 1 | -0/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 2 | -15/+4 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -2/+2 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -1/+1 |
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | ru | 2005-12-06 | 1 | -7/+0 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 1 | -3/+3 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 4 | -10/+1 |
* | Don't enable PUC_FASTINTR by default in the source. Instead, enable it | jhb | 2005-11-21 | 1 | -0/+2 |
* | Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and move | jhb | 2005-11-21 | 2 | -2/+13 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 1 | -5/+0 |
* | In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlock | alc | 2005-11-13 | 1 | -1/+4 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 1 | -14/+65 |
* | Begin and end the initialization of pvzone in pmap_init(). | alc | 2005-11-04 | 1 | -19/+11 |
* | Remove the remaining spl*() calls. Add some assertions. Eliminate some | alc | 2005-11-03 | 1 | -13/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Remove a stray return statement in the interrupt dispatch function | marcel | 2005-10-30 | 1 | -1/+0 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -25/+32 |
* | Specifically panic() in the case where pmap_insert_entry() fails to | ade | 2005-10-21 | 1 | -0/+2 |
* | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | phk | 2005-10-16 | 1 | -1/+0 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 4 | -26/+29 |
* | Eliminate need for __RMAN_RESOURCE_VISIBLE | phk | 2005-10-06 | 1 | -6/+4 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -4/+0 |
* | Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added | peter | 2005-09-27 | 1 | -0/+21 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+19 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+4 |
* | Introduce a kernel config for the Mandatory Access Control framework. | csjp | 2005-09-18 | 1 | -0/+28 |
* | Eliminate unused definitions. | alc | 2005-09-11 | 2 | -8/+1 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 4 | -4/+4 |