| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+2 |
* | Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for | imp | 2006-01-01 | 1 | -0/+2 |
* | MI changes: | netchild | 2005-12-31 | 1 | -0/+7 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 2 | -0/+4 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 4 | -50/+34 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -1/+1 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 1 | -1/+0 |
* | Whitespace. | jhb | 2005-12-14 | 1 | -2/+2 |
* | - Cleanup whitespace and extra ()s in vtophys() macros. | jhb | 2005-12-06 | 1 | -2/+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 | -1/+1 |
* | Change pmap_enter_quick() to use the vm_prot_t parameter introduced in | alc | 2005-12-02 | 1 | -3/+4 |
* | - Allow duplicate "machine" directives with the same arguments. | ru | 2005-11-27 | 3 | -9/+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 | -1/+10 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 1 | -5/+0 |
* | Improve inittodr(). Assume the real-time clock is reliable and only | marcel | 2005-11-20 | 1 | -52/+40 |
* | 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 | -30/+41 |
* | Add uart(4). When both sio(4) and uart(4) can handle a serial port, | marcel | 2005-11-05 | 1 | -2/+3 |
* | Begin and end the initialization of pvzone in pmap_init(). | alc | 2005-11-04 | 1 | -17/+10 |
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | jhb | 2005-11-03 | 2 | -4/+7 |
* | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails, | alc | 2005-11-02 | 1 | -1/+50 |
* | MFamd64/i386 | alc | 2005-10-31 | 1 | -7/+0 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 2 | -34/+48 |
* | 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 | 2 | -2/+0 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 5 | -39/+37 |
* | Remove the hack to clear the owepreempt flag after running a fast | jhb | 2005-09-29 | 1 | -17/+16 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 4 | -34/+6 |
* | Add a new atomic_fetchadd() primitive that atomically adds a value to a | jhb | 2005-09-27 | 1 | -0/+22 |
* | Replace __RMAN_RESOURCE_VISIBLE with calls to public entry points | phk | 2005-09-25 | 8 | -33/+28 |
* | Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLE | phk | 2005-09-25 | 1 | -7/+7 |
* | This file never needed to see what is in the internal struct resource, | phk | 2005-09-25 | 1 | -9/+7 |
* | Try to avoid crashes during kernel startup by limiting the # of EISA | wilko | 2005-09-24 | 1 | -0/+3 |
* | Protect includes for kernel specific use from userland. | ticso | 2005-09-19 | 1 | -0/+2 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 4 | -6/+34 |
* | Relocate direct map specs into struct alpha_chipset. | ticso | 2005-09-19 | 11 | -33/+76 |
* | Introduce a kernel config for the Mandatory Access Control framework. | csjp | 2005-09-18 | 1 | -0/+28 |
* | Stop using the '+' constraint modifier with inline assembly. The '+' | jhb | 2005-09-15 | 1 | -36/+36 |
* | Add a memory barrier for PREWRITE operations to ensure all writes by the | jhb | 2005-09-15 | 1 | -0/+4 |
* | Eliminate unused definitions. | alc | 2005-09-11 | 2 | -8/+1 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -5/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+2 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -8/+6 |
* | Add hints for uart(4). These are the same as for sio(4) and make it | marcel | 2005-08-06 | 1 | -0/+7 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+41 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -4/+1 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -61/+18 |