summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call softdep_slowdown() if soft updates are not active on theiedowse2002-08-051-1/+1
* back out one change that crept in (will be committed later)fjoe2002-08-051-1/+1
* style fixesfjoe2002-08-053-26/+30
* Check the far end before registering an EVFILT_WRITE filter on a pipe.des2002-08-051-0/+3
* Make sure to set the DMA transfer length register, plus onesilby2002-08-052-2/+12
* - Document more of the struct vnode locking protocol.jeff2002-08-051-11/+12
* - Move some logic from getnewvnode() to a new function vcanrecycle()jeff2002-08-051-69/+95
* - Move a VOP assert to the right place.jeff2002-08-051-1/+1
* - Add a missing VI_UNLOCK to an error case in nfs_flush.jeff2002-08-051-0/+1
* Fix minor typo in ID number in last commitimp2002-08-051-1/+1
* A definition of regulatory domains that matches the docs.imp2002-08-051-1/+2
* Differentiate between AT45DB011 compatible large serial flash partsimp2002-08-052-6/+20
* Add a comment that says it looks like lucent cards have a primaryimp2002-08-051-0/+2
* Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth thepeter2002-08-052-22/+16
OpenPOWER on IntegriCloud