summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-1051-2505/+9093
* correctly set the tailq ptr when removing the last item in the qsam2009-07-101-1/+2
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* The mutex_owned() macro should operate on kmutex_t and not on mutex_t.pjd2009-07-093-1/+10
* Fix cxgb(4) panic with jumbo frames.np2009-07-091-2/+1
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-093-183/+178
* The control terminal revocation at the session leader exit does notkib2009-07-091-3/+4
* Extend the cn_flags field of the struct componentname to 64 bits to havekib2009-07-091-2/+2
* Adjust the description of hw.snd.feeder_rate_polyphase_max andjoel2009-07-091-4/+18
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-095-5/+10
* Add support for Radeon HD 4770 (RV740) chips.rnoland2009-07-093-1/+40
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-0911-15/+60
* Make xl(4) build with Tx checksum offload.yongari2009-07-091-4/+4
* Remove crcopy call from seteuid now that it calls crcopysafe.jamie2009-07-081-1/+0
* Regen the freebsd32 parts.trasz2009-07-084-5/+8
* Fix freebsd32 version of lpathconf(2).trasz2009-07-081-1/+1
* Give a more expected behavior to -[hns] options, defaulting to alljamie2009-07-082-11/+18
* Fix a typo in the examples.jamie2009-07-081-2/+2
* Regenerate after lpathconf(2) addition.trasz2009-07-086-7/+38
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-0811-10/+59
* Fix regressions in return events of poll() on TTYs.ed2009-07-082-11/+8
* Fix some uninitialise variables.brian2009-07-083-5/+106
* Add support for using a livefs from a USB disk.cperciva2009-07-084-3/+33
* Refactor code from installFixitCDROM into a new function, fixit_livefs_common.cperciva2009-07-081-49/+70
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-085-59/+1
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timesilby2009-07-081-1/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
* Fix two typos and sort sysctls.joel2009-07-071-9/+9
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-074-37/+36
* Bump for BETA1.kensmith2009-07-071-1/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-062-16/+21
* Document the new EQ and VPC features along with a few loader tunables.joel2009-07-061-5/+56
* When pmap_change_attr() changes the PAT setting on a kernel mapping, it hasalc2009-07-061-3/+11
* After the per-CPU IDT changes, the IDT vector of an interrupt could changejhb2009-07-064-12/+44
* MFi386: Add a 'show idt' command to DDB to display the non-default functionjhb2009-07-061-1/+26
* The new method of reading the mac address from thejfv2009-07-061-1/+36
* - pkg_install is maintained by portmgr.flz2009-07-061-2/+1
* In the current code, rdlock_count is not correctly handled for some cases.attilio2009-07-062-1/+4
* This addresses some issues with my earlier -R fix thatkientzle2009-07-062-66/+74
* PAE adds another level to the i386 page table. This level is a smallalc2009-07-052-11/+7
* catchup with action+ageq additionssam2009-07-051-1/+2
* add missing bit of r195379sam2009-07-051-0/+1
* - Don't suggest opening file for writing in preparation for fexecve(2).pjd2009-07-051-6/+5
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-058-140/+391
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-052-13/+120
* Revamp 802.11 action frame handling:sam2009-07-0512-359/+726
* Cleanup ALIGNED_POINTER:sam2009-07-058-28/+52
* Add a missing phrase.brian2009-07-051-1/+1
* When the kernel is configured without "options FFS", build UFS as a moduletrasz2009-07-051-5/+1
OpenPOWER on IntegriCloud