]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.
[FreeBSD/FreeBSD.git] / sys / kern /
2021-02-09 Mateusz Guzikcache: assorted comment fixups
2021-02-09 Kyle Evanskern: sonewconn: set so_options before pru_attach()
2021-02-08 Alexander V. ChernikovRevert "SO_RERROR indicates that receive buffer overflo...
2021-02-08 Alexander V. ChernikovSO_RERROR indicates that receive buffer overflows shoul...
2021-02-08 Mark Johnstonktls: Make configuration sysctls available as tunables
2021-02-08 Mark Johnstonktls: Use COUNTER_U64_DEFINE_EARLY
2021-02-05 Mateusz Guzikcache: remove the largely obsolete general description
2021-02-05 Mateusz Guzikcache: fix vfs:namecache:lookup:miss probe call sites
2021-02-05 Mateusz Guzikcache: drop spurious arg from panic in cache_validate
2021-02-05 Mateusz Guzikcache: comment on FNV
2021-02-04 Alex RichardsonImport atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31a...
2021-02-02 Ed MasteCorrect description for kern.proc.proc_td
2021-02-02 Mateusz Guzikcache: fix trailing slash support in face of permission...
2021-02-01 Mateusz Guzikcache: add delayed degenerate path handling
2021-02-01 Mateusz Guzikcache: move hash computation into the parsing loop
2021-01-31 Stefan EßerMerge commit '47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc'
2021-01-31 Mateusz Guzikcache: add trailing slash support
2021-01-31 Mateusz Guzikcache: handle NOFOLLOW requests for symlinks
2021-01-29 Gleb SmirnoffCatch up with 6edfd179c86: mechanically rename IFCAP_NO...
2021-01-29 Mateusz Guzikpoll: use fget_unlocked or fget_only_user when feasible
2021-01-29 Mateusz Guzikselect: employ fget_only_user
2021-01-29 Mateusz Guzikfd: add fget_only_user
2021-01-29 Jamie Grittonjail: Handle a parent jail when a child is added to it
2021-01-28 Bryan DreweryFix getblk() with GB_NOCREAT returning false-negatives.
2021-01-27 Mateusz Guzikcache: add missing MNT_NOSYMFOLLOW check to symlink...
2021-01-27 Mateusz Guzikcache: fallback when encountering a mount point during...
2021-01-27 Bjoern A. Zeebfirmware(9): extend firmware_get() by a "no warn" flag.
2021-01-26 Mateusz Guzikcache: tidy up handling of foo/bar lookups where foo...
2021-01-26 Mateusz Guzikcache: stop referring to removing entries as invalidati...
2021-01-26 Brooks DavisReserve gaps in syscall numbers for local use
2021-01-26 Brooks Davissyscalls.master: Add a new syscall type: RESERVED
2021-01-26 Brooks DavisRemove documentation of unimplemented syscalls
2021-01-26 Mateusz Guzikcache: convert cache_fplookup_parse to void now that...
2021-01-25 Mateusz Guzikcache: change ->v_cache_dd synchronisation rules
2021-01-25 Mateusz Guzikcache: make ->v_cache_dd accesses atomic-clean for...
2021-01-25 Mateusz Guzikcache: make ->nc_flag accesses atomic-clean for lockles...
2021-01-25 Mateusz Guzikcache: store vnodes in local vars in cache_zap_locked
2021-01-25 Mateusz Guzikcache: assorted cleanups
2021-01-25 Mateusz Guzikcache: track calls to cache_symlink_alloc with unsuppor...
2021-01-25 Philip Paepscontrib/tzdata: import tzdata 2021a
2021-01-23 Mateusz Guzikcache: add back target entry on rename
2021-01-23 Mateusz Guzikcache: add symlink support to lockless lookup
2021-01-22 Jamie Grittonjail: fix dangling reference bug from 6754ae2572eb
2021-01-22 Jamie Grittonjail: A jail could be removed without calling OSD methods
2021-01-21 Marius Stroblkvprintf(9): add missing FALLTHROUGH
2021-01-21 Konstantin Belousovmalloc_aligned: roundup allocation size up to next...
2021-01-21 Konstantin BelousovRestrict supported alignment for malloc_domainset_align...
2021-01-20 Jamie Grittonjail: Use refcount(9) for prison references.
2021-01-20 Vladimir Kondratyevdevinfo sysctl handler: Do not write zero-length string...
2021-01-20 Alan Somersaio: micro-optimize the lio_opcode assignments
2021-01-20 Alex RichardsonEmit uprintf() output for initproc if there is no contr...
2021-01-20 Mateusz Guzikcache: augment sdt probe in cache_fplookup_dot
2021-01-20 Mateusz Guzikcache: whitespace nit in cache_fplookup_modifying
2021-01-20 Mark Johnstonktls: Improve handling of the bind_threads tunable...
2021-01-19 Mateusz Guziklockmgr: fix upgrade
2021-01-19 Mateusz Guzikcache: fix some typos
2021-01-19 Mateusz Guzikcache: drop-write only var from cache_fplookup_preparse
2021-01-19 Mateusz Guzikcache: save a branch in cache_fplookup_next
2021-01-19 Jamie Grittonjail: Clean up some function placement and improve...
2021-01-19 Oleksandr Tymoshenkomake maximum interrupt number tunable on ARM, ARM64...
2021-01-18 Jamie Grittonjail: Fix a stray mutex from 76ad42abf9d4.
2021-01-18 Jamie Grittonjail: Add prison_isvalid() and prison_isalive()
2021-01-18 Konstantin BelousovAdd ddb 'show timecounter' command.
2021-01-18 Jamie Grittonjail: Add proper prison locking in mqfs_prison_remove.
2021-01-17 Konstantin BelousovImplement malloc_domainset_aligned(9).
2021-01-16 Mateusz GuzikSave on getpid in setproctitle by supporting -1 as...
2021-01-16 Kirk McKusickEliminate a locking panic when cleaning up UFS snapshot...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Mitchell Hornearm64: fix early devmap assertion
2021-01-13 Mateusz Guzikvfs: set NC_KEEPPOSENTRY alongside NOCACHE when creatin...
2021-01-13 Mateusz Guzikfd: add refcount argument to falloc_noinstall
2021-01-13 Mateusz Guzikvfs: use finstall_refed in openat
2021-01-13 Mateusz Guzikfd: add finstall_refed
2021-01-13 Mateusz Guzikfd: provide a dedicated closef variant for unix socket...
2021-01-12 Konstantin Belousovvm_map_protect: allow to set prot and max_prot in one go.
2021-01-12 Mateusz Guzikvfs: extend vfs:namei:lookup:return probe with nameidata
2021-01-12 Mateusz Guzikvfs: add NDFREE_NOTHING and convert several NDFREE_PNBU...
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Konstantin Belousovsigfastblock: do not skip cursig/postsig loop in ast()
2021-01-12 Konstantin Belousovsigfastblock_setpend(): do not set PEND user flag unles...
2021-01-12 Alan Somerslio_listio: validate aio_lio_opcode
2021-01-11 Jason A. Harmeningrctl(4): support throttling resource usage to 0
2021-01-11 Konstantin Belousovexec_new_vmspace: print useful error message on ctty...
2021-01-11 Konstantin BelousovImplement enforcing write XOR execute mapping policy.
2021-01-11 Robert WatsonChanges that improve DTrace FBT reliability on freebsd...
2021-01-10 Robert WatsonTrack pipe(2) reads and writes as rusage message receiv...
2021-01-10 Jamie Grittonjail: Simplify handling of prison_deref()
2021-01-10 Konstantin Belousovjobc: rework detection of orphaned groups.
2021-01-10 Konstantin Belousovkinfo_proc: move job-control related data collection...
2021-01-10 Konstantin BelousovLock proctree in around fill_kinfo_proc().
2021-01-10 Konstantin Belousovtty_wait_background: improve locking.
2021-01-10 Konstantin Belousovpgrp: Prevent use after free.
2021-01-10 Konstantin Belousovissignal(): when handling STOP-like signals, drop sigac...
2021-01-10 Konstantin BelousovStyle. Improve some KASSERTs messages.
2021-01-08 Michael Tuexentcp: don't use KTLS socket option on listening sockets
2021-01-09 Jan Kokemüllerkevent(2): Bugfix for wrong EVFILT_TIMER timeouts
2021-01-09 Warner Loshsysctl: improve debug.kdb.panic_str description
2021-01-08 Warner Loshsysctl: implement debug.kdb.panic_str
next