]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-11-15 cyDisable ntpd stack gap. When ASLR with STACK GAP !...
2019-11-15 traszSupport O_CLOEXEC in linux(4) open(2) and openat(2).
2019-11-15 bznd6: simplify code
2019-11-15 scottlRevert a patch that accidentally was committed with...
2019-11-15 scottlFix a typo in how the AVX512DQ feature bit is checked.
2019-11-15 hselaskyPrevent potential underflow in ibcore.
2019-11-15 hselaskyCorrect MR length field to be 64-bit in ibcore.
2019-11-15 bzif_llatbl: cleanup
2019-11-15 dimMerge commit 5bbb604bb from llvm git (by Craig Topper):
2019-11-15 jhibbitsatomic: Add atomic_cmpset_masked to powerpc and use it
2019-11-15 mhorneRISC-V: Print SBI info at startup
2019-11-15 mhorneAdd missing files from r354720
2019-11-15 mhorneRISC-V: add support for SBI spec v0.2
2019-11-15 mhorneRISC-V: pass arg6 in sbi_call
2019-11-15 mhorneplic: support irq distribution
2019-11-15 mhorneplic: fix context calculation
2019-11-15 jpaetzelFix build with GCC
2019-11-14 jpaetzelAdd the pvscsi driver to the tree.
2019-11-14 jhibbitsBoot arm64 kernel using booti command from U-boot.
2019-11-14 bdragon[PowerPC64] Fix broken kernel modules due to LLD 9...
2019-11-14 kevansarm64: busdma_bounce: fix BUS_DMA_ALLOCNOW for non...
2019-11-14 brooksTidy syscall declerations.
2019-11-14 ianCompile in arm/unwind.c if options STACK is in effect...
2019-11-14 ianRewrite arm/stack_machdep.c for EABI; add stack(9)...
2019-11-14 tuexenFor idle TCP sessions using the CUBIC congestio control...
2019-11-14 emastellvm: use elf_aux_info to get executable's path, if...
2019-11-14 mavPass more reasonable WAIT flags to bus_dma(9) calls.
2019-11-14 mavMake ntb(4) send bus_get_dma_tag() requests to parent...
2019-11-14 bdragonpowerpc: Kernel fixes for ppc32 and powerpcspe w/ lld
2019-11-14 imparmv6 soft float build fixed
2019-11-13 brooksImprove the description of AT_EXECPATH availability.
2019-11-13 kibcpucontrol: print more useful information when MSR...
2019-11-13 kibamd64: only set PCB_FULL_IRET pcb flag when #gp or...
2019-11-13 brookself_aux_info: Add support for AT_EXECPATH.
2019-11-13 jhbRefine r354661 to unbreak the GCC_BOOTSTRAP case.
2019-11-13 emastellvm: use AT_EXECPATH from ELF auxiliary vectors for...
2019-11-13 traszImprove Linuxulator man pages to better reflect the...
2019-11-13 traszAdd 'linux_mounts_enable' rc.conf(5) variable, to make...
2019-11-13 kevansssp: further refine the conditional used for constructo...
2019-11-13 brooksFix a typo in the PMAP_PTE_SET_CACHE_BITS macro.
2019-11-13 jhbAdd t4_keyctx.c to sys/conf/files for the non-module...
2019-11-13 glebiusIn if_siocaddmulti() enter VNET.
2019-11-13 dougmDefine wrapper functions vm_map_entry_{succ,pred} to...
2019-11-13 scottlStop the VESA driver from whining loudly in the dmesg...
2019-11-13 bznd6: remove unused structs and defines
2019-11-13 bznd6: make nd6_alloc() file static
2019-11-13 bznd6 defrouter: consolidate nd_defrouter manipulations...
2019-11-13 bzlltabl: remove dead code
2019-11-13 rpokalaLogging improvements to loader::nfs
2019-11-13 kevansssp: rework the logic to use priority=200 on clang...
2019-11-13 jhibbitspowerpc64: Don't guard ISA 3.0 partition table setup...
2019-11-13 jhibbitspowerpc: Don't savectx() twice in IPI_STOP handler
2019-11-13 kevansssp: add a priority to the __stack_chk_guard constructor
2019-11-13 impFix a race between daopen and damediapoll
2019-11-13 jhbCreate a file to hold shared routines for dealing with...
2019-11-12 asomerssesutil: fix another memory leak
2019-11-12 asomerssesutil: fix some memory leaks
2019-11-12 asomerssesutil: fix an out-of-bounds array access
2019-11-12 brookslibcompat: Correct rtld MLINKS
2019-11-12 jhbSync target triple generation with the version in Makef...
2019-11-12 jhbForce MK_CLANG_IS_CC on in XMAKE.
2019-11-12 jhbEnable the RISC-V LLVM backend by default.
2019-11-12 vmaffionebhyve: rework mevent processing to fix a race condition
2019-11-12 scottlAdd new bit definitions for TSX, related to the TAA...
2019-11-12 kibWorkaround for Intel SKL002/SKL012S errata.
2019-11-12 scottphnvdimm(4): Fix various problems when the using the...
2019-11-12 kibi386: stop guessing the address of the trap frame in...
2019-11-12 kibamd64: move GDT into PCPU area.
2019-11-12 scottphnvdimm(4): Only expose namespaces for accessible data...
2019-11-12 kibamd64: assert that size of the software prototype table...
2019-11-12 bznetinet*: update *mp to pass the proper value back
2019-11-12 bznetstat: igmp stats, error on unexpected information...
2019-11-12 avgteach db_nextframe/x86 about [X]xen_intr_upcall interru...
2019-11-12 roygerxen: fix dispatching of NMIs
2019-11-12 tsoomereverting r354594
2019-11-12 karelsFix netstat -gs with ip_mroute module and/or vnet
2019-11-12 chsIn ufs_dir_dd_ino(), always initialize *dd_vp since...
2019-11-11 scottlAdd the text attribute for MDS_NO in the IA32_ARCH_CAP...
2019-11-11 kibamd64: Issue MFENCE on context switch on AMD CPUs when...
2019-11-11 markjFix handling of PIPE_EOF in the direct write path.
2019-11-11 avgdb_nextframe/i386: reduce the number of special frame...
2019-11-11 dimMerge commit 371ea70bb from llvm git (by Louis Dionne):
2019-11-11 vangyzentip/cu: check for EOF on input on the local side
2019-11-11 impAdd asserts for some state transitions
2019-11-11 impUpdate the softc state of the da driver before releasin...
2019-11-11 impRequire and enforce that dareprobe() has to be called...
2019-11-11 impFix panic message to indicate right action that was...
2019-11-11 avgdb_nextframe/amd64: remove TRAP_INTERRUPT frame type
2019-11-11 dougmswap_pager_meta_free() frees allocated blocks in a...
2019-11-11 glebiusIt is unclear why in6_pcblookup_local() would require...
2019-11-11 jasoneRevert r354605: Update jemalloc to version 5.2.1.
2019-11-11 jasoneUpdate jemalloc to version 5.2.1.
2019-11-11 mhorneplic: check for sifive compatible string
2019-11-11 mhorneplic: fix PLIC_MAX_IRQS
2019-11-11 cognetlinprocfs: Make sure to report -1 as tty when we have...
2019-11-10 jhibbitsConsolidate powerpcspe CFLAGS
2019-11-10 jhibbitspowerpcspe: use -mspe instead of -mspe=yes to enable SPE
2019-11-10 mavSome language fixes.
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 tsoomeloader: use struct initializer in vdev_probe().
next