aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Advertise ctlstat(8) a little better.Edward Tomasz Napierala2015-05-224-6/+10
* Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-222-14/+16
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-223-2/+148
* Always set p_oppid when attaching to an existing process via procfsJohn Baldwin2015-05-221-1/+1
* sfxge: relax assertion to allow RST flag in TSO packetsAndrew Rybchenko2015-05-221-2/+8
* Need to handle the !FDT case still too... I thought in r270025 weWarner Losh2015-05-221-0/+4
* Switch TI platform support code from using FreeBSD's custom-baked DTSOleksandr Tymoshenko2015-05-2255-3852/+3985
* Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-222-0/+18
* Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu2015-05-223-44/+49
* The NFS client wasn't handling getdirentries(2) requests for sizesRick Macklem2015-05-211-1/+15
* Fix make(1) syntax error for non-embedded targets.Glen Barber2015-05-211-1/+3
* If TARGET or EMBEDDED_TARGET == arm, set EMBEDDED variable,Glen Barber2015-05-211-9/+50
* Limit the size of the posted receive buffers in Rx Rings to MJUMPAGESIZE. Pre...David C Somayajulu2015-05-211-27/+79
* Remove the arm/armv6 bits from Makefile.mirrors, which needsGlen Barber2015-05-211-7/+0
* Include xz(1)-compressed images when not a snapshot build.Glen Barber2015-05-211-2/+4
* cd(1) to .CURDIR before calling stat(1) to fix the pathGlen Barber2015-05-211-6/+9
* The 'hostbridge' device exists to allow guests to infer msi/msixTycho Nightingale2015-05-211-1/+1
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingLuiz Otavio O Souza2015-05-212-2/+10
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southJung-uk Kim2015-05-212-11/+18
* Eliminate unneeded includes.Xin LI2015-05-2112-17/+1
* Add an option "--get-vmcs-exit-inst-length" to display the instruction lengthNeel Natu2015-05-211-1/+12
* Emulate the "CMP r/m, reg" instruction (opcode 39H).Neel Natu2015-05-211-6/+22
* Ensure that the static structs emitted by the MODULE_DEPEND() andDimitry Andric2015-05-211-2/+4
* Add the MMC/SD driver for Allwinner SoCs.Luiz Otavio O Souza2015-05-2112-6/+1036
* Include the TARGET in the EC2 AMI name.Glen Barber2015-05-211-2/+2
* Revert r282971. It depends on condvar consumers not destroying condvarsJohn Baldwin2015-05-212-13/+12
* remove stray ; that came in r272673...John-Mark Gurney2015-05-211-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-2131-133/+116
* Mark libgomp.so.1 as an old lib not an old fileBaptiste Daroussin2015-05-211-1/+1
* Remove stray DEBUG_FLAGS=-g that snuck in with r137868Warner Losh2015-05-211-1/+0
* Remove stray DEBUG_FLAGS=-g that snuck in with r184761.Warner Losh2015-05-211-1/+0
* Remove stray DEBUG_FLAGS=-g that's been here since the initial import.Warner Losh2015-05-211-2/+0
* Remove the stray DEBUG_FLAGS=-g line that snuck in with theWarner Losh2015-05-211-1/+0
* Removed files not installed anymore with mandocBaptiste Daroussin2015-05-211-0/+5
* Remove demandoc(1) from the buildBaptiste Daroussin2015-05-212-12/+0
* Drop libmandoc and incorporate it into the main mandoc MakefileBaptiste Daroussin2015-05-214-52/+34
* Remove clause 3 and 4 from the licenseBaptiste Daroussin2015-05-212-7/+0
* * fix roff terminology in .NdBaptiste Daroussin2015-05-211-3/+7
* add an include on sys/types.h because we do explicitly use size_tBaptiste Daroussin2015-05-211-1/+2
* Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLENBaptiste Daroussin2015-05-211-3/+2
* sort headersBaptiste Daroussin2015-05-211-4/+4
* Add missing break statement.Ganbold Tsagaankhuu2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.Ganbold Tsagaankhuu2015-05-212-0/+429
* Remove unnecessary break statements.Ganbold Tsagaankhuu2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beGanbold Tsagaankhuu2015-05-213-41/+18
* Import proposed fix from upstream forEnji Cooper2015-05-212-14/+22
|\
| * Import proposed fix fromEnji Cooper2015-05-212-14/+22
* | _Really_, _Really_ fix buildworld by moving the conditionals down, fixing someEnji Cooper2015-05-211-10/+10
* | Temporarily revert r282922 which bumped the max descriptors.Peter Grehan2015-05-211-1/+1
* | Create links to the libprocstat man pages for all of the libprocstat function...Allan Jude2015-05-213-27/+59