]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
linux: drop unneeded casts
[FreeBSD/FreeBSD.git] / sys /
2021-02-15 Edward Tomasz Napi... linux: drop unneeded casts
2021-02-15 Martin Matuskazfs: Avoid updating the L2ARC device header unnecessarily
2021-02-15 Martin Matuskazfs: fix RAIDZ2/3 not healing parity with 2+ bad disks
2021-02-14 Hans Petter SelaskyFix for locking order reversal in USB audio driver...
2021-02-14 Simon J. GerratyOnly require mac_veriexec for verified_exec
2021-02-14 Kristof Provostpf: Slightly relax pf_rule_addr validation
2021-02-14 Michael Tuexentcp: improve behaviour when using TCP_NOOPT
2021-02-14 Alexander V. ChernikovDo not reference returned ifa in in6_ifawithifp().
2021-02-14 Konstantin Belousovprocstat: distinguish vm map guards in procstat vm...
2021-02-13 Vladimir Kondratyevhidraw: Make HIDIOCGRDESCSIZE ioctl return report descr...
2021-02-13 Vladimir Kondratyevhkbd: Fix handling of keyboard ErrorRollOver reports
2021-02-13 Vladimir Kondratyevukbd: Fix handling of keyboard ErrorRollOver reports
2021-02-13 Alan Somersfusefs: set d_off during VOP_READDIR
2021-02-13 Alexander V. ChernikovFix ifa refcount leak during route addition.
2021-02-12 Alexander V. ChernikovFix various NOINET* builds broken by 145bf6c0af48.
2021-02-12 Alexander V. ChernikovFix interface route addition with net/bird.
2021-02-12 Kirk McKusickFix bug 253158 - Panic: snapacct_ufs2: bad block -...
2021-02-12 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-12 Konstantin Belousovffs_unlock: assert that IN_ENDOFF is not leaked past...
2021-02-12 Konstantin Belousovffs softdep: Force processing of VI_OWEINACT vnodes...
2021-02-12 Konstantin Belousovsoftdep_request_cleanup: wait for softdep_request_clean...
2021-02-12 Konstantin Belousovufs_inactive(): stop hiding ERELOOKUP from ffs_truncate...
2021-02-12 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-12 Konstantin Belousovufs vnops: brace softdep_prelink() with DOINGSUJ instea...
2021-02-12 Konstantin Belousovffs softdep: remove will_direnter argument of softdep_p...
2021-02-12 Konstantin Belousovufs_direnter: directory truncation does not need specia...
2021-02-12 Konstantin Belousovufs_rename: use VOP_VPUT_PAIR and rely on directory...
2021-02-12 Konstantin Belousovufs_direnter: move directory truncation to ffs_vput_pair().
2021-02-12 Konstantin Belousovffs_vput_pair(): try harder to recover from the vnode...
2021-02-12 Konstantin BelousovFFS: implement special VOP_VPUT_PAIR().
2021-02-12 Konstantin Belousovnfsserver: use VOP_VPUT_PAIR().
2021-02-12 Konstantin Belousovffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
2021-02-12 Konstantin BelousovUse VOP_VPUT_PAIR() for eligible VFS syscalls.
2021-02-12 Konstantin Belousovnullfs: provide special bypass for VOP_VPUT_PAIR
2021-02-12 Konstantin BelousovAdd VOP_VPUT_PAIR() with trivial default implementation.
2021-02-12 Konstantin Belousovvn_open(): If the vnode is reclaimed during open(2...
2021-02-12 Konstantin Belousovufs_direnter/SU: unconditionally UFS_UPDATE inode when...
2021-02-12 Konstantin Belousovffs_syncvnode: only clear IN_NEEDSYNC after successfull...
2021-02-12 Konstantin BelousovMerge ufs_fhtovp() into ffs_inotovp().
2021-02-12 Konstantin Belousovffs_inotovp(): interface to convert (ino, gen) into...
2021-02-12 Konstantin Belousovffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
2021-02-12 Konstantin Belousovffs: call ufsdirhash_dirtrunc() right after setting...
2021-02-12 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-12 Konstantin Belousovffs_vnops.c: Move opt_*.h includes to the top.
2021-02-11 Alexander V. ChernikovFix blackhole/reject routes.
2021-02-11 John Baldwincam: Properly find the sim in the assertion in xpt_poll...
2021-02-11 John Baldwiniscsi: Mark iSCSI CAM sims as non-pollable.
2021-02-11 John Baldwincam: Don't permit crashdumps on non-pollable devices.
2021-02-11 John Baldwincam: Permit non-pollable sims.
2021-02-11 Kristof ProvostWiden ifnet_detach_sxlock coverage
2021-02-11 Mark Johnstonmlx4, mthca: Silence warnings about no-op alignment...
2021-02-11 Andrey V. Elsukov[udp] fix possible mbuf and lock leak in udp_input().
2021-02-11 Andrey V. Elsukov[udp6] fix possible panic due to lack of locking.
2021-02-11 Simon J. GerratyMerge bmake-20210206
2021-02-10 Emmanuel Vadotarm64: if_dwc is also needed by intel stratix10 platform
2021-02-10 Emmanuel Vadotarm64: Add a SOC_BRCM_NS2 option
2021-02-10 Emmanuel Vadotarm64: Make thunderx vnic file depend on soc_cavm_thunderx
2021-02-10 Emmanuel Vadotarm64: Order sys/conf/files.arm64
2021-02-10 Lutz Donnerhackenetgraph/ng_bridge: Add counters for the first link...
2021-02-10 Mark Johnstonvm: Honour the "noreuse" flag to vm_page_unwire_managed()
2021-02-10 Cy SchubertMFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:
2021-02-10 Cy SchubertFix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae1...
2021-02-09 Lutz Donnerhackenetgraph/ng_bridge: Document staleness in multithreaded...
2021-02-09 Lutz Donnerhackenetgraph/ng_bridge: Merge internal structures
2021-02-09 Antonio RussoSet file mode during zfs_write
2021-02-09 Mateusz Guzikcache: assorted comment fixups
2021-02-09 Mateusz GuzikRevert "amd64: implement strlen in assembly"
2021-02-09 Michal Melounarm32: Align arguments of sync_icache() syscall to...
2021-02-09 Toomas Soomeloader: remove BORDER_PIXELS
2021-02-09 Kyle Evanskern: sonewconn: set so_options before pru_attach()
2021-02-09 Mateusz Guzikdevfs: fix use count leak when using TIOCSCTTY
2021-02-09 Cy SchubertSimplify the FreeBSD check using __FreeBSD__ compiler...
2021-02-08 Alan SomersZFS: fix assertions with INVARIANTS
2021-02-08 Alexander V. ChernikovRevert "SO_RERROR indicates that receive buffer overflo...
2021-02-08 Warner Loshhid: bump HID_ITEM_MAXUSAGES to 8
2021-02-08 Warner Loshacpi: limit the AMDI0020/AMDI0010 workaround to an...
2021-02-08 Alexander V. ChernikovTurn off forgotten multipath debug messages
2021-02-08 Alexander V. ChernikovSO_RERROR indicates that receive buffer overflows shoul...
2021-02-08 Vladimir Kondratyevwsp: Add sysctl tunable for Z-Axis inversion
2021-02-08 Warner Loshnvme: Make nvme_ctrlr_hw_reset static
2021-02-08 Warner Loshnvme: use NVME_GONE rather than hard-coded 0xffffffff
2021-02-08 Mark Johnstonmca: Handle inconsistent CMCI capability reporting
2021-02-08 Mateusz Guzikamd64: fix up a braino in strlen comment
2021-02-08 Mateusz Guzikamd64: implement strlen in assembly
2021-02-08 Mateusz GuzikRestore the augmented strlen commentary
2021-02-08 Mateusz Guziklibkern: use compiler builtins for strcpy, strcmp and...
2021-02-08 Toomas Soomevt: terminal size can grow too big with small font
2021-02-08 Mark Johnstonktls: Avoid wakeups and locking for synchronous callbacks
2021-02-08 Mark Johnstonopencrypto: Introduce crypto_dispatch_async()
2021-02-08 Mark Johnstonarmv8crypto: Extract GCM state into a structure
2021-02-08 Mark Johnstonarmv8crypto: Fix some edge cases in the AES-GCM impleme...
2021-02-08 Mark Johnstonktls: Make configuration sysctls available as tunables
2021-02-08 Mark Johnstonktls: Use COUNTER_U64_DEFINE_EARLY
2021-02-08 Lutz Donnerhackenetgraph/ng_base: Allow larger BINARY2ASCII conversions
2021-02-08 Edward Tomasz Napi... arm64: optimize set_syscall_retval()
2021-02-07 Vladimir Kondratyevepoll: Store epoll_event udata member in ext member...
2021-02-07 Brandon Bergrenpowerpc64: Fix boot on virtual-mode OF (PowerMac G5)
2021-02-07 Edward Tomasz Napi... linux: add support for SO_PEERSEC getsockopt
2021-02-07 Lutz Donnerhackenetgraph/ng_bridge: Make simple internal functions...
2021-02-07 Lutz DonnerhackeRevert "netgraph/ng_bridge: Make simple internal functi...
next