aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document O_CLOEXEC.Konstantin Belousov2011-03-251-4/+16
* Add O_CLOEXEC flag to open(2) and fhopen(2).Konstantin Belousov2011-03-254-4/+17
* Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed toKonstantin Belousov2011-03-252-0/+59
* Fully emulate MDIOCLIST for compat32.Konstantin Belousov2011-03-251-1/+9
* Remove unneccessary panics, that can be easily triggered by user.Konstantin Belousov2011-03-251-8/+0
* Fix file leakage in the freebsd32_ioctl routines.Konstantin Belousov2011-03-251-9/+11
* After discussing with Bernhard, the "right" way in net80211 to checkAdrian Chadd2011-03-252-5/+10
* I broke periodic adc calibrations - so restore them to working order.Adrian Chadd2011-03-251-5/+5
* Fix initialisation order with regard to debug prints.Hans Petter Selasky2011-03-251-2/+2
* Fix panic while associating access point.Kevin Lo2011-03-251-3/+1
* Re-disable the setting of 2040/shortgi bits for now.Adrian Chadd2011-03-251-1/+2
* After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bitAdrian Chadd2011-03-251-8/+8
* Flip ANI on for the AR5416 and later chips. I haven't verified it onAdrian Chadd2011-03-253-5/+8
* The right commit - add a couple more AR_PCU_MISC_MODE2 register bits -Adrian Chadd2011-03-251-0/+2
* oops, commited the wrong file change.Adrian Chadd2011-03-251-1/+0
* Add some more AR_PCU_MISC_MODE2 register settings - these are SOWL or later.Adrian Chadd2011-03-251-0/+1
* Bring over interrupt mitigation changes from ath9k.Adrian Chadd2011-03-252-10/+20
* MFgraid/head:Alexander Motin2011-03-2425-1/+15673
* Checking file access on size change is bogus. The checks are done earlier byPawel Jakub Dawidek2011-03-241-5/+0
* Add proper width calculation for time fields (time, cputime and usertime).Edward Tomasz Napierala2011-03-243-5/+52
* MFgraid/head r218212, r218257:Alexander Motin2011-03-242-9/+96
* MFgraid/head r217014:Alexander Motin2011-03-242-42/+161
* Fix some locking nits with the p_state field of struct proc:John Baldwin2011-03-249-38/+24
* Make "LOGIN" and "CLASS" columns width scale properly instead of wasting space.Edward Tomasz Napierala2011-03-243-5/+34
* Add missing resource limits:Sergey Kandaurov2011-03-241-12/+14
* Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to...Adrian Chadd2011-03-241-2/+0
* Fix a WME corner case found by the FreeBSD 802.11n testing crew.Adrian Chadd2011-03-241-0/+9
* MFi386: the part of 219452Yoshihiro Takahashi2011-03-241-14/+10
* Properly print characters larger than 127.Pawel Jakub Dawidek2011-03-241-2/+4
* Discourage from using "cp -r".Ruslan Ermilov2011-03-241-2/+2
* Really fix the confusion, sorry for noiseBaptiste Daroussin2011-03-241-2/+2
* It's possible to unmount multiple items at once, make it clear.Ruslan Ermilov2011-03-242-2/+2
* Fix confusion between a-characters and d-charactersBaptiste Daroussin2011-03-241-2/+2
* MFgraid/head r218174:Alexander Motin2011-03-242-64/+94
* MFgraid/head r217827:Alexander Motin2011-03-243-14/+15
* Fix typo.Hans Petter Selasky2011-03-241-1/+1
* Fix a completely wrong variable reference.Adrian Chadd2011-03-241-1/+1
* t3_free_sge_resources should be given the number of qsets it needs to free.Navdeep Parhar2011-03-243-12/+9
* T3C initialization should setup the parity fence too.Navdeep Parhar2011-03-241-2/+3
* Do not over-allocate MSI interrupts for the case where each ingressNavdeep Parhar2011-03-243-26/+39
* Make the ar2133ForceBias() call controllable at runtime.Adrian Chadd2011-03-233-1/+7
* humanize_number(3) multiply the input number by 100, which could cause anXin LI2011-03-231-16/+24
* Remove unused DMA map/tag in softc.Pyun YongHyeon2011-03-231-6/+0
* Please welcome the Brazilian calendar in the FreeBSD base.Edwin Groothuis2011-03-2310-0/+521
* Comply with style(9).Hans Petter Selasky2011-03-231-4/+4
* Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options inJaakko Heinonen2011-03-231-0/+26
* Modestly increase the maximum allowed size of the kmem map on i386.Alan Cox2011-03-234-18/+10
* Add support for memstick generation on PowerPC. This is a little suboptimalNathan Whitehorn2011-03-231-0/+78
* Update a comment. The kernel stopped using the S* process state constantsJohn Baldwin2011-03-231-1/+1
* Small style fix.John Baldwin2011-03-231-1/+1