aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* embed_mfs: support embedding mfs into loaderEd Maste2017-12-191-9/+32
* Update NFS to handle larger link counts post ino64.John Baldwin2017-12-195-6/+8
* Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+9
* Support _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+3
* Add a custom VOP_PATHCONF method for fuse.John Baldwin2017-12-191-1/+21
* Adjust ZFS' link count handling for ino64.John Baldwin2017-12-193-11/+10
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-193-5/+43
* Add byte swapping in bnxt_cfg_async_cr() requestStephen Hurd2017-12-191-3/+3
* Update Matthew Macy contact infoStephen Hurd2017-12-1911-11/+11
* Avoid using bioq_* in gmirror.Mark Johnston2017-12-192-49/+58
* Document the semantics of atomic_thread_fence operations.Alan Cox2017-12-191-60/+116
* The highest-order bit of the bootloader cookie is 1, with the result thatNathan Whitehorn2017-12-192-3/+3
* Make __startkernel line up with KERNBASE, so that the math to compute theNathan Whitehorn2017-12-191-1/+1
* mlx5en: Avoid SFENCe on x86Konstantin Belousov2017-12-191-2/+2
* Perform all accesses to uma_reclaim_needed using atomic(9) KPI.Konstantin Belousov2017-12-191-2/+2
* Use atomic_load(9) to read ppsinfo sequence numbers.Konstantin Belousov2017-12-191-4/+4
* Add atomic_load(9) and atomic_store(9) operations.Konstantin Belousov2017-12-199-0/+89
* When doing a dump, the scheduler is normally not running, so thisWarner Losh2017-12-191-7/+14
* No need to use relative paths like this here.Warner Losh2017-12-191-2/+2
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-197-8/+2
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-1912-27/+19
* Simplify things a little. The RETURN macro isn't required. It's onlyWarner Losh2017-12-191-8/+2
* arc lint: ignore /tests/ in chmodEitan Adler2017-12-191-1/+2
* arclint: revert in prep for recommittingEitan Adler2017-12-191-3/+1
* lld: Don't write preemptible symbol values to the .got.Ed Maste2017-12-191-1/+1
* Implement ACPI CPU support when Processor object is not presentConrad Meyer2017-12-191-35/+67
* Support more images (but still no geli)Warner Losh2017-12-191-17/+216
* Catch up to r325719 which makes the kern.proc.pid sysctl "work" for zombies.John Baldwin2017-12-181-1/+6
* Although we only have one quirk at the moment, guard against the dayWarner Losh2017-12-181-1/+1
* When we're disabling the nvme device, some drives have a controllerWarner Losh2017-12-183-18/+67
* Avoid CPU migration in dtrace_gethrtime() on x86.Mark Johnston2017-12-182-6/+12
* Also forgotten in the previous that removed the permanent double mappingBruce Evans2017-12-181-3/+7
* Remove the permanent double mapping of low physical memory and replaceBruce Evans2017-12-183-43/+60
* Fix the undersupported option KERNLOAD, part 2: fix crashes in locoreBruce Evans2017-12-181-3/+9
* newsyslog: Fix issues after r326616Baptiste Daroussin2017-12-181-1/+19
* Fix the undersupported option KERNLOAD, part 1: fix crashes in locoreBruce Evans2017-12-182-9/+9
* libficl is only ever used in a loader (never a boot) program. Move itWarner Losh2017-12-182-9/+10
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-1813-21/+8
* Do not attempt to refill the TX fifo if there is no data left to transfer.Ian Lepore2017-12-181-1/+1
* Fix debugging output, fallout from something like s/read/readctl/gIan Lepore2017-12-181-2/+2
* Unregister the ARC lowmem event handler earlier in arc_fini().Mark Johnston2017-12-171-5/+5
* Move loader-only defines to loader.mk from defs.mkWarner Losh2017-12-162-49/+49
* Sync with NetBSD's /usr/share/dict/words, with the exception of quimWarner Losh2017-12-161-2/+48
* Fix a logic bug in makefs lazy inode initialization.Mark Johnston2017-12-161-1/+1
* Make truss(8) work for i686-unknown-cloudabi binaries on FreeBSD/amd64.Ed Schouten2017-12-162-0/+113
* libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32.Ed Schouten2017-12-164-13/+15
*---------. Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2017-12-1616-20/+123
|\ \ \ \ \ \
| | | | | | * Vendor import of llvm 5.0.1 release r320880:vendor/llvm/llvm-release_501-r320880Dimitry Andric2017-12-165-10/+100
| | | | * | | Vendor import of lld 5.0.1 release r320880:vendor/lld/lld-release_501-r320880Dimitry Andric2017-12-167-2/+79
| * | | | | | Vendor import of clang 5.0.1 release r320880:vendor/clang/clang-release_501-r320880Dimitry Andric2017-12-165-11/+73