]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / kern /
2019-06-20 asomersAdd a VOP_BMAP(9) man page
2019-06-20 mavAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-19 mavUse sbuf_cat() in GEOM confxml generation.
2019-06-19 mavFix typo in r349178.
2019-06-18 mavOptimize kern.geom.conf* sysctls.
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-14 mavUpdate td_runtime of running thread on each statclock().
2019-06-12 shurdSome devices take undesired actions when RTS and DTR are
2019-06-11 jhbMake the warning intervals for deprecated crypto algori...
2019-06-11 jhbTrim an extra space.
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-06 asomersMFHead @348740
2019-06-06 asomers[skip ci] Better comments for vlrureclaim
2019-06-06 asomers[skip ci] Fix the comment for cache_purge(9)
2019-06-06 asomersAdd a testing facility to manually reclaim a vnode
2019-06-04 emastestyle(9) / tidying for r348611
2019-06-04 emasteExpose the kernel's build-ID through sysctl
2019-06-03 jhbWarn about deprecated features on all major OS versions.
2019-06-03 kibRemove dead check.
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-30 brooksmakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 dchaginRemove wrong inline keyword.
2019-05-30 kibRemove TODO comment after posixshmcontrol(1) added.
2019-05-30 kibSilence witness warning about duplicated mutex type.
2019-05-30 dchaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-29 kibDo not go into sleep in sleepq_catch_signals() when...
2019-05-28 andrewTeach the kernel KUBSAN runtime about alignment_assumption
2019-05-27 jhibbitskern/CTF: link_elf_ctf_get() on big endian platforms
2019-05-24 cemDisable intr_storm_threshold mechanism by default
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
2019-05-23 cemEKCD: Add Chacha20 encryption mode
2019-05-23 kibAdd a kern.ipc.posix_shm_list sysctl.
2019-05-23 kibReport ref count of the backing object as st_nlink...
2019-05-23 kibMake pack_kinfo() available for external callers.
2019-05-21 cemmqueuefs: Do not allow manipulation of the pseudo-diren...
2019-05-21 cemInclude ktr.h in more compilation units
2019-05-21 kibNDFREE(): Fix unlocking for LOCKPARENT|LOCKLEAF and...
2019-05-21 stevekThe older detection methods (smbios.bios.vendor and...
2019-05-20 markjkcov depends on eventhandler.h.
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 kibFix rw->ro remount when there is a text vnode mapping.
2019-05-18 markjUpdate the DIAGNOSTIC-only vmem_check_sanity() after...
2019-05-18 markjImplement the M_NEXTFIT allocation strategy for vmem(9).
2019-05-17 kibGrammar fixes for r347690.
2019-05-17 stevekInstead of individual conditional statements to look...
2019-05-16 kibamd64 pmap: rework delayed invalidation, removing globa...
2019-05-16 kibsubr_turnstile: Extract some common code to a helper.
2019-05-16 kibimgact_elf.c: Add comment explaining the malloc/VOP_UNL...
2019-05-14 aeRemove bpf interface lock, it is no longer exist.
2019-05-13 cemRevert r346292 (permit_nonrandom_stackcookies)
2019-05-13 asomersMFHead @347527
2019-05-12 mjgcache: fix a brainfart in r347505
2019-05-12 mjgcache: bump numcache on entry, while here fix lnumcache...
2019-05-12 mjgcache: push sdt probes in cache_zap_locked to code...
2019-05-11 dougmA new parameter to blist_alloc specifies an upper bound...
2019-05-11 dougmWhen bitpos can't be implemented with an inline ffs...
2019-05-11 dougmRevert r347469.
2019-05-10 dougmDon't use _Generic, as many systems don't know about...
2019-05-10 dougmWhen bitpos can't be implemented with an inline ffs...
2019-05-10 dougmAdd a (q)uit option to the subr_blist test program.
2019-05-10 dougmReplace the expression "-mask & ~mask" with a function...
2019-05-10 dougmblist_next_leaf_alloc walks over all the meta-nodes...
2019-05-10 dougmReplace panic() with KASSERT() and provide more useful...
2019-05-10 gallatinBind TCP HPTS (pacer) threads to NUMA domains
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 mjgReduce umtx-related work on exec and exit
2019-05-07 emastemake sysent after r347228
2019-05-07 cemdevice_printf: Use sbuf for more coherent prints on SMP
2019-05-07 emastemakesyscalls: use @generated tag in generated files
2019-05-07 markjSimplify the test against maxproc in fork1().
2019-05-06 dougmThe intention of the blist cursor is for the search...
2019-05-06 cemList-ify kernel dump device configuration
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-05 kibimgact_elf: do not relock the text vnode if possible.
2019-05-04 cemx86: Implement MWAIT support for stopping a CPU
2019-05-04 mjgsysv: get rid of fork/exit hooks if the code is compiled in
2019-05-04 mjgAnnotate nprocs with __exclusive_cache_line
2019-05-03 markjDisallow excessively small times of day in clock_settim...
2019-04-29 markjStop checking TD_IDLETHREAD() in buffer cache routines.
2019-04-26 asomersfusefs: fix cache invalidation error from r346162
2019-04-26 asomers[skip ci] fix typo in comment from r59840
2019-04-26 emastemake sysent after r346273 (readlinkat arg correction)
2019-04-25 jhbRemove p_code from struct proc.
2019-04-25 gallatinTrack TCP connection's NUMA domain in the inpcb
2019-04-24 asomersfusefs: interruptibility improvements suggested by kib
2019-04-23 asomersFix bug in vtruncbuf introduced by r346162
2019-04-23 cyMFV r346563:
2019-04-21 asomersfusefs: commit missing files from r346387
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 impWhen parsing command line stuff, treat tabs and spaces...
2019-04-16 cemstack_protector: Add tunable to bypass random cookies
2019-04-16 emastecorrect readlinkat(2) return type
2019-04-15 cemrandom(4): Block read_random(9) on initial seeding
2019-04-15 rmacklemFix the NFSv4 client to safely find processes.
2019-04-12 asomersfusefs: evict invalidated cache contents during write...
2019-04-12 traszRemove unneeded conditionals for sv_ functions - all...
2019-04-12 baptUpdate mandoc to 1.14.5
next