aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace.Gleb Smirnoff2005-02-061-9/+9
* Remove comment which left after removal of ng_rcvdataq_t.Gleb Smirnoff2005-02-061-1/+1
* When running Linux binaries, set up the initial FPU state as LinuxDavid Schultz2005-02-061-0/+7
* Check that we have at least a 586-class CPU before calling do_cpuid().Ian Dowse2005-02-061-0/+3
* Further elaborate the GPIB driver. We now support a minimal subset ofPoul-Henning Kamp2005-02-066-263/+1570
* Finish the import of nc(1) from OpenBSD. This includes:Xin LI2005-02-061-1/+1
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-067-76/+89
* Sort includes and remove duplicate include.Yoshihiro Takahashi2005-02-062-18/+16
* MFi386: revision 1.606.Yoshihiro Takahashi2005-02-062-4/+20
* Fix problem with some logitec usb wireless mice.David E. O'Brien2005-02-061-1/+1
* Jump to common action checks after doing specific once. This fixes addingGleb Smirnoff2005-02-061-0/+5
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)Maxim Konovalov2005-02-062-1/+93
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-063-5/+5
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-0610-183/+190
* Increase size of arglen to uint32_t, since uint16_t proved to beGleb Smirnoff2005-02-051-7/+7
* Make cpu_est_clockrate() more accurate by disabling interrupts for theNate Lawson2005-02-052-4/+20
* Convert to the new GAS APIs to allow for detach in the future. Also, checkNate Lawson2005-02-051-6/+36
* Convert to the new GAS API so that we can free registers in the future.Nate Lawson2005-02-051-7/+13
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memoryNate Lawson2005-02-053-24/+27
* Acquire the source pmap's lock in pmap_copy().Alan Cox2005-02-051-1/+8
* Build cpufreq and acpi_perf on platforms that are likely to be able toNate Lawson2005-02-054-1/+14
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'tAlan Cox2005-02-052-2/+8
* Use intr_disable/restore() instead of disable_intr() since the latter isNate Lawson2005-02-051-2/+3
* Hook up ng_ipfw to kernel build.Gleb Smirnoff2005-02-053-0/+3
* Add ng_ipfw to kernel module build.Gleb Smirnoff2005-02-052-0/+7
* Add a ng_ipfw node, implementing a quick and simple interface betweenGleb Smirnoff2005-02-055-0/+448
* Expire aged flows in normal expiry thread. This fixes the problem, whenGleb Smirnoff2005-02-051-1/+2
* Break long lines in code and comments.Gleb Smirnoff2005-02-051-15/+18
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.Ruslan Ermilov2005-02-055-5/+97
* Only compile the cpufreq driver on i386 and amd64.Scott Long2005-02-051-1/+3
* - Don't release BKGRDINPROG until after we've bufdone'd the copy.Jeff Roberson2005-02-051-14/+15
* - Use bioq_insert_tail()/bioq_insert_head() instead of bioq_disksort().Pawel Jakub Dawidek2005-02-051-3/+7
* Do check that version of a message from userland matches ours.Gleb Smirnoff2005-02-041-0/+5
* Call if_link_state_change() when link status changes.Gleb Smirnoff2005-02-041-0/+4
* Don't print out a failure message when an attach for FFixedHW fails.Nate Lawson2005-02-041-16/+25
* Return a special status of "not supported" for functional fixed hardwareNate Lawson2005-02-041-3/+3
* Don't rely on indirect inclusion of machine/bus.h to useWarner Losh2005-02-041-0/+1
* - Add ke_runq == NULL to the conditions which will cause us to abortJeff Roberson2005-02-041-2/+2
* - Fix build with TRACE_MESSAGES definedGleb Smirnoff2005-02-041-2/+2
* cosmetic changes.Yoshihiro Takahashi2005-02-041-6/+6
* The bs and wdc drivers are gone.Yoshihiro Takahashi2005-02-041-8/+0
* teach scope of IPv6 address to net.inet6.tcp6.getcred.Hajimu UMEMOTO2005-02-042-8/+20
* Fix pc98 support (broken by previous change).Yoshihiro Takahashi2005-02-041-1/+1
* Merged from sys/dev/sio/sio.c revision 1.457.Yoshihiro Takahashi2005-02-042-10/+18
* MFi386: revision 1.605.Yoshihiro Takahashi2005-02-042-18/+102
* MFi386: revision 1.514.Yoshihiro Takahashi2005-02-041-0/+1
* Make the devclass static for now until deciding whether to share them.Nate Lawson2005-02-041-1/+1
* Bump __FreeBSD_version for cpufreq addition. Requested by marcus@Nate Lawson2005-02-041-1/+1
* Sort includes a little so that bus.h comes before cpu.h (for device_t).Nate Lawson2005-02-045-17/+18
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.Marcel Moolenaar2005-02-041-0/+1