| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the style of the SCHED_4BSD commit. | obrien | 2003-02-13 | 1 | -1/+1 |
* | MFi386 | alc | 2003-02-13 | 1 | -10/+4 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+4 |
* | Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the first | harti | 2003-02-04 | 1 | -11/+16 |
* | Convert an instance of "struct timezone tz" use I missed yesterday. | phk | 2003-02-04 | 1 | -1/+5 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 2 | -15/+19 |
* | Add IPv6 support for Linuxlator. | ume | 2003-02-03 | 1 | -0/+1 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 1 | -2/+0 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 3 | -4/+4 |
* | Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as | scottl | 2003-01-29 | 2 | -8/+32 |
* | Unbreak SMP cases for these architectures. | julian | 2003-01-27 | 1 | -1/+1 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 2 | -3/+3 |
* | - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection | jeff | 2003-01-26 | 2 | -0/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -10/+10 |
* | - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flags | jeff | 2003-01-21 | 1 | -8/+13 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 1 | -5/+25 |
* | Move the vm_page_busy() in pmap_dispose_thread() to a place where it is | alc | 2003-01-20 | 1 | -1/+1 |
* | Remove the last stray NO_GEOM option in our example kernel config files. | phk | 2003-01-19 | 1 | -2/+0 |
* | Protect against multiple inclusions. | obrien | 2003-01-18 | 1 | -0/+5 |
* | Merge all the various copies of vm_fault_quick() into a single | dillon | 2003-01-16 | 1 | -16/+0 |
* | Merge all the various copies of vmapbuf() and vunmapbuf() into a single | dillon | 2003-01-15 | 1 | -69/+0 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Approved by: gallatin (mentor) | ticso | 2003-01-03 | 1 | -0/+12 |
* | - Use VM_ALLOC_WIRED. | alc | 2002-12-28 | 1 | -5/+7 |
* | Use VM_ALLOC_WIRED in pmap_pinit(). | alc | 2002-12-28 | 1 | -4/+1 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | MFi386 revisions 1.375 and 1.376 | alc | 2002-12-14 | 1 | -5/+14 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 5 | -230/+225 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 5 | -225/+230 |
* | Remove SCARGS. | alfred | 2002-12-13 | 5 | -230/+225 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 1 | -1/+1 |
* | MFi386 | alc | 2002-12-02 | 1 | -0/+2 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 1 | -0/+5 |
* | MFi386 r1.369 | alc | 2002-11-18 | 1 | -1/+5 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 5 | -23/+148 |
* | Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has | jhb | 2002-11-14 | 1 | -0/+6 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -31/+1 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -2/+1 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 1 | -3/+4 |
* | Fix warnings when compiled with SIMOS defined. | jhb | 2002-11-08 | 1 | -4/+14 |
* | Cast pointers in mem*_io() compat macros to uintptr_t so that they can be | jhb | 2002-11-08 | 1 | -5/+5 |
* | - Update the SIMOS fp-stealing code to KSE-II and beyond. | jhb | 2002-11-08 | 1 | -5/+9 |
* | Remove #ifdef DEBUG signal debugging code brought over from NetBSD with the | jhb | 2002-11-08 | 1 | -32/+0 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -27/+0 |
* | Turn on GEOM. It works on Alpha and we are going to need it for installs. | jhb | 2002-11-07 | 1 | -2/+0 |
* | Wrap ()'s around an argument before casting it to a void *. If the | jhb | 2002-11-06 | 1 | -6/+6 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 1 | -4/+0 |
* | - Enable the use of UMA_MD_PAGE_ALLOC on alpha. | jeff | 2002-11-01 | 2 | -7/+44 |
* | Remove extranious memory barriers, and correct the placement of a few others. | gallatin | 2002-10-30 | 2 | -22/+4 |