opnsense-src/sys/kern
Gleb Smirnoff 60d5a4216b unix/stream: fix EVFILT_WRITE after we did shutdown(2)
When fixing bug 286692, the change eafe5967ac, that fixed a case when
peer side does close(), also had regressed a case when our side does
shutdown(SHUT_WR).  These actually are two independent code paths, and the
eafe5967ac shouldn't have touched the second block.  The removal of
'kn->kn_flags |= EV_EOF' was incorrect and the statement on original
behavior in the commit message was also incorrect.

Do not add back so_error setting, since I failed to find a test case that
would return anything but 0 in kevent.fflags when run on stable/14.

This was found with help of https://github.com/tokio-rs/mio.  Add a test
case into our test suite for that.

Fixes:	eafe5967ac

Reviewed by:		markj
Differential Revision:	https://reviews.freebsd.org/D52327
2025-09-02 13:34:12 -07:00
..
bus_if.m new-bus: Rename bus_generic_get_resource_list to null_get_resource_list 2025-02-05 14:22:25 -05:00
clock_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
coredump_vnode.c kern: abstract away the vnode coredumper to allow pluggable dumpers 2025-07-26 16:31:41 -05:00
cpufreq_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
device_if.m kern: fix incorrect format in device_if.m 2025-08-07 11:46:03 -04:00
firmw.S arm64: Support BTI checking in most of the kernel 2024-06-05 09:23:40 +00:00
genassym.sh Cleanup commit. Use PROGRAM instead of PROGGRAM. 2024-11-03 17:55:56 -07:00
genoffset.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
genoffset.sh genoffset.sh: fix build break on MacOS 2023-11-16 17:54:28 +00:00
imgact_aout.c sysent: retire unused SV_IA32 2025-06-03 23:59:30 +01:00
imgact_binmisc.c man filesystems: fix more xrefs after move to s4 2024-06-27 18:32:05 -06:00
imgact_elf.c imgact_elf: Add helper macros for name of the ELF ABI (elf32 vs elf64) 2025-08-22 09:58:51 -04:00
imgact_elf32.c sys/kern: Remove a few sys/cdefs.h around some elf things 2024-02-20 20:40:19 -07:00
imgact_elf64.c sys/kern: Remove a few sys/cdefs.h around some elf things 2024-02-20 20:40:19 -07:00
imgact_shell.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
init_main.c init_main: Fix logging of the SYSINIT process 2024-12-06 21:47:06 +08:00
init_sysent.c sysent: regenerate after bumping setgroups/getgroups 2025-08-14 23:06:20 -05:00
kern_acct.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_alq.c alq, siftr: add panic/debugger checks to shutdown hooks 2023-11-23 12:07:42 -04:00
kern_boottrace.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_clock.c clock: Add a long ticks variable, ticksl 2025-01-10 15:42:59 +00:00
kern_clocksource.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_condvar.c sleepqueue: Remove kernel stack swapping support, part 10 2024-07-29 01:43:59 +00:00
kern_conf.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_cons.c Reduce additional console output when muted 2024-11-29 14:38:36 -07:00
kern_context.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_cpu.c newbus: replace leftover device unit wildcards 2025-06-21 05:57:45 +03:00
kern_cpuset.c domainset(9): Split domainset validation logic into a separate function 2025-07-27 18:31:48 +02:00
kern_ctf.c kern_ctf.c: Don't print out warning messages unconditionally 2024-03-29 20:32:18 +01:00
kern_descrip.c kern_descrip.c: further limit expression in Static_assert() to newer clang 2025-07-13 04:24:14 +03:00
kern_devctl.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_dtrace.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_dump.c kerneldump: fix incorrect SETSIZE to BIT_COPY_STORE_REL when livedump 2024-11-23 16:35:07 +00:00
kern_environment.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
kern_et.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_event.c kern_proc_kqueues_out(): maxlen == -1 means there is no maxlen 2025-03-24 06:48:08 +02:00
kern_exec.c kern: abstract away the vnode coredumper to allow pluggable dumpers 2025-07-26 16:31:41 -05:00
kern_exit.c syscalls: normalize _exit(2) declerations 2025-08-08 10:30:16 +01:00
kern_fail.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_ffclock.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_fork.c kernel: copyout extended errors to userspace and add exterrctl(2) to control it 2025-05-31 22:52:41 +03:00
kern_hhook.c hhook: Sprinkle const qualifiers where appropriate 2024-10-01 23:28:37 +08:00
kern_idle.c racct: Fix accounting of CPU time for the system idle process 2025-05-01 14:22:25 +00:00
kern_intr.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_jail.c kern: disallow user scheduling/debugging/signalling of jailed procs 2025-08-07 23:26:51 -05:00
kern_jailmeta.c jail: Add meta and env parameters 2025-03-31 09:17:03 +00:00
kern_kcov.c kcov: Fix the build 2025-04-19 22:36:36 +00:00
kern_khelp.c khelp: Sprinkle const qualifiers where appropriate 2024-10-01 23:28:37 +08:00
kern_kthread.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_ktr.c ktr: Make debug.ktr.verbose available whenever KTR is configured 2025-04-05 16:29:44 +00:00
kern_ktrace.c kern/kern_ktrace.c: normalize includes 2025-06-03 05:47:38 +03:00
kern_linker.c Import the Hardware Trace (HWT) framework. 2025-07-03 15:48:34 +01:00
kern_lock.c lockmgr/rmlock/rwlock/sx: Make various assertions more robust 2025-03-13 12:57:06 -04:00
kern_lockf.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
kern_lockstat.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_loginclass.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_malloc.c malloc: extend malloc_usable_size() for contigmalloc 2025-04-12 20:49:19 +00:00
kern_mbuf.c mbuf: Allow clusters to fill an entire jumbo page. 2025-05-07 20:59:09 +02:00
kern_membarrier.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
kern_mib.c sys: Correct osreldate descriptions 2025-06-19 10:52:52 -04:00
kern_module.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_mtxpool.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_mutex.c locks: run the extra NULL check only with INVARIANTS 2025-03-29 20:56:05 -07:00
kern_ntptime.c Implement CLOCK_TAI 2025-06-12 12:25:31 -06:00
kern_osd.c osd: Constify signature of osd_register() 2024-12-16 15:42:20 +01:00
kern_physio.c proc: Remove kernel stack swapping support, part 7 2024-07-29 01:43:49 +00:00
kern_pmc.c Import the Hardware Trace (HWT) framework. 2025-07-03 15:48:34 +01:00
kern_poll.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_priv.c procfs require PRIV_PROC_MEM_WRITE to write mem 2024-09-19 13:10:27 -07:00
kern_proc.c kinfo_proc: report address of extended kernel error structure 2025-05-31 22:52:41 +03:00
kern_procctl.c Add per-process flag to disable logsigexit 2024-12-13 23:18:30 -06:00
kern_prot.c kern: fix freebsd14 getgroups(2) compat 2025-08-15 10:08:18 -05:00
kern_racct.c racct: Improve handling of the pcpu resource 2025-08-05 23:33:55 +00:00
kern_rangelock.c rangelock: Fix handling of trylocks 2025-03-31 09:01:09 +00:00
kern_rctl.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
kern_resource.c vfs: Initial revision of inotify 2025-07-04 14:42:33 +00:00
kern_rmlock.c Internal scheduling priorities: Always use symbolic ones 2025-06-17 22:08:02 -04:00
kern_rwlock.c locks: run the extra NULL check only with INVARIANTS 2025-03-29 20:56:05 -07:00
kern_sdt.c sdt: Support fetching the probe sixth argument with MI machinery 2024-06-20 12:40:25 -04:00
kern_sema.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_sendfile.c sendfile: don't hack sb_lowat for sockets that manage the watermark 2025-07-25 13:05:56 -07:00
kern_sharedpage.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
kern_shutdown.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_sig.c kern: move the vnode user coredumper out into its own file 2025-07-26 16:31:41 -05:00
kern_switch.c runq: runq_not_empty() to support racy lookups again 2025-06-19 22:42:16 -04:00
kern_sx.c rwmlock/rwlock/sx: Print the pointer of destroyed locks in panic messages 2025-03-13 12:57:06 -04:00
kern_synch.c sleepqueue: Remove kernel stack swapping support, part 10 2024-07-29 01:43:59 +00:00
kern_syscalls.c kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg 2025-07-07 00:14:14 +03:00
kern_sysctl.c jail: Make prison_owns_vnet() operate on a prison instead of a ucred 2025-07-28 16:19:38 +00:00
kern_tc.c Implement CLOCK_TAI 2025-06-12 12:25:31 -06:00
kern_thr.c Import the Hardware Trace (HWT) framework. 2025-07-03 15:48:34 +01:00
kern_thread.c kern/kern_thread.c: improve assert in thread_single_end() 2025-08-30 18:07:21 +03:00
kern_time.c time: Handle kern_clock_gettime() failures in kern_clock_nanosleep() 2025-08-06 21:24:36 +00:00
kern_timeout.c callout: provide CALLOUT_TRYLOCK flag 2024-10-24 10:14:03 -07:00
kern_tslog.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
kern_ubsan.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
kern_ucoredump.c kern: add some better error messages for coredump() failures 2025-07-26 16:31:42 -05:00
kern_umtx.c Implement CLOCK_TAI 2025-06-12 12:25:31 -06:00
kern_uuid.c Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
kern_vnodedumper.c livedump: Silence KASAN and KMSAN when livedumping 2024-11-25 21:12:51 +00:00
kern_xxx.c compat_freebsd4: Add const qualifier to the local variable s inside function freebsd4_uname() 2024-05-20 12:02:32 +08:00
ksched.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
link_elf.c linker: Improve handling of ifuncs when fetching symbol metadata 2025-07-02 13:34:47 +00:00
link_elf_obj.c linker: Fix the ifunc symbol value calculation for ET_REL files 2025-07-02 18:41:06 +00:00
linker_if.m ddb: Add CTF-based pretty printing 2024-03-22 04:03:33 +01:00
Make.tags.inc sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
Makefile sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
md4c.c Consolidate md4 implementations written in C 2024-09-29 22:34:21 -05:00
md5c.c libmd: stop exporting Transform() symbols 2024-09-29 22:34:20 -05:00
msi_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
p1003_1b.c sched_setscheduler(2): Change realtime privilege check 2024-02-14 15:24:11 +01:00
pic_if.m Revert "intrng: change multi-interrupt root support type to enum" 2024-10-25 16:18:40 -05:00
posix4_mib.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sched_4bsd.c Import the Hardware Trace (HWT) framework. 2025-07-03 15:48:34 +01:00
sched_ule.c Import the Hardware Trace (HWT) framework. 2025-07-03 15:48:34 +01:00
serdev_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
stack_protector.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
subr_acl_nfs4.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_acl_posix1e.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_asan.c kasan: Use kasan_md_unsupported() to check for invalid addresses 2025-07-15 12:52:58 +00:00
subr_atomic64.c atomics: Constify loads: Fix powerpc build 2024-12-16 20:15:25 +01:00
subr_autoconf.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
subr_blist.c Replace random sbuf_printf() with cheaper cat/putc. 2023-11-22 17:27:17 -05:00
subr_boot.c cons: Add boot option to mute boot messages after banner 2024-04-30 16:23:47 -04:00
subr_bufring.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_bus.c gone_in: initialize va before passing it to gone_panic() 2025-06-24 18:16:16 -07:00
subr_bus_dma.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
subr_busdma_bounce.c busdma_bounce: Replace a SYSINIT with static initializations 2024-11-12 01:57:35 +00:00
subr_busdma_bufalloc.c busdma: uma_zcreate() does not fail 2024-04-24 08:46:41 -04:00
subr_capability.c vfs: Initial revision of inotify 2025-07-04 14:42:33 +00:00
subr_clock.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_clockcalib.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_compressor.c kern: add a compressor_format() accessor to the compresssor API 2025-07-26 16:31:42 -05:00
subr_counter.c counter(9): rate limit periods may be more than 1 second 2025-06-25 19:56:22 +02:00
subr_coverage.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_csan.c atomic: Update interceptor function signatures after commit 5e9a82e898 2024-12-17 14:07:40 +00:00
subr_devmap.c subr_devmap: Implement pmap_mapdev with pmap_mapdev_attr 2025-05-15 16:09:46 +01:00
subr_devstat.c sysctl(9): Ease exporting struct sizes; Discourage doing that 2025-05-07 12:13:40 +02:00
subr_disk.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
subr_dummy_vdso_tc.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_early.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_efi_map.c arm: switch to subr_efi_map.c 2025-03-03 12:12:15 -04:00
subr_epoch.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_eventhandler.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_fattime.c fattime: fix fattime to timespec conversion of dates beyond 2106-02-06 2024-05-01 07:56:41 +03:00
subr_filter.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_firmware.c proc: Remove kernel stack swapping support, part 7 2024-07-29 01:43:49 +00:00
subr_gtaskqueue.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_hash.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_hints.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_intr.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_kdb.c kdb_sysctl_trap: suppress gcc -Warray-bounds 2024-07-09 10:58:21 -07:00
subr_kobj.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_lock.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
subr_log.c Internal scheduling priorities: Always use symbolic ones 2025-06-17 22:08:02 -04:00
subr_mchain.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_memdesc.c memdesc: Helper function to construct mbuf chain backed by memdesc buffer 2024-01-09 11:09:43 -08:00
subr_module.c riscv/stand: pass boot hart in loader metadata 2025-03-03 12:12:15 -04:00
subr_msan.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_msgbuf.c sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
subr_param.c Compute 'maxproc'/'maxfiles' from memory amount; Expand/fix comments 2025-05-15 16:22:53 +02:00
subr_pcpu.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
subr_pctrie.c pctrie: leave iter at root after ge_lookup failure 2025-07-10 03:14:07 -05:00
subr_physmem.c physmem: Move the ram0 device earlier in the boot 2025-02-04 12:02:00 +00:00
subr_pidctrl.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_power.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_prf.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_prng.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_prof.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_rangeset.c rangeset: speed up range traversal 2024-09-09 16:50:14 -05:00
subr_rman.c kern/rman: mark rman get functions as taking constants 2024-05-21 17:52:29 -06:00
subr_rtc.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
subr_sbuf.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_scanf.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_sfbuf.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_sglist.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_sleepqueue.c sleepqueue: Fix the comment for sleepq_switch() 2024-11-12 01:57:24 +00:00
subr_smp.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_smr.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_stack.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
subr_stats.c stats: Fix the build under gcc 2024-06-05 09:23:40 +00:00
subr_syscall.c kernel: copyout extended errors to userspace and add exterrctl(2) to control it 2025-05-31 22:52:41 +03:00
subr_taskqueue.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_terminal.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
subr_ticks.S linuxkpi: Introduce a properly typed jiffies 2025-04-29 13:53:40 +00:00
subr_trap.c ast: do not dereference NULL td_proc in CTR statement 2025-07-15 01:03:28 +03:00
subr_turnstile.c turnstile: Mention the lock name when panicking due to a sleeping thread 2024-08-10 15:42:35 +00:00
subr_uio.c uio: provide uioadvance() 2025-04-30 14:23:25 -07:00
subr_unit.c subr_unit.c: another attempt to fix the build 2023-08-18 19:28:42 +03:00
subr_vmem.c vm: Retire kmem_arena 2024-07-24 14:31:40 -05:00
subr_witness.c witness: White space cleanup and some style(9) tweeks 2025-08-29 18:00:57 +08:00
sys_capability.c sys_capability.c: update the source of CAPENABLED 2024-10-22 19:44:41 +01:00
sys_eventfd.c kern/sys_eventfd.c: fix includes 2025-03-13 18:09:35 +02:00
sys_generic.c exterr: enqueue ktrace event on syscall exit instead of at EXTERROR() call 2025-07-28 19:22:33 +03:00
sys_getrandom.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sys_pipe.c kern: Add support for POSIX O_CLOFORK flag 2025-07-06 23:08:19 +00:00
sys_procdesc.c file: Qualify pointers to capsicum rights as const 2025-05-20 20:19:30 +00:00
sys_process.c kern: send parent a SIGCHLD when the debugger has detached 2025-06-19 10:32:04 -05:00
sys_socket.c sockets: provide protocol method pr_kqfilter 2025-04-30 14:13:58 -07:00
sys_timerfd.c timerfd_read(): stop setting td_rtcgen 2025-08-10 01:04:50 +03:00
syscalls.c sysent: regenerate after bumping setgroups/getgroups 2025-08-14 23:06:20 -05:00
syscalls.conf syscalls: normalize _exit(2) declerations 2025-08-08 10:30:16 +01:00
syscalls.master kern: fix setgroups(2) and getgroups(2) to match other platforms 2025-08-14 23:06:09 -05:00
systrace_args.c sysent: regenerate after bumping setgroups/getgroups 2025-08-14 23:06:20 -05:00
sysv_ipc.c sysvshm: add shmobjinfo() function to find key/seq of the segment backed by obj 2024-10-07 11:22:12 +03:00
sysv_msg.c kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg 2025-07-07 00:14:14 +03:00
sysv_sem.c kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg 2025-07-07 00:14:14 +03:00
sysv_shm.c kern: add kern_nosys() and use it instead of type-punning the sys_nosys() arg 2025-07-07 00:14:14 +03:00
tty.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
tty_compat.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
tty_info.c thread: Remove kernel stack swapping support, part 4 2024-07-29 01:40:22 +00:00
tty_inq.c kern: tty: fix recanonicalization 2024-01-24 13:48:31 -06:00
tty_outq.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tty_pts.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
tty_tty.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
tty_ttydisc.c kern: tty: recanonicalize the buffer on ICANON/VEOF/VEOL changes 2024-01-15 20:55:59 -06:00
uipc_accf.c accept_filter: return different errors for non-listener and a busy socket 2024-04-24 21:55:58 -07:00
uipc_debug.c sockets: remove dom_externalize 2025-05-29 11:44:52 -07:00
uipc_domain.c sendfile: factor out socket send buffer space sensing into a method 2025-04-30 14:17:35 -07:00
uipc_ktls.c sendfile: retire M_BLOCKED 2025-07-25 13:06:28 -07:00
uipc_mbuf.c mbufs: let mc_get() and mc_uiotomc() return a consistent mc when failed 2025-04-29 22:31:41 -07:00
uipc_mbuf2.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
uipc_mbufhash.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
uipc_mqueue.c namei: Fix cn_flags width in various places 2025-05-27 13:29:14 +00:00
uipc_sem.c file: Qualify pointers to capsicum rights as const 2025-05-20 20:19:30 +00:00
uipc_shm.c kern: Allow O_CLOFORK to be passed to shm_open(2) 2025-08-12 21:45:24 +00:00
uipc_sockbuf.c sendfile: retire M_BLOCKED 2025-07-25 13:06:28 -07:00
uipc_socket.c socket: Chase a lingering reference to M_NOTAVAIL 2025-07-25 21:00:53 +00:00
uipc_syscalls.c socket: Add SOCK_CLOFORK flag 2025-07-06 23:08:24 +00:00
uipc_usrreq.c unix/stream: fix EVFILT_WRITE after we did shutdown(2) 2025-09-02 13:34:12 -07:00
vfs_acl.c file: Add a fd flag with O_RESOLVE_BENEATH semantics 2025-06-24 21:04:18 +00:00
vfs_aio.c aio: Fix a race in sys_aio_cancel() 2025-07-31 16:51:49 +00:00
vfs_bio.c vfs: Introduce VN_ISDEV() macro 2025-08-17 19:29:27 +02:00
vfs_cache.c vfs cache: drop SDT_PROBES_ENABLED usage 2025-07-16 08:50:35 +00:00
vfs_cluster.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vfs_default.c vfs: Add support for file cloning to VOP_COPY_FILE_RANGE 2025-08-07 17:52:23 -07:00
vfs_export.c kern: rename crsetgroups_fallback, document it in ucred(9) 2025-07-31 19:50:48 -05:00
vfs_extattr.c file: Add a fd flag with O_RESOLVE_BENEATH semantics 2025-06-24 21:04:18 +00:00
vfs_hash.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
vfs_init.c vfs: make vfscount refcounting handle possible kld unload 2025-08-28 18:21:54 +03:00
vfs_inotify.c inotify: Fix a namei path buffer leak 2025-08-14 16:03:00 +00:00
vfs_lookup.c namei dotdot tracker: take mnt_renamelock shared to prevent parallel renames 2025-07-04 18:23:42 +03:00
vfs_mount.c vfs: make vfscount refcounting handle possible kld unload 2025-08-28 18:21:54 +03:00
vfs_mountroot.c Add an implementation of the 9P filesystem 2024-06-19 13:12:04 +01:00
vfs_subr.c vnode: Assert that VOP_LOCK succeeds in freevnode() 2025-08-30 14:56:58 +00:00
vfs_syscalls.c Revert "vfs: Assert that st_rdev is NODEV for non-devices" 2025-08-18 01:55:12 +02:00
vfs_vnops.c vfs_vnops.c: Change the error return from ENOSYS to EOPNOTSUPP 2025-08-22 13:24:25 -07:00
vnode_if.src vfs: Lower-case VOP_WRITE pre and post hooks 2025-07-23 16:20:31 +00:00