]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
mips: Don't set __NO_TLS to disable some uses of TLS.
[FreeBSD/FreeBSD.git] / sys /
2021-03-02 John Baldwinmips: Don't set __NO_TLS to disable some uses of TLS.
2021-03-02 John Baldwinriscv: Don't set __NO_TLS to disable some uses of TLS.
2021-03-02 Brett Mastbergenpwm_backlight: Add MODULE_DEPEND on backlight
2021-03-01 Warner Loshuart: only use MSI on devices that advertise 1 MSI...
2021-03-01 Warner LoshGiant: move back Giant removal until 14
2021-03-01 Warner Loshhid: bump HID_ITEM_MAXUSAGES to 8
2021-03-01 Warner Loshacpi: limit the AMDI0020/AMDI0010 workaround to an...
2021-03-01 Kristof Provostpf: Fix incorrect fragment handling
2021-03-01 Mark Johnstonpmap: Fix largemap restart checks in the kernel_maps...
2021-02-28 Mark Johnstoniflib: Avoid double counting in rxeof
2021-02-26 Glen Barberupdate to BETA4
2021-02-25 Robert WatsonReimplement FreeBSD/arm64 dtrace_gethrtime() to use...
2021-02-25 Alexander V. ChernikovFix crash with rtadv-originated multipath IPv6 routes.
2021-02-25 Alexander V. ChernikovFix nd6 rib_action() handling.
2021-02-25 Mitchell Hornearm64: extend struct db_reg to include watchpoint registers
2021-02-25 Mitchell Hornearm64: handle watchpoint exceptions from EL0
2021-02-25 Mitchell Hornearm64: validate breakpoint registers
2021-02-25 Kirk McKusickFix bug 253158 - Panic: snapacct_ufs2: bad block -...
2021-02-25 Konstantin BelousovCall softdep_prealloc() before taking ffs_lock_ea(...
2021-02-25 Konstantin Belousovffs_close_ea: do not relock vnode under lock_ea
2021-02-25 Konstantin Belousovffs_vnops.c: style
2021-02-25 Konstantin Belousovffs: do not call softdep_prealloc() from UFS_BALLOC()
2021-02-25 Konstantin Belousovffs_reallocblks: change the guard for softdep_prealloc...
2021-02-25 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-25 Konstantin Belousovffs_unlock: assert that IN_ENDOFF is not leaked past...
2021-02-25 Konstantin Belousovffs softdep: Force processing of VI_OWEINACT vnodes...
2021-02-25 Konstantin Belousovsoftdep_request_cleanup: wait for softdep_request_clean...
2021-02-25 Konstantin Belousovufs_inactive(): stop hiding ERELOOKUP from ffs_truncate...
2021-02-25 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-25 Konstantin Belousovufs vnops: brace softdep_prelink() with DOINGSUJ instea...
2021-02-25 Konstantin Belousovffs softdep: remove will_direnter argument of softdep_p...
2021-02-25 Konstantin Belousovufs_direnter: directory truncation does not need specia...
2021-02-25 Konstantin Belousovufs_rename: use VOP_VPUT_PAIR and rely on directory...
2021-02-25 Konstantin Belousovufs_direnter: move directory truncation to ffs_vput_pair().
2021-02-25 Konstantin Belousovffs_vput_pair(): try harder to recover from the vnode...
2021-02-25 Konstantin BelousovFFS: implement special VOP_VPUT_PAIR().
2021-02-25 Konstantin Belousovnfsserver: use VOP_VPUT_PAIR().
2021-02-25 Konstantin Belousovffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
2021-02-25 Konstantin BelousovUse VOP_VPUT_PAIR() for eligible VFS syscalls.
2021-02-25 Konstantin Belousovnullfs: provide special bypass for VOP_VPUT_PAIR
2021-02-25 Konstantin BelousovAdd VOP_VPUT_PAIR() with trivial default implementation.
2021-02-25 Konstantin Belousovvn_open(): If the vnode is reclaimed during open(2...
2021-02-25 Konstantin Belousovufs_direnter/SU: unconditionally UFS_UPDATE inode when...
2021-02-25 Konstantin Belousovffs_syncvnode: only clear IN_NEEDSYNC after successfull...
2021-02-25 Konstantin BelousovMerge ufs_fhtovp() into ffs_inotovp().
2021-02-25 Konstantin Belousovffs_inotovp(): interface to convert (ino, gen) into...
2021-02-25 Konstantin Belousovffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
2021-02-25 Konstantin Belousovffs: call ufsdirhash_dirtrunc() right after setting...
2021-02-25 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-25 Allan JudeUse iflib_if_init_locked() during media change instead...
2021-02-25 Alexander Motincxgb(4): Rework my commit 9dc7c250.
2021-02-25 Martin Matuskazfs: restore FreeBSD resource usage accounting
2021-02-25 Martin Matuskazfs: disable use of hardware crypto offload drivers
2021-02-25 Martin Matuskazfs: fix panic if scrubbing after removing a slog device
2021-02-25 Mark Johnstonvm_kern: Avoid sign extension in the KVA_QUANTUM definition
2021-02-24 Mark JohnstonAdd UPDATING entries and bump version
2021-02-24 Roger Pau Monnéxen-blkback: fix leak of grant maps on ring setup failure
2021-02-23 Konstantin Belousovpgcache read: protect against reads past end of the...
2021-02-23 Alexander Motincxgbe(4): Save proper zone index on low memory in refil...
2021-02-22 Jamie GrittonMFS jail: Change both root and working directories...
2021-02-22 Michal KrawczykMFC 1c808fcd859f: Allocate BAR for ENA MSIx vector...
2021-02-21 Emmanuel Vadotarm64: rpi4: gpio: Add brcm,bcm2711-gpio compatible
2021-02-21 Emmanuel Vadotarm64: rpi4: firmware: Attach at BUS_PASS_BUS + BUS_PAS...
2021-02-21 Kristof Provostpf: Fix osfp configuration
2021-02-19 Jamie GrittonMFS jail: Handle a possible race between jail_remove...
2021-02-19 Konstantin Belousovffs_vnops.c: Move opt_*.h includes to the top.
2021-02-19 Glen Barberupdate to 13.0-BETA3
2021-02-18 Toomas Soomeloader: remove BORDER_PIXELS
2021-02-18 Toomas Soomevt: terminal size can grow too big with small font
2021-02-18 Alfredo Dal'Ava... [POWERPC64LE] add mrsas to GENERIC64LE
2021-02-18 Hans Petter SelaskyMFC 12148d4300db:
2021-02-18 Martin Matuskazfs: Avoid updating the L2ARC device header unnecessarily
2021-02-18 Martin Matuskazfs: fix RAIDZ2/3 not healing parity with 2+ bad disks
2021-02-18 Jung-uk KimOpenSSL: Regen assembly files for OpenSSL 1.1.1j
2021-02-17 Kristof ProvostWiden ifnet_detach_sxlock coverage
2021-02-17 Kristof Provostpf: Slightly relax pf_rule_addr validation
2021-02-16 Andrey V. Elsukov[udp6] fix possible panic due to lack of locking.
2021-02-16 Mark Johnstonmca: Handle inconsistent CMCI capability reporting
2021-02-15 Alexander V. ChernikovFix ifa refcount leak during route addition.
2021-02-15 Randall StewartWhen we are about to send down to the driver layer
2021-02-13 Michal Meloundwmmc: Multiple busdma fixes.
2021-02-13 Michal Melounarm32: Align arguments of sync_icache() syscall to...
2021-02-13 Michal Melounarm64: Initialize VFP control register.
2021-02-13 Mark Johnstonvm: Honour the "noreuse" flag to vm_page_unwire_managed()
2021-02-12 Glen Barberupdate releng/13.0 to BETA2
2021-02-11 Alexander V. ChernikovTurn off forgotten multipath debug messages
2021-02-11 Mark Johnstonarmv8crypto: Fix some edge cases in the AES-GCM impleme...
2021-02-10 Ed MasteEnable pvscsi and vmx in arm64 GENERIC
2021-02-10 Ed MasteCorrect description for kern.proc.proc_td
2021-02-10 Brandon Bergrenpowerpc64: Fix boot on virtual-mode OF (PowerMac G5)
2021-02-09 Antonio RussoSet file mode during zfs_write
2021-02-09 Piotr Kubajpowerpc64le: readd COMPAT_FREEBSD11 and COMPAT_FREEBSD12
2021-02-08 Peter GrehanAlways clamp curve25519 keys prior to use.
2021-02-08 Hans Petter SelaskyMFC 093e72319089:
2021-02-08 Hans Petter SelaskyMFC 85d8d30f9f70:
2021-02-08 Konstantin Belousovamd64 GENERIC: compile in mlx5en(4)
2021-02-05 Alfredo Dal'Ava... mrsas: unbreak i386 build
2021-02-05 Glen BarberBranch releng/13.0
2021-02-04 Jamie GrittonMFC jail: Handle a parent jail when a child is added...
2021-02-04 Jamie GrittonMFC jail: fix dangling reference bug from 6754ae2572eb
next