summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Explicitly document all variables in the net.link.ether.inet MIB.glebius2012-09-031-5/+38
* Change bridge(4) to use if_transmit for forwarding packets to underlyingglebius2012-09-031-33/+33
* Add missing braces.ray2012-09-031-1/+2
* - After r240026 sgrowsiz should be used in a safer maner.zont2012-09-031-4/+7
* - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN.zont2012-09-031-7/+7
* Add kern.hintmode sysctl variable to show current state of hints:ray2012-09-031-0/+77
* Correct an error in gxemul_disk_write(). It was issuing the command toalc2012-09-031-1/+1
* Add myself to copyright sections, per CDDL license.gjb2012-09-032-0/+2
* Revert r240060: (Partial)pfg2012-09-0216-127/+1
* Fix RPC headers for C++pfg2012-09-0218-23/+149
* Make sure we visit both symbol sections even if one of them doesn'trpaulo2012-09-021-24/+21
* - 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
OpenPOWER on IntegriCloud