summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-2855-248/+273
* Rename mac_cred_mmapped_drop_perms(), which revokes access to virtualrwatson2008-10-284-20/+18
* Style return statements in vn_pollrecord().kib2008-10-281-2/+2
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().kib2008-10-281-107/+1
* Protect check for v_pollinfo == NULL and assignment of the newly allocatedkib2008-10-281-14/+22
* Provide an explanation for getinoquota() call in the ufs_access vop.kib2008-10-281-0/+11
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-2811-204/+205
* MFV of tzdata2008i.edwin2008-10-282-16/+55
* Unbreak LINT from r184381 using the correct variable in debuggingbz2008-10-281-4/+1
* Extended comment on why we consider a partition relabel request of "0" torwatson2008-10-281-1/+7
* Rename label_on_label() to partition_check(), which is far morerwatson2008-10-281-7/+7
* Improve alphabetical sort order of stub entry points.rwatson2008-10-281-32/+32
* Remove unneeded call to revoke() inside openpty().ed2008-10-281-4/+0
* style(9) nit: remove unnecessary {} pair.imp2008-10-281-2/+1
* After a machine has been up for a bit more than 20 days with HZ=1000,peter2008-10-281-1/+1
* Clean up some magic numbers in the DBDMA code by replacing them withnwhitehorn2008-10-272-11/+20
* Grab Sierra and Novatel init functions from NetBSD version of the u3gn_hibma2008-10-271-26/+141
* Do as the Linux tg3 driver does and enable MSI support alsomarius2008-10-271-6/+6
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichmarius2008-10-271-0/+3
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* - Whitespace fix for vop_poll.jhb2008-10-271-2/+2
* - In GCC 4.2 __builtin_frame_address() was fixed to include themarius2008-10-274-48/+24
* Fix error in busmaster enable logicrnoland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanuprnoland2008-10-272-10/+9
* Don't report GEM capability until we actually have GEM support.rnoland2008-10-271-1/+2
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* sync w/ driver updates; this also brings in ani statssam2008-10-273-19/+270
* add regdomain knobsam2008-10-271-0/+3
* prepare for a new halsam2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-273-59/+47
* When the mac_bsdextended policy is unloaded, free rule memory.rwatson2008-10-271-0/+5
* prefer #define to naked constantsam2008-10-271-1/+1
* fix handling of HT rates; these overlap legacy rates and need to besam2008-10-271-2/+7
* add hack to deal with Ubiquiti XR9 cards, they have a different mappingsam2008-10-271-9/+24
* Add the files missed with r184331 to make mac_bsdextended compile again.bz2008-10-271-0/+2
* install bssid for ahdemo mode toosam2008-10-271-0/+1
* fix commentsam2008-10-271-1/+1
* correct callback status parameter; only indicate success when an ACK wassam2008-10-271-1/+2
* Fixup statistics:sam2008-10-272-10/+16
* update the sta inactivity timer only if we actually received an ACKsam2008-10-271-1/+2
* Regdomain fixups:sam2008-10-271-18/+55
* add regdomain debug msgssam2008-10-271-0/+18
* add sys.dev.ath.X.intmit knob to enable/disable ANIsam2008-10-272-0/+24
* shuffle debug setup to simplify debugging events during attachsam2008-10-271-5/+8
* Add ucomX shortcuts just like its uart sibling.thompsa2008-10-271-0/+8
* rename bf_flags to bf_txflags in preparation for the addition of flagssam2008-10-272-5/+5
* use the ic's opmode instead of our hal equivalent to check for adhoc mode;sam2008-10-271-1/+1
* intercept IEEE80211_IOC_TXPOWER and service tx power changes immediatelysam2008-10-271-1/+17
* move complaints about bad rate codes up a level so we can printsam2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluoussam2008-10-275-28/+6
OpenPOWER on IntegriCloud