| Commit message (Expand) | Author | Age | Files | Lines |
* | Uncomment vr(4), vr(4) should work on all architectures. | yongari | 2008-03-11 | 1 | -1/+1 |
* | Teach vr(4) to use bus_dma(9) and major overhauling to handle link | yongari | 2008-03-11 | 2 | -789/+2006 |
* | vr(4) was repocopied to src/sys/dev/vr. | yongari | 2008-03-11 | 2 | -2125/+0 |
* | Update file list and Makefile after repocopying vr(4) from | yongari | 2008-03-11 | 2 | -2/+2 |
* | Forced commit to note that vr(4) was repocopied from sys/pci | yongari | 2008-03-11 | 1 | -1/+1 |
* | Move comments block 1 line up to remark on the setting | yongari | 2008-03-11 | 1 | -2/+2 |
* | Update wpi(4) with stability fixes | thompsa | 2008-03-10 | 3 | -607/+514 |
* | - Fix the invalid priority panics people are seeing by forcing | jeff | 2008-03-10 | 1 | -25/+10 |
* | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | jhb | 2008-03-10 | 4 | -91/+118 |
* | - Don't execute cpuid to fetch the features. We already have the features | jhb | 2008-03-10 | 1 | -5/+5 |
* | Change the BTX kernel to drop all the way out to real mode to invoke BIOS | jhb | 2008-03-10 | 1 | -401/+316 |
* | Remove include of opt_quota.h; as of revision 1.205 there is no longer | emaste | 2008-03-10 | 1 | -1/+0 |
* | Remove XXX to remind me to check the free space calculation, which to my | rwatson | 2008-03-10 | 1 | -3/+0 |
* | Remove unused vc_tnode field from struct smb_vc. | rwatson | 2008-03-10 | 1 | -1/+0 |
* | MFi386: revision 1.482. | nyan | 2008-03-10 | 1 | -0/+1 |
* | - Don't rely on a side effect of sched_prio() to set the initial ts_runq | jeff | 2008-03-10 | 1 | -0/+1 |
* | - Handle kdb switch panics outside of mi_switch() to remove some instructions | jeff | 2008-03-10 | 1 | -6/+11 |
* | Reduce ULE context switch time by over 25%. | jeff | 2008-03-10 | 1 | -52/+52 |
* | Tiny bit of KNF to make bus_setup_intr() look like the rest of this | imp | 2008-03-10 | 1 | -19/+18 |
* | - Add the missing '2' case to the switch table for kern.smp.topology and | jeff | 2008-03-10 | 1 | -0/+4 |
* | - Rather than repeating the same preemption code everywhere call the scheduler | jeff | 2008-03-10 | 3 | -24/+4 |
* | - Add an implementation of sched_preempt() that avoids excessive IPIs. | jeff | 2008-03-10 | 1 | -62/+72 |
* | - Add a sched_preempt() routine to be called by md code after IPI_PREEMPT is | jeff | 2008-03-10 | 2 | -0/+12 |
* | Improve convergence of bpf_filter.c toward style(9). | rwatson | 2008-03-09 | 1 | -40/+29 |
* | - Fix some style bugs and remove another banal comment missed in | marius | 2008-03-09 | 1 | -10/+11 |
* | - Fix some style bugs. | marius | 2008-03-09 | 1 | -48/+54 |
* | - Do as the comment in pmap_bootstrap() suggests and flush all non-locked | marius | 2008-03-09 | 7 | -19/+85 |
* | Padding after EOL option must be zeros according to RFC793 but | bz | 2008-03-09 | 1 | -2/+10 |
* | HZ now defaults to 1000 on many architectures, so update NOTES to reflect | rwatson | 2008-03-09 | 1 | -9/+9 |
* | Some PIIX4 chipsets need to be told to generate Stop Breaks by setting | rpaulo | 2008-03-09 | 1 | -0/+20 |
* | Addition to the previous commit. Release inproc in case of memory error. | mav | 2008-03-09 | 1 | -0/+1 |
* | Eliminate an unnecessary test from vm_fault's delete-behind heuristic. | alc | 2008-03-09 | 1 | -1/+1 |
* | Any driver that relies on its parent to set the devclass has no way to | imp | 2008-03-09 | 2 | -1/+13 |
* | Don't use in32() and out32() when writing to the CCSRBAR. The | marcel | 2008-03-09 | 1 | -9/+26 |
* | To avoid control data losses do not acknowledge recieving of control packet | mav | 2008-03-08 | 1 | -54/+44 |
* | Bump __FreeBSD_version for F_DUP2FD command to fcntl(2) | antoine | 2008-03-08 | 1 | -1/+1 |
* | Introduce a new F_DUP2FD command to fcntl(2), for compatibility with | antoine | 2008-03-08 | 2 | -1/+7 |
* | "root" the include path so there is less duplication. | obrien | 2008-03-08 | 1 | -16/+18 |
* | Fix a mistake made during the import of the driver. Previous versions of | scottl | 2008-03-08 | 4 | -7/+7 |
* | Use sbuf routines to construct core dump filenames rather than custom | rwatson | 2008-03-08 | 1 | -27/+22 |
* | Unlock the process lock when expand_name() fails, or we may leak the | rwatson | 2008-03-08 | 1 | -0/+1 |
* | Enable the D-cache and I-cache when not already enabled. | marcel | 2008-03-08 | 1 | -3/+28 |
* | For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabled | marcel | 2008-03-07 | 4 | -11/+16 |
* | Add support for the BUS_CONFIG_INTR() method to the platform and to | marcel | 2008-03-07 | 9 | -42/+136 |
* | Send only one incoming notification at a time to reduce queue | mav | 2008-03-07 | 1 | -32/+26 |
* | Add a /S mode to DDB "ex" command, which interprets and prints the | rwatson | 2008-03-07 | 1 | -0/+6 |
* | Apply le*toh() or htole*() to the variables of which we use the address | marcel | 2008-03-07 | 1 | -1/+6 |
* | Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed | rwatson | 2008-03-07 | 2 | -3/+5 |
* | Add __FBSDID() tag. | rwatson | 2008-03-07 | 1 | -2/+3 |
* | When killing a user process from DDB, check that the requested signal is | rwatson | 2008-03-07 | 1 | -1/+1 |