aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert debugging that was accidently committed in r316314Allan Jude2017-03-311-8/+1
* fix top(1) ZFS compressed ARC supportAllan Jude2017-03-312-4/+12
* Allow explicitly assigned IPv4 loopback address to be used in jailsSteven Hartland2017-03-312-9/+14
* sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive dataAllan Jude2017-03-313-60/+56
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-318-16/+17
* Update man page for commit r316309 "Add support for optional Soft LRO".David C Somayajulu2017-03-301-1/+2
* Add support for optional Soft LRODavid C Somayajulu2017-03-304-5/+151
* Audit arguments to System V IPC system calls implementing sempahores,Robert Watson2017-03-304-2/+81
* Add system-call argument auditing for ACL-related system calls.Robert Watson2017-03-301-5/+27
* [am335x] Fix HDMI suport for Beaglebone BlackOleksandr Tymoshenko2017-03-301-7/+9
* Various BSM generation improvements when auditing AUE_ACCEPT,Robert Watson2017-03-301-6/+68
* Reorder includes to placate MIPS build.Tycho Nightingale2017-03-301-1/+1
* Use kern_mincore() helper instead of abusing syscall entry.Dmitry Chagin2017-03-301-5/+1
* Add kern_mincore() helper for micore() syscall.Dmitry Chagin2017-03-302-8/+10
* Remove OLD_NFSV2 from loader and libstandToomas Soome2017-03-303-773/+0
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-3016-58/+342
* Make dhcp-lease-time option supersedable as well.Nick Hibma2017-03-301-1/+5
* elfcopy: remove temporary ELF file when converting from binaryEd Maste2017-03-301-0/+2
* Allow superseding the lease renewal and rebind times.Nick Hibma2017-03-301-6/+19
* Don't call init functions directly from the timer/watchdog function.Sean Bruno2017-03-301-6/+9
* loader: simplify efi_zfs_probe and avoid double probing for zfs.Toomas Soome2017-03-301-43/+22
* loader: efipart should check disk size from partition tableToomas Soome2017-03-301-9/+28
* Assert IFF_DRV_OACTIVE in iflib_timer() when the "hung" case is detectedSean Bruno2017-03-301-3/+6
* Add nctgpio conf lines so it can be compiled into the kernel.Nick Hibma2017-03-302-0/+2
* Don't ifdef KDTRACE_HOOKS struct, variable, and function prototypeRobert Watson2017-03-301-8/+0
* Annotate all changes made in r316178-r316180 with __FreeBSD__Enji Cooper2017-03-302-0/+36
* Only activate __EXT1_VISIBLE block when using sys/errno.h in userspace.Konstantin Belousov2017-03-301-0/+2
* Add an UPDATING entry for cfiscsi(4)'s addition in r316212Enji Cooper2017-03-301-0/+13
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-3017-3/+500
* Split iscsi(4) ctl frontend off of ctl(4) as cfiscsi(4)Enji Cooper2017-03-3012-34/+160
* A followup to r315749, two more places where brand->interp_path wasKonstantin Belousov2017-03-301-3/+6
* [mbufq] add a concat method.Adrian Chadd2017-03-301-0/+13
* libc: remove use of archaic __P() macroEd Maste2017-03-301-4/+3
* When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls,Robert Watson2017-03-298-3/+127
* ichsmb: switch device_probe() from a large case statement to a lookup table.Gavin Atkinson2017-03-291-113/+75
* Upgrade firmware and other related files to version 5.4.64David C Somayajulu2017-03-294-148905/+148310
* Hook up new audit event identifiers for various non-Orange Book/CAPPRobert Watson2017-03-296-313/+313
* t_msgctl: Fix the same msgsnd() misuse as t_msgsndConrad Meyer2017-03-291-2/+2
* Follow-up to r316179: More of the sameConrad Meyer2017-03-291-6/+6
* t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflowConrad Meyer2017-03-291-1/+1
* rrenumd(8): Fix a trivial Coverity warningConrad Meyer2017-03-291-2/+2
* makefs: sync with NetBSDEd Maste2017-03-295-5/+4
* Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson2017-03-298-16/+720
* Avoid sleeping when the mirror I/O queue is non-empty.Mark Johnston2017-03-291-0/+4
* Remove an unneeded g_mirror_destroy_provider() call.Mark Johnston2017-03-291-4/+1
* cxgbe: Don't call t4_edc_err_read for errors not related to the EDCs.Navdeep Parhar2017-03-291-1/+2
* xfsread inlined uses more space, so remove the inline tag. ThisWarner Losh2017-03-291-1/+1
* makefs: free specfile structure once it has been appliedEd Maste2017-03-291-0/+1
* The switch to kernel terminal context needs to update more than the cursorBruce Evans2017-03-293-15/+27
* Fix bug in r308972 that leads to panic when non-compressed IPCompAndrey V. Elsukov2017-03-291-2/+2