summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-5/+5
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* o In aio_cancel(2), make sure that p->p_aioinfo isn't NULL beforealc2002-08-111-0/+2
* Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)mux2002-08-111-2/+0
* One declaration for struct xvfsconf is enough. I havemux2002-08-111-10/+0
* o Assert that the page queues lock is held in vm_page_activate().alc2002-08-111-1/+1
* o Lock page queue accesses by vm_page_activate().alc2002-08-111-0/+2
* o Lock page queue accesses by vm_page_activate().alc2002-08-101-0/+4
* o Move a call to vm_page_wakeup() inside the scope of the page queues lock.alc2002-08-101-1/+1
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-106-59/+113
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-102-20/+81
* Introduce a new sysctl flag, CTLFLAG_SKIP, which will causemux2002-08-102-0/+4
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-102-10/+9
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.scottl2002-08-101-8/+7
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-104-12/+6
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andalc2002-08-103-14/+6
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-3/+3
* Minor corrections.sos2002-08-101-13/+3
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-102-16/+8
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-103-4/+4
* When we allocate our bus address via the kludge that we have in theimp2002-08-102-16/+23
* confirmed OZ6912 and 6972 share same pci IDimp2002-08-101-1/+1
* One bugfix and one new feature.luigi2002-08-102-21/+98
* My quad cpu itanium2 box has its cpu's numbered with a lid startingpeter2002-08-101-2/+2
* Add the ability to use ATAPI devices via CAM.sos2002-08-097-36/+761
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Make ppp(4) devices clonable and unloadable.brooks2002-08-0912-49/+96
* Update ELAST.phk2002-08-091-1/+2
* While we're at it, add range checks similar to those in previous commit tonectar2002-08-091-0/+8
* Introduce a new error return code:phk2002-08-091-0/+2
* Fix wrong member variable ordering of struct acpi_bif.iwasaki2002-08-091-1/+1
* Restore autoloading of ACPI module.obrien2002-08-092-0/+12
* Add additional range checks for copyout targets.rwatson2002-08-092-1/+5
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* use the new interface to ether_input(), with eh = NULL andluigi2002-08-091-7/+1
* o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPEDalc2002-08-081-1/+1
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-082-63/+249
* Don't bogusly depend on pcic. pccard should be enough.imp2002-08-081-1/+0
* Only my brain can fart while fixing a previous brain fart.bmilekic2002-08-081-2/+1
* YIKES, I take the pointy-hat for a really big braino here. Ibmilekic2002-08-081-4/+3
* Due to layering problems, remove the MAC checks from vn_rdwr() -- thisrwatson2002-08-081-13/+4
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-0821-22/+43
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-083-14/+85
* Do some work on keeping better track of stopped/continued state.julian2002-08-081-0/+2
* EAK! two status flags in teh proc structure were defined to thejulian2002-08-081-3/+3
* Fixes for the D-Link DFE-580 card.ambrisko2002-08-072-83/+111
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* - Adjust locking markup to match the proc markup.jeff2002-08-071-16/+19
* Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'rwatson2002-08-071-1/+1
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedtmm2002-08-072-6/+12
OpenPOWER on IntegriCloud