summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structbde2004-05-262-6/+20
* MFamd64:bde2004-05-264-10/+34
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-2650-1231/+66
* Fix disorder introduce in 1.862 by sorting emu10k before miidevs.h,imp2004-05-261-5/+5
* devlist2h.awk is too generic a name for what it does. It reallyimp2004-05-263-151/+4
* Keepalive timer should be added if we does not have any sppp consumers beforerik2004-05-251-2/+2
* MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATEdes2004-05-251-1/+5
* Back out previous commit; it went to the wrong file.des2004-05-251-8/+1
* MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics butdes2004-05-251-1/+8
* Enable GPE at runtime rather than suspend time. This is to match thenjl2004-05-252-2/+6
* Add a super-user check to ipfw_ctl() to make sure that the callingcsjp2004-05-251-0/+4
* Teach fxp(4) to control VLAN_MTU in the hardware.yar2004-05-252-8/+17
* After all the relevant drivers have been fixed, fix vlan(4) itselfyar2004-05-251-27/+27
* As previously threatened, give each device its own sysctl context anddes2004-05-252-29/+156
* Set the IFCAP_VLAN_MTU bit in capenable as well.des2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendeddes2004-05-251-1/+7
* Round #1 of improving pcf(4).joerg2004-05-254-320/+645
* Use the correct location of the EBDA for searching for the RSDP.njl2004-05-251-7/+9
* Correct two error cases in vm_map_unwire():alc2004-05-251-4/+5
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI fornjl2004-05-251-6/+0
* This commit was generated by cvs2svn to compensate for changes in r129694,njl2004-05-251-1/+1
|\
| * Remove a warning of a constant that is too large. Change submitted tonjl2004-05-251-1/+1
* | Changes to implement 20040514:njl2004-05-255-45/+67
* | Local change: allow usermode to compile this header. Submitted to vendor.njl2004-05-251-7/+1
* | Local change: don't hang forever if WAK_STS is never set.njl2004-05-251-9/+32
* | Local change: remove warnings.njl2004-05-253-45/+66
* | Local diff: allow use of the disassembler.njl2004-05-251-2/+33
* | Unchanged files that are off the vendor branch.njl2004-05-253-12/+24
* | This commit was generated by cvs2svn to compensate for changes in r129684,njl2004-05-2549-1117/+2045
|\ \ | |/
| * Vendor import of Intel ACPI-CA 20040514.njl2004-05-2558-1192/+2201
| * Only avoid disabling bus mastering on the sleep path. This should fixnjl2004-04-141-13/+13
* | Use NG_NODESIZ instead of (NG_NODELEN + 1)julian2004-05-241-1/+1
* | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1)julian2004-05-241-1/+1
* | Use PCI_BAR() rather than PCIR_MAPS.jhb2004-05-241-5/+5
* | Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-243-0/+18
* | Change a if (...) panic() to a KASSERT().mux2004-05-241-2/+2
* | Use PCI_BAR() in preference to PCI_MAPS + x * 4.imp2004-05-241-2/+2
* | Grammar.maxim2004-05-241-1/+1
* | Do not write to those config registers that are unambiguously definedimp2004-05-241-19/+0
* | Revert part of rev 1.230 and assume that all EISA IRQs use active highjhb2004-05-241-8/+1
* | Oops, ".align 4" for the data section in the previous commit shouldbde2004-05-241-3/+3
* | Fixed profiling of trap, syscall and interrupt handlers and somebde2004-05-244-9/+43
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h.bde2004-05-241-3/+0
* | Remove another redundant if_output initialization.mux2004-05-241-1/+0
* | Fixed insertion sort error in previous commit (prof_machdep.c).bde2004-05-241-4/+4
* | Store the target handles in a separate list from normal commands. Add anjl2004-05-246-15/+125
* | Add support for BCM5705Kps2004-05-242-0/+3
* | The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-247-84/+642
* | Consult parent's if_capenable for active VLAN-related capabilities.yar2004-05-231-1/+8
* | Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is setrwatson2004-05-231-1/+4
OpenPOWER on IntegriCloud