]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel
[FreeBSD/FreeBSD.git] / sys / kern /
2022-05-27 Gleb Smirnoffsockbuf: remove unused mbuf counter and cluster counter
2022-05-26 Gleb Smirnoffunix: fix incorrect assertion in 4682ac697ce
2022-05-25 Gleb Smirnoffunix: turn check in unp_externalize() into assertion
2022-05-25 Gleb Smirnoffunix/*: check new control size in unp_internalize()
2022-05-25 Gleb Smirnoffsockets: return EMSGSIZE if control part of message...
2022-05-25 Gleb Smirnoffsockbuf: fix assertion in sbcreatecontrol()
2022-05-25 Mark Johnstonkevent: Fix an off-by-one in filt_timerexpire_l()
2022-05-20 Mateusz Guzikvfs: fix copy-pasto in previous
2022-05-20 Mateusz Guzikvfs: call vn_truncate_locked from kern_truncate
2022-05-20 Mateusz Guzikvfs: make sure truncate always calls NDFREE_*
2022-05-20 Mark Johnstoncpuset: Fix the KASAN and KMSAN builds
2022-05-20 Dmitry ChaginRetire sv_transtrap
2022-05-19 Dmitry Chaginkqueue: Trim trailing whitespace
2022-05-19 Justin Hibbitscpuset: Byte swap cpuset for compat32 on big endian...
2022-05-19 Andrew TurnerHandle cas failure when the compare succeeds
2022-05-18 Martin Matuskazfs: merge openzfs/zfs@c0cf6ed67
2022-05-17 Gleb Smirnoffsockbuf: improve sbcreatecontrol()
2022-05-17 Gleb Smirnoffsockbuf: merge two versions of sbcreatecontrol() into one
2022-05-17 Gleb Smirnoffunix: garbage collect unp_dispose_mbuf() for brevity
2022-05-17 Gleb Smirnoffunix: fix mbuf leak on close of socket with data
2022-05-17 Vladimir KondratyevLinuxKPI: Implement kthread_worker related functions
2022-05-14 Rick Macklemuipc_socket.c: Modify MSG_TLSAPPDATA to only do Alert...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.3-0-g1f914...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.0-2-g3f43d...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.0-rc4...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.0-rc2...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.0-rc1...
2022-05-14 Dimitry AndricMerge llvm-project release/14.x llvmorg-14-init-18315...
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-18294-gdb01b123d012
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-17616-g024a1fab5c35
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-13186-g0c553cc1af2e
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-11187-g222442ec2d71
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b
2022-05-14 Dmitry Chaginsysvsem: Fix a typo
2022-05-14 Dmitry Chaginsysvsem: Style(9)
2022-05-14 Dmitry Chaginsysvsem: Trim traiing whitespace
2022-05-13 Mitchell Hornekerneldump: remove physical from dump routines
2022-05-13 Mitchell Hornekerneldump: remove physical argument from d_dumper
2022-05-13 Mitchell HorneDrop d_dump from struct cdevsw
2022-05-12 Gleb Smirnoffunix: microoptimize unp_connectat() - one less lock...
2022-05-12 Gleb Smirnoffunix: make unp_connect2() void
2022-05-12 Gleb Smirnoffsockets: use socket buffer mutexes in struct socket...
2022-05-12 Cy Schubertsqlite3: Vendor import of sqlite3 3.38.5
2022-05-12 Gleb Smirnoffunix/dgram: uipc_listen() is specific for SOCK_STREAM...
2022-05-12 Gleb Smirnoffunix/dgram: pru_rcvd never called since PR_WANTRCVD...
2022-05-12 Gleb Smirnoffsockets: delete stale comment from sofree()
2022-05-12 Gleb Smirnoffunix: don't call sbrelease() in uipc_detach()
2022-05-11 Dmitry Chaginkdump: Decode cpuset_t.
2022-05-11 Dmitry ChaginUse Linux semantics for the thread affinity syscalls.
2022-05-10 Stefan Eßercontrib/bc: update to version 5.2.5
2022-05-09 Gleb Smirnoffsockbufs: make sbrelease_internal() private
2022-05-09 Gleb Smirnoffsockets: remove the socket-on-stack hack from sorflush()
2022-05-09 Gleb Smirnoffsockets: don't call dom_dispose() on a listening socket
2022-05-09 Gleb Smirnoffsockets: assert that any protocol with PR_RIGHTS has...
2022-05-09 Gleb Smirnoffunix/*: unp_internalize() can sleep, so allocate mbufs...
2022-05-09 Gleb Smirnoffsockets: make SO_SND/SO_RCV a enum
2022-05-07 Warner Loshmsgbuf: Allow microsecond granularity timestamps
2022-05-06 Alan SomersCorrectly measure system load averages > 1024
2022-05-06 John Baldwincpufreq: Remove unused devclass argument to DRIVER_MODULE.
2022-05-06 Dmitry Chaginsysvsem: Add a timeout argument to the semop.
2022-05-05 Kristof Provostmbuf: do not restore dying interfaces
2022-05-05 Gleb Smirnoffifnet/mbuf: provide KPI to serialize/restore m->m_pkthd...
2022-05-03 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1o
2022-05-03 Marko ZecRevert "mbuf: do not restore dying interfaces"
2022-04-28 Konstantin Belousovsubr_unit.c: make userspace tests buildable
2022-04-27 Konstantin BelousovFix another race between fork(2) and PROC_REAP_KILL...
2022-04-27 Konstantin BelousovFix a race between fork(2) and PROC_REAP_KILL subtree
2022-04-27 Konstantin Belousovkern_procctl: add possibility to take stop_all_proc_blo...
2022-04-27 Konstantin BelousovAdd stop_all_proc_block(9)
2022-04-27 Konstantin Belousovreap_kill(): split children and subtree killers into...
2022-04-27 Konstantin Belousovreap_kill(): rename the reap variable to reaper
2022-04-27 Konstantin Belousovreap_kill(): de-inline LIST_FOREACH(), twice
2022-04-27 Konstantin Belousovreaper_abandon_children(): upgrade proctree_lock assert...
2022-04-27 Konstantin Belousovunr(9): allow to avoid internal locking
2022-04-27 Konstantin Belousovinit_unrhdr(): make it usable by initializing everything
2022-04-27 John BaldwinAdd a __witness_used for variables only used under...
2022-04-25 Dmitry Chaginsigtimedwait: Prevent timeout math overflows.
2022-04-25 Dmitry ChaginAdd timespecvalid_interval macro and use it.
2022-04-22 John BaldwinKTLS: Move OCF function pointers out of ktls_session.
2022-04-22 Simon J. GerratyMerge bmake-20220418
2022-04-21 John Baldwinbusdma_bounce: Batch bounce page free operations when...
2022-04-21 John Baldwinbusdma_bounce: Add free_bounce_pages helper function.
2022-04-21 John Baldwinbusdma_bounce: Make the map waiting list per-bounce...
2022-04-21 John Baldwinbusdma_bounce: Use a simple kproc to invoke deferred...
2022-04-21 John BaldwinRun softclock threads at a hardware ithread priority.
2022-04-21 John Baldwincpufreq_curr_sysctl: Use devclass_find to lookup cpufre...
2022-04-20 Kristof Provostcallout: fix using shared rmlocks
2022-04-19 John Baldwindevclass_add_driver: Permit NULL to be passed in dcp.
2022-04-19 Mateusz Guziksignals: plug a set-but-not-used var
2022-04-18 Simon J. GerratyMerge bearssl-20220418
2022-04-18 John Baldwindestroy_dev_sched*: Don't hold Giant for all deferred...
2022-04-17 Stefan Eßercontrib/bc: import version 5.2.4
2022-04-15 Ed Mastessh: update to OpenSSH v9.0p1
2022-04-15 Konstantin BelousovRevert rest of a5970a529c2d95271: use vrefact() when...
2022-04-14 Ed Mastesysent: regen after 52a1d90c8bfe, posix_fadvise in...
2022-04-14 Ed MasteAllow posix_fadvise in capability mode
2022-04-14 Baptiste Daroussinlibedit: import version of 2022-04-11
2022-04-13 Konstantin BelousovMostly revert a5970a529c2d95271: Make files opened...
2022-04-13 John Baldwinkern: Move variables only used for MAC under #ifdef...
next