summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Apparently some NVIDIA NICs store ethernet address in reverse orderyongari2007-11-061-2/+2
* Remove unused header.pjd2007-11-052-1138/+0
* If setting a state to anything but open state, close access to vdev.pjd2007-11-052-0/+22
* Do not pass an address to local stack variable to usbd_set_report_async.kan2007-11-051-3/+4
* Remove "zfs:" prefix from lock and condvar names and also skip non-letterpjd2007-11-056-6/+48
* Add comments explaining why all stores updating a non-kernel page tablealc2007-11-052-2/+45
* Correct handling of off-channel frames:sam2007-11-051-12/+37
* Fix NOP message sending in ciss_periodic() which causes panic withiwasaki2007-11-051-3/+16
* Remove unused variable td from sched_idletd().rwatson2007-11-051-2/+0
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-057-0/+7588
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-0541-93/+222
* Add missing locking for SBus controllers.scottl2007-11-051-0/+5
* The intent of the freeing the (zeroed) page in vm_page_cache() forkib2007-11-051-2/+5
* Remove a staled comment, NPE-C should work fine.cognet2007-11-041-1/+0
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butrwatson2007-11-042-18/+0
* Add support for trimmed down version of ATI SB600 AC97 audioariff2007-11-042-0/+2
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-042-23/+91
* fix build: when usb was enabled wireless drivers were brought in sosam2007-11-031-8/+0
* upgrade zd1211b firmware for the zyd driver. This solves a hardwaresam2007-11-031-512/+471
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* correct entrysam2007-11-031-1/+1
* bandaid crash as I have no time to research the issue and the driversam2007-11-031-1/+1
* Ever since the module registration system was introduced to this driver,scottl2007-11-031-1/+2
* Remove zyd as wireless is not supported on PAE.thompsa2007-11-031-0/+1
* Eliminate spurious "Approaching the limit on PV entries, ..."alc2007-11-032-11/+8
* o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages().maxim2007-11-021-1/+1
* Completely remove the code for single threading the mainline fork code.julian2007-11-021-49/+3
* Fix a shutdown hang on some SMP systems. The previous logic was to IPI allnjl2007-11-021-4/+6
* sync 11n support with vap code base; many changes based on interopsam2007-11-0216-272/+1036
* correct channel flags returned by IEEE80211_IOC_STA_INFO; we needsam2007-11-021-1/+1
* don't try to re-associate after a parameter change, too many ap'ssam2007-11-021-11/+1
* - Add sysctl for sizeof(znode_t), which will be used by fstat(1).lulf2007-11-022-0/+8
* Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertionemaste2007-11-012-19/+22
* Call zil_commit() (if ZIL is not disabled) after every non-read requestpjd2007-11-012-22/+22
* __CPU_XSCALE_PXA2XX -> CPU_XSCALE_PXA2X0kevlo2007-11-011-1/+1
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-012-4/+12
* add zydsam2007-10-311-1/+2
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Add CPU_ARM9Ekevlo2007-10-311-0/+1
* Don't define get_cachetype() for CPU_ARM9E unless it's going to be used.kevlo2007-10-311-1/+1
* If we're on an SMP kernel and there is more than 1 CPU, reject any attemptsnjl2007-10-301-1/+17
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3022-76/+78
* Apply a few changes from ipfilter-current:darrenr2007-10-307-44/+69
* Correct a copy and paste'o in phys_pager.c, we are talking about phys hereremko2007-10-301-1/+1
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-307-22/+78
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* Implement per-object type consistency checks for labels passed torwatson2007-10-301-20/+65
* Move nvram out of DEFAULTS. There really isn't a lot of justificationpeter2007-10-294-2/+6
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* kill commented out line of code.imp2007-10-291-1/+0
OpenPOWER on IntegriCloud