summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Cache the credential provided during accton() for use in later accountingrwatson2002-08-071-5/+17
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-073-0/+3
* Refresh the credential on the first initproc thread following divorcingrwatson2002-08-071-0/+1
* Use new interface for ether_input().luigi2002-08-071-13/+4
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-072-4/+4
* Move code block added in 1.157 to a safer part of fork1().mdodd2002-08-071-9/+9
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverimp2002-08-073-3/+3
* Our awk does not implement the ARGIND variable, so we were attemptingiedowse2002-08-061-2/+1
* Set the ident field of the struct kevent that is registered by _aio_aqueue()alc2002-08-061-4/+5
* Remove new console devices with cnremove before initializing them injake2002-08-061-0/+1
* printf() formats fixesfjoe2002-08-062-2/+2
* Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.bde2002-08-061-0/+1
* Regen.rwatson2002-08-065-11/+11
* Rename mac_policy() to mac_syscall() to be more reflective of itsrwatson2002-08-061-1/+1
* Don't automagically call vslock() from SYSCTL_OUT(). Instead, complaintruckman2002-08-061-4/+2
* Connect bmtphy to the mii module build.benno2002-08-061-1/+1
* Handle PMTU discovery in syn-ack packets slightly differently;silby2002-08-051-8/+6
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().pb2002-08-051-1/+1
* o The introduction of kevent() broke lio_listio(): _aio_aqueue() thoughtalc2002-08-051-6/+6
* Make driver portable:fjoe2002-08-054-45/+56
OpenPOWER on IntegriCloud