]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
qcom_gcc: fix the parent clock to work again
[FreeBSD/FreeBSD.git] / sys / kern /
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
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...
next