summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* kernel:njl2003-01-161-1/+1
* wi now needs wlansam2003-01-162-0/+2
* config glue for new wi driver and wlan modulesam2003-01-162-0/+6
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-168-113/+18
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-158-507/+76
* remove wi_hostap.c from files as it's been removed.alfred2003-01-151-1/+0
* Add machdep.elan_freq sysctl which can be used to set the CPU clockphk2003-01-153-3/+96
* remove wi-specific host ap code; the wi driver now depends on thesam2003-01-151-1/+1
* wi-specific host ap support no longer needed now that it usessam2003-01-152-1402/+0
* new wi driver that uses the 802.11 link layer codesam2003-01-156-2680/+2348
* sync with KAME to simplify rev 1.28's patch (no functional changes)suz2003-01-151-24/+41
* hookup wlan and rcv4 modules to the buildsam2003-01-151-0/+2
* add module for 802.11 link layer codesam2003-01-151-0/+12
* 802.11 link layer support. This code implements the basic 802.11sam2003-01-152-77/+3830
* make rc4 crypto support a module so other modules can depend on itsam2003-01-152-0/+30
* Allow linters to override the CTASSERT macro, since they are unlikely tophk2003-01-151-0/+2
* Don't forget to disconnect object from class.davidxu2003-01-151-2/+3
* Merged from sys/isa/syscons_isa.c revision 1.21.nyan2003-01-152-16/+38
* DV_PAL shouldn't be here.simokawa2003-01-151-2/+0
* Add DV_PAL for PAL users.simokawa2003-01-153-7/+14
* Minimally document hw.syscons.sc_no_suspend_vtswitch.mdodd2003-01-151-0/+6
* Fix IT DMA underun while bus reset.simokawa2003-01-152-29/+30
* Make the SC_NO_SUSPEND_VTYSWITCH kernel option available as a loadermdodd2003-01-151-9/+19
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-154-35/+14
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-154-33/+4
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* Add a very simple but functional GEOM mirror class.phk2003-01-143-0/+252
* Add missing #includedillon2003-01-141-0/+1
* Now that we have non-geom_disk based drivers, we need to cover for those,phk2003-01-141-3/+4
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3dillon2003-01-143-5/+17
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-142-84/+68
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-142-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-142-2/+2
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
* - Update vm_pageout_deficit using atomic operations. It's a simplealc2003-01-143-7/+7
* Make vm_pageout_page_free() static.alc2003-01-142-2/+2
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-137-27/+32
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). Thisdillon2003-01-131-1/+4
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.phk2003-01-131-1/+4
* Fix interactive booting:imp2003-01-132-4/+8
* OK Ok, so I didn't check the NO_GEOM case for the final version...phk2003-01-131-3/+3
* Add Realtek ALC650 id.orion2003-01-131-0/+1
* Add nForce2 device id.orion2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)phk2003-01-131-3/+0
* Minimal fix for DV part.simokawa2003-01-134-32/+84
OpenPOWER on IntegriCloud