]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().
[FreeBSD/FreeBSD.git] / sys / kern /
2021-03-29 John BaldwinSet TDP_KTHREAD before calling cpu_fork() and cpu_copy_...
2021-03-28 Mark Johnstonaccept_filter: Fix filter parameter handling
2021-03-23 Hans Petter SelaskyMFC 6eb60f5b7f7d:
2021-03-23 Hans Petter SelaskyMFC c743a6bd4fc0:
2021-03-21 Alan SomersSpeed up geom_stats_resync in the presence of many...
2021-03-18 Mateusz Guzikvfs: fix vnlru marker handling for filtered/unfiltered...
2021-03-18 Scott Long base: remove if_wg(4) and associated utilities,...
2021-03-18 Mark Johnstonlink_elf_obj: Add a case missing from 5e6989ba4f26
2021-03-18 Mark Johnstonlink_elf_obj: Handle init_array sections in KLDs
2021-03-17 Alex Richardsonclose_range: add audit support
2021-03-17 Alex RichardsonFix fget_only_user() to return ENOTCAPABLE on a failed...
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-15 Mark Johnstonposix timers: Improve the overrun calculation
2021-03-15 Mark Johnstonposix timers: Sprinkle some style fixes
2021-03-15 Mark Johnstonposix timers: Declare unexported functions as static
2021-03-15 Konstantin BelousovMake kern.timecounter.hardware tunable
2021-03-13 Konstantin BelousovRestore AT_RESOLVE_BENEATH support for funlinkat(2...
2021-03-12 Jamie GrittonMFC jail: Don't allow jails under dying parents
2021-03-12 Jamie GrittonMFC jail: Add PD_KILL to remove a prison in prison_deref().
2021-03-12 Jamie GrittonMFC jail: Add pr_state to struct prison
2021-03-12 Jamie GrittonMFC jail: Change the locking around pr_ref and pr_uref
2021-03-12 Jamie GrittonMFC jail: Improve locking when removing prisons
2021-03-12 Mark Johnstonktls: Hide initialization message behind bootverbose
2021-03-06 Konstantin BelousovUse atomic_interrupt_fence() instead of bare __compiler...
2021-03-04 Konstantin BelousovO_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVA...
2021-03-04 Konstantin Belousovnameicap_check_dotdot: trim tracker on check
2021-03-04 Konstantin BelousovAdd nameicap_cleanup_from(), to clean tracker list...
2021-03-04 Konstantin Belousovnameicap_tracker_add: avoid duplicates in the tracker...
2021-03-04 Konstantin BelousovDo not call nameicap_tracker_add() for dotdot case.
2021-03-04 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-04 Mark Johnstonbuf: Fix the dirtybufthresh check
2021-03-04 Mark Johnstonsendfile: Use the pager size to determine the file...
2021-03-04 Kyle Evansjail: allow root to implicitly widen its cpuset to...
2021-03-03 Rick Macklemcopy_file_range(2): Fix for small values of input file...
2021-03-03 Mark Johnstonrmlock: Add a required compiler membar to the rlock...
2021-03-01 Mark Johnstonm_uiotombuf_nomap(): Stop clearing PG_ZERO in newly...
2021-02-28 Konstantin BelousovDelete dead CLUSTERDEBUG config option.
2021-02-24 Konstantin Belousovlockf: ensure atomicity of lockf for open(O_CREAT|O_EXC...
2021-02-24 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-24 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-24 Konstantin BelousovUse VOP_VPUT_PAIR() for eligible VFS syscalls.
2021-02-24 Konstantin BelousovAdd VOP_VPUT_PAIR() with trivial default implementation.
2021-02-24 Konstantin Belousovvn_open(): If the vnode is reclaimed during open(2...
2021-02-24 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-24 Kyle Evans504ebd612ec: kern: sonewconn: set so_options before...
2021-02-24 Jason A. HarmeningFix divide-by-zero panic when ASLR is enabled and super...
2021-02-23 Thomas Skiboddb: fix show devmap output on 32-bit arm
2021-02-23 Konstantin Belousovpgcache read: protect against reads past end of the...
2021-02-22 Jamie GrittonMFC jail: Change both root and working directories...
2021-02-21 Konstantin Belousovprocstat: distinguish vm map guards in procstat vm...
2021-02-19 Jamie GrittonMFC jail: Handle a possible race between jail_remove...
2021-02-17 Warner LoshGiant: move back Giant removal until 14
2021-02-15 Mark Johnstonktls: Use COUNTER_U64_DEFINE_EARLY
2021-02-15 Mark Johnstonktls: Make configuration sysctls available as tunables
2021-02-08 Gleb SmirnoffCatch up with 6edfd179c86: mechanically rename IFCAP_NO...
2021-02-05 Ed MasteCorrect description for kern.proc.proc_td
2021-02-04 Jamie GrittonMFC jail: Handle a parent jail when a child is added...
2021-02-04 Jamie GrittonMFC jail: fix dangling reference bug from 6754ae2572eb
2021-02-04 Jamie GrittonMFC jail: A jail could be removed without calling OSD...
2021-02-04 Mateusz Guzikcache: add delayed degenerate path handling
2021-02-04 Mateusz Guzikcache: move hash computation into the parsing loop
2021-02-02 Mateusz Guzikcache: fix trailing slash support in face of permission...
2021-02-01 Mateusz Guzikcache: add trailing slash support
2021-02-01 Mateusz Guzikcache: handle NOFOLLOW requests for symlinks
2021-02-01 Mateusz Guzikpoll: use fget_unlocked or fget_only_user when feasible
2021-02-01 Mateusz Guzikselect: employ fget_only_user
2021-02-01 Mateusz Guzikfd: add fget_only_user
2021-02-01 Mateusz Guzikcache: add missing MNT_NOSYMFOLLOW check to symlink...
2021-02-01 Mateusz Guzikcache: fallback when encountering a mount point during...
2021-02-01 Mateusz Guzikcache: tidy up handling of foo/bar lookups where foo...
2021-02-01 Mateusz Guzikcache: stop referring to removing entries as invalidati...
2021-02-01 Mateusz Guzikcache: convert cache_fplookup_parse to void now that...
2021-02-01 Mateusz Guzikcache: change ->v_cache_dd synchronisation rules
2021-02-01 Mateusz Guzikcache: make ->v_cache_dd accesses atomic-clean for...
2021-02-01 Mateusz Guzikcache: make ->nc_flag accesses atomic-clean for lockles...
2021-02-01 Mateusz Guzikcache: store vnodes in local vars in cache_zap_locked
2021-02-01 Mateusz Guzikcache: assorted cleanups
2021-02-01 Mateusz Guzikcache: track calls to cache_symlink_alloc with unsuppor...
2021-02-01 Mateusz Guzikcache: add back target entry on rename
2021-02-01 Mateusz Guzikcache: add symlink support to lockless lookup
2021-02-01 Bjoern A. Zeebfirmware(9): extend firmware_get() by a "no warn" flag.
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.
next