aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* small documentation updateLuigi Rizzo2015-07-191-3/+4
* Fix atomic_store_64, it should write the value passed in, not the valueAndrew Turner2015-07-191-1/+1
* Remove out-of-date comments.Mark Murray2015-07-192-2/+0
* Fix the read blocking so that it is interruptable and slow down the rate of c...Mark Murray2015-07-191-4/+10
* Clarify the intent of the RANDOM_* options.Mark Murray2015-07-191-2/+4
* Optimise the buffer-size calculation. It was possible to get one block too many.Mark Murray2015-07-191-19/+16
* Clean up the style of the armv6 atomic code.Andrew Turner2015-07-191-183/+187
* Clean up some trailing whitespace.Mark Murray2015-07-191-5/+5
* Sort the ARM atomic functions to be in alphabetical order.Andrew Turner2015-07-192-344/+273
* Revert bit of the r285627, locore.s does not need include ofKonstantin Belousov2015-07-191-1/+0
* Add support to the jail framework to be able to mount linsysfs(5) andMarcelo Araujo2015-07-195-4/+40
* - Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},Marius Strobl2015-07-192-4/+7
* move the prototype to the lib.h header.. This makes more sense, andJohn-Mark Gurney2015-07-182-2/+2
* other fixes to make boot2 compile for IXP... Properly end the asmJohn-Mark Gurney2015-07-182-0/+4
* revert r278579, this is in a different compile environment than theJohn-Mark Gurney2015-07-181-1/+1
* Further cleanup after r285607.Konstantin Belousov2015-07-181-22/+29
* Add support for two workarounds for known issues booting GPT in legacy mode o...Allan Jude2015-07-186-22/+225
* Deselect the sd card before re-selecting it when working around a problemIan Lepore2015-07-181-10/+11
* fix a typo in a commentLuigi Rizzo2015-07-181-1/+1
* Expand sysctl descriptions in iscsi(4) and ctl(4).Edward Tomasz Napierala2015-07-182-3/+11
* Remove a comment in the wrong place.Edward Tomasz Napierala2015-07-181-1/+0
* Document suspend/resume notification in devd.conf(5).Edward Tomasz Napierala2015-07-181-0/+4
* Add CARP events description to devd.conf(5).Edward Tomasz Napierala2015-07-181-1/+21
* fstyp(8) ships with 10.2.Edward Tomasz Napierala2015-07-181-2/+2
* uefisign(8) ships with 10.2.Edward Tomasz Napierala2015-07-181-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-1818-74/+99
* Since the IETF has redefined the meaning of the tos field to accommodateKevin Lo2015-07-181-10/+11
* Fix the !KDTRACE_HOOKS build.Mark Johnston2015-07-181-0/+2
* Fix contraction spotted by igor(1) and remove 2 .Ed spotted by mandoc(1).Marcelo Araujo2015-07-181-7/+5
* Pass the lock object to lockstat_nsecs() and return immediately ifMark Johnston2015-07-185-28/+33
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallyMark Johnston2015-07-183-1/+9
* Merge driver for PMC Sierra's range of SAS/SATA HBAs.Benno Rice2015-07-17142-0/+378010
|\
| * Enable pms module on amd64 for now.Benno Rice2015-07-171-0/+2
| * Disable debugging.Benno Rice2015-07-171-4/+4
| * Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...Achim Leubner2015-07-07141-0/+378008
* | Undo r285656.Ed Schouten2015-07-172-63/+64
* | make ctdladm(8) return 0 is everything was ok.Baptiste Daroussin2015-07-171-0/+3
* | Check TCP timestamp option flag so that the automatic receive bufferPatrick Kelsey2015-07-171-0/+1
* | Add an API for easily creating userspace threads in kernelspace.Ed Schouten2015-07-172-64/+63
* | Fix possible coherency issues between PEs related to I-cacheZbigniew Bodek2015-07-171-2/+3
* | Fix secondary stacks calculation on ARM64Zbigniew Bodek2015-07-171-2/+1
* | Increase DMAP (Direct Map) size on ARM64Zbigniew Bodek2015-07-171-2/+2
* | Implement CloudABI memory management system calls.Ed Schouten2015-07-172-17/+110
* | Move assignments around to avoid a false-positive uninitialized variableDag-Erling Smørgrav2015-07-171-2/+2
* | cxgbe(4): Ask the firmware for the start of the RSS slice for a port andNavdeep Parhar2015-07-172-0/+13
* | Describe how to load gmultipath at boot time.Marcelo Araujo2015-07-171-1/+11
* | Mention the dd-like recoverdisk(1) to help folks find this great BSD command.David E. O'Brien2015-07-161-0/+1
* | sqlite: clean a couple of invocations of memcpy(3)Pedro F. Giffuni2015-07-161-2/+2
* | When checking for the valid value of the frame pointer, verify that itKonstantin Belousov2015-07-164-18/+18
* | ssh: canonicize the host name before looking it up in the host fileEric van Gyzen2015-07-161-0/+17