]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
divert: declare PF_DIVERT domain and stop abusing PF_INET
[FreeBSD/FreeBSD.git] / sys / kern /
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
2022-08-09 Konstantin Belousovelf_note_prpsinfo: handle more failures from proc_getargv()
2022-08-08 Konstantin Belousovthread_create(): call cpu_copy_thread() after td_pflags...
2022-08-07 Gordon Berglingvnode(9): Fix a typo in a source code comment
2022-08-06 Cy Schubertunbound: Vendor import 1.16.2
2022-08-05 Ed MasteClarify code comments on ASLR default settings
2022-08-04 Mark Johnstonfile: Move code to share fdtol structs into kern_descrip.c
2022-08-03 Konstantin Belousovsig_suspend_threads(): remove 'sending' arg
2022-08-03 Konstantin Belousovast_sig(): add missed TDAI()
2022-08-03 Mark Johnstondomain: Use designated constants for timeout periods
2022-08-02 Konstantin Belousovktrace: change AST handler to require AST flag set
2022-08-02 Konstantin Belousovkern/subr_trap.c: cleanup no longer needed headers
2022-08-02 Konstantin BelousovAdjust g_waitidle() visibility and definition
2022-08-02 Konstantin Belousovsigfastblock_setpend() and fastblock_mask can be static now
2022-08-02 Konstantin BelousovAST: rework
2022-07-30 Alexander V. Chernikovsockets: add MSG_TRUNC flag handling for recvfrom(...
2022-07-28 John Baldwinpmap_mapdev: Consistently use vm_paddr_t for the first...
2022-07-27 Simon J. GerratyUpdate to bmake-20220726
2022-07-26 Dimitry AndricAdjust function definition in vfs_bio.c to avoid clang...
2022-07-26 Dimitry AndricAdjust function definitions in sysv_msg.c to avoid...
2022-07-26 Dimitry AndricAdjust function definition in subr_bus.c to avoid clang...
2022-07-26 Dimitry AndricAdjust function definition in subr_autoconf.c to avoid...
2022-07-26 Dimitry AndricAdjust function definitions in kern_resource.c to avoid...
2022-07-26 Dimitry AndricAdjust function definitions in kern_dtrace.c to avoid...
2022-07-26 Dimitry AndricAdjust function definitions in kern_cons.c to avoid...
2022-07-26 Simon J. GerratyUpdate to bmake-20220724
2022-07-23 Ka Ho NgConvert runtime param checks to KASSERTs for fo_fspacectl
2022-07-19 Colin PercivalAdd kern.reboot_wait_time sysctl
2022-07-18 Mitchell Hornemac: kdb/ddb framework hooks
2022-07-18 Mitchell Horneddb: annotate some commands with DB_CMD_MEMSAFE
2022-07-18 Mark Johnstonsched_ule: Ensure we hold the thread lock when modifyin...
2022-07-18 Kornel DulębaImplement shared page address randomization
2022-07-18 Kornel DulębaRework how shared page related data is stored
2022-07-18 Kornel DulębaIntroduce the PROC_SIGCODE() macro
2022-07-17 Mark Johnstoncallout: Simplify the inner loop in callout_process...
2022-07-17 Mark Johnstoncallout: Remove a redundant parameter to callout_cc_add()
2022-07-16 Mateusz Guzikule: unbreak UP builds
2022-07-16 Dmitry Chaginktrace: Increase precision of timestamps.
2022-07-14 John BaldwinCollapse interrupt thread priorities.
2022-07-14 John Baldwin4bsd: Simplistic time-sharing for interrupt threads.
2022-07-14 John Baldwinule: Simplistic time-sharing for interrupt threads.
next