| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge db_interface.c and db_trace.c into db_machdep.c. | marcel | 2005-09-10 | 2 | -337/+290 |
* | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | marcel | 2005-09-10 | 1 | -4/+0 |
* | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | marcel | 2005-09-10 | 2 | -44/+19 |
* | Remove redundant $FreeBSD$ | marcel | 2005-09-10 | 1 | -2/+0 |
* | Change the High FP lock from a sleep lock to a spin lock. We can | marcel | 2005-09-09 | 4 | -16/+16 |
* | Milestone: enable SMP by default. | marcel | 2005-09-05 | 1 | -1/+1 |
* | o In pmap_remove_pte: always invalidate the page. Previously the page | marcel | 2005-09-05 | 1 | -13/+11 |
* | o s/vhpt_size/pmap_vhpt_log2size/g | marcel | 2005-09-03 | 3 | -48/+88 |
* | Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7 | marcel | 2005-09-03 | 1 | -16/+18 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -3/+4 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 2 | -5/+3 |
* | Remove the execute permission for stacks. | marcel | 2005-08-14 | 1 | -1/+1 |
* | o s/pmap_lpte_/pmap_/g | marcel | 2005-08-13 | 1 | -80/+52 |
* | Fix the problem with the IPI for the lazy context switching of the | marcel | 2005-08-13 | 2 | -2/+5 |
* | Improve SMP support: | marcel | 2005-08-06 | 9 | -320/+318 |
* | Reduce the default MAXCPU from 16 to 4. This is in preparation of | marcel | 2005-08-06 | 1 | -1/+1 |
* | For ia64_ptc_{e,g,ga,l}(), use instruction serialization. We | marcel | 2005-08-06 | 1 | -4/+4 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+13 |
* | Convert the atomic_ptr() operations over to operating on uintptr_t | jhb | 2005-07-15 | 1 | -58/+19 |
* | Add recently invented COMPAT_FREEBSD5 option. | kensmith | 2005-07-14 | 1 | -0/+1 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+2 |
* | Enhance ia64_flush_dirty() to handle the case in which td != curthread. | marcel | 2005-07-05 | 2 | -23/+52 |
* | Implement functions calls from within DDB on ia64. On ia64 a function | marcel | 2005-07-02 | 2 | -0/+24 |
* | Fix a buglet that was present in the ia64 code and that got inherited | marcel | 2005-07-02 | 1 | -0/+1 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -0/+82 |
* | Handle B-unit break instructions. The break.b is unique in that the | marcel | 2005-06-27 | 1 | -1/+50 |
* | Replace the existing copyright notice with my own. Over the years I've | marcel | 2005-06-27 | 1 | -23/+19 |
* | Cosmetic: s/u_int64_t/uint64_t/g | marcel | 2005-06-27 | 1 | -7/+7 |
* | Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS from | obrien | 2005-06-20 | 1 | -0/+1 |