]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
getrandom(2) should not be restricted in capability mode.
[FreeBSD/FreeBSD.git] / sys /
2018-08-18 Xin LIgetrandom(2) should not be restricted in capability...
2018-08-18 Navdeep Parharcxgbe(4): Replace T4_PKT_TIMESTAMP with something sligh...
2018-08-17 Rick MacklemFix LORs between vn_start_write() and vn_lock() in...
2018-08-17 Navdeep Parharcxgbe(4): Adjust ntids to account for nhptids in the...
2018-08-17 Navdeep Parharcxgbe/tom: Put the ifnet or VLAN's PCP value in the...
2018-08-17 Mark JohnstonTypo.
2018-08-17 Mark JohnstonAdd INVARIANTS-only fences around lockless vnode refcou...
2018-08-17 Alexander Motin9751 Allocation throttling misplacing ditto blocks
2018-08-17 Alexander Motin9738 Fix third block copy allocations, broken at 9112.
2018-08-17 Kristof Provostpf: Limit the maximum number of fragments per packet
2018-08-17 Warner LoshGPT is standard in x86 and arm64 land. Add it to DEFAUL...
2018-08-17 Mariusz Zaborskicapsicum: allow the setproctitle(3) function in capabil...
2018-08-17 Rick MacklemDon't set a file's size for the MDS file of a pNFS...
2018-08-17 Conrad Meyercryptosoft: Reduce generality of supported algorithm...
2018-08-17 Justin Hibbitsrandom: Add PowerPC 'darn' instruction entropy source
2018-08-17 Kyle Evanssubr_prf: Don't write kern.boot_tag if it's empty
2018-08-17 Conrad MeyerRiscv: Include crypto for IPSec
2018-08-17 Conrad Meyerarm: Define crypto option on platforms that include...
2018-08-17 Navdeep Parharif_vlan(4): A VLAN always has a PCP and its ifnet's...
2018-08-17 Conrad Meyercrypto(4): Add cryptosoft, cryptodev support for Poly...
2018-08-17 Conrad MeyerAdd xform-conforming auth_hash wrapper for Poly-1305
2018-08-17 Conrad MeyerBring in compatibility glue for libsodium
2018-08-17 Conrad MeyerBring in libsodium to sys/contrib
2018-08-16 Glen BarberRename head from ALPHA1 to ALPHA2 in preparation for...
2018-08-16 Navdeep ParharAdd the ability to look up the 3b PCP of a VLAN interfa...
2018-08-16 Jamie GrittonRevert r337922, except for some documention-only bits...
2018-08-16 Alexander MotinMake vfs.zfs.zio.dva_throttle_enabled sysctl writable.
2018-08-16 Jamie GrittonPut jail(2) under COMPAT_FREEBSD11. It has been the...
2018-08-16 Doug AmbriskoFix a module Makefile error on amd64 so the IPMI HW...
2018-08-16 Andrew TurnerRemove the L1 and L2 xscale page defines and rename...
2018-08-16 Andrey V. ElsukovProperly initialize IP version in IPv6 header. This...
2018-08-16 Alexander MotinAdd couple tunables/sysctl, missed in r336949.
2018-08-15 Emmanuel Vadotam335x: Add pocketbeagle DTS to the build
2018-08-15 Navdeep Parharcxgbe(4): Use VLAN_TRUNKDEV instead of private cookie...
2018-08-15 Alexander MotinFix mismerge in r337196.
2018-08-15 Matt MacyFix in6_multi double free
2018-08-15 Alexander Leidinger- Add exec hook "exec.created". This is called when...
2018-08-15 Conrad MeyerFUSE: Document global sysctl knobs
2018-08-15 Luiz Otavio O SouzaFix a typo in comment.
2018-08-15 Luiz Otavio O SouzaLate style follow up on r312770.
2018-08-15 Andrew TurnerRemove pmap_kenter_section from the arm pmap. It's...
2018-08-15 Andrew TurnerRemove ARM_HAVE_SUPERSECTIONS. It was only supported...
2018-08-15 Andrew TurnerMake code and data only used within the arm pmap code...
2018-08-15 Andrew TurnerRemove arm pmap variables that are only ever set and...
2018-08-15 Andrew TurnerRemove ARM_MMU_GENERIC, it's the only ARMV4/v5 MMU...
2018-08-15 Andrew TurnerRemove the ARMv5 pmap function pointers. These were...
2018-08-15 Andrew TurnerRemove checks for now unsupported CPU_* values in arm...
2018-08-15 Luiz Otavio O SouzaThe interface name must be sanitized before the search...
2018-08-15 Andrew TurnerStart to remove XScale support from the ARMv4/v5 pmap...
2018-08-15 Andrew TurnerSet the Execute Never flags in EFI device memory as...
2018-08-15 Andrew TurnerRemove PHYSADDR from kernel configurations that don...
2018-08-15 Andrew TurnerRemove the VIRT armv7 kernel config. It is supported...
2018-08-15 Konstantin BelousovFix early EFIRT on PCID machines after r337773.
2018-08-15 Edward Tomasz Napi... In the help message at the mountroot prompt, suggest...
2018-08-15 Toomas Soomecd9660 pointer sign issues and missing __packed attribute
2018-08-15 Navdeep Parharcxgbe(4): Use two hashes instead of a table to keep...
2018-08-15 Warner LoshFlesh out a comment about what we're doing with read...
2018-08-14 Warner Losharm/ralink cleanup
2018-08-14 Cy SchubertMFV r337818:
2018-08-14 Mark JohnstonHelp ensure that the copy loop doesn't get converted...
2018-08-14 David BrightFix several memory leaks.
2018-08-14 Luiz Otavio O SouzaDisable the auto negotiation if the port is set to...
2018-08-14 Kyle EvansMFV r337586: lua: Update to 5.3.5
2018-08-14 Jung-uk KimMerge OpenSSL 1.0.2p.
2018-08-14 Jonathan T. LooneyLower the default limits on the IPv6 reassembly queue.
2018-08-14 Jonathan T. LooneyLower the default limits on the IPv4 reassembly queue.
2018-08-14 Konstantin BelousovProvide part of the mitigation for L1TF-VMM.
2018-08-14 Jonathan T. LooneyDrop 0-byte IPv6 fragments.
2018-08-14 Jonathan T. LooneyImplement a limit on on the number of IPv6 reassembly...
2018-08-14 Jonathan T. LooneyAdd a limit of the number of fragments per IPv6 packet.
2018-08-14 Jonathan T. LooneyMake the IPv6 fragment limits be global, rather than...
2018-08-14 Jonathan T. LooneyImplement a limit on on the number of IPv4 reassembly...
2018-08-14 Jonathan T. LooneyAdd a global limit on the number of IPv4 fragments.
2018-08-14 Konstantin BelousovAdd definitions related to the L1D flush operation...
2018-08-14 Jonathan T. LooneyImprove IPv6 reassembly performance by hashing fragment...
2018-08-14 Jonathan T. LooneyImprove hashing of IPv4 fragments.
2018-08-14 Konstantin BelousovReserve page at the physical address zero on amd64.
2018-08-14 Konstantin Belousovamd64: ensure that curproc->p_vmspace pmap always match...
2018-08-14 Luiz Otavio O SouzaAdd support to the Marvell Xenon SDHCI controller.
2018-08-14 Ruslan BukinQuery MVPConf0.PVPE for number of CPUs.
2018-08-14 Konstantin BelousovFix typo.
2018-08-14 Ruslan BukinAvoid repeated address calculation for malta_ap_boot.
2018-08-14 Ruslan BukinRemove unused code.
2018-08-14 Ruslan BukinRewrite RISC-V disassembler:
2018-08-14 Andrew TurnerRemove cpu_pfr from arm. It's unused.
2018-08-14 Andrew TurnerRemove an old comment now the code it references has...
2018-08-14 Andrew TurnerFix the spelling of armv4_idcache_inv_all in an END...
2018-08-14 Luiz Otavio O SouzaUse the correct PTE when changing the attribute of...
2018-08-14 Mark JohnstonExplain why we aren't using memcpy().
2018-08-14 Mark JohnstonDon't use memcpy() in the early microcode loading code.
2018-08-14 Luiz Otavio O SouzaFix a typo on the PSCI smc call wrapper.
2018-08-14 Mark JohnstonFix the !SMP x86 build.
2018-08-14 Martin MatuskaMFV r337744:
2018-08-14 Andrew TurnerSupport reading from the arm64 ID registers from userspace.
2018-08-14 Michael TuexenUse a macro to set the assoc state. I missed this in...
2018-08-14 Michael TuexenRemove a set but not used warning showing up in usrsctp.
2018-08-14 Andrey V. ElsukovRestore ability to send ICMP and ICMPv6 redirects.
2018-08-14 Matt MacyAdd library and kernel support for AMD Family 17h counters
2018-08-13 Ian LeporeExport the eeprom device size via readonly sysctl....
2018-08-13 Brooks DavisCopy out from kernel to data, not the other way around.
next