]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add missing include of sys/boot.h
[FreeBSD/FreeBSD.git] / sys / kern /
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 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 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...
2019-05-30 Dmitry ChaginRemove wrong inline keyword.
2019-05-30 Konstantin BelousovRemove TODO comment after posixshmcontrol(1) added.
2019-05-30 Konstantin BelousovSilence witness warning about duplicated mutex type.
2019-05-30 Dmitry ChaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-29 Konstantin BelousovDo not go into sleep in sleepq_catch_signals() when...
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-28 Andrew TurnerTeach the kernel KUBSAN runtime about alignment_assumption
2019-05-27 Justin Hibbitskern/CTF: link_elf_ctf_get() on big endian platforms
2019-05-24 Conrad MeyerDisable intr_storm_threshold mechanism by default
2019-05-24 John BaldwinRestructure mbuf send tags to provide stronger guarantees.
2019-05-24 Alan SomersRemove "struct ucred*" argument from vtruncbuf
2019-05-23 Conrad MeyerEKCD: Add Chacha20 encryption mode
2019-05-23 Konstantin BelousovAdd a kern.ipc.posix_shm_list sysctl.
2019-05-23 Konstantin BelousovReport ref count of the backing object as st_nlink...
2019-05-23 Konstantin BelousovMake pack_kinfo() available for external callers.
2019-05-21 Conrad Meyermqueuefs: Do not allow manipulation of the pseudo-diren...
2019-05-21 Conrad MeyerInclude ktr.h in more compilation units
2019-05-21 Konstantin BelousovNDFREE(): Fix unlocking for LOCKPARENT|LOCKLEAF and...
2019-05-21 Stephen J. KiernanThe older detection methods (smbios.bios.vendor and...
2019-05-20 Mark Johnstonkcov depends on eventhandler.h.
2019-05-20 Martin MatuskaMFV r347989:
2019-05-20 Conrad MeyerExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 Konstantin BelousovFix rw->ro remount when there is a text vnode mapping.
2019-05-18 Mark JohnstonUpdate the DIAGNOSTIC-only vmem_check_sanity() after...
2019-05-18 Mark JohnstonImplement the M_NEXTFIT allocation strategy for vmem(9).
2019-05-17 Konstantin BelousovGrammar fixes for r347690.
2019-05-17 Stephen J. KiernanInstead of individual conditional statements to look...
2019-05-16 Konstantin Belousovamd64 pmap: rework delayed invalidation, removing globa...
2019-05-16 Konstantin Belousovsubr_turnstile: Extract some common code to a helper.
2019-05-16 Konstantin Belousovimgact_elf.c: Add comment explaining the malloc/VOP_UNL...
2019-05-14 Andrey V. ElsukovRemove bpf interface lock, it is no longer exist.
2019-05-13 Conrad MeyerRevert r346292 (permit_nonrandom_stackcookies)
2019-05-12 Mateusz Guzikcache: fix a brainfart in r347505
2019-05-12 Mateusz Guzikcache: bump numcache on entry, while here fix lnumcache...
2019-05-12 Mateusz Guzikcache: push sdt probes in cache_zap_locked to code...
2019-05-11 Doug MooreA new parameter to blist_alloc specifies an upper bound...
2019-05-11 Doug MooreWhen bitpos can't be implemented with an inline ffs...
2019-05-11 Doug MooreRevert r347469.
2019-05-10 Doug MooreDon't use _Generic, as many systems don't know about...
2019-05-10 Doug MooreWhen bitpos can't be implemented with an inline ffs...
2019-05-10 Doug MooreAdd a (q)uit option to the subr_blist test program.
2019-05-10 Doug MooreReplace the expression "-mask & ~mask" with a function...
2019-05-10 Doug Mooreblist_next_leaf_alloc walks over all the meta-nodes...
2019-05-10 Doug MooreReplace panic() with KASSERT() and provide more useful...
2019-05-10 Andrew GallatinBind TCP HPTS (pacer) threads to NUMA domains
2019-05-09 Jung-uk KimMFV: r347413
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Mateusz GuzikReduce umtx-related work on exec and exit
2019-05-07 Ed Mastemake sysent after r347228
2019-05-07 Conrad Meyerdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-07 Ed Mastemakesyscalls: use @generated tag in generated files
2019-05-07 Mark JohnstonSimplify the test against maxproc in fork1().
2019-05-06 Doug MooreThe intention of the blist cursor is for the search...
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Conrad MeyerList-ify kernel dump device configuration
next