aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-27157-4/+318
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271982-159/+4089
* add myself as ports committer, mentor jrm + swillsDave Cottlehuber2017-11-272-0/+4
* Add /etc/autofs/include_nis, a non-rewriting NIS map.Edward Tomasz Napierala2017-11-272-0/+15
* Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicateEdward Tomasz Napierala2017-11-272-4/+4
* Change formatting; no functional changes.Edward Tomasz Napierala2017-11-271-1/+6
* Update intro(6) - remove hint that doesn't work, add explicit listEdward Tomasz Napierala2017-11-271-8/+13
* .Xr pmcstat(8) from kgmon(8) and gprof(1).Edward Tomasz Napierala2017-11-272-4/+6
* Revert r326125.Edward Tomasz Napierala2017-11-271-8/+1
* Truncate negative lengths to zeroPoul-Henning Kamp2017-11-271-1/+5
* Fix another typoBrad Davis2017-11-271-1/+1
* Don't assign rs as we will assign it later.Xin LI2017-11-271-3/+1
* Fix handling -U. It does not take any arguments.Brad Davis2017-11-271-3/+3
* rw: fix runlock_hard when new readers show upMateusz Guzik2017-11-261-0/+5
* Synchronize TLB1 mappings when createdJustin Hibbits2017-11-261-18/+47
* Move vm_phys_init_page() to vm_page.c.Mark Johnston2017-11-263-29/+28
* Remove unneeded initializations from vm_phys_init_page().Mark Johnston2017-11-261-1/+1
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-266-6/+296
* Addd work around for LLVM bug 35023.Michal Meloun2017-11-261-0/+5
* Add efidp_format_device_path_node to format a single node in a deviceWarner Losh2017-11-262-4/+24
* Add a Saved Process Status Register bit for AArch32 execution mode.Ed Schouten2017-11-262-3/+3
* Correct some more places where TO_PTR() should be used.Ed Schouten2017-11-262-2/+2
* Use TO_PTR() to convert integers to pointers.Ed Schouten2017-11-265-6/+6
* Make 32-bit system calls end up in svc_handler().Ed Schouten2017-11-263-5/+7
* Improve sysctl(8) pretty printing of some structures.Konstantin Belousov2017-11-261-20/+21
* Make the arm64 pmap_invalidate functions static inline. This fixes buildingAndrew Turner2017-11-261-3/+3
* Fix spelling error (probably typo).Cy Schubert2017-11-261-1/+1
* Fill in date.Xin LI2017-11-261-1/+1
* Remove another extern int n_slbs made redundant by declaring this inNathan Whitehorn2017-11-261-2/+0
* Use the cookie now set by loader to determine whether the value passed toNathan Whitehorn2017-11-265-8/+33
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-26454-70/+978
* Remove some, but not all, assumptions that the BSP is CPU 0 and that CPUsNathan Whitehorn2017-11-256-10/+25
* Avoid assumptions about the BSP being CPU 0.Nathan Whitehorn2017-11-252-33/+33
* On AIM systems, it is not actually possible to stop the CPU timer, so weNathan Whitehorn2017-11-251-0/+3
* Return base IRQ of PIC when added and massively increase the number ofNathan Whitehorn2017-11-252-4/+6
* Missed gate on __powerpc64__ for setting LPCR in r326207.Nathan Whitehorn2017-11-251-0/+2
* When booting from an FDT, make sure the FDT itself isn't included the rangeNathan Whitehorn2017-11-251-2/+13
* Allow platform modules to set the size of large pizes, as potentiallyNathan Whitehorn2017-11-251-5/+7
* Invalidate TLB at boot using the correct IS settings on newer-than-POWER5Nathan Whitehorn2017-11-251-2/+16
* Definitions for registers and trap types found on new POWER CPUs.Nathan Whitehorn2017-11-252-0/+6
* Missed platform_smp_timebase_sync() in r326205.Nathan Whitehorn2017-11-251-1/+1
* Make n_slbs public in a more straightforward way. Some platforms (likeNathan Whitehorn2017-11-252-1/+2
* Preserve the LPCR on new-ish (POWER7 and POWER8) CPUs, preventing exceptionsNathan Whitehorn2017-11-251-0/+7
* Yield while spinning on APs and avoid announcing all CPUs unless bootverboseNathan Whitehorn2017-11-251-1/+5
* Whether you can use mttb() or not is more complicated than whether PSL_HVNathan Whitehorn2017-11-257-23/+43
* Do not bind to CPUs with SMT, which use a different CPU numbering conventionNathan Whitehorn2017-11-251-0/+4
* Avoid emitting a PT_INTERP section for powerpc64 kernels and arrange forNathan Whitehorn2017-11-251-2/+5
* Automatically use the ELFv2 ABI on powerpc64 if supported by the compiler.Nathan Whitehorn2017-11-251-1/+7
* Add the missing lockstat check for thread lock.Mateusz Guzik2017-11-251-0/+7
* Convert in-kernel thread_lock_flags calls to thread_lock when debug is disabledMateusz Guzik2017-11-251-0/+6