summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-0610-183/+190
* Increase size of arglen to uint32_t, since uint16_t proved to beglebius2005-02-051-7/+7
* Make cpu_est_clockrate() more accurate by disabling interrupts for thenjl2005-02-052-4/+20
* Convert to the new GAS APIs to allow for detach in the future. Also, checknjl2005-02-051-6/+36
* Convert to the new GAS API so that we can free registers in the future.njl2005-02-051-7/+13
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memorynjl2005-02-053-24/+27
* Acquire the source pmap's lock in pmap_copy().alc2005-02-051-1/+8
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-054-1/+14
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'talc2005-02-052-2/+8
* Use intr_disable/restore() instead of disable_intr() since the latter isnjl2005-02-051-2/+3
* Hook up ng_ipfw to kernel build.glebius2005-02-053-0/+3
* Add ng_ipfw to kernel module build.glebius2005-02-052-0/+7
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-055-0/+448
* Expire aged flows in normal expiry thread. This fixes the problem, whenglebius2005-02-051-1/+2
* Break long lines in code and comments.glebius2005-02-051-15/+18
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-055-5/+97
* Only compile the cpufreq driver on i386 and amd64.scottl2005-02-051-1/+3
* - Don't release BKGRDINPROG until after we've bufdone'd the copy.jeff2005-02-051-14/+15
* - Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort().pjd2005-02-051-3/+7
* Do check that version of a message from userland matches ours.glebius2005-02-041-0/+5
* Call if_link_state_change() when link status changes.glebius2005-02-041-0/+4
* Don't print out a failure message when an attach for FFixedHW fails.njl2005-02-041-16/+25
* Return a special status of "not supported" for functional fixed hardwarenjl2005-02-041-3/+3
* Don't rely on indirect inclusion of machine/bus.h to useimp2005-02-041-0/+1
* - Add ke_runq == NULL to the conditions which will cause us to abortjeff2005-02-041-2/+2
* - Fix build with TRACE_MESSAGES definedglebius2005-02-041-2/+2
* cosmetic changes.nyan2005-02-041-6/+6
* The bs and wdc drivers are gone.nyan2005-02-041-8/+0
* teach scope of IPv6 address to net.inet6.tcp6.getcred.ume2005-02-042-8/+20
* Fix pc98 support (broken by previous change).nyan2005-02-041-1/+1
* Merged from sys/dev/sio/sio.c revision 1.457.nyan2005-02-042-10/+18
* MFi386: revision 1.605.nyan2005-02-042-18/+102
* MFi386: revision 1.514.nyan2005-02-041-0/+1
* Make the devclass static for now until deciding whether to share them.njl2005-02-041-1/+1
* Bump __FreeBSD_version for cpufreq addition. Requested by marcus@njl2005-02-041-1/+1
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-045-17/+18
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.marcel2005-02-041-0/+1
* Set the scheduling class of the zeroidle thread to PRI_IDLE.ssouhlal2005-02-041-2/+5
* Set the scheduling class of the idle threads to PRI_IDLE.ssouhlal2005-02-041-1/+2
* MFi386: Merge updates to the cpu pseudo-driver. Compile, not runtimenjl2005-02-041-26/+64
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-046-2/+30
* Add the ACPI Performance states driver. This driver offers two or morenjl2005-02-041-0/+420
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. Thisnjl2005-02-041-0/+372
* Add the cpufreq framework. This code manages multiple drivers and presentsnjl2005-02-041-0/+532
* Add an interface for cpufreq. The kernel interface lets other driversnjl2005-02-041-0/+92
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-042-42/+166
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-048-16/+155
* Add a new include to handle generic CPU interfaces.njl2005-02-041-0/+121
* Minor style nitsimp2005-02-041-36/+17
* - recognize 7447A/7448 CPUs (used in miniMacs)grehan2005-02-041-0/+11
OpenPOWER on IntegriCloud