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