| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct an error in the new pmap_collect(), thus only affecting HEAD. | alc | 2006-07-02 | 1 | -1/+1 |
* | Updated the XBOX kernel to use the new nfe(4) driver obtained from | rink | 2006-06-27 | 1 | -1/+1 |
* | Regen. | jhb | 2006-06-27 | 3 | -4/+4 |
* | - Add a kern_semctl() helper function for __semctl(). It accepts a pointer | jhb | 2006-06-27 | 1 | -1/+1 |
* | Regen. | jhb | 2006-06-27 | 3 | -6/+6 |
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | jhb | 2006-06-27 | 1 | -3/+3 |
* | Correct a very old and very obscure bug: vmspace_fork() calls | alc | 2006-06-27 | 1 | -3/+5 |
* | Add a pure open source nForce Ethernet driver, under BSDL. | obrien | 2006-06-26 | 1 | -0/+2 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 1 | -1/+0 |
* | Regen. | jhb | 2006-06-26 | 3 | -4/+4 |
* | linux_brk() is MPSAFE. | jhb | 2006-06-26 | 1 | -1/+1 |
* | Eliminate a comment that became stale after revision 1.547. | alc | 2006-06-25 | 1 | -5/+0 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 1 | -0/+1 |
* | Change get_pv_entry() such that the call to vm_page_alloc() specifies | alc | 2006-06-20 | 1 | -21/+15 |
* | regen after change to syscalls.master | netchild | 2006-06-20 | 3 | -61/+341 |
* | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | netchild | 2006-06-20 | 2 | -58/+114 |
* | We no longer need to disable interrupts in MD trap machinery | yar | 2006-06-20 | 1 | -4/+0 |
* | Style fix, use low-case. | davidxu | 2006-06-19 | 1 | -1/+1 |
* | Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document, | davidxu | 2006-06-19 | 2 | -0/+12 |
* | Fix style while I'm here. | yar | 2006-06-18 | 1 | -2/+2 |
* | The i386 "call" instruction works as follows: it pushes | yar | 2006-06-18 | 2 | -3/+28 |
* | Unbreak tinderbox- fix device_printf arg to accomodate different sizes | mjacob | 2006-06-16 | 1 | -2/+2 |
* | Return -1 from db_numargs() if number of args couldn't be guessed. | yar | 2006-06-16 | 1 | -4/+8 |
* | Guess the number of arguments to a function somewhat better. | yar | 2006-06-16 | 1 | -4/+8 |
* | Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there's | netchild | 2006-06-15 | 2 | -2/+0 |
* | Remove mpte optimization from pmap_enter_quick(). | ups | 2006-06-15 | 1 | -5/+3 |
* | regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.master | netchild | 2006-06-13 | 3 | -5/+48 |
* | MFP4 (soc2006/rdivacky_linuxolator) | netchild | 2006-06-13 | 1 | -1/+44 |
* | Add scheduler CORE, the work I have done half a year ago, recent, | davidxu | 2006-06-13 | 1 | -0/+1 |
* | Make the ISAPNP code optional and only enable it on i386 and pc98 (used | marius | 2006-06-12 | 1 | -0/+1 |
* | Enable a few more things in x86 NOTES to get broader LINT coverage: | jhb | 2006-06-12 | 1 | -2/+14 |
* | Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid. | alc | 2006-06-12 | 1 | -10/+15 |
* | Add the ability to subset the devices that UART pulls in. This allows | imp | 2006-06-12 | 1 | -0/+3 |
* | * Ask for a page-aligned page instead of an arbitrary address. This should | njl | 2006-06-10 | 1 | -15/+30 |
* | Minor tweaks to the resume code. Previous commit reverted alignment back | njl | 2006-06-10 | 1 | -41/+50 |
* | Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes | njl | 2006-06-10 | 2 | -7/+7 |
* | Minor tweaks to the resume code that might help people debug. | njl | 2006-06-08 | 3 | -5/+26 |
* | Introduce the function pmap_enter_object(). It maps a sequence of resident | alc | 2006-06-05 | 1 | -5/+47 |
* | Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ... | emaste | 2006-06-05 | 1 | -1/+1 |
* | MFamd64 | alc | 2006-06-05 | 1 | -5/+2 |
* | After much discussion with mjacob and scottl, change bus_dmamem_alloc so | silby | 2006-06-01 | 1 | -21/+3 |
* | Turn the panic on not being able to meet alignment constraints | mjacob | 2006-05-31 | 1 | -4/+22 |
* | Clear invalid bits only if CPU supports SSE, otherwise, some fields in | davidxu | 2006-05-31 | 1 | -1/+2 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | davidxu | 2006-05-30 | 6 | -11/+21 |
* | Backout changes trying to inherit floating-point environment, although | davidxu | 2006-05-29 | 3 | -40/+1 |
* | Add a quick hack to ensure that bus_dmamem_alloc properly aligns | silby | 2006-05-28 | 1 | -2/+14 |
* | Clear high 16 bits of mxcsr register, according to Intel document, if | davidxu | 2006-05-28 | 2 | -0/+5 |
* | PCB_NPXINITDONE is cleared by npx_fork_thread. | davidxu | 2006-05-28 | 1 | -1/+1 |
* | If parent thread never used FPU, the only work is to clear flag | davidxu | 2006-05-28 | 1 | -1/+6 |
* | When creating a new thread, inherit floating-point environment from | davidxu | 2006-05-28 | 3 | -0/+35 |