]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
tests/sys/opencrypto: enable armv8crypto on aarch64
[FreeBSD/FreeBSD.git] / sys /
2019-08-10 Warner LoshThese are no longer a thing, remove them.
2019-08-09 Andrey V. ElsukovAdd missing new line in several log messages.
2019-08-09 Jonathan T. LooneyIn m_pulldown(), before trying to prepend bytes to...
2019-08-08 Warner LoshStopgap fix for gcc platforms.
2019-08-08 Rick MacklemRemove some harmless cruft from vn_generic_copy_file_ra...
2019-08-08 Rick MacklemFix copy_file_range(2) for an unlikely race during...
2019-08-08 Toomas Soomeloader: support com.delphix:removing
2019-08-08 Warner LoshFirst pass at a LINT for arm64.
2019-08-08 Warner LoshMake arm64 32-bit mode compile with COMPAT_43
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-08 Marcin WojtasFix mac_veriexec_parser build after r347938
2019-08-08 Konstantin BelousovFix stack grow for init.
2019-08-08 Konstantin BelousovUpdate comment explaining create_init().
2019-08-08 Warner LoshAdd TCP_RFC7413
2019-08-08 Ed Mastearmv8crypto: add missing unlock for session (after...
2019-08-08 Tom JonesRename IPPROTO 33 from SEP to DCCP
2019-08-08 Bjoern A. Zeebfrag6: move public structure into file local space.
2019-08-08 Bjoern A. Zeebfrag6.c: cleanup varaibles and return statements.
2019-08-08 Bjoern A. Zeebfrag6.c: initial comment and whitespace cleanup.
2019-08-08 Michael TuexenFix a typo.
2019-08-08 Xin LIConvert DDB_CTF to use newer version of ZLIB.
2019-08-08 Xin LIUpdate bxe(4) to use new zlib.
2019-08-08 Xin LIUpdate geom_uzip to use new zlib:
2019-08-08 Alan CoxOrdinarily, during a superpage promotion or demotion...
2019-08-08 Conrad MeyerDisable useless -Wformat-zero-length
2019-08-08 Justin Hibbitspowerpc/pmap: Minor optimizations to 64-bit booke pmap
2019-08-08 Conrad MeyerFix !DDB kernel configurations after r350713
2019-08-08 Conrad Meyerddb(4): Add 'sysctl' command
2019-08-07 Alan SomersRemove the fuse.ko -> fusefs.ko symlink
2019-08-07 Mark JohnstonUse designated initializers for vmm_ops.
2019-08-07 Conrad MeyerGEOM: Reduce unnecessary log interleaving with sbufs
2019-08-07 Conrad Meyersbuf(9): Add sbuf_nl_terminate() API
2019-08-07 Conrad Meyersbuf(9): Refactor sbuf_newbuf into sbuf_new
2019-08-07 Conrad Meyersbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 Edward Tomasz Napi... Add cdceem(4) driver, for virtual ethernet devices...
2019-08-07 Alexander MotinMake `camcontrol modepage` support block descriptors.
2019-08-07 Hans Petter SelaskyCorrect PCI device ID for XHCI USB controller.
2019-08-07 Emmanuel Vadotofw: ofw_reg_to_paddr: Use a 256 static array for the...
2019-08-07 Emmanuel Vadotarm: dts: am33xx: Fix the region for uart0
2019-08-07 Xin LIExpose zlib's utility functions in Z_SOLO library when...
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 John BaldwinFix LOCAL_MODULES and improve the make output.
2019-08-06 Jeff RobersonCache kernel stacks in UMA. This gives us NUMA support...
2019-08-06 John BaldwinDetect invalid PCI devices more correctly in PCI interr...
2019-08-06 Jeff RobersonImplement a MINBUCKET zone flag so we can use minimal...
2019-08-06 Jeff RobersonAdd two new kernel options to control memory locality...
2019-08-06 Kyle Evansral: rt2860: fix wcid2ni access/size issue
2019-08-06 Kirk McKusickIgnore UFS/FFS superblock check hash failures so as...
2019-08-06 Kirk McKusickA race condition existed between the time a UFS/FFS...
2019-08-06 Ed MasteCorrect ICMPv6/MLDv2 out-of-bounds memory access
2019-08-06 Konstantin Belousovamd64: prevents speculations over swapgs reload of...
2019-08-06 Gleb SmirnoffSince r350426 this KASSERT doesn't serve any useful...
2019-08-06 Kyle Evansoce(4): potential out of bounds access before vector...
2019-08-06 Michael TuexenFix a locking issue in sctp_accept.
2019-08-06 Michael TuexenFix build issues for the userland stack on Raspbian.
2019-08-06 Conrad Meyeramdtemp(4), amdsmn(4): Attach to Ryzen 3 (Zen 2) hostbr...
2019-08-06 Justin HibbitsFix build from r350622
2019-08-06 Justin Hibbitspowerpc/pmap: Simplify Book-E 64-bit page table management
2019-08-06 Alan Somersfusefs: remove superfluous counter_u64_zero
2019-08-05 Mariusz Zaborskiprocdesc: fix the function name
2019-08-05 Mariusz Zaborskiprocess: style
2019-08-05 Mariusz Zaborskiexit1: fix style nits
2019-08-05 Mariusz Zaborskiprocdesc: fix reparenting when the debugger is attached
2019-08-05 Mariusz Zaborskiproc: introduce the proc_add_orphan function
2019-08-05 Mariusz Zaborskiexit1: postpone clearing P_TRACED flag until the proctr...
2019-08-05 Konstantin BelousovFix mis-merge.
2019-08-05 Konstantin BelousovFix mis-merge
2019-08-05 Alexander MotinAdd `nvmecontrol resv` to handle NVMe reservations.
2019-08-05 Ian LeporeAdd a driver for Texas Instruments ADS101x/ADS111x...
2019-08-05 Michael TuexenImprove consistency. No functional change.
2019-08-05 Bjoern A. Zeebfrag6.c: rename ip6q[] to ipq6b[] and consistently...
2019-08-05 Bjoern A. Zeebfrag6.c: re-order functions within file
2019-08-05 Alan CoxEnable superpage promotion within the kernel pmap.
2019-08-05 Justin Hibbitspowerpc: Get 32-bit AIM building with secure-PLT
2019-08-04 Justin HibbitsFix 32-bit build again, post r350570.
2019-08-04 Justin HibbitsFix 32-bit build post-r350570
2019-08-04 Justin HibbitsFix the build after r350570.
2019-08-04 Justin HibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-04 Justin Hibbitspowerpc: Enable the BUS_DMA_NOCACHE flag handling
2019-08-04 Cy SchubertResolve ipfilter kld unload issues related to VNET...
2019-08-04 Cy SchubertReturning an uninitialized error is a bad thing.
2019-08-03 Konstantin BelousovFix format spec for ILP32.
2019-08-03 Konstantin Belousovamd64: Streamline exceptions and interrupts handlers.
2019-08-03 Konstantin Belousovbhyve: Ignore MSI/MSI-X interrupts sent to non-active...
2019-08-03 Bjoern A. Zeebfrag6.c: fix includes
2019-08-03 Takanori WatanabeAdd per hub sysctl to expose port information for phyis...
2019-08-03 George V. Neville... Properly validte arguments for route deletion
2019-08-03 Xin LIif_mxge: update zlib version 1.0.4 to 1.2.11.
2019-08-03 Alexander MotinAdd more random bits from NVMe 1.4.
2019-08-03 Justin Hibbitspowerpc/powernv: Fix OPAL cfgread/cfgwrite error handling
2019-08-03 John BaldwinDon't reset memory attributes when mapping physical...
2019-08-03 John BaldwinSet ISOPEN in namei flags when opening executable inter...
2019-08-02 Cy SchubertMFC after: 3 days
2019-08-02 Xin LIFix !INET build.
2019-08-02 Alan CoxBecause of AArch64's weak memory consistency model...
2019-08-02 Alexander MotinDecode few more NVMe log pages.
2019-08-02 Mark JohnstonOnly check the blessings table for known LORs.
2019-08-02 Mark JohnstonFix warnings about unused identifiers when compiling...
2019-08-02 Randall StewartFix one more atomic for i86
2019-08-02 Bjoern A. Zeebfrag6.c: make compile with gcc
next