]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
special-case getvfsbyname(3) for fusefs(5)
[FreeBSD/FreeBSD.git] / sys / kern /
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-24 Mark JohnstonFix the turnstile_lock() KPI.
2019-07-24 Mark JohnstonRemove a redundant offset computation in elf_load_secti...
2019-07-23 Ed Mastemqueuefs: fix struct file leak
2019-07-22 Alan Somers[skip ci] Fix the comment for cache_purge(9)
2019-07-21 Konstantin BelousovCheck and avoid overflow when incrementing fp->f_count in
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Konstantin BelousovFix leak of memory and file refs with sendmsg(2) over...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan SomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-16 Eric van GyzenAdds signal number format to kern.corefile
2019-07-15 John BaldwinAdd ptrace op PT_GET_SC_RET.
2019-07-15 John BaldwinDon't pass error from syscallenter() to syscallret().
2019-07-15 John BaldwinAlways set td_errno to the error value of a system...
2019-07-15 Konstantin BelousovIn do_sem2_wait(), balance umtx_key_get() with umtx_key...
2019-07-15 Konstantin BelousovIn do_lock_pi(), do not return prematurely.
2019-07-15 Konstantin BelousovCorrectly check for casueword(9) success in do_set_ceil...
2019-07-14 Michael TuexenImprove the input validation for l_linger.
2019-07-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-11 Doug MooreAddress problems in blist_alloc introduced in r349777...
2019-07-10 Mark JohnstonInherit P2_PROTMAX_{ENABLE,DISABLE} across fork().
2019-07-09 John BaldwinUse 'retval' label for first error in syscallenter().
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-06 Doug MooreChange blist_next_leaf_alloc so that it can examine...
2019-07-04 Mark JohnstonDefer funsetown() calls for a TTY to tty_rel_free().
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Eric van GyzenSave the last callout function executed on each CPU
2019-07-02 John BaldwinInvoke ext_free function when freeing an unmapped mbuf.
2019-07-02 John BaldwinFix description of debug.obsolete_panic.
2019-07-02 Konstantin BelousovMore style.
2019-07-02 Konstantin BelousovStyle.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 Mark JohnstonFix handling of errors from sblock() in soreceive_stream().
2019-07-01 Rick MacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-29 Mark JohnstonUse a consistent snapshot of the fd's rights in fget_mm...
2019-06-29 Mark JohnstonFix mutual exclusion in pipe_direct_write().
2019-06-29 John BaldwinCompress pending socket buffer data once it is marked...
2019-06-29 John BaldwinAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 John BaldwinAdd an external mbuf buffer type that holds multiple...
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Konstantin BelousovStyle.
2019-06-28 Hans Petter SelaskyImplement API for draining EPOCH(9) callbacks.
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Alan SomersMFHead @349476
2019-06-27 Alan SomersFIOBMAP2: inline vn_ioc_bmap2
2019-06-27 Rick MacklemAdd non-blocking trylock variants for the rangelock...
2019-06-27 John BaldwinFix comment in sofree() to reference sbdestroy().
2019-06-25 Alan Somersfcntl: style changes to r349248
2019-06-25 Warner LoshRemove a couple of harmless stray references to nandfs.
2019-06-24 Warner LoshAdd missing include of sys/boot.h
2019-06-24 Warner LoshMove to using a common kernel path between the boot...
2019-06-23 Konstantin BelousovSwitch to check for effective user id in r349320, and...
2019-06-23 Konstantin Belousovcoredump: avoid writing to core files not owned by...
2019-06-20 Alan Somersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 Alan SomersMFHead @349234
2019-06-20 Alan SomersAdd FIOBMAP2 ioctl
2019-06-20 Alan SomersAdd a VOP_BMAP(9) man page
2019-06-20 Alexander MotinAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-19 Alexander MotinUse sbuf_cat() in GEOM confxml generation.
2019-06-19 Alexander MotinFix typo in r349178.
2019-06-18 Alexander MotinOptimize kern.geom.conf* sysctls.
2019-06-17 Xin LISeparate kernel crc32() implementation to its own heade...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-14 Alexander MotinUpdate td_runtime of running thread on each statclock().
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Stephen HurdSome devices take undesired actions when RTS and DTR are
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-11 John BaldwinMake the warning intervals for deprecated crypto algori...
2019-06-11 John BaldwinTrim an extra space.
2019-06-08 Bjoern A. ZeebFix dpcpu and vnet panics with complex types at the...
2019-06-06 Alan SomersMFHead @348740
2019-06-06 Alan Somers[skip ci] Better comments for vlrureclaim
2019-06-06 Alan Somers[skip ci] Fix the comment for cache_purge(9)
2019-06-06 Alan SomersAdd a testing facility to manually reclaim a vnode
2019-06-04 Ed Mastestyle(9) / tidying for r348611
2019-06-04 Ed MasteExpose the kernel's build-ID through sysctl
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-03 John BaldwinWarn about deprecated features on all major OS versions.
2019-06-03 Konstantin BelousovRemove dead check.
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-30 Brooks Davismakesyscalls.sh: always use absolute path for syscalls...
next