| Commit message (Expand) | Author | Age | Files | Lines |
* | The MI code was modified to filter the devices based on its header | imp | 2003-08-01 | 1 | -0/+8 |
* | Define PCI_MAXHDRTYPE to be 2. We know about header types 0, 1 and 2. | imp | 2003-08-01 | 2 | -10/+2 |
* | Add hw.pci.irq_override_mask, which is a mask of interrupts that are | imp | 2003-08-01 | 2 | -0/+28 |
* | Update the comment at the head of kmem_alloc_nofault() to describe its | alc | 2003-08-01 | 1 | -1/+5 |
* | Only free the pcpu cache buckets if they are non-NULL. | bmilekic | 2003-08-01 | 1 | -4/+6 |
* | Add facilities for tuning the "em" driver's interrupt delays without | jdp | 2003-08-01 | 3 | -44/+148 |
* | Workaround for gcc on alpha/ia64. | simokawa | 2003-08-01 | 1 | -6/+4 |
* | Fix kernel build -- 'c' was the unused var, not 'lines'. | obrien | 2003-08-01 | 1 | -1/+1 |
* | Add comment point o2micro people to NEWCARD | imp | 2003-08-01 | 1 | -0/+2 |
* | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | rwatson | 2003-08-01 | 9 | -252/+162 |
* | Write the preserved registers to (and read them from) struct reg and | marcel | 2003-08-01 | 1 | -4/+4 |
* | Fix ordering bug created by previous commit. While here, make ppc(4) | marcel | 2003-08-01 | 1 | -1/+1 |
* | Forgot an added file in the last commit. | ambrisko | 2003-08-01 | 1 | -0/+49 |
* | Clean up fwdev. | simokawa | 2003-08-01 | 4 | -211/+234 |
* | Add printer support to puc(4) driver. | ambrisko | 2003-08-01 | 9 | -2479/+138 |
* | - Disable faking T_DIRECT as T_RBC because we have PIM_NO_6_BYTE now. | simokawa | 2003-08-01 | 1 | -2/+2 |
* | Remove Giant from writev(2). Eliminate trivial style differences between | alc | 2003-08-01 | 1 | -11/+4 |
* | - Detect full of DMA channel correctly. | simokawa | 2003-08-01 | 1 | -2/+1 |
* | Remove unused stuff. | phk | 2003-07-31 | 2 | -17/+15 |
* | Improve consistency with the Biba policy -- rename | rwatson | 2003-07-31 | 1 | -23/+10 |
* | If a spin lock is held for too long and WITNESS is enabled, then call | jhb | 2003-07-31 | 2 | -6/+18 |
* | Add a new function to look for a spinlock's instance when it is held by | jhb | 2003-07-31 | 2 | -0/+22 |
* | Remove a suser() check in the mac_biba policy: the MAC Framework itself | rwatson | 2003-07-31 | 1 | -19/+0 |
* | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | jhb | 2003-07-31 | 3 | -80/+21 |
* | Add a one-shot callout facility to db_printf() that executes the registered | jhb | 2003-07-31 | 3 | -0/+75 |
* | Record the missing module dependency ("amd" on "cam"). | ru | 2003-07-31 | 1 | -0/+1 |
* | Implement a traffic shaping option for the PCA200 for CBR channels. | harti | 2003-07-31 | 5 | -1/+247 |
* | Make the driver to work with firmware version 4.1.12 (other 4.X.Y should | harti | 2003-07-31 | 5 | -4/+68 |
* | Make this compile on alpha. | gallatin | 2003-07-31 | 1 | -1/+1 |
* | o Fix a typo in previous commit. | maxim | 2003-07-31 | 1 | -1/+1 |
* | Have a go at unbreaking the tinderbox by fixing a debug printf. | julian | 2003-07-31 | 1 | -4/+4 |
* | Allocate the S/G list in the tag, not on the stack. The enforces the rule | scottl | 2003-07-31 | 1 | -27/+32 |
* | 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 | 7 | -12/+13 |
* | Enhance i386_set_ldt to allow application to dynamic allocate | davidxu | 2003-07-31 | 1 | -56/+167 |
* | Bump __FreeBSD_version to indicate GCC 3.3.1-pre import. | kan | 2003-07-31 | 1 | -1/+1 |
* | When ktracing context switches, make sure we record involuntary switches. | peter | 2003-07-31 | 1 | -0/+14 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 20 | -2/+34 |
* | Cosmetic: fix some disorder of #include "opt_...." files | peter | 2003-07-31 | 1 | -1/+2 |
* | Remove leftover relic of pmap_new_thread() etc. | peter | 2003-07-31 | 1 | -4/+0 |
* | KSTACK_PAGES is a global option. | peter | 2003-07-31 | 1 | -0/+2 |
* | Cosmetic: fix disorder of opt_kstack_pages.h include. | peter | 2003-07-31 | 4 | -4/+4 |
* | Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain | peter | 2003-07-31 | 1 | -0/+2 |
* | In cpu_thread_setup(), set md_pcbpaddr to the physical address of | marcel | 2003-07-31 | 1 | -1/+2 |
* | Use correct signal when calling sigexit. | davidxu | 2003-07-30 | 1 | -1/+3 |
* | Remove test in pipe_write() which causes write(2) to return EAGAIN | pb | 2003-07-30 | 1 | -1/+1 |
* | Enforce -fno-strict-aliasing to override the converse that is implied by | scottl | 2003-07-30 | 1 | -1/+1 |
* | Whitespace nit. | jhb | 2003-07-30 | 1 | -0/+1 |
* | When complaining about a sleeping thread owning a mutex, display the | jhb | 2003-07-30 | 2 | -2/+6 |
* | Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements, | bde | 2003-07-30 | 1 | -19/+19 |