| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix two comments that got lost in the disentanglement of the larger diff. | kargl | 2013-06-03 | 1 | -1/+6 |
* | Fix receive on the AR9285 (Kite) with only one antenna connected. | adrian | 2013-06-03 | 1 | -1/+14 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -8/+11 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 2 | -3/+3 |
* | Add a comment to note that bde supplied most, if not all, | kargl | 2013-06-03 | 1 | -0/+2 |
* | ext2fs: Update Block Group Descriptor struct. | pfg | 2013-06-03 | 1 | -3/+7 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -13/+9 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -27/+55 |
* | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | kargl | 2013-06-03 | 1 | -3/+3 |
* | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | kargl | 2013-06-03 | 1 | -4/+7 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 2 | -2/+5 |
* | - Fix a couple of inverted panic messages for shared/exclusive mismatches | jhb | 2013-06-03 | 2 | -10/+26 |
* | Whitespace. | kargl | 2013-06-03 | 2 | -4/+4 |
* | Assert that interrupts are enabled in the trap handlers on x86 before | kib | 2013-06-03 | 2 | -0/+2 |
* | - Handle the recursed/not recursed flags with RA_RLOCKED in rw_assert(). | jhb | 2013-06-03 | 1 | -4/+6 |
* | Be more generous when donating the current thread time to the owner of | kib | 2013-06-03 | 1 | -1/+1 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 2 | -25/+24 |
* | Remove irrelevant comments. | kib | 2013-06-03 | 1 | -7/+0 |
* | cxgbe(4): t4fw_cfg must be explicitly loaded if the driver is being | np | 2013-06-03 | 1 | -1/+2 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add libiconv based versions of *c16*() and *c32*(). | ed | 2013-06-03 | 9 | -3/+389 |
* | Update jemalloc to version 3.4.0. | jasone | 2013-06-03 | 19 | -164/+341 |
* | Switch to 2-clause license | emaste | 2013-06-03 | 1 | -5/+0 |
* | Specify a maximum TSO length limiting the segment chain to what the | andre | 2013-06-03 | 1 | -0/+2 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | andre | 2013-06-03 | 6 | -26/+55 |
* | Switch to 2-clause license | emaste | 2013-06-03 | 1 | -6/+0 |
* | Bump __FreeBSD_version for the addition of the following functions to libm: | das | 2013-06-03 | 1 | -1/+1 |
* | Add more tests for log functions. A few are commented out because the | das | 2013-06-03 | 1 | -1/+114 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 11 | -18/+1809 |
* | Do not map the shared page COW. If the process wired its address | kib | 2013-06-03 | 1 | -2/+3 |
* | Since the cause of the problems with the __fillcontextx() was | kib | 2013-06-03 | 1 | -15/+7 |
* | MFamd64: when printing the trap information, show the %esp value. | kib | 2013-06-03 | 1 | -2/+2 |
* | When auto-sizing the buffer cache, limit the amount of physical memory | kib | 2013-06-03 | 1 | -1/+2 |
* | The vm_page lock is not needed around the call to vm_page_insert(). | kib | 2013-06-03 | 1 | -2/+0 |
* | Require that the page lock is held, instead of the object lock, when | alc | 2013-06-03 | 2 | -7/+16 |
* | Move ppp.8.m4 back to ppp.8 and de-ifdef it. | brian | 2013-06-02 | 2 | -32/+13 |
* | Like r250701, introduce another handy function for truncating variables to a | dteske | 2013-06-02 | 1 | -0/+35 |
* | Fix a typo. In this case, the typo caused the f_noyes() invocation to | dteske | 2013-06-02 | 1 | -1/+1 |
* | Fix a bug in which the user's choice to Cancel was not recognized. This was | dteske | 2013-06-02 | 1 | -1/+2 |
* | Fix a bug that would cause a spurious warning to appear to appear in an | dteske | 2013-06-02 | 1 | -0/+2 |
* | Fix a bug in which the user's choice to Cancel was not properly recognized. | dteske | 2013-06-02 | 1 | -1/+5 |
* | Change the name of a couple of functions in `usermgmt/user_input.subr' to | dteske | 2013-06-02 | 2 | -8/+8 |
* | Fix a copy/paste error within a comment. | dteske | 2013-06-02 | 1 | -1/+1 |
* | Add some additional debugging to the common media library. | dteske | 2013-06-02 | 1 | -1/+9 |
* | Make some obvious consolidations in local declaration for readability. | dteske | 2013-06-02 | 2 | -5/+3 |
* | Standardize NULL initialization to be consistent. | dteske | 2013-06-02 | 3 | -3/+3 |
* | Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'. | dteske | 2013-06-02 | 3 | -9/+10 |
* | Make proper use of locals in f_dialog_init(). | dteske | 2013-06-02 | 1 | -5/+4 |