]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / sys / kern /
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-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 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-23 cyMFV r346563:
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.
next