]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Relax rtsock message restrictions.
[FreeBSD/FreeBSD.git] / sys /
2021-04-26 Alexander V. ChernikovRelax rtsock message restrictions.
2021-04-26 Alexander V. ChernikovImprove error reporting in rtsock.c
2021-04-26 Alexander V. ChernikovFib algo: extend KPI by allowing algo to set datapath...
2021-04-26 Konstantin Belousovlinuxkpi: reduce number of stray mm_struct allocations
2021-04-26 Konstantin Belousovlinuxkpi: guarantee allocations of task and mm for...
2021-04-26 Konstantin Belousovlinuxkpi: some style, wrap too long lines
2021-04-25 Kevin Bowlingixgbe: Clarify index name in ixgbe_mc_filter_apply
2021-04-24 Rick Macklemnfsd: fix replies from session cache for multiple retries
2021-04-24 Alexander Motinmpt(4): Remove incorrect S/G segments limits.
2021-04-23 Konstantin Belousovsysctl vm.objects: report backing object and swap use
2021-04-23 Konstantin Belousovsysctl_handle_string: do not malloc when SYSCTL_IN...
2021-04-23 Konstantin Belousovvn_open_vnode(): handle error when fp == NULL
2021-04-23 Konstantin Belousovlinkat(2): check NIRES_EMPTYPATH on the first fd arg
2021-04-23 Konstantin BelousovO_PATH: allow vnode kevent filter on such files
2021-04-23 Konstantin BelousovO_PATH: Allow to open symlink
2021-04-23 Konstantin BelousovMake files opened with O_PATH to not block non-forced...
2021-04-23 Konstantin Belousovopen(2): Implement O_PATH
2021-04-23 Konstantin BelousovAdd AT_EMPTY_PATH for several *at(2) syscalls
2021-04-23 Konstantin Belousovvfs_vnops.c: Make vn_statfile() non-static
2021-04-23 Konstantin BelousovStyle.
2021-04-23 Konstantin BelousovAT_RESOLVE_BENEATH is bsd-specific
2021-04-23 Konstantin Belousovb_vflags update requries bufobj lock
2021-04-23 Konstantin Belousovrealtimer_expire: avoid proc lock recursion when called...
2021-04-23 Konstantin Belousovfilt_timerexpire: avoid process lock recursion
2021-04-23 Konstantin BelousovStop arming kqueue timers on knote owner suspend or...
2021-04-23 Konstantin BelousovAdd helper for kqueue timers callout scheduling
2021-04-23 Konstantin BelousovStop arming realtime posix process timers on suspend...
2021-04-23 Konstantin BelousovStop arming periodic process timers on suspend or terminate
2021-04-23 Konstantin Belousovpseudofs: limit writes to 1M
2021-04-23 Konstantin Belousovsbuf_uionew(): sbuf_new() takes int as length
2021-04-23 Konstantin Belousovnfs client: depend on xdr
2021-04-23 Konstantin Belousovptrace: restructure comments around reparenting on...
2021-04-23 Konstantin Belousovptrace: remove dead call to FIX_SSTEP()
2021-04-23 Konstantin Belousovamd64 linux64: use x86_clear_dbregs()
2021-04-23 Konstantin Belousovx86: use x86_clear_dbregs() on fork
2021-04-23 Konstantin Belousovamd64: clear debug registers on execing 32bit native...
2021-04-23 Konstantin Belousovamd64: clear debug registers on execing 32bit Linux...
2021-04-23 Konstantin Belousovx86: add x86_clear_dbregs() helper
2021-04-23 Konstantin Belousovrtld dl_iterate_phdr(): dlpi_tls_data is wrong
2021-04-23 Konstantin Belousovlinuxkpi: remove erronously committed diff save file
2021-04-23 Konstantin Belousovlinuxkpi: drop single-use variable
2021-04-23 Konstantin Belousovlinuxkpi: avoid counting per-thread use for the embedde...
2021-04-23 Konstantin Belousovlinuxkpi: do not destroy/free embedded linux cdevs
2021-04-23 Konstantin Belousovlinuxkpi: rename cdev to ldev
2021-04-23 Konstantin Belousovlinuxkpi: copy ldev into local to test and free the...
2021-04-23 Richard Scheffeneggertcp: Deal with DSACKs, and adjust rescue hole on success.
2021-04-23 Richard Scheffeneggertcp: keep SACK scoreboard sorted when doing rescue...
2021-04-23 Alexander Motinpms(4): Limit maximum I/O size to 256KB instead of...
2021-04-23 Alexander Motinpms(4): Do not return CAM_REQ_CMP on errors.
2021-04-22 Richard Scheffeneggerrack: Fix ECN on finalizing session.
2021-04-22 Richard Scheffeneggertcp: Prepare PRR to work with NewReno LossRecovery
2021-04-22 Richard Scheffeneggertcp: Use PRR for ECN congestion recovery
2021-04-22 Richard Scheffeneggertcp: Refactor PRR code
2021-04-22 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (master)
2021-04-22 Leandro Luporipowerpc64: add missing TLB invalidations to radix
2021-04-22 Leandro Luporipowerpc64: clear low-order bits of ARPN
2021-04-22 Rick Macklemnfsd: fix replies from session cache for retried RPCs
2021-04-22 Alex RichardsonDon't add -Winline for WARNS=6
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
next