summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssizzont2012-09-021-7/+7
* Partially revert r239959, after actually fixing most of the clangdim2012-09-027-20/+12
* Fix a typo which results in RTT to be off by a factor of 10, if the RTT istuexen2012-09-021-1/+1
* - Style(9) cleanup.zont2012-09-0215-2132/+2202
* In soreceive_generic() remove the optimization for the case whentrociny2012-09-021-8/+2
* In soreceive_generic() when checking if the type of mbuf has changedtrociny2012-09-021-2/+2
* Disable strong signal diversity when enabling radar pulse detectionadrian2012-09-021-0/+7
* AR5212 radar pulse fixes.adrian2012-09-021-13/+12
* Calculate the new PTE value in pmap_enter() before acquiring any locks.alc2012-09-021-24/+17
* Fix a logic inversion in an assert to allow us to use dts files thatandrew2012-09-021-1/+1
* Mark the ipfw interface type as not being ether. This fixes an issueeadler2012-09-011-2/+2
* Rework all non-contributed files that use `struct timezone'.ed2012-09-0123-105/+87
* Improve description for "rctl -l".trasz2012-09-011-2/+7
* Fix panic in procdesc that can be triggered in the following scenario:pjd2012-09-011-2/+10
* Rework time handling.ed2012-09-011-8/+7
* Allow to pass providers with /dev/ prefix to g_provider_by_name().pjd2012-09-011-0/+8
* Remove unneeded struct timezone.ed2012-09-011-2/+1
* While there, remove an unneeded blank line.ed2012-09-011-1/+0
* Fix whitespace.ed2012-09-011-25/+25
* Finish porting execsnoop to FreeBSD. This includes replacing the zonenamerpaulo2012-09-012-26/+21
* The dtnfsclient module dependency should only be added if the old NFSrpaulo2012-09-012-1/+4
* Minor mdoc fix.joel2012-09-011-5/+3
* Remove trailing whitespace.joel2012-09-013-5/+5
* Remove trailing whitespace.joel2012-09-013-10/+10
* Mdoc fixes.joel2012-09-011-22/+19
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsadrian2012-09-011-4/+14
* Introduce a new software PTE flag that indicates whether the mapping isalc2012-09-013-41/+29
* Bring some changes from Bull's NFSv4 libtirpc implementation.pfg2012-09-0114-32/+67
* Fix a twelve year old bug in readelf: when process_dynamic_segment()dim2012-08-311-1/+1
* Also relicense the ac(8) man page.ed2012-08-311-5/+0
* Properly enable Clang-style atomics when available.ed2012-08-311-1/+1
* Work around several warnings from clang in the xfs filesystem, whendim2012-08-312-9/+14
* Minor mdoc fixes.joel2012-08-311-3/+3
* Similar to how r171350 fixed linking of kernel modules containingjhb2012-08-311-2/+3
* The implied source variable (.IMPSRC) didn't actually work in my previousjhb2012-08-311-2/+2
* Add common rules for building firmware object files (NORMAL_FW to runjhb2012-08-312-44/+47
* Relicense ac(8).ed2012-08-311-12/+25
* Mdoc fixes.joel2012-08-312-15/+16
* Remove trailing whitespace.joel2012-08-311-1/+1
* Add a -h flag similar to the -h flag for ln to force mv(1) to treat ajhb2012-08-312-6/+36
* Add a global MD macro for the VIS block size instead of duplicatingmarius2012-08-314-51/+48
* Heavily optimize the case of small RX packets of 160 bytes or less. Forscottl2012-08-313-16/+88
* Essentially revert r239912. The amr_periodic function hadn't been armed inscottl2012-08-313-40/+0
* Use better variable naming.ed2012-08-311-12/+7
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-08-311-52/+59
* The error syntax has changed.des2012-08-301-1/+1
* Post r222812 KTR_CPUMASK started being initialized only as a tunableattilio2012-08-304-17/+21
* Add barebone Raspberry Pi port. Supported parts:gonzo2012-08-3014-0/+3234
* Add PrimeCell UART (PL011) drivergonzo2012-08-304-0/+442
* Attach interrupt handlers during attach instead of during the first timejhb2012-08-301-5/+5
OpenPOWER on IntegriCloud