freebsd-dev/sys/sys
Konstantin Belousov 0bc52b0bdb Return reschedule_signals() to being static again.
It was used after sigfastblock_setpend() call in in ast() when current
thread fast-blocks signals.  Add a flag to sigfastblock_setpend() to
request reschedule, and remove the direct use of the function from
subr_trap.c

Tested by:	pho
Sponsored by:	The FreeBSD Foundation
2020-03-10 20:04:38 +00:00
..
disk Add DragonFly's partition number to fdisk(8) and diskmbr.h 2019-05-18 00:22:28 +00:00
_atomic64e.h [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operations 2020-01-02 23:20:37 +00:00
_atomic_subword.h atomic: Add atomic_cmpset_masked to powerpc and use it 2019-11-15 04:33:07 +00:00
_bitset.h
_blockcount.h Add a blocking counter KPI. 2020-02-28 16:05:18 +00:00
_bus_dma.h
_callout.h Add a callout_func_t typedef for functions used with callout_*(). 2019-12-10 21:58:30 +00:00
_cpuset.h
_cscan_atomic.h Make atomic_load_ptr type-aware 2020-02-14 23:15:41 +00:00
_cscan_bus.h Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
_domainset.h
_eventhandler.h Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
_ffcounter.h
_iovec.h
_lock.h Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
_lockmgr.h
_mutex.h
_null.h
_pctrie.h
_pthreadtypes.h
_rangeset.h
_rmlock.h Add read-mostly sleepable locks 2019-12-27 11:19:57 +00:00
_rwlock.h
_semaphore.h
_sigset.h Fix undefined behavior: left-shifting into the sign bit. 2019-12-23 20:18:05 +00:00
_smr.h Move SMR pointer type definition and access macros to smr_types.h. 2020-03-07 00:55:46 +00:00
_sockaddr_storage.h
_stack.h
_stdarg.h
_stdint.h
_sx.h
_task.h Add flag to struct task to mark the task as requiring network epoch. 2020-02-11 18:48:07 +00:00
_termios.h Some devices take undesired actions when RTS and DTR are 2019-06-12 18:07:04 +00:00
_timespec.h
_timeval.h
_types.h Reduce namespace pollution from r349233 2019-06-21 21:50:14 +00:00
_ucontext.h
_uio.h
_umtx.h
_unrhdr.h
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h
alq.h
apm.h
arb.h Add copyrights that I forgot to add when splitting arb.h off from tree.h. 2019-10-15 19:44:43 +00:00
assym.h
ata.h Remove duplicated ATA_CHECK_POWER_MODE 2020-02-28 01:02:01 +00:00
atomic_common.h Make atomic_load_ptr type-aware 2020-02-14 23:15:41 +00:00
auxv.h
bio.h Remove GEOM_SCHED class and gsched tool. 2019-12-29 21:16:03 +00:00
bitset.h Fix undefined behavior: left-shifting into the sign bit. 2019-12-23 20:18:05 +00:00
bitstring.h bistring: avoid gcc -Wsign-compare 2019-12-04 20:15:17 +00:00
blist.h A new parameter to blist_alloc specifies an upper bound on the size of 2019-05-11 16:15:13 +00:00
blockcount.h Add a blocking counter KPI. 2020-02-28 16:05:18 +00:00
boot.h Move to using a common kernel path between the boot / laoder bits and 2019-06-24 20:34:53 +00:00
buf_ring.h This patch offers a workaround to buf_ring reordering 2019-04-23 06:36:32 +00:00
buf.h sys/vm: quiet -Wwrite-strings 2020-02-23 03:32:04 +00:00
bufobj.h Add a new "mntfs" pseudo file system which provides private device vnodes for 2020-03-06 18:41:37 +00:00
bus_dma_internal.h
bus_dma.h Introduce the concept of busdma tag templates. A template can be allocated 2019-12-24 14:48:46 +00:00
bus.h Create new wrapper function: bus_delayed_attach_children() 2019-12-13 19:39:33 +00:00
busdma_bufalloc.h
callout.h Remove struct callout_handle. Should have gone with r355732. 2020-01-22 05:47:59 +00:00
caprights.h
capsicum.h capsicum: add cap_rights_init_zero, cap_rights_init_one, cap_rights_set_one 2020-02-15 01:28:06 +00:00
cdefs.h gcc: quiet Wattribute for no_sanitize("address") 2019-12-21 02:43:20 +00:00
cdio.h Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl. 2019-07-03 00:10:01 +00:00
cdrio.h
cfictl.h
chio.h
ck.h
clock.h
cnv.h
compressor.h
condvar.h
conf.h sys/kern: quiet -Wwrite-strings 2020-02-23 03:32:16 +00:00
cons.h sys/kern: quiet -Wwrite-strings 2020-02-23 03:32:16 +00:00
consio.h
copyright.h Happy New Year 2020! 2019-12-31 16:01:36 +00:00
counter.h Add COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY(). 2020-03-06 19:09:01 +00:00
coverage.h
cpu.h cpufreq(4): Add support for Intel Speed Shift 2020-01-22 23:28:42 +00:00
cpuctl.h
cpuset.h bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
csan.h Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
ctype.h
devicestat.h
devmap.h Generalize ARM specific comments in devmap 2019-10-15 23:21:52 +00:00
dirent.h
disk_zone.h
disk.h Enable sys/disk.h consumers to avoid pulling in networking headers. 2019-05-08 18:10:19 +00:00
disklabel.h
diskmbr.h Remove deprecated GEOM classes 2019-08-13 20:06:55 +00:00
dkstat.h
dnv.h
domain.h Add fibnum, family and vnet pointer to each rib head. 2020-01-09 17:21:00 +00:00
domainset.h bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
dtrace_bsd.h
dvdio.h
efi.h
efiio.h
elf32.h
elf64.h
elf_common.h Reserve WXNEEDED ELF feature control flag 2020-03-04 18:21:30 +00:00
elf_generic.h
elf.h
endian.h
epoch.h Add flag to struct task to mark the task as requiring network epoch. 2020-02-11 18:48:07 +00:00
errno.h
eui64.h
event.h
eventhandler.h Use an event handler to notify the SCTP about IP address changes 2019-10-13 18:17:08 +00:00
eventvar.h
exec.h Remove SPARE_USRSPACE. 2019-12-06 19:20:45 +00:00
extattr.h
fail.h Use callout(9) instead of deprecated timeout(9) for fail points. 2019-12-13 19:26:04 +00:00
fbio.h
fcntl.h Provide O_SEARCH 2020-02-02 16:34:57 +00:00
fdcio.h
file.h u_char -> vm_prot_t in a couple of places, NFC 2020-02-14 02:22:08 +00:00
filedesc.h fd: use smr for managing struct pwd 2020-03-08 00:23:36 +00:00
filio.h Reduce namespace pollution from r349233 2019-06-21 21:50:14 +00:00
firmware.h
fnv_hash.h
gmon.h
gpio.h
gpt.h
gsb_crc32.h Separate kernel crc32() implementation to its own header (gsb_crc32.h) and 2019-06-17 19:49:08 +00:00
gtaskqueue.h Add flag to struct task to mark the task as requiring network epoch. 2020-02-11 18:48:07 +00:00
hash.h
hhook.h
iconv.h
imgact_aout.h
imgact_binmisc.h
imgact_elf.h Copy out aux args after the argument and environment vectors. 2019-12-09 19:17:28 +00:00
imgact.h Use uintptr_t instead of register_t * for the stack base. 2019-12-03 23:17:54 +00:00
interrupt.h Enter the network epoch for interrupt handlers of INTR_TYPE_NET. 2020-01-23 01:24:47 +00:00
intr.h
ioccom.h
ioctl_compat.h
ioctl.h
iov_schema.h
iov.h
ipc.h
ipmi.h
jail.h Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
joystick.h
kbio.h
kcov.h
kdb.h Implement NetGDB(4) 2019-10-17 21:33:01 +00:00
kenv.h
kern_prefetch.h
kernel.h Add COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY(). 2020-03-06 19:09:01 +00:00
kerneldump.h EKCD: Add Chacha20 encryption mode 2019-05-23 20:12:24 +00:00
khelp.h
kobj.h
kpilite.h
ksem.h
kthread.h
ktls.h Make ktls_frame() never fail. Caller must supply correct mbufs. 2020-02-25 19:26:40 +00:00
ktr_class.h Remove GEOM_SCHED class and gsched tool. 2019-12-29 21:16:03 +00:00
ktr.h
ktrace.h Annotate branches in the syscall path 2020-02-14 13:08:46 +00:00
libkern.h random(9): Deprecate random(9), remove meaningless srandom(9) 2019-12-26 19:41:09 +00:00
limits.h
link_aout.h
link_elf.h
linker_set.h [PowerPC] Only move linker sets to .data on ELFv1 2019-12-19 22:35:16 +00:00
linker.h Remove sparc64 kernel support 2020-02-03 17:35:11 +00:00
lock_profile.h
lock.h locks: add default delay struct 2020-01-05 12:48:19 +00:00
lockf.h Typo out->in. 2019-10-10 18:52:24 +00:00
lockmgr.h lockmgr: rename lock_fast_path to lock_flags 2020-02-14 11:21:28 +00:00
lockstat.h Add lockmgr(9) probes to the lockstat DTrace provider. 2019-08-21 23:43:58 +00:00
loginclass.h
mac.h
malloc.h Add zfree to zero allocation before free 2020-02-16 00:12:53 +00:00
mbuf.h Split out a more generic debugnet(4) from netdump(4) 2019-10-17 16:23:03 +00:00
mchain.h
md4.h
md5.h
mdioctl.h md(4): remove the unused and unusable MDIOCLIST ioctl. 2019-08-16 18:57:32 +00:00
memdesc.h
memrange.h
mman.h Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
module_khelp.h
module.h
mount.h Add a new "mntfs" pseudo file system which provides private device vnodes for 2020-03-06 18:41:37 +00:00
mouse.h
mpt_ioctl.h
mqueue.h
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h Provide O_SEARCH 2020-02-02 16:34:57 +00:00
nlist_aout.h
nv.h
osd.h
param.h Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 2020-03-10 18:17:17 +00:00
pciio.h
pcpu.h Dedup zpcpu assertions into one macro and guard the rest with #ifndef 2020-02-12 11:14:23 +00:00
pctrie.h
pidctrl.h
pioctl.h
pipe.h Preallocate pipe buffers on pipe creation. 2020-03-09 21:55:26 +00:00
pmc.h Add support for BERI statcounters. 2019-09-18 16:13:50 +00:00
pmckern.h Fix annoying whitespace issue. 2019-06-25 19:55:42 +00:00
pmclog.h
poll.h
posix4.h
power.h Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
priority.h
priv.h Partially decompose priv_check by adding priv_check_cred_vfs_generation 2020-02-13 22:22:15 +00:00
proc.h Fix NFS client deadlock when read reports truncated node. 2020-02-22 20:50:30 +00:00
procctl.h Add procctl(PROC_STACKGAP_CTL) 2019-09-03 18:56:25 +00:00
procdesc.h
procfs.h
protosw.h Remove pfctlinput2(). It came from KAME and had never ever been in use. 2019-10-15 15:40:03 +00:00
ptio.h
ptrace.h Add ptrace op PT_GET_SC_RET. 2019-07-15 21:48:02 +00:00
qmath.h Fix the compilation workaround so it's not entirely dead code - clang 2019-10-09 18:46:56 +00:00
queue.h Trim trailing white space in comment 2020-02-26 12:38:21 +00:00
racct.h
random.h getrandom(2): Add Linux GRND_INSECURE API flag 2020-01-12 20:47:38 +00:00
rangelock.h rangelock: add rangelock_cookie_assert 2019-09-15 02:59:53 +00:00
rangeset.h
rctl.h
reboot.h
refcount.h Remove an #include erroneously added in r358432. 2020-03-04 22:23:24 +00:00
regression.h
resource.h
resourcevar.h schedlock 1/4 2019-12-15 21:11:15 +00:00
rman.h
rmlock.h Add rms_try_rlock and rms_wowned. 2020-01-31 08:36:49 +00:00
rtprio.h
runq.h
rwlock.h
sbuf.h sbuf(9): Add sbuf_nl_terminate() API 2019-08-07 19:27:14 +00:00
sched.h SPDX: update some tags with two licenses. 2019-12-28 02:58:30 +00:00
sdt.h
select.h
selinfo.h
sem.h
sema.h
seqc.h seqc: tidy up 2020-03-08 00:22:32 +00:00
serial.h
sf_buf.h
sglist.h Add an external mbuf buffer type that holds multiple unmapped pages. 2019-06-29 00:48:33 +00:00
shm.h
sigio.h
signal.h Improve MD page fault handlers. 2019-09-27 18:43:36 +00:00
signalvar.h Return reschedule_signals() to being static again. 2020-03-10 20:04:38 +00:00
sleepqueue.h sleep(9), sleepqueue(9): const'ify wchan pointers 2019-12-24 16:19:33 +00:00
slicer.h
smp.h Add smp_rendezvous_cpus_retry 2020-02-12 11:16:55 +00:00
smr_types.h Move SMR pointer type definition and access macros to smr_types.h. 2020-03-07 00:55:46 +00:00
smr.h Move SMR pointer type definition and access macros to smr_types.h. 2020-03-07 00:55:46 +00:00
snoop.h
sockbuf.h Add kernel-side support for in-kernel TLS. 2019-08-27 00:01:56 +00:00
socket.h
socketvar.h
sockio.h Add SIOCGIFDOWNREASON. 2019-09-17 18:49:13 +00:00
sockopt.h
soundcard.h
spigenio.h
stack.h Reimplement stack capture of running threads on i386 and amd64. 2020-01-31 15:43:33 +00:00
stat.h
stats.h Make use of the stats(3) framework in the TCP stack. 2019-12-02 20:58:04 +00:00
statvfs.h
stdatomic.h
stddef.h
stdint.h
sx.h
syscall.h make sysent for r358172 ("vfs: add realpathat syscall") 2020-02-20 16:58:57 +00:00
syscall.mk make sysent for r358172 ("vfs: add realpathat syscall") 2020-02-20 16:58:57 +00:00
syscallsubr.h Introduce kern_mmap_req(). 2020-03-04 21:27:12 +00:00
sysctl.h Define SCTL_MASK32 when COMPAT_FREEBSD32 is defined. 2020-02-28 21:13:15 +00:00
sysent.h Fix r358436 to not declare kernel symbols when _KERNEL is not defined. 2020-02-28 17:38:31 +00:00
syslimits.h Double the size of ARG_MAX on LP64 platforms. 2019-12-16 23:55:30 +00:00
syslog.h
sysproto.h make sysent for r358172 ("vfs: add realpathat syscall") 2020-02-20 16:58:57 +00:00
systm.h vfs: add VNPASS macro and augment VNASSERT to print more about the assert 2020-01-29 01:51:21 +00:00
taskqueue.h Remove assertion from TASK_INIT() macro, since some users of 2020-02-11 20:59:41 +00:00
terminal.h
termios.h
thr.h
tiio.h
tim_filter.h This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This 2019-09-24 18:18:11 +00:00
time.h
timeb.h
timeet.h
timeffc.h
timepps.h
timers.h
times.h
timespec.h
timetc.h
timex.h
tree.h Correct the use of RB_AUGMENT in the RB_TREE macros so that is invoked 2020-01-27 15:09:13 +00:00
tslog.h
tty.h
ttycom.h
ttydefaults.h
ttydevsw.h
ttydisc.h
ttyhook.h
ttyqueue.h
turnstile.h Fix the turnstile_lock() KPI. 2019-07-24 23:04:59 +00:00
types.h Implement kvm_kerndisp 2020-02-06 13:21:59 +00:00
ucontext.h
ucred.h Remove the useless return value from proc_set_cred 2019-12-14 00:43:17 +00:00
uio.h
umtx.h
un.h
unistd.h rfork(2): add RFSPAWN flag 2019-09-25 19:20:41 +00:00
unpcb.h Implement cycle-detecting garbage collector for AF_UNIX sockets 2020-01-25 08:57:26 +00:00
user.h sleep(9), sleepqueue(9): const'ify wchan pointers 2019-12-24 16:19:33 +00:00
utsname.h
uuid.h
vdso.h
vmem.h
vmmeter.h Provide separate accounting for user-wired pages. 2019-05-13 16:38:48 +00:00
vnode.h vfs: quiet -Wwrite-strings 2020-02-23 03:32:11 +00:00
vtoc.h
wait.h
watchdog.h Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00