]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-10-27 Konstantin... tmpfs: remove write-only variables
2021-10-26 Felix Johnsonpthread_np.3: Add a manpage summarizing all of the...
2021-10-26 Ed MasteUpdate old iSCSI initiator man pages for removal from...
2021-10-26 Dimitry AndricFix clang's internal assembler adding unwanted prefix...
2021-10-26 Konstantin... procctl: stop using SA_*LOCKED, define local enum
2021-10-26 Konstantin... kern_procctl: skip zombies for process group operations
2021-10-26 Konstantin... kern_procctl.c: use td->td_proc instead of curproc
2021-10-26 Konstantin... procctl: actually require debug privileges over target
2021-10-26 Konstantin... procctl: make it possible to specify that some operatio...
2021-10-26 Konstantin... sys_procctl(): zero the data buffer once, on syscall...
2021-10-26 Konstantin... sys_procctl(): use table data to do copyin/copyout
2021-10-26 Konstantin... kern_procctl_single(): convert to use table data
2021-10-26 Konstantin... procctl: convert PDEATHSIG_CTL/STATUS to regular kern_p...
2021-10-26 Konstantin... procctl(2): add consistent shortcut P_ID:0 as curproc
2021-10-26 Konstantin... kern_procctl(): convert the function to be table-driven
2021-10-26 Konstantin... sys_procctl(2): remove sysproto and argused
2021-10-25 Rick Macklemnfsd: Disable the NFSv4.2 Allocate operation by default
2021-10-25 Rick Macklemnfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate...
2021-10-25 Felix Johnsoncamcontrol(8): Clean up references to removed symbols
2021-10-25 Andrew TurnerTeach the readelf about arm64 gnu properties
2021-10-25 Andrew TurnerOnly demote when needed in the arm64 pmap_change_props_...
2021-10-25 Andrew TurnerAdd pmap_change_prot on arm64
2021-10-25 Andrew TurnerAlso print symbols when printing arm64 registers
2021-10-25 Andrew TurnerAdd the arm64 table attributes and use them
2021-10-25 Cy Schubertwpa: Reconnect ndis_events build
2021-10-25 Mark Johnstonsafexcel: Set the context record unconditionally
2021-10-25 Mark Johnstonamd64: Zero the PML5 PTI page when initializing a pmap
2021-10-25 Mark Johnstonx86: Remove some leftover APM support
2021-10-25 Philip Paepscontrib/tzdata: correct DST in Palestine
2021-10-25 Ed Mastelorder: process read-only data symbols
2021-10-24 Jessica ClarkeBump __FreeBSD_version for LinuxKPI changes
2021-10-24 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-24 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-24 Jessica Clarkeriscv: Implement pmap_mapdev_attr
2021-10-24 Mateusz Piotrowskitimeout.1: Fix typos in examples
2021-10-24 Kirk McKusickAvoid lost buffers in fsck_ffs.
2021-10-23 Kyle Evanscmp: initialize limit to avoid stack garbage limits
2021-10-23 Robert Wingffs: retire unused fsckpid mount option
2021-10-22 Konstantin... rtld-elf/paths.h: Make it usable outside rtld
2021-10-22 Fangrui Songrtld: Support DT_RELR relative relocation format
2021-10-22 Fangrui Songsys: Add definitions for RELR relative relocation format
2021-10-22 Konstantin... crt_malloc: more accurate handling of mmap(2) failure
2021-10-22 Konstantin... crt_malloc: Be more persistent when handling mmap(...
2021-10-22 Konstantin... crt_malloc: use uintptr_t instead of long for arithmeti...
2021-10-22 Gleb SmirnoffMark sppp(4) as gone in FreeBSD 14.
2021-10-22 Kristof Provostpf tests: ensure that $nr expansion is correct
2021-10-22 Kristof Provostpfctl: delay label macro expansion until after rule...
2021-10-22 Kristof Provostpf: do not copy anchor_wildcard / anchor_relative from...
2021-10-22 Kristof Provostpf: remove unused field from pf_kanchor
2021-10-22 Kristof Provostpfctl: Remove unused variable
2021-10-22 Felix Johnsondevd(8): Note default config file search locations
2021-10-21 Alexander Motinsched_ule(4): Fix possible significance loss.
2021-10-21 Alexander Motinsched_ule(4): Fix hang with steal_thresh < 2.
2021-10-21 Alexander Motinx86: Add NUMA nodes into CPU topology.
2021-10-21 Alexander MotinFix build without SMP.
2021-10-21 Alexander Motinsched_ule(4): Improve long-term load balancer.
2021-10-21 Alexander Motinsbuf(9): Microoptimize sbuf_put_byte()
2021-10-21 John BaldwinBump __FreeBSD_version for OCF changes to support varia...
2021-10-21 John Baldwincrypto: Support Chacha20-Poly1305 with a nonce size...
2021-10-21 John Baldwincrypto: Test all of the AES-CCM KAT vectors.
2021-10-21 John Baldwincryptosoft: Fix support for variable tag lengths in...
2021-10-21 John Baldwinsafexcel: Support truncated tags for AES-CCM.
2021-10-21 John Baldwinsafexcel: Support multiple nonce lengths for AES-CCM.
2021-10-21 John Baldwinccr: Support AES-CCM requests with truncated tags.
2021-10-21 John Baldwinccr: Support multiple nonce lengths for AES-CCM.
2021-10-21 John Baldwinaesni: Support AES-CCM requests with a truncated tag.
2021-10-21 John Baldwinaesni: Permit AES-CCM requests with neither payload...
2021-10-21 John Baldwinaesni: Handle requests with an empty payload.
2021-10-21 John Baldwinaesni: Support multiple nonce lengths for AES-CCM.
2021-10-21 John Baldwincrypto: Support multiple nonce lengths for AES-CCM.
2021-10-21 John Baldwincryptocheck: Support multiple IV sizes for AES-CCM.
2021-10-21 John Baldwincryptodev: Allow some CIOCCRYPT operations with an...
2021-10-21 John Baldwincryptodev: Permit CIOCCRYPT for AEAD ciphers.
2021-10-21 John Baldwincryptodev: Permit explicit IV/nonce and MAC/tag lengths.
2021-10-21 John Baldwincryptosoft, ccr: Use crp_iv directly for AES-CCM and...
2021-10-21 John Baldwincrypto: Permit variable-sized IVs for ciphers with...
2021-10-21 John Baldwinossl: Use crypto_cursor_segment().
2021-10-21 John Baldwincryptosoft: Use crypto_cursor_segment().
2021-10-21 John Baldwincrypto: Add crypto_cursor_segment() to fetch both base...
2021-10-21 John Baldwincrypto: Add a new type of crypto buffer for a single...
2021-10-21 John Baldwinsglist: Add sglist_append_single_mbuf().
2021-10-21 John BaldwinSupport unmapped mbufs in crypto buffers.
2021-10-21 John BaldwinRename m_unmappedtouio() to m_unmapped_uiomove().
2021-10-21 John BaldwinExtend m_copyback() to support unmapped mbufs.
2021-10-21 John BaldwinExtend m_apply() to support unmapped mbufs.
2021-10-21 John Baldwinccp, ccr: Simplify drivers to assume an AES-GCM IV...
2021-10-21 John Baldwincryptodev: Use 'csp' in the handlers for requests.
2021-10-21 John Baldwincryptocheck: Expand the set of sizes tested by -z.
2021-10-21 John Baldwinossl: Don't encryt/decrypt too much data for chacha20.
2021-10-21 John BaldwinAdd Chacha20+Poly1035 to the list of AEAD algorithms.
2021-10-21 John Baldwinossl: Add support for the ChaCha20 + Poly1305 AEAD...
2021-10-21 John Baldwinpoly1305: Don't export generic Poly1305_* symbols from...
2021-10-21 John Baldwinossl: Add ChaCha20 cipher support.
2021-10-21 John BaldwinThe ChaCha20 counter is little endian, not big endian.
2021-10-21 John Baldwinossl: Add Poly1305 digest support.
2021-10-21 John Baldwincryptocheck: Free generated IV after each GMAC test.
2021-10-21 John Baldwincryptocheck: Add support for the Poly1305 digest.
2021-10-21 John Baldwincryptosoft: Support per-op keys for AES-GCM and AES...
2021-10-21 John Baldwincryptocheck: Add Chacha20-Poly1305 AEAD coverage.
2021-10-21 John BaldwinAdd an implementation of CHACHA20_POLY1305 to cryptosoft.
next