]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vfs: indent V_VALID_FLAGS with a tab
[FreeBSD/FreeBSD.git] / sys / kern /
2022-09-17 Mateusz Guzikvfs: introduce V_PCATCH to stop abusing PCATCH
2022-09-17 Mateusz Guzikvfs: deperl msleep flag calculation in vn_start_*write
2022-09-17 Mateusz Guzikvfs: clean up parse_mount_dev_present
2022-09-17 Mateusz Guzikvfs: fix non-INVARIANTS build after 5b5b7e2ca2fa9a2418d...
2022-09-17 Mateusz Guzikvfs: fixup parse_mount_dev_present after 5b5b7e2ca2fa9a...
2022-09-17 Mateusz Guzikvfs: always retain path buffer after lookup
2022-09-17 Mateusz Guzikvfs: move cn_nameptr assignment out of namei_getpath
2022-09-17 Mateusz Guzikvfs: slightly reorganize error handling in chroot
2022-09-17 Warner LoshSPDX: Not BSD-4-Clause
2022-09-16 Konstantin BelousovAdd AT_USRSTACK{BASE, LIM} AT vectors, and ELF_BSDF_VMN...
2022-09-16 Mateusz Guziklocks: whack a failed experiment in form of restrict_st...
2022-09-15 Gordon Berglingkern_jail: Fix a typo in a source code comment
2022-09-15 Warner LoshSPDX: Not BSD-4-Clause
2022-09-14 Mateusz Guzikvfs: make delmntque return with the interlock held
2022-09-14 Mateusz Guziklockf: elide vnode interlock in the common case in...
2022-09-14 Mateusz Guzikvfs: retire the V_MNTREF flag
2022-09-14 Mateusz Guzikvfs: stop using the V_MNTREF flag
2022-09-13 Mateusz Guzikvfs: plug spurious error checks in namei
2022-09-12 Mateusz Guzikvfs: make NDVALIDATE private to vfs_lookup.c
2022-09-10 Allan Judevfs.typenumhash: fix sysctl description
2022-09-10 Mateusz GuzikFixup build after recent getsock changes
2022-09-10 Mateusz GuzikRemove fflag argument from getsock_cap
2022-09-10 Mateusz GuzikAdd getsock
2022-09-10 Mateusz GuzikAdd branch prediction hints to getsock_cap
2022-09-08 Gleb Smirnofftcp: avoid call to soisconnected() on transition to...
2022-09-08 Doug Moorerb_tree: reduce duplication in balancing code
2022-09-07 Mateusz Guzikvfs: flip a condition around in kern_statat
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Hans Petter Selaskyktls: Add missing NULL pointer check for TLS RX hardwar...
2022-09-06 Xin LIMFV: less v608
2022-09-05 Mateusz Guziksignal: use proc_iterate to save on work
2022-09-05 Mateusz Guzikjail: add process linkage
2022-09-04 Gordon Berglingkern: Remove a double word in a source code comment
2022-09-04 Gordon Berglingkern: Correct some typos in source code comments
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-09-03 Gordon Berglingkern: Fix a typo in asource code comment
2022-08-31 Gleb Smirnoffprotosw: repair protocol selection logic in socket(2)
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-30 Gleb Smirnoffprotosw: cleanup protocols that existed merely to provi...
2022-08-30 Gleb Smirnoffdivert: declare PF_DIVERT domain and stop abusing PF_INET
2022-08-30 Gleb Smirnoffdomains: merge domain_init() into domain_add()
2022-08-30 Gleb Smirnoffdomains: use queue(9) SLIST for linked list of domains
2022-08-30 Gleb Smirnoffdomains: init pr_domain in pr_init()
2022-08-30 Gleb Smirnoffmbufs: isolate max_linkhdr and max_protohdr handling...
2022-08-29 Mark Johnstondevstat: Remove DTrace io probes lacking a BIO reference
2022-08-29 Doug Moorerb_tree: avoid extra reads in rebalancing
2022-08-26 John Baldwinsoo_stat: Ensure error is always initialized.
2022-08-26 Gleb Smirnoffdomains: use struct domain as argument
2022-08-26 firkFix compat10 semaphore interface race
2022-08-26 Gleb Smirnoffsockets: for stat(2) on a socket don't report hiwat...
2022-08-25 Martin Matuskazfs: merge openzfs/zfs@a582d5299
2022-08-25 Mateusz Guzikproc: read the pid prior to unlocking in report_alive_proc1
2022-08-24 Konstantin Belousovfork_exit(): style comment
2022-08-24 Brooks Davismbuf: Don't support PAGE_SIZE < 4K
2022-08-23 Mateusz Guzikrms: add rms_assert_rlock_ok
2022-08-21 Robert Wingkqueue: retire knlist_init_rw_reader()
2022-08-20 Konstantin BelousovRemove TDF_DOING_SA
2022-08-20 Konstantin BelousovRemove struct proc p_singlethr member
2022-08-20 Konstantin BelousovREAP_KILL_PROC: kill processes in the threaded taskqueu...
2022-08-20 Konstantin Belousovfork_norfproc(): unlock p1 before retrying
2022-08-20 Konstantin Belousovkern_sig.c: style
2022-08-20 Konstantin Belousovksiginfo_tryfree(): change return type to bool
2022-08-20 Konstantin Belousovksiginfo_alloc(): change to directly take M_WAITOK...
2022-08-20 Konstantin Belousovreap_kill_proc_locked(): remove outdated part of the...
2022-08-20 Konstantin Belousovexit1(): update comment about thread_single()
2022-08-20 Konstantin Belousovsleepq_set_timeout_sbt(): correct comment to not talk...
2022-08-20 Konstantin Belousovsleepq_check_ast_sc_locked(): update comment
2022-08-20 Konstantin Belousovfork_norfproc(): style
2022-08-20 Mateusz GuzikRetire clone_drain_lock
2022-08-19 Gleb Smirnoffunix/dgram: don't panic if socket buffer has negative...
2022-08-18 Mateusz Guzikpipe: fix EOF case for non-blocking fds
2022-08-17 Gleb Smirnoffprotosw: refactor protosw and domain static declaration...
2022-08-17 Gleb Smirnoffunix: use private enum as argument for unp_connect2()
2022-08-17 Gleb Smirnoffprotosw: retire pr_drain and use EVENTHANDLER(9) directly
2022-08-17 Gleb Smirnoffprotosw: retire pr_slowtimo and pr_fasttimo
2022-08-17 Gleb Smirnoffprotosw: separate pr_input and pr_ctlinput out of protosw
2022-08-17 Gleb Smirnoffipsec: isolate knowledge about protocols that are last...
2022-08-17 Mateusz Guzikpipe: try to skip locking the pipe if a non-blocking...
2022-08-16 Ed MasteDisallow invalid PT_GNU_STACK
2022-08-16 Ed MasteImport bionic's x86_64 optimized string routines
2022-08-16 Mateusz Guzikvfs: plug a dead store in kern_linkat_vp
2022-08-16 Mateusz Guzikvfs: plug dead store in vn_io_fault1
2022-08-16 Philip Paepscontrib/tzdata: import tzdata 2022c
2022-08-14 Dimitry AndricAdjust function definition in kern_poll.c to avoid...
2022-08-14 Alexander V. Chernikovdomains: allow domains to be unloaded
2022-08-13 Martin Matuskazfs: merge openzfs/zfs@b3d0568cf
2022-08-12 Gleb Smirnoffprotosw: change prototype for pr_control
2022-08-12 Gleb Smirnoffnetinet: do not broadcast PRC_REDIRECT_HOST on ICMP...
2022-08-11 Gleb Smirnoffprotosw: retire pr_output method
2022-08-11 Andrew TurnerAdjust function definition in subr_devmap.c to avoid...
2022-08-11 Philip Paepscontrib/tzdata: import tzdata 2022b
2022-08-10 Alexander V. Chernikovdevd: move all devd notification logic to a separate...
2022-08-10 Gleb Smirnofftcp: utilize new solisten_clone() and solisten_enqueue()
2022-08-10 Gleb Smirnoffsockets: provide solisten_clone(), solisten_enqueue()
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.18
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.17
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.16
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.15
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.14
next