aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add machdep.elan_freq sysctl which can be used to set the CPU clockPoul-Henning Kamp2003-01-153-3/+96
* remove wi-specific host ap code; the wi driver now depends on theSam Leffler2003-01-151-1/+1
* wi-specific host ap support no longer needed now that it usesSam Leffler2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codeSam Leffler2003-01-156-2680/+2348
* sync with KAME to simplify rev 1.28's patch (no functional changes)SUZUKI Shinsuke2003-01-151-24/+41
* hookup wlan and rcv4 modules to the buildSam Leffler2003-01-151-0/+2
* add module for 802.11 link layer codeSam Leffler2003-01-151-0/+12
* 802.11 link layer support. This code implements the basic 802.11Sam Leffler2003-01-152-77/+3830
* make rc4 crypto support a module so other modules can depend on itSam Leffler2003-01-152-0/+30
* Allow linters to override the CTASSERT macro, since they are unlikely toPoul-Henning Kamp2003-01-151-0/+2
* Don't forget to disconnect object from class.David Xu2003-01-151-2/+3
* Merged from sys/isa/syscons_isa.c revision 1.21.Yoshihiro Takahashi2003-01-152-16/+38
* DV_PAL shouldn't be here.Hidetoshi Shimokawa2003-01-151-2/+0
* Add DV_PAL for PAL users.Hidetoshi Shimokawa2003-01-153-7/+14
* Minimally document hw.syscons.sc_no_suspend_vtswitch.Matthew N. Dodd2003-01-151-0/+6
* Fix IT DMA underun while bus reset.Hidetoshi Shimokawa2003-01-152-29/+30
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loaderMatthew N. Dodd2003-01-151-9/+19
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-154-35/+14
* - Add inline functions for {ll,l,}abs() to libkern.Matthew N. Dodd2003-01-154-33/+4
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).Matthew N. Dodd2003-01-143-2/+36
* Some USB devices are not prepared to deal with a single byte stringJosef Karthauser2003-01-141-2/+8
* Add a very simple but functional GEOM mirror class.Poul-Henning Kamp2003-01-143-0/+252
* Add missing #includeMatthew Dillon2003-01-141-0/+1
* Now that we have non-geom_disk based drivers, we need to cover for those,Poul-Henning Kamp2003-01-141-3/+4
* For the cpu throttling message, s/enabled/availableNate Lawson2003-01-141-1/+2
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3Matthew Dillon2003-01-143-5/+17
* Remove bogus locking from dc(4). Instead, move interrupt allocationNate Lawson2003-01-142-84/+68
* Don't call destroy_dev it a channel has children.Olivier Houchard2003-01-141-1/+1
* Save 4 more bytes by not initializing opts to 0. This moves it fromWarner Losh2003-01-142-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgeBenno Rice2003-01-142-2/+2
* Fix for FreeBSD-4.Hidetoshi Shimokawa2003-01-141-15/+4
* - Update vm_pageout_deficit using atomic operations. It's a simpleAlan Cox2003-01-143-7/+7
* Make vm_pageout_page_free() static.Alan Cox2003-01-142-2/+2
* Since reseting the SCSI busses via the passthrough interface usuallyScott Long2003-01-131-7/+12
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-137-27/+32
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). ThisMatthew Dillon2003-01-131-1/+4
* Even if the permissions deny it, a process should be allowed toPoul-Henning Kamp2003-01-131-2/+13
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.Poul-Henning Kamp2003-01-131-1/+4
* Fix interactive booting:Warner Losh2003-01-132-4/+8
* OK Ok, so I didn't check the NO_GEOM case for the final version...Poul-Henning Kamp2003-01-131-3/+3
* Add Realtek ALC650 id.Orion Hodson2003-01-131-0/+1
* Add nForce2 device id.Orion Hodson2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)Poul-Henning Kamp2003-01-131-3/+0
* Minimal fix for DV part.Hidetoshi Shimokawa2003-01-134-32/+84
* Merge big endian and little endian case.Hidetoshi Shimokawa2003-01-131-35/+42
* style(9) fixes, mostly add parens around return arguments.Alfred Perlstein2003-01-131-63/+65
* Always issue ioctls as BIO_GEATTR requests. The direction of data copies onPoul-Henning Kamp2003-01-131-4/+6
* Fix NewReno.Jeffrey Hsu2003-01-135-89/+94
* Add a mutex around the per unit bioqueue.Poul-Henning Kamp2003-01-131-12/+28
* Remove four members of struct nameidata which have been commentedPoul-Henning Kamp2003-01-131-13/+0