]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Also use the musl scalbn code for ldexp()
[FreeBSD/FreeBSD.git] / sys /
2021-04-22 Alex Richardsontests/sys/kern/crc32: Check for SSE4.2 before using it
2021-04-21 Mitchell Hornegdb: report specific stop reason for watchpoints
2021-04-21 Mitchell Hornegdb: allow setting/removing hardware watchpoints
2021-04-21 Mitchell Horneddb: replace watchpoint set/clear functions
2021-04-21 Mitchell Hornearm: implement kdb watchpoint functions
2021-04-21 Mitchell Hornearm64: implement kdb watchpoint functions
2021-04-21 Mitchell Hornex86: implement kdb watchpoint functions
2021-04-21 Mitchell HorneIntroduce kdb-level watchpoint functions
2021-04-21 Mitchell Hornex86: consolidate hw watchpoint logic into new file
2021-04-20 Justin Hibbitspowerpc/aim: Update timebase directly on resume instead...
2021-04-20 Justin Hibbitspowerpc/powermac: Constrain 'cpu_sleep()' for AIM to...
2021-04-19 Kristof Provostpf: Do not short-circuit processing for REPLY_TO
2021-04-19 Kristof Provostpf: Add static DTrace probe points
2021-04-19 Kristof Provostpf: change pf_route so pf only runs when packets enter...
2021-04-19 Alexander V. ChernikovFix direct route installation with net/bird.
2021-04-19 Mark JohnstonRename struct device to struct _device
2021-04-19 Vincenzo Maffionenetmap: don't use linux type struct device *
2021-04-19 Mark Johnstonlinuxkpi: Fix pcie_set_readrq()
2021-04-19 Mark Johnstonqlnxr: Properly initialize the Linux device structure
2021-04-19 Mark Johnstoncxgb: Use device_t in preference to struct device *
2021-04-19 Mark Johnstonal_eth: Use device_t in preference to struct device *
2021-04-19 Mark Johnstongenet: Use device_t in preference to struct device *
2021-04-19 Rick Macklemnfsd: make the server repeat CB_RECALL every couple...
2021-04-18 Kirk McKusickEnsure that the mount command shows "with quotas" when...
2021-04-18 Rick Macklemnfsd: fix BindConnectionToSession so that it clears...
2021-04-16 Richard Scheffeneggertcp: Use jenkins_hash32() in hostcache
2021-04-16 Richard Scheffeneggertcp: Use sbuf_drain unconditionally
2021-04-16 Richard Scheffeneggertcp: Shouldn't drain empty sbuf
2021-04-16 Richard Scheffeneggertcp: Add hash histogram output and validate bucket...
2021-04-16 Richard Scheffeneggertcp: For hostcache performance, use atomics instead...
2021-04-16 Richard Scheffeneggertcp: Make hostcache.cache_count MPSAFE by using a...
2021-04-16 Richard Scheffeneggertcp: drain tcp_hostcache_list in between per-bucket...
2021-04-16 Richard Scheffeneggertcp: reduce memory footprint when listing tcp hostcache
2021-04-16 Richard ScheffeneggerMake sbuf_drain safe for external use
2021-04-16 Richard ScheffeneggerExport sbuf_drain to orchestrate lock and drain action
2021-04-16 Mitchell Hornearm64: adjust comments in dbg_monitor_exit()
2021-04-16 Mitchell Hornearm64: clear debug registers after execve(2)
2021-04-16 Mitchell Hornermlock(9): add an RM_DUPOK flag
2021-04-16 Mitchell Hornearm64: clear debug register state on fork
2021-04-16 Dmitry ChaginPartially revert r248770.
2021-04-16 Mark Johnstonfbt: Remove some handling for multiple CTF containers
2021-04-15 Kevin Bowlingsys/ck.h: Add an include guard
2021-04-15 Rick Macklemnfsv4 client: factor loop contents out into a separate...
2021-04-15 Mark Johnstonpowernv: Include NUMA locality information in the CPU...
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-04-14 Kristof Provostlibnv: Allow use in non-sleepable contexts
2021-04-14 Alexander MotinAdd IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.
2021-04-12 Alexander V. ChernikovFix vlan creation for the older ifconfig(8) binaries.
2021-04-12 Mark Johnstonqat: Make prototypes consistent with the implementation
2021-04-12 Rick Macklemnfsv4 client: replace while loops with LIST_FOREACH...
2021-04-12 Rick Macklemnfsv4.1/4.2 client: fix handling of delegations for...
2021-04-11 Rick Macklemnfsd: do not implicitly bind the back channel for NFSv4...
2021-04-11 Rick Macklemnfsv4 client: fix forced dismount when sleeping in...
2021-04-11 Vladimir Kondratyevhid: add opt_hid.h to modules that use HID_DEBUG
2021-04-11 Vladimir Kondratyevig4: Add PCI IDs for Intel Gemini Lake I2C controller.
2021-04-11 Vladimir Kondratyevepoll: Store epoll_event udata member in ext member...
2021-04-11 Brandon Bergren[PowerPC] Fix NUMA checking for powernv
2021-04-11 Richard Scheffenegger[tcp] Fix ECN on finalizing sessions.
2021-04-11 Konstantin Belousovstruct mount uppers: correct locking annotations
2021-04-11 Konstantin BelousovAdd sysctl debug.uma_reclaim
2021-04-10 Mateusz Guzikcache: temporarily drop the assert that dvp != vp when...
2021-04-10 Mateusz Guzikamd64: implement strlen in assembly, take 2
2021-04-10 Alex Richardsonsys/dev/md: Drop unncessary __GLOBL(mfs_root)
2021-04-10 Alex RichardsonUnbreak MSG_CMSG_CLOEXEC
2021-04-10 Mateusz Guzikvfs: replace vfs_smr_quiesce with vfs_smr_synchronize
2021-04-10 Mateusz Guzikcache: update an assert on CACHE_FPL_STATUS_ABORTED
2021-04-10 Mateusz Guzikcache: add high level overview
2021-04-10 Mateusz Guzikcache: fix resizing in face of lockless lookup
2021-04-10 Mateusz Guzikvfs: add vfs_smr_quiesce
2021-04-10 Mateusz Guzikvfs: employ vfs_ref_from_vp in statfs and fstatfs
2021-04-10 Mateusz Guzikvfs: add vfs_ref_from_vp
2021-04-10 Mateusz Guzikcache: assorted comment fixups
2021-04-10 Mateusz Guzikdevfs: fix use count leak when using TIOCSCTTY
2021-04-10 Mateusz Guziklibkern: use compiler builtins for strcpy, strcmp and...
2021-04-10 Mateusz Guzikcache: remove the largely obsolete general description
2021-04-10 Mateusz Guzikcache: fix vfs:namecache:lookup:miss probe call sites
2021-04-10 Mateusz Guzikcache: drop spurious arg from panic in cache_validate
2021-04-10 Mateusz Guzikcache: comment on FNV
2021-04-09 Peter Jeremyarm64: Add support for the RK805/RK808 RTC
2021-04-09 Konstantin Belousovnullfs: protect against user creating inconsistent...
2021-04-08 Richard Scheffeneggertcp: Perform simple fast retransmit when SACK Blocks...
2021-04-08 Alexander V. ChernikovFix fib algo rebuild delay calculation.
2021-04-08 Tai-hwa Liangnet: fixing a memory leak in if_deregister_com_alloc()
2021-04-08 Alan Somersfusefs: fix a dead store in fuse_vnop_advlock
2021-04-08 Alan Somersfusefs: fix two bugs regarding fcntl file locks
2021-04-07 Kristof Provostdummynet: Move timekeeping information into dn_cfg
2021-04-07 Kristof Provostdummynet: Move packet counters into dn_cfg
2021-04-07 Ka Ho NgAMD-vi: Mixed format IVHD block should replace fixed...
2021-04-07 Ka Ho NgAMD-vi: Fix mismatched NULL checking in amdiommu teardo...
2021-04-07 Ka Ho NgAMD-vi: Fix IOMMU device interrupts being overridden
2021-04-07 Ka Ho Ngivrs_drv: Fix IVHDs with duplicated BaseAddress
2021-04-07 Konstantin BelousovStyle
2021-04-07 Konstantin Belousovmbuf: add a way to mark flowid as calculated from the...
2021-04-07 Konstantin Belousovvxlan: correct interface MTU when using hw offloads
2021-04-07 Justin Hibbits[PowerPC] Remove unused IPI type count tracking.
2021-04-07 Justin Hibbitspowerpc/pseries: Add new hypercall definition, H_REGIST...
2021-04-07 Alexander MotinMove time math out of disabled interrupts sections.
2021-04-07 Alexander MotinDo not read timer extra time when MWAIT is used.
2021-04-07 Alexander MotinChange mwait_bm_avoidance use to match Linux.
2021-04-06 Mark Johnstonmount: Disallow mounting over a jail root
next