| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cosmetic: fix disorder of opt_kstack_pages.h include. | peter | 2003-07-31 | 1 | -1/+1 |
* | Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements, | bde | 2003-07-30 | 1 | -19/+19 |
* | Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5. | njl | 2003-07-30 | 1 | -1/+1 |
* | Detour via (void *) to defeat gcc's strict-aliasing warnings when using | peter | 2003-07-30 | 1 | -3/+3 |
* | Restored clearing of the bss, except for putting it in a correct place | bde | 2003-07-29 | 1 | -9/+18 |
* | Don't hide the name of tmpstk, since there is no need to do so and the | bde | 2003-07-29 | 1 | -3/+2 |
* | Changed the data types of three index variables, two of them | robert | 2003-07-27 | 1 | -3/+3 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 2 | -8/+12 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Stop GCC from whining when people use a 16 bit port number for inb() and outb() | phk | 2003-07-23 | 1 | -2/+2 |
* | Annotate pmap_changebit() as __always_inline. This function was | alc | 2003-07-23 | 1 | -1/+2 |
* | Use macros from apic.h to when writing to the ICR to send IPIs to startup | jhb | 2003-07-23 | 3 | -15/+36 |
* | Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved | jhb | 2003-07-23 | 3 | -2/+4 |
* | Remove _ARCH_INDIRECT, it was the glue to enable having both hardware | peter | 2003-07-23 | 1 | -67/+0 |
* | Initiate de-orbit burn for fpu-less operation. 386+387 is still | peter | 2003-07-22 | 6 | -1791/+5 |
* | add safe driver until we can verify it as machine-independent | sam | 2003-07-21 | 1 | -0/+10 |
* | Commit Ian Dowse's workaround for acpi resume resetting after the | peter | 2003-07-21 | 1 | -0/+8 |
* | Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes | robert | 2003-07-18 | 1 | -0/+12 |
* | Now that the dust has settled, make dflt_lock() always panic. | scottl | 2003-07-17 | 1 | -4/+0 |
* | Rename thread_siginfo to cpu_thread_siginfo. | davidxu | 2003-07-15 | 1 | -1/+1 |
* | Fix the gcc-3.3 boot problem. Gcc now optimizes 'int foo = 0' by moving | peter | 2003-07-11 | 1 | -21/+5 |
* | Protect lint(1) from a #error. | markm | 2003-07-10 | 3 | -0/+6 |
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue. | peter | 2003-07-10 | 7 | -27/+2 |
* | In pmap_object_init_pt(), the pmap_invalidate_all() should be performed on | alc | 2003-07-08 | 1 | -1/+1 |
* | Fix LOR between scheduler lock and SMP rendezvous lock. | davidxu | 2003-07-08 | 1 | -6/+1 |
* | Woops - don't forget to declare locals needed for that last commit. | bsd | 2003-07-06 | 1 | -0/+2 |
* | Don't unconditionally reset the hardware debug registers in cpu_exit(), | bsd | 2003-07-06 | 1 | -4/+6 |
* | Add vm object locking to pmap_prefault(). | alc | 2003-07-04 | 1 | -7/+10 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 1 | -83/+14 |
* | Silly compile fixes from resource_disabled() commit. | jhb | 2003-07-03 | 1 | -1/+0 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 2 | -12/+7 |
* | Sync more things with other backends. | mux | 2003-07-01 | 1 | -12/+8 |
* | Honor the boundary of the busdma tag when allocating bounce pages. | mux | 2003-07-01 | 1 | -1/+1 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -8/+74 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -3/+1 |
* | - Construct a cpu topology map for Hyper Threading systems so that ULE may | jeff | 2003-06-28 | 3 | -0/+93 |
* | Add a machine depended function thread_siginfo, SA signal code | davidxu | 2003-06-28 | 1 | -0/+20 |
* | Tidy up leftover lazy_switch instrumentation that is no longer needed. | peter | 2003-06-27 | 4 | -116/+2 |
* | *groan*. I can't win today. Fix manual transcription error so that the | peter | 2003-06-27 | 1 | -1/+1 |
* | Make LAZY_SWITCH work with PAE | peter | 2003-06-27 | 1 | -0/+4 |
* | Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate() | peter | 2003-06-27 | 4 | -9/+18 |
* | 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 | 2 | -3/+3 |
* | Implement a loader tunable/sysctl to allow the user to request that | mdodd | 2003-06-22 | 1 | -0/+8 |
* | fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not | jmg | 2003-06-20 | 1 | -1/+3 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 4 | -4/+4 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 2 | -186/+1 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -30/+0 |
* | Add vm object locking to pmap_object_init_pt(). | alc | 2003-06-13 | 1 | -10/+12 |
* | Add vm object locking to various pagers' "get pages" methods, i386 stack | alc | 2003-06-13 | 1 | -0/+8 |