1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00
freebsd/sys
Bryan Drewery f14fbe72ec exec: Cease tracing if credentials will change with the new image.
This also prevents tracing to a P_INEXEC process since it could race
with other processes attaching to it in filemon_event_process_exec() due
to the filemon_get_proc() race of incrementing ref and then locking the
filemon.  With the no-P_INEXEC invariant in place the p_filemon may only
be the same or NULL when trying to drop it in
filemon_event_process_exec().

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D6545
2016-05-27 23:57:43 +00:00
..
amd64 In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/D 2016-05-27 18:45:11 +00:00
arm Add support for triggering interrupts on both rising and falling edges. 2016-05-26 22:34:25 +00:00
arm64 Extract the correct bits from the GICD_TYPER register. The interrupt count 2016-05-20 15:43:51 +00:00
boot If the I/O offset and length is multiple of the media size then 2016-05-27 19:23:15 +00:00
bsm
cam Strip leading spaces off of a SCSI disk's serial number 2016-05-27 22:26:43 +00:00
cddl Fix up r300870 2016-05-27 22:56:00 +00:00
compat The SCHEDULER_STOPPED() macro already contains a predict false statement. 2016-05-27 07:33:49 +00:00
conf When building modules, define make variable OPT_FDT if the kernel config 2016-05-27 17:40:29 +00:00
contrib Merge ACPICA 20160527. 2016-05-27 22:16:46 +00:00
crypto crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
ddb
dev exec: Cease tracing if credentials will change with the new image. 2016-05-27 23:57:43 +00:00
fs Remove drop/reacquire of Giant around geom calls for cd9660 and udf. 2016-05-22 18:16:25 +00:00
gdb
geom Avoid issuing spa config updates for physical path when not necessary 2016-05-27 22:32:44 +00:00
gnu Revert changes for local testing, inadvertantly commited in r300811. 2016-05-26 23:59:42 +00:00
i386 Add macro to convert errno and use it when appropriate. 2016-05-22 12:46:34 +00:00
isa
kern fd: provide a common exit point for unlock in kern_dup 2016-05-27 17:00:15 +00:00
kgssapi
libkern
mips Build etherswitch support for appropriate Ralink/Mediatek SoCs 2016-05-25 06:47:28 +00:00
modules Go back to unconditionally compiling modules/gpio now that the parts of it 2016-05-27 20:43:46 +00:00
net Change net.link.log_promisc_mode_change to a read-only tunable 2016-05-25 09:00:05 +00:00
net80211 ifconfig: set by default FCC regulatory domain for wireless interfaces. 2016-05-26 13:14:08 +00:00
netgraph Fix style(9). 2016-05-26 19:17:51 +00:00
netinet Plug route reference underleak that happens with FLOWTABLE after r297225. 2016-05-27 17:31:02 +00:00
netinet6 Plug route reference underleak that happens with FLOWTABLE after r297225. 2016-05-27 17:31:02 +00:00
netipsec
netnatm
netpfil Correct a typo in a comment. 2016-05-26 22:03:28 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Prepare for activation of LinuxKPI module parameters as read-only 2016-05-25 12:03:21 +00:00
opencrypto
pc98
powerpc Fix the deciKelvin to Celsius conversion in kernel. 2016-05-22 13:58:32 +00:00
riscv Increase the size and alignment of the setjmp buffer. 2016-05-26 10:03:30 +00:00
rpc Quell false positives in svc_vc_create and svc_vc_create_conn with cd and xprt 2016-05-27 08:48:33 +00:00
security
sparc64 Add macro to convert errno and use it when appropriate. 2016-05-22 12:46:34 +00:00
sys Fix taskqueue groups to work with EARLY_AP_STARTUP. 2016-05-27 23:49:16 +00:00
teken
tests
tools
ufs arc4random() returns 0 to (2**32)−1, use an alternative to initialize 2016-05-22 14:31:20 +00:00
vm The flag "vm_pages_needed" has long served two distinct purposes: (1) to 2016-05-27 19:15:45 +00:00
x86 Only calibrate ICR read loop when not in x2APIC mode. Run-time 2016-05-26 09:09:11 +00:00
xdr
xen
Makefile