| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in struct | bde | 2004-05-26 | 2 | -6/+20 |
* | MFamd64: | bde | 2004-05-26 | 4 | -10/+34 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 50 | -1231/+66 |
* | Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h, | imp | 2004-05-26 | 1 | -5/+5 |
* | devlist2h.awk is too generic a name for what it does. It really | imp | 2004-05-26 | 3 | -151/+4 |
* | Keepalive timer should be added if we does not have any sppp consumers before | rik | 2004-05-25 | 1 | -2/+2 |
* | MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE | des | 2004-05-25 | 1 | -1/+5 |
* | Back out previous commit; it went to the wrong file. | des | 2004-05-25 | 1 | -8/+1 |
* | MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics but | des | 2004-05-25 | 1 | -1/+8 |
* | Enable GPE at runtime rather than suspend time. This is to match the | njl | 2004-05-25 | 2 | -2/+6 |
* | Add a super-user check to ipfw_ctl() to make sure that the calling | csjp | 2004-05-25 | 1 | -0/+4 |
* | Teach fxp(4) to control VLAN_MTU in the hardware. | yar | 2004-05-25 | 2 | -8/+17 |
* | After all the relevant drivers have been fixed, fix vlan(4) itself | yar | 2004-05-25 | 1 | -27/+27 |
* | As previously threatened, give each device its own sysctl context and | des | 2004-05-25 | 2 | -29/+156 |
* | Set the IFCAP_VLAN_MTU bit in capenable as well. | des | 2004-05-25 | 1 | -0/+1 |
* | Set baudrate to 100 Mbps, and advertise our ability to handle extended | des | 2004-05-25 | 1 | -1/+7 |
* | Round #1 of improving pcf(4). | joerg | 2004-05-25 | 4 | -320/+645 |
* | Use the correct location of the EBDA for searching for the RSDP. | njl | 2004-05-25 | 1 | -7/+9 |
* | Correct two error cases in vm_map_unwire(): | alc | 2004-05-25 | 1 | -4/+5 |
* | Remove call to _INI for thermal devices. ACPI-CA now calls _INI for | njl | 2004-05-25 | 1 | -6/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r129694, | njl | 2004-05-25 | 1 | -1/+1 |
|\ |
|
| * | Remove a warning of a constant that is too large. Change submitted to | njl | 2004-05-25 | 1 | -1/+1 |
* | | Changes to implement 20040514: | njl | 2004-05-25 | 5 | -45/+67 |
* | | Local change: allow usermode to compile this header. Submitted to vendor. | njl | 2004-05-25 | 1 | -7/+1 |
* | | Local change: don't hang forever if WAK_STS is never set. | njl | 2004-05-25 | 1 | -9/+32 |
* | | Local change: remove warnings. | njl | 2004-05-25 | 3 | -45/+66 |
* | | Local diff: allow use of the disassembler. | njl | 2004-05-25 | 1 | -2/+33 |
* | | Unchanged files that are off the vendor branch. | njl | 2004-05-25 | 3 | -12/+24 |
* | | This commit was generated by cvs2svn to compensate for changes in r129684, | njl | 2004-05-25 | 49 | -1117/+2045 |
|\ \
| |/ |
|
| * | Vendor import of Intel ACPI-CA 20040514. | njl | 2004-05-25 | 58 | -1192/+2201 |
| * | Only avoid disabling bus mastering on the sleep path. This should fix | njl | 2004-04-14 | 1 | -13/+13 |
* | | Use NG_NODESIZ instead of (NG_NODELEN + 1) | julian | 2004-05-24 | 1 | -1/+1 |
* | | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1) | julian | 2004-05-24 | 1 | -1/+1 |
* | | Use PCI_BAR() rather than PCIR_MAPS. | jhb | 2004-05-24 | 1 | -5/+5 |
* | | Wrap the code to save/restore PCI config registers on suspend/resume in | jhb | 2004-05-24 | 3 | -0/+18 |
* | | Change a if (...) panic() to a KASSERT(). | mux | 2004-05-24 | 1 | -2/+2 |
* | | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | imp | 2004-05-24 | 1 | -2/+2 |
* | | Grammar. | maxim | 2004-05-24 | 1 | -1/+1 |
* | | Do not write to those config registers that are unambiguously defined | imp | 2004-05-24 | 1 | -19/+0 |
* | | Revert part of rev 1.230 and assume that all EISA IRQs use active high | jhb | 2004-05-24 | 1 | -8/+1 |
* | | Oops, ".align 4" for the data section in the previous commit should | bde | 2004-05-24 | 1 | -3/+3 |
* | | Fixed profiling of trap, syscall and interrupt handlers and some | bde | 2004-05-24 | 4 | -9/+43 |
* | | Don't repeat the definition of IDTVEC(). It is in asmacros.h. | bde | 2004-05-24 | 1 | -3/+0 |
* | | Remove another redundant if_output initialization. | mux | 2004-05-24 | 1 | -1/+0 |
* | | Fixed insertion sort error in previous commit (prof_machdep.c). | bde | 2004-05-24 | 1 | -4/+4 |
* | | Store the target handles in a separate list from normal commands. Add a | njl | 2004-05-24 | 6 | -15/+125 |
* | | Add support for BCM5705K | ps | 2004-05-24 | 2 | -0/+3 |
* | | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 7 | -84/+642 |
* | | Consult parent's if_capenable for active VLAN-related capabilities. | yar | 2004-05-23 | 1 | -1/+8 |
* | | Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is set | rwatson | 2004-05-23 | 1 | -1/+4 |