aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-01-29103-11493/+7555
|\
| * Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-291-0/+15
| * Framework for ARM64 instruction disassemblerWojciech Macek2016-01-295-1/+405
| * ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.Michal Meloun2016-01-292-1/+1
| * ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-2916-5515/+44
| * filemon: Track the process pointer rather than a pid.Bryan Drewery2016-01-292-7/+6
| * filemon_open: Don't record a process to trace here.Bryan Drewery2016-01-291-2/+1
| * nvd: add hw.nvd.delete_max tunableJim Harris2016-01-281-1/+17
| * Remove debug output which was committed by accident.Michael Tuexen2016-01-281-3/+0
| * filemon: Use process_exec EVENTHANDLER to capture sys_execve.Bryan Drewery2016-01-282-52/+24
| * kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITEric van Gyzen2016-01-282-10/+52
| * Fix VNIC enumeration after r294993 and r294990Zbigniew Bodek2016-01-282-3/+3
| * Use m_getjcl() instead of manually selecting zone.Gleb Smirnoff2016-01-282-25/+7
| * Always look in the TCP pool.Michael Tuexen2016-01-282-15/+5
| * Support new MDIO hierarchy in ThunderX DTBZbigniew Bodek2016-01-284-5/+481
| * Add FDT bus capabilities to ThunderX PCI driverZbigniew Bodek2016-01-284-15/+185
| * Correct alloc_ and release_resource methods in thunder_pcie driverZbigniew Bodek2016-01-281-2/+2
| * Divide ThunderX PCIe driver to general and FDT partZbigniew Bodek2016-01-285-171/+238
| * Fix finding appropriate BGX node in DTB and move it to a separate functionZbigniew Bodek2016-01-283-11/+143
| * EHCI: Make core reset and port speed reading more generic.Michal Meloun2016-01-289-46/+170
| * SMP support for ARMv6/v7 HW watchpointsZbigniew Bodek2016-01-285-18/+165
| * Remove ffs_mountroot() prototype; seems to be long gone.Edward Tomasz Napierala2016-01-281-1/+0
| * Fix mutex releasing in ARM64 cpu_switchWojciech Macek2016-01-281-3/+2
| * Follow-up r294967: Mark flags unused.Bryan Drewery2016-01-281-1/+1
| * filemon: Trace fork via process_fork event.Bryan Drewery2016-01-281-47/+14
| * filemon: Use process_exit EVENTHANDLER to capture process exit.Bryan Drewery2016-01-281-11/+12
| * filemon_dtr: Lock the associated filemon handle before writing to it.Bryan Drewery2016-01-271-2/+5
| * This fixes a bug in UFS2 exported NFS volumes. An NFS client canKirk McKusick2016-01-271-3/+28
| * The bread() function was inconsistent about whether it would returnKirk McKusick2016-01-273-7/+27
| * filemon_comment has nothing to do with wrappers so move it out of filemon_wra...Bryan Drewery2016-01-272-16/+16
| * filemon_ioctl: Lock the associated filemon handle before writing to it.Bryan Drewery2016-01-272-7/+3
| * filemon_ioctl: Handle error from devfs_get_cdevpriv(9).Bryan Drewery2016-01-271-1/+2
| * ktrace: tidy up ktrstructMateusz Guzik2016-01-271-5/+6
| * Drop any previous fd when setting a new one.Bryan Drewery2016-01-271-0/+3
| * Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-2716-18/+18
| * Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-2716-24/+23
| * Fix the value we print when the size is too large. While here fix the typesAndrew Turner2016-01-271-2/+2
| * When finding the physical address of a device allow intermediate addressesAndrew Turner2016-01-271-2/+7
| * ficl on i386 should cast to unsigned char output to support efi i386Allan Jude2016-01-271-1/+1
| * Fix mistake when transitioning to the new defines with ZFS loader. IWarner Losh2016-01-276-8/+8
| * Fix generation of dependency rules for the LinuxKPI, the MLX5 driverHans Petter Selasky2016-01-272-91/+73
* | MFHGlen Barber2016-01-27306-149440/+179112
|\|
| * Fix issues with TCP_CONGESTION handling after r294540:Gleb Smirnoff2016-01-271-16/+15
| * Implement AT_SECURE properly.Xin LI2016-01-273-3/+9
| * More fixes to the build.Gleb Smirnoff2016-01-274-4/+4
| * Fix build on i386. I can't yet understand why does it build on amd64.Gleb Smirnoff2016-01-271-1/+1
| * hyperv/vmbus: Event handling code refactor.Sepherosa Ziehau2016-01-275-99/+108
| * Fix the build post-r294883.Justin Hibbits2016-01-271-1/+1
| * Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-27155-469/+512
| * cleanup and document in some detail the internals of the testing codeLuigi Rizzo2016-01-275-143/+199