]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Update to Zstandard 1.4.0
[FreeBSD/FreeBSD.git] / sys / kern /
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 traszRemove unneeded conditionals for sv_ functions - all...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-11 traszUse shared vnode locks for the ELF interpreter.
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-10 asomersfix cache_lookup's documentation
2019-04-10 traszImprove vnode lock assertions.
2019-04-09 kibAdd vn_fsync_buf().
2019-04-09 traszFactor out section loading into a separate function.
2019-04-08 traszRefactor ELF interpreter loading into a separate function.
2019-04-08 oshogboIn the unlinkat syscall, the operation is performed...
2019-04-07 markjSet the p_oppid field of orphans when exiting.
2019-04-06 cemkern/subr_pctrie: Fix mismatched signedness in assertio...
2019-04-06 cemkern/subr_pctrie: Convert old-style boolean_t to plain...
2019-04-06 oshogboRegen after r345982.
2019-04-06 oshogboIntroduce funlinkat syscall that always us to check...
2019-04-05 kibAdd DEV_RESET /dev/devctl2 ioctl.
2019-04-05 kibProvide newbus infrastructure for initiating device...
2019-04-05 kibvn_vmap_seekhole(): align running offset to the block...
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-30 kibFix branding after r345661.
2019-03-28 traszFactor out retrieving the interpreter path from the...
2019-03-26 gonzoChange default value of kern.bootfile to reflect reality
2019-03-26 traszFactor out resource limit enforcement code in the ELF...
2019-03-25 markjReject F_SETLK_REMOTE commands when sysid == 0.
2019-03-25 mmMFV r345495:
2019-03-24 ianRevert accidental change that should not have been...
2019-03-24 ianTruncate a too-long interrupt handler name when there...
2019-03-23 rpokalaAdd descriptions for sysctls in kern_mib.c and sysctl...
2019-03-23 traszRemove trunc_page_ps() and round_page_ps() macros....
2019-03-18 asomersMFHead@r345275
2019-03-18 gallatinFix a typo introduced in r344133
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 kibamd64 KPTI: add control from procctl(2).
2019-03-16 kibamd64: Add md process flags and first P_MD_PTI flag.
2019-03-15 cemstack(9): Drop unused API mode and comment that referen...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-12 mckusickThis is an additional fix for bug report 230962. When...
2019-03-12 impFix botched merge with 355066
2019-03-12 impKill tz_minuteswest and tz_dsttime.
2019-03-11 mckusickUpdate the main loop in the flushbuflist() routine...
2019-03-11 mckusickAugment DDB "show buffer" command to print the buffer...
2019-03-11 ngieMFhead@r345025
2019-03-11 sjgAdd _PC_ACL_* to vop_stdpathconf
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-07 cyMFV r344878:
2019-03-06 jhbDrop "All rights reserved" from my copyright statements.
2019-03-05 markjShow wiring state of map entries in procstat -v.
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-03 glebiusRemove bogus assert that I added in r319722. It is...
2019-03-01 traszRemove sv_pagesize, originally introduced with r100384.
2019-03-01 mwPrevent detaching driver if the attach is not finished
2019-02-28 markjAllow FIONBIO and FIOASYNC ioctls on POSIX shm descriptors.
2019-02-27 mjgRename seq to seqc to avoid namespace clashes with...
2019-02-26 sjgAdd libbearssl
2019-02-25 markjImprove vmem tuning for platforms without a direct...
2019-02-25 dimMerge ^/head r344513 through r344548.
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 andrewCheck the index hasn't changed after writing the cmp...
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-23 mmacyChange seq_read to seq_load to avoid namespace conflict...
2019-02-22 mmacylkpi: allow late binding of linux_alloc_current
2019-02-21 andrewAllow the kcov buffer to be mmaped multiple times.
2019-02-20 andrewUnwire the kcov buffer when freeing the info struct.
2019-02-20 andrewCall pmap_qenter for each page when creating the kcov...
2019-02-20 markjRemove an obsolete comment.
2019-02-20 kibImplement rangesets.
2019-02-19 andrewCreate a common function to handle freeing the kcov...
2019-02-19 markjMove a racy assertion in filt_pipewrite().
2019-02-19 ngieMFhead@r344270
2019-02-17 markjRemove a write-only variable orphaned by r340677.
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 bdeFinish the fix for overflow in calcru1().
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 mariusMake taskqgroup_attach{,_cpu}(9) work across architectures
2019-02-10 cemPrevent overflow for usertime/systime in caclru1
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-08 andrewFix the spelling of cov_unregister_pc.
2019-02-08 kibFix renameat(2) for CAPABILITIES kernels.
2019-02-08 kibdo_execve(): lock vnode when needed.
2019-02-07 kibPort sysctl kern.elf32.read_exec from amd64 to i386.
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-05 markjAvoid leaking fp references when truncating SCM_RIGHTS...
2019-02-05 bdeFix zapping of static hints and env in init_static_kenv...
2019-02-05 cemextattr_list_vp: Narrow locked section somewhat
2019-02-05 cemextattr_list_vp: Only take shared vnode lock
2019-02-04 impRegularize the Netflix copyright
2019-02-03 kibDo not call PHOLD() while owning the allproc_lock sx.
2019-02-03 dimMerge ^/head r343571 through r343711.
next