| Commit message (Expand) | Author | Age | Files | Lines |
* | Explicitly document all variables in the net.link.ether.inet MIB. | glebius | 2012-09-03 | 1 | -5/+38 |
* | Change bridge(4) to use if_transmit for forwarding packets to underlying | glebius | 2012-09-03 | 1 | -33/+33 |
* | Add missing braces. | ray | 2012-09-03 | 1 | -1/+2 |
* | - After r240026 sgrowsiz should be used in a safer maner. | zont | 2012-09-03 | 1 | -4/+7 |
* | - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN. | zont | 2012-09-03 | 1 | -7/+7 |
* | Add kern.hintmode sysctl variable to show current state of hints: | ray | 2012-09-03 | 1 | -0/+77 |
* | Correct an error in gxemul_disk_write(). It was issuing the command to | alc | 2012-09-03 | 1 | -1/+1 |
* | Add myself to copyright sections, per CDDL license. | gjb | 2012-09-03 | 2 | -0/+2 |
* | Revert r240060: (Partial) | pfg | 2012-09-02 | 16 | -127/+1 |
* | Fix RPC headers for C++ | pfg | 2012-09-02 | 18 | -23/+149 |
* | Make sure we visit both symbol sections even if one of them doesn't | rpaulo | 2012-09-02 | 1 | -24/+21 |
* | - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz | zont | 2012-09-02 | 1 | -7/+7 |
* | Partially revert r239959, after actually fixing most of the clang | dim | 2012-09-02 | 7 | -20/+12 |
* | Fix a typo which results in RTT to be off by a factor of 10, if the RTT is | tuexen | 2012-09-02 | 1 | -1/+1 |
* | - Style(9) cleanup. | zont | 2012-09-02 | 15 | -2132/+2202 |
* | In soreceive_generic() remove the optimization for the case when | trociny | 2012-09-02 | 1 | -8/+2 |
* | In soreceive_generic() when checking if the type of mbuf has changed | trociny | 2012-09-02 | 1 | -2/+2 |
* | Disable strong signal diversity when enabling radar pulse detection | adrian | 2012-09-02 | 1 | -0/+7 |
* | AR5212 radar pulse fixes. | adrian | 2012-09-02 | 1 | -13/+12 |
* | Calculate the new PTE value in pmap_enter() before acquiring any locks. | alc | 2012-09-02 | 1 | -24/+17 |
* | Fix a logic inversion in an assert to allow us to use dts files that | andrew | 2012-09-02 | 1 | -1/+1 |
* | Mark the ipfw interface type as not being ether. This fixes an issue | eadler | 2012-09-01 | 1 | -2/+2 |
* | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 23 | -105/+87 |
* | Improve description for "rctl -l". | trasz | 2012-09-01 | 1 | -2/+7 |
* | Fix panic in procdesc that can be triggered in the following scenario: | pjd | 2012-09-01 | 1 | -2/+10 |
* | Rework time handling. | ed | 2012-09-01 | 1 | -8/+7 |
* | Allow to pass providers with /dev/ prefix to g_provider_by_name(). | pjd | 2012-09-01 | 1 | -0/+8 |
* | Remove unneeded struct timezone. | ed | 2012-09-01 | 1 | -2/+1 |
* | While there, remove an unneeded blank line. | ed | 2012-09-01 | 1 | -1/+0 |
* | Fix whitespace. | ed | 2012-09-01 | 1 | -25/+25 |
* | Finish porting execsnoop to FreeBSD. This includes replacing the zonename | rpaulo | 2012-09-01 | 2 | -26/+21 |
* | The dtnfsclient module dependency should only be added if the old NFS | rpaulo | 2012-09-01 | 2 | -1/+4 |
* | Minor mdoc fix. | joel | 2012-09-01 | 1 | -5/+3 |
* | Remove trailing whitespace. | joel | 2012-09-01 | 3 | -5/+5 |
* | Remove trailing whitespace. | joel | 2012-09-01 | 3 | -10/+10 |
* | Mdoc fixes. | joel | 2012-09-01 | 1 | -22/+19 |
* | Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also pops | adrian | 2012-09-01 | 1 | -4/+14 |
* | Introduce a new software PTE flag that indicates whether the mapping is | alc | 2012-09-01 | 3 | -41/+29 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | pfg | 2012-09-01 | 14 | -32/+67 |
* | Fix a twelve year old bug in readelf: when process_dynamic_segment() | dim | 2012-08-31 | 1 | -1/+1 |
* | Also relicense the ac(8) man page. | ed | 2012-08-31 | 1 | -5/+0 |
* | Properly enable Clang-style atomics when available. | ed | 2012-08-31 | 1 | -1/+1 |
* | Work around several warnings from clang in the xfs filesystem, when | dim | 2012-08-31 | 2 | -9/+14 |
* | Minor mdoc fixes. | joel | 2012-08-31 | 1 | -3/+3 |
* | Similar to how r171350 fixed linking of kernel modules containing | jhb | 2012-08-31 | 1 | -2/+3 |
* | The implied source variable (.IMPSRC) didn't actually work in my previous | jhb | 2012-08-31 | 1 | -2/+2 |
* | Add common rules for building firmware object files (NORMAL_FW to run | jhb | 2012-08-31 | 2 | -44/+47 |
* | Relicense ac(8). | ed | 2012-08-31 | 1 | -12/+25 |
* | Mdoc fixes. | joel | 2012-08-31 | 2 | -15/+16 |
* | Remove trailing whitespace. | joel | 2012-08-31 | 1 | -1/+1 |