summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The DTrace harness (dtest.pl) executes DTrace scripts with the -C flag,markj2015-01-303-3/+9
* Include required headers in DTrace test programs.markj2015-01-3010-0/+15
* Replace Solaris identifiers and types with their FreeBSD equivalents.markj2015-01-3012-16/+16
* Use the correct field when reading the PID out of a struct proc.markj2015-01-304-4/+4
* When searching for an accompanying test program, look in the directorymarkj2015-01-301-1/+1
* Add note that contigfree(9) does not accept NULLemaste2015-01-301-1/+8
* Correct device description message.yongari2015-01-301-3/+3
* Add -s option to config.rodrigc2015-01-292-3/+24
* Similar to r277901, fix more -Wcast-qual warnings in libkern's strtoq(),dim2015-01-293-3/+3
* Fix a -Wcast-qual warning in libkern's strtol(), by using __DECONST. Nodim2015-01-291-1/+1
* Opt for performance over power-saving on Intel CPUs that have ajhb2015-01-291-5/+10
* Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by usingdim2015-01-291-2/+4
* Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by usingdim2015-01-291-6/+7
* Remove the d_thread_t compatibility shim provided in 5.0 to handle thejhb2015-01-292-19/+1
* sfxge: Separate software Tx queue limit for non-TCP trafficarybchik2015-01-293-19/+102
* sfxge: implemented parameter to restrict RSS channelsarybchik2015-01-294-0/+15
* sfxge: Use SFXGE_MODERATION to initialize event moderationarybchik2015-01-291-1/+1
* sfxge: Pass correct address to free allocated memory in the case of load errorarybchik2015-01-291-1/+1
* sfxge: Remove unused esm_size member of the efsys_mem_t structurearybchik2015-01-291-1/+0
* sfxge: Do not bzero() DMA allocated memory once againarybchik2015-01-291-2/+0
* sfxge: Add evq argument to sfxge_tx_qcomplete()arybchik2015-01-293-10/+7
* sfxge: fixed TSO code to cope with VLAN headersarybchik2015-01-291-10/+6
* sfxge: Remove extra cache-line alignment and reorder sfxge_evq_tarybchik2015-01-291-10/+10
* sfxge: Make it possible to build without EVQ statisticsarybchik2015-01-294-0/+14
* sfxge: Move txq->next pointer to part writable on completion patharybchik2015-01-291-1/+1
* sfxge: Change sfxge_ev_qpoll() proto to avoid EVQ pointers array accessarybchik2015-01-293-8/+4
* Ensure that lint does not pick up C11 keywords (e.g. _Noreturn), evendim2015-01-291-1/+1
* Rename the avila, cambria and zynq GPIO driver names to match the expectedloos2015-01-293-16/+3
* MFV r277870pfg2015-01-294-22/+34
* Revert r277841: It will be re-merged through the vendor area.pfg2015-01-291-1/+1
* Use zero register instead of immediate 0x0 in MIPS assemblyemaste2015-01-291-1/+1
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* MFV r277866pfg2015-01-291-1/+1
* Revert r277814: It will be re-merged through the vendor area.pfg2015-01-291-1/+1
* sem_post(): Fix and document semaphore value overflow error.jilles2015-01-282-3/+8
* Fix the following -Wcast-qual warnings in usr.sbin/sa/db.c:dim2015-01-281-1/+1
* Fix multiple instances of the following clang 3.6.0 warning in ppp:dim2015-01-285-8/+8
* Fix the following clang 3.6.0 warnings in pciconf:dim2015-01-281-2/+2
* Add allow.mount.fdescfs jail flag.jamie2015-01-284-4/+26
* ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4cy2015-01-281-1/+0
* Check for invalid length or more than max length for the interpreter, insteadsbruno2015-01-281-1/+1
* Preserve hard & symbolic links when modifying source fileemaste2015-01-281-21/+33
* Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:dim2015-01-281-1/+1
* Update release(7) to reflect renaming the 'system' targetgjb2015-01-281-2/+2
* Fix a typo in a comment.gjb2015-01-281-1/+1
* Provide a description for the 'tests.txz' distributiongjb2015-01-281-0/+2
* Rename the 'system' target to 'disc1', which is specificgjb2015-01-281-32/+32
* Add ARMv7 performance monitoring counters.br2015-01-2810-3/+825
* When there are no automounted filesystems, autounmountd(8) should waittrasz2015-01-281-13/+23
* Revert r277357 as expr has been enhanced to better detect overflow conditions,ngie2015-01-281-3/+0
OpenPOWER on IntegriCloud