summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFV 295046: 6358 A faulted pool with only unavailable vdevs triggersmav2016-01-291-2/+4
* Add a sysctl to allow ZFS pools backed by zvolsasomers2016-01-292-7/+36
* Remove NPTEPG definition which is not used anywhere now afterskra2016-01-291-1/+0
* Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap isskra2016-01-295-57/+47
* Welcome the RISC-V 64-bit kernel.br2016-01-2950-2/+10865
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-299-20/+318
* Framework for ARM64 instruction disassemblerwma2016-01-295-1/+405
* ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.mmel2016-01-292-1/+1
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andmmel2016-01-2916-5515/+44
* Use '^[>+][^+]' instead of '^[>+]' with grep(1) when filtering themarius2016-01-291-1/+1
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofbrooks2016-01-292-6/+6
* Note the double fork behavior with filemon.bdrewery2016-01-291-0/+5
* Document the purpose and non-purpose of filemon(4).bdrewery2016-01-291-1/+17
* Declare bt_devenum() to match the definition.brooks2016-01-291-1/+1
* filemon: Track the process pointer rather than a pid.bdrewery2016-01-292-7/+6
* filemon_open: Don't record a process to trace here.bdrewery2016-01-291-2/+1
* nvd: add hw.nvd.delete_max tunablejimharris2016-01-282-3/+28
* Remove debug output which was committed by accident.tuexen2016-01-281-3/+0
* filemon: Use process_exec EVENTHANDLER to capture sys_execve.bdrewery2016-01-282-52/+24
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITvangyzen2016-01-285-25/+281
* Merge OpenSSL 1.0.2f.jkim2016-01-28501-1201/+1795
|\
| * Import OpenSSL 1.0.2f.jkim2016-01-28137-445/+846
* | Fix -include .depend hack from r294370 for headers not in .PATH.bdrewery2016-01-281-5/+6
* | Fix VNIC enumeration after r294993 and r294990zbb2016-01-282-3/+3
* | Use m_getjcl() instead of manually selecting zone.glebius2016-01-282-25/+7
* | Always look in the TCP pool.tuexen2016-01-282-15/+5
* | Support new MDIO hierarchy in ThunderX DTBzbb2016-01-284-5/+481
* | Add FDT bus capabilities to ThunderX PCI driverzbb2016-01-284-15/+185
* | Correct alloc_ and release_resource methods in thunder_pcie driverzbb2016-01-281-2/+2
* | Divide ThunderX PCIe driver to general and FDT partzbb2016-01-285-171/+238
* | Fix finding appropriate BGX node in DTB and move it to a separate functionzbb2016-01-283-11/+143
* | EHCI: Make core reset and port speed reading more generic.mmel2016-01-289-46/+170
* | SMP support for ARMv6/v7 HW watchpointszbb2016-01-285-18/+165
* | Remove ffs_mountroot() prototype; seems to be long gone.trasz2016-01-281-1/+0
* | Fix mutex releasing in ARM64 cpu_switchwma2016-01-281-3/+2
* | Add pidfile support to ggated(8)ngie2016-01-283-25/+52
* | Follow-up r294967: Mark flags unused.bdrewery2016-01-281-1/+1
* | filemon: Trace fork via process_fork event.bdrewery2016-01-281-47/+14
* | filemon: Use process_exit EVENTHANDLER to capture process exit.bdrewery2016-01-281-11/+12
* | filemon_dtr: Lock the associated filemon handle before writing to it.bdrewery2016-01-271-2/+5
* | This fixes a bug in UFS2 exported NFS volumes. An NFS client canmckusick2016-01-271-3/+28
* | The bread() function was inconsistent about whether it would returnmckusick2016-01-273-7/+27
* | filemon_comment has nothing to do with wrappers so move it out of filemon_wra...bdrewery2016-01-272-16/+16
* | filemon_ioctl: Lock the associated filemon handle before writing to it.bdrewery2016-01-272-7/+3
* | filemon_ioctl: Handle error from devfs_get_cdevpriv(9).bdrewery2016-01-271-1/+2
* | Replace prebuilt uuencoded gallant.fnt with editable hex versionemaste2016-01-272-192/+226
* | Do not unlock rtld_phdr_lock over callback invocations.kan2016-01-271-3/+1
* | Make .debug file for libgcc_s.so.1 more useful.kan2016-01-271-1/+1
* | ktrace: tidy up ktrstructmjg2016-01-271-5/+6
* | Drop any previous fd when setting a new one.bdrewery2016-01-271-0/+3
OpenPOWER on IntegriCloud