summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump rx_overruns when indicated by the ICR mask.sbruno2015-05-221-0/+3
* Fix a syntax error in bsdinstall/zfsbootallanjude2015-05-221-1/+1
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.andrew2015-05-221-0/+32
* Start documenting ctl(4) sysctls.trasz2015-05-221-1/+17
* Advertise ctlstat(8) a little better.trasz2015-05-224-6/+10
* Expand ktr_mask to be a 64-bit unsigned integer.jhb2015-05-222-14/+16
* Only reparent a traced process to its old parent if the tracing process isjhb2015-05-223-2/+148
* Always set p_oppid when attaching to an existing process via procfsjhb2015-05-221-1/+1
* sfxge: relax assertion to allow RST flag in TSO packetsarybchik2015-05-221-2/+8
* Need to handle the !FDT case still too... I thought in r270025 weimp2015-05-221-0/+4
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2255-3852/+3985
* Add helper method fdt_find_child to make access to child nodes easier.gonzo2015-05-222-0/+18
* Add stat counters for Jumbo Frames using SGE ring.davidcs2015-05-223-44/+49
* The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
* Fix make(1) syntax error for non-embedded targets.gjb2015-05-211-1/+3
* If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,gjb2015-05-211-9/+50
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...davidcs2015-05-211-27/+79
* Remove the arm/armv6 bits from Makefile.mirrors, which needsgjb2015-05-211-7/+0
* Include xz(1)-compressed images when not a snapshot build.gjb2015-05-211-2/+4
* cd(1) to .CURDIR before calling stat(1) to fix the pathgjb2015-05-211-6/+9
* The 'hostbridge' device exists to allow guests to infer msi/msixtychon2015-05-211-1/+1
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingloos2015-05-212-2/+10
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southjkim2015-05-212-11/+18
* Eliminate unneeded includes.delphij2015-05-2112-17/+1
* Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthneel2015-05-211-1/+12
* Emulate the "CMP r/m, reg" instruction (opcode 39H).neel2015-05-211-6/+22
* Ensure that the static structs emitted by the MODULE_DEPEND() anddim2015-05-211-2/+4
* Add the MMC/SD driver for Allwinner SoCs.loos2015-05-2112-6/+1036
* Include the TARGET in the EC2 AMI name.gjb2015-05-211-2/+2
* Revert r282971. It depends on condvar consumers not destroying condvarsjhb2015-05-212-13/+12
* remove stray ; that came in r272673...jmg2015-05-211-1/+1
* ddb: finish converting boolean values.pfg2015-05-2131-133/+116
* Mark libgomp.so.1 as an old lib not an old filebapt2015-05-211-1/+1
* Remove stray DEBUG_FLAGS=-g that snuck in with r137868imp2015-05-211-1/+0
* Remove stray DEBUG_FLAGS=-g that snuck in with r184761.imp2015-05-211-1/+0
* Remove stray DEBUG_FLAGS=-g that's been here since the initial import.imp2015-05-211-2/+0
* Remove the stray DEBUG_FLAGS=-g line that snuck in with theimp2015-05-211-1/+0
* Removed files not installed anymore with mandocbapt2015-05-211-0/+5
* Remove demandoc(1) from the buildbapt2015-05-212-12/+0
* Drop libmandoc and incorporate it into the main mandoc Makefilebapt2015-05-214-52/+34
* Remove clause 3 and 4 from the licensebapt2015-05-212-7/+0
* * fix roff terminology in .Ndbapt2015-05-211-3/+7
* add an include on sys/types.h because we do explicitly use size_tbapt2015-05-211-1/+2
* Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLENbapt2015-05-211-3/+2
* sort headersbapt2015-05-211-4/+4
* Add missing break statement.ganbold2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.ganbold2015-05-212-0/+429
* Remove unnecessary break statements.ganbold2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beganbold2015-05-213-41/+18
* Import proposed fix from upstream forngie2015-05-212-14/+22
OpenPOWER on IntegriCloud