]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
linux: fix handling of flags for 32 bit send(2) syscall
[FreeBSD/FreeBSD.git] / sys /
2021-03-04 Edward Tomasz Napi... linux: fix handling of flags for 32 bit send(2) syscall
2021-03-04 Konstantin BelousovO_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVA...
2021-03-04 Konstantin Belousovnameicap_check_dotdot: trim tracker on check
2021-03-04 Konstantin BelousovAdd nameicap_cleanup_from(), to clean tracker list...
2021-03-04 Konstantin Belousovnameicap_tracker_add: avoid duplicates in the tracker...
2021-03-04 Konstantin BelousovDo not call nameicap_tracker_add() for dotdot case.
2021-03-04 Konstantin Belousovopen(2): Remove O_BENEATH and AT_BENEATH
2021-03-04 Konstantin BelousovFFS extattr: fix handling of the tail
2021-03-04 Mark Johnstonsendfile: Use the pager size to determine the file...
2021-03-04 Richard Scheffeneggertcp: various improvements and fixes to PRR
2021-03-04 Michael TuexenRACK: fix an issue triggered by using the CDG CC module
2021-03-04 Kyle Evansjail: allow root to implicitly widen its cpuset to...
2021-03-03 Thomas Skiboddb: fix show devmap output on 32-bit arm
2021-03-03 Elliott Mitchellarmv8crypto: add missing newline
2021-03-03 Rick Macklemnfsclient: fix panic in cache_enter_time()
2021-03-03 Rick Macklemcopy_file_range(2): Fix for small values of input file...
2021-03-03 Mark Johnstonrmlock: Add a required compiler membar to the rlock...
2021-03-02 Michael Tuexensctp: several fixes and improvements
2021-03-02 Michael Tuexentcp: improve behaviour when using TCP_NOOPT
2021-03-02 Konstantin BelousovRemove __NO_TLS.
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
next