| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option NO_SIO to work-around the hardcoded dependency on sio(4). | marcel | 2003-08-25 | 13 | -212/+255 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 22 | -37/+37 |
* | - Lock the pte object when performing vm_page_grab(). | alc | 2003-08-20 | 1 | -3/+9 |
* | Fixup the ELF branding information to point to the new home of rtld. | gordon | 2003-08-17 | 1 | -1/+1 |
* | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | marcel | 2003-08-17 | 35 | -176/+196 |
* | In vm_thread_swap{in|out}(), remove the alpha specific conditional | marcel | 2003-08-16 | 1 | -0/+17 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -4/+6 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 2 | -4/+48 |
* | - Convert Alpha over to the new calling conventions for cpu_throw() and | jhb | 2003-08-12 | 2 | -59/+44 |
* | Implement cpu_set_upcall_kse(). Further tweaking may be needed after | marcel | 2003-08-11 | 1 | -4/+25 |
* | MFI386: Acquire the page queues lock in pmap_insert_entry(), from | gallatin | 2003-08-07 | 1 | -1/+2 |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 2 | -14/+0 |
* | Style sync. | obrien | 2003-08-03 | 1 | -7/+7 |
* | In set_mcontext(), store the (user) stack pointer and the thread | marcel | 2003-07-31 | 1 | -0/+3 |
* | Make sure that when the PV ENTRY zone is created in pmap, that it's | bmilekic | 2003-07-31 | 1 | -1/+1 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 4 | -0/+7 |
* | In cpu_thread_setup(), set md_pcbpaddr to the physical address of | marcel | 2003-07-31 | 1 | -1/+2 |
* | In get_mcontext(), if we need to clear the return value, clear | marcel | 2003-07-30 | 1 | -0/+1 |
* | Reset the per-CPU unique value at boot and clear it in the PCB of the | marcel | 2003-07-27 | 3 | -3/+9 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 2 | -8/+12 |
* | MFi386 revision 1.416 | alc | 2003-07-25 | 1 | -7/+10 |
* | Implement casuptr(). | marcel | 2003-07-24 | 2 | -7/+29 |
* | In get_mcontext() and set_mcontext() save and restore the current | marcel | 2003-07-24 | 1 | -3/+15 |
* | Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are | marcel | 2003-07-24 | 1 | -0/+17 |
* | Use a spare for the thread pointer (mc_thrptr). The thread pointer | marcel | 2003-07-24 | 1 | -1/+2 |
* | Enable eisa support on alpha. | ticso | 2003-07-21 | 2 | -0/+2 |
* | Rename thread_siginfo to cpu_thread_siginfo. | davidxu | 2003-07-15 | 1 | -1/+1 |
* | MFi386 | alc | 2003-07-06 | 1 | -2/+2 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 1 | -105/+4 |
* | Silly compile fixes from resource_disabled() commit. | jhb | 2003-07-03 | 1 | -1/+1 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -3/+1 |
* | Oops, add back a free() call that I mistakenly removed in | mux | 2003-07-01 | 1 | -0/+1 |
* | Sync with i386's busdma backend. This fixes a few bugs and adds | mux | 2003-07-01 | 1 | -33/+48 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -7/+77 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -3/+1 |
* | Implement fuword32() and suword32(). These functions are used in | marcel | 2003-06-29 | 1 | -1/+40 |
* | MFi386 | alc | 2003-06-28 | 1 | -4/+9 |
* | enable interrupt routing for mcpcia based systems | ticso | 2003-06-28 | 1 | -53/+44 |
* | Add a machine depended function thread_siginfo, SA signal code | davidxu | 2003-06-28 | 1 | -0/+19 |
* | Do the first and mostly mechanical step of adding mutex support to the | scottl | 2003-06-27 | 1 | -0/+5 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Fix a performance bug in all of the various implementations of | alc | 2003-06-18 | 1 | -1/+1 |
* | Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used by | davidxu | 2003-06-15 | 1 | -2/+0 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 2 | -2/+2 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 3 | -205/+2 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -29/+0 |
* | GC unused cpu_wait() function | peter | 2003-06-11 | 1 | -6/+0 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 23 | -47/+70 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 6 | -15/+17 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 10 | -17/+29 |