aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong member variable ordering of struct acpi_bif.Mitsuru IWASAKI2002-08-091-1/+1
* Restore autoloading of ACPI module.David E. O'Brien2002-08-092-0/+12
* Add additional range checks for copyout targets.Robert Watson2002-08-092-1/+5
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYDavid E. O'Brien2002-08-091-8/+0
* use the new interface to ether_input(), with eh = NULL andLuigi Rizzo2002-08-091-7/+1
* o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPEDAlan Cox2002-08-081-1/+1
* Add support for SX cards using TBI such as Netgear GA621.Doug Ambrisko2002-08-082-63/+249
* Don't bogusly depend on pcic. pccard should be enough.Warner Losh2002-08-081-1/+0
* Only my brain can fart while fixing a previous brain fart.Bosko Milekic2002-08-081-2/+1
* YIKES, I take the pointy-hat for a really big braino here. IBosko Milekic2002-08-081-4/+3
* Due to layering problems, remove the MAC checks from vn_rdwr() -- thisRobert Watson2002-08-081-13/+4
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-0821-22/+43
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-083-14/+85
* Do some work on keeping better track of stopped/continued state.Julian Elischer2002-08-081-0/+2
* EAK! two status flags in teh proc structure were defined to theJulian Elischer2002-08-081-3/+3
* Fixes for the D-Link DFE-580 card.Doug Ambrisko2002-08-072-83/+111
* Only attach one PHY device to a controller. NetBSD has similar code.Doug Ambrisko2002-08-071-2/+5
* - Adjust locking markup to match the proc markup.Jeff Roberson2002-08-071-16/+19
* Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'Robert Watson2002-08-071-1/+1
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedThomas Moestl2002-08-072-6/+12
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* Cache the credential provided during accton() for use in later accountingRobert Watson2002-08-071-5/+17
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-073-0/+3
* Refresh the credential on the first initproc thread following divorcingRobert Watson2002-08-071-0/+1
* Use new interface for ether_input().Luigi Rizzo2002-08-071-13/+4
* Improve stack manipulation code of ACPI wakeup routine.Mitsuru IWASAKI2002-08-072-4/+4
* Move code block added in 1.157 to a safer part of fork1().Matthew N. Dodd2002-08-071-9/+9
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverWarner Losh2002-08-073-3/+3
* Our awk does not implement the ARGIND variable, so we were attemptingIan Dowse2002-08-061-2/+1
* Set the ident field of the struct kevent that is registered by _aio_aqueue()Alan Cox2002-08-061-4/+5
* Remove new console devices with cnremove before initializing them inJake Burkholder2002-08-061-0/+1
* printf() formats fixesMax Khon2002-08-062-2/+2
* Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.Bruce Evans2002-08-061-0/+1
* Regen.Robert Watson2002-08-065-11/+11
* Rename mac_policy() to mac_syscall() to be more reflective of itsRobert Watson2002-08-061-1/+1
* Don't automagically call vslock() from SYSCTL_OUT(). Instead, complainDon Lewis2002-08-061-4/+2
* Connect bmtphy to the mii module build.Benno Rice2002-08-061-1/+1
* Handle PMTU discovery in syn-ack packets slightly differently;Mike Silbersack2002-08-051-8/+6
* Fix typo in vnode flags causing deadlock in msdosfs_fsync().Pierre Beyssac2002-08-051-1/+1
* o The introduction of kevent() broke lio_listio(): _aio_aqueue() thoughtAlan Cox2002-08-051-6/+6
* Make driver portable:Max Khon2002-08-054-45/+56
* Don't call softdep_slowdown() if soft updates are not active on theIan Dowse2002-08-051-1/+1
* back out one change that crept in (will be committed later)Max Khon2002-08-051-1/+1
* style fixesMax Khon2002-08-053-26/+30
* Check the far end before registering an EVFILT_WRITE filter on a pipe.Dag-Erling Smørgrav2002-08-051-0/+3
* Make sure to set the DMA transfer length register, plus oneMike Silbersack2002-08-052-2/+12
* - Document more of the struct vnode locking protocol.Jeff Roberson2002-08-051-11/+12
* - Move some logic from getnewvnode() to a new function vcanrecycle()Jeff Roberson2002-08-051-69/+95
* - Move a VOP assert to the right place.Jeff Roberson2002-08-051-1/+1
* - Add a missing VI_UNLOCK to an error case in nfs_flush.Jeff Roberson2002-08-051-0/+1