aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/15.0.0-p13releng/15.0Mark Johnston2026-08-242-1/+30
* posixshm: Fix a TOCTOU race in the FIOSSHMLPGCNF handlerMark Johnston2026-08-242-11/+18
* tty: Revalidate after dropping the tty lock in ioctl handlersMark Johnston2026-08-241-2/+12
* openssl: Fix multiple vulnerabilitiesGordon Tetlow2026-08-2418-124/+681
* ppp: Fix a buffer overflow in the endpoint discriminator set commandMark Johnston2026-08-241-3/+8
* ppp: Reject invalid endpoint discriminator optionsMark Johnston2026-08-241-0/+6
* ppp: Avoid overflow when formatting endpoint discriminator optionsMark Johnston2026-08-241-6/+6
* cred: Fix group_is_primary()Mark Johnston2026-08-241-1/+1
* dsp: Fix a potential use-after-free in dsp_oss_syncstart()Mark Johnston2026-08-242-15/+11
* unix: Fix some bugs in the SOCK_STREAM receive pathMark Johnston2026-08-243-4/+162
* unix/stream: plug a corner case when control externalization failedGleb Smirnoff2026-08-241-8/+12
* unix/stream: fix instant panic w/o INVARIANTSGleb Smirnoff2026-08-241-3/+2
* unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EORGleb Smirnoff2026-08-242-46/+103
* hwpmc: Fix the execve handlerMark Johnston2026-08-242-61/+13
* ucode: Fix validation on Intel platformsMark Johnston2026-08-191-8/+24
* Add UPDATING entries and bump versionrelease/15.0.0-p12Mark Johnston2026-07-282-1/+24
* coredump: Don't assume that the number of ELF segments is consistentMark Johnston2026-07-281-3/+19
* sysvsem: Fix a TOCTOU race in semctl({GET,SET}ALL)Mark Johnston2026-07-281-20/+16
* jail: restore ktrace privileges for jailed rootAlexander Leidinger2026-07-281-0/+1
* wg(4): Add a test that the driver handles a decryption failureJohn Baldwin2026-07-284-0/+124
* wg(4): Check for crypto operation errorsJohn Baldwin2026-07-281-1/+10
* OCF: Add a fail point to inject EBADMSG decryption errorsJohn Baldwin2026-07-281-0/+15
* ktimer: Check for errors from realtimer_gettime()Mark Johnston2026-07-281-2/+5
* zvol: Fix uses of uninitialized variables in zvol_rename_minors_impl()Mark Johnston2026-07-281-0/+3
* zvol: Hold the zvol state writer lock when renamingMark Johnston2026-07-283-3/+3
* Make zvol_set_common() block until the operation has completedMark Johnston2026-07-282-5/+45
* FreeBSD: Fix zvol teardown racesMark Johnston2026-07-281-34/+44
* contrib/tzdata: import tzdata 2026cPhilip Paeps2026-07-2714-244/+272
* Add UPDATING entries and bump versionrelease/15.0.0-p11Mark Johnston2026-06-302-1/+46
* iconv: Fix a stack buffer overflow in _ISO2022_sputwchar()Mark Johnston2026-06-302-4/+24
* iconv: Fix a buffer overflow in the HZ encodingMark Johnston2026-06-301-1/+1
* iconv(3): Draft some automatic tests.Taylor R Campbell2026-06-302-0/+356
* iconv(3): Fix problems in various encodingsTaylor R Campbell2026-06-304-8/+27
* compat32: Zero struct to avoid stack disclosureEd Maste2026-06-301-1/+1
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-06-301-0/+1
* ktls CBC decrypt: Only increment iovec index when an entry is usedJohn Baldwin2026-06-302-3/+110
* kern: fix auditing of ptrace(2) syscall requestsKyle Evans2026-06-301-1/+1
* posixshm: Fix handling of sendfile() with largepage objectsMark Johnston2026-06-303-13/+121
* posixshm: Disallow truncation of largepage objectsMark Johnston2026-06-302-5/+41
* posixshm: Disallow fspacectl() on largepage objectsMark Johnston2026-06-302-1/+26
* rack: Reload the TCP stack PCB after reacquiring the inpcb lockMark Johnston2026-06-301-0/+1
* unlinkat: Pass flags down to the work functionsMark Johnston2026-06-303-5/+227
* tests/libalias: Add a regression test for an alias_smedia bugMark Johnston2026-06-302-0/+78
* libalias: Fix buffer overflow in RTSP aliasingDag-Erling Smørgrav2026-06-301-67/+89
* zfs: Roll up several upstream commitsMark Johnston2026-06-306-36/+272
* execve_block(): a mechanism for mutual exclusion with execve() on the processKonstantin Belousov2026-06-3018-176/+470
* jail: Don't double-free the current prison in kern_jail_set/getJamie Gritton2026-06-301-4/+10
* device_pager: Avoid double-insertion of pages into the pager listMark Johnston2026-06-304-19/+55
* rpcsec_tls: Avoid a socket reference underflow in rpctls_server()Mark Johnston2026-06-301-3/+20
* sys/arm64: fix return values of freebsd32_{set,swap}context()Piotr Kubaj2026-06-301-2/+2