]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make vector-related functions in libcxxrt's demangler static
[FreeBSD/FreeBSD.git] / sys /
2020-11-04 Mark Johnstonamd64: Make it easier to configure exception stack...
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-11-04 Mark Johnstonrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-04 Bjoern A. Zeebarm64: implement bs_sr_<N>
2020-11-04 Bjoern A. Zeebnet80211: fix a typo
2020-11-04 Andrew TurnerAdd the pmap.h changes missed in r367320
2020-11-04 Mateusz PiotrowskiFix a typo
2020-11-04 Andrew TurnerAllow the creation of 3 level page tables on arm64
2020-11-03 John BaldwinReplace some K&R function definitions with ANSI C.
2020-11-03 John BaldwinConsistently use C99 fixed-width types in the in-kernel...
2020-11-03 Ilya BakulinAlways return MMC errors from mmc_handle_reply()
2020-11-03 Conrad Meyerlinux(4): Improve netlink diagnostics
2020-11-03 Brooks Davissysvshm: pass relevant uap members as arguments
2020-11-03 Edward Tomasz Napi... Make linux_errtbl[] static.
2020-11-03 Edward Tomasz Napi... Fix rookie mistake - it's nitems(), not sizeof().
2020-11-03 Konstantin Belousovif_media.c SIOCGMEDIAX handler: improve loop
2020-11-03 Conrad Meyerlinux(4) prctl(2): Implement PR_[GS]ET_DUMPABLE
2020-11-03 Conrad Meyerlinux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-03 Conrad Meyerlinux(4): style: Eliminate dead 'break' after 'return'
2020-11-02 Ruslan BukinAdd routines for ARM System MMU (SMMU) pmap management.
2020-11-02 Alan CoxTidy up the #includes. Recent changes, such as the...
2020-11-02 Conrad Meyerlinux(4): Quiesce unrecognized ioctl warning for F2FS...
2020-11-02 Conrad Meyerlinux(4): Deduplicate ioctl range construction with...
2020-11-02 Mateusz Guzikzfs: zstd: short-circuit cleaning buffers if none exist
2020-11-02 Mateusz Guzikmalloc: prefix zones with malloc-
2020-11-02 Mateusz Guzikmalloc: export kernel zones instead of relying on them...
2020-11-02 Hans Petter SelaskyFix for referencing file via its vnode in ibore.
2020-11-02 Michal MelounImprove loading of multipage aligned buffers.
2020-11-02 Conrad Meyerlinux(4): Disambiguate identical ioctl errors in distin...
2020-11-02 Alexander MotinAdd icc (Isochronous Command Completion) ccb_ataio...
2020-11-01 Konstantin Belousovnet/if_media.c: improve IFMEDIA_DEBUG output.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: simplify cleanup loop in...
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: some style.
2020-11-01 Konstantin BelousovCleanup of net/if_media.c: switch to ANSI C function...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-31 Vladimir Kondratyevacpi_dock(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir Kondratyevacpi_wmi(4): Add ACPI_PNP_INFO
2020-10-31 Vladimir KondratyevAdd plug and play information macroses for ACPI and...
2020-10-31 Hans Petter SelaskyImplement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).
2020-10-31 Brandon BergrenFix 32-bit build after r367229.
2020-10-31 Vladimir Kondratyevacpi_video(4): Put display device in to D3 state on...
2020-10-31 Vladimir Kondratyevacpi_video(4): Add evdev support for reporting of video...
2020-10-31 Vladimir Kondratyevacpi(9): Add EVENTHANDLERs for video and AC adapter...
2020-10-31 Vladimir Kondratyevacpi: Tweak _DSM method evaluation helpers.
2020-10-31 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Comit Lake I2C controllers.
2020-10-31 Mateusz Guzikzfs: zstd: track allocator statistics
2020-10-31 Conrad Meyerlinux(4): Add missing clone(2) flags
2020-10-30 Warner LoshIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 John BaldwinRemove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals.
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Conrad Meyerlinux(4): Quiesce warning about madvise(..., -1)
2020-10-30 Conrad MeyerUFS2: Fix DoS due to corrupted extattrfile
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mark Johnstonopencrypto: Annotate hmac_init_(i|o)pad() to make auth_...
2020-10-30 Mateusz Guziktmpfs: change tmpfs dirent zone into a malloc type
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-30 Mitchell Hornenet: add ETHER_IS_IPV6_MULTICAST
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-30 John BaldwinFix a couple of silly bugs in r367149.
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 John BaldwinUse public interfaces to manage the nested rate limit...
2020-10-29 John BaldwinCall m_snd_tag_rele() to free send tags.
2020-10-29 John BaldwinRemove an extra if_ref().
2020-10-29 John BaldwinStore the new send tag in the right place.
2020-10-29 Mateusz Guzikvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 Edward Tomasz Napi... Make linprocfs(4) print a warning when there's not...
2020-10-29 Edward Tomasz Napi... Optimize set_syscall_retval for riscv by predicting...
2020-10-29 Edward Tomasz Napi... Make it possible to mount nullfs(5) using plain mount(8)
2020-10-29 Edward Tomasz Napi... Fix typo.
2020-10-29 Edward Tomasz Napi... Add defines for Linux errno values and use them to...
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-29 John BaldwinSave the current TCP pacing rate in t_pacing_rate.
2020-10-28 Konstantin BelousovCheck for process group change in tty_wait_background().
2020-10-28 Vincenzo Maffioneiflib: fix typo bug introduced by r367093
2020-10-28 Alexander V. ChernikovFix use-after-free in icmp6_notify_error().
2020-10-28 Alexander MotinFix unintentional constant rename in r367109.
2020-10-28 Alexander MotinPrint NVMe controller capabilities in verbose dmesg.
2020-10-28 Edward Tomasz Napi... Add local variable to store the sysent pointer. Just...
2020-10-28 Edward Tomasz Napi... Make linux_errtbl a bit more readable by using named...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-28 Hans Petter SelaskyAdd new USB IDs.
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Vincenzo Maffioneiflib: add per-tx-queue netmap timer
2020-10-27 Mateusz Guzikvfs: tidy up vnlru_free
2020-10-27 Mateusz Guzikvfs: fix vnode reclaim races against getnwevnode
2020-10-27 Mateusz Guzikrefcount: make it atomic-clean
2020-10-27 Ruslan Bukino Add the domain member to the struct bus_dma_tag_commo...
2020-10-27 Ruslan BukinTake the ITS device lock around gicv3_its_release_irqsr...
2020-10-27 Mark Johnstonarm64: Remove a racy KASSERT from pmap_remove_pages()
2020-10-27 Edward Tomasz Napi... Fix misnomer - linux_to_bsd_errno() does the exact...
2020-10-27 Kristof Provostriscv: Minor cleanup in startup code
2020-10-27 Warner LoshRemove frontstuff
2020-10-26 Mitchell Horneriscv: make use of SBI legacy replacement extensions
2020-10-26 Mitchell Horneriscv: remove sbi_clear_ipi()
2020-10-26 Mateusz Guziklinux: silence renameat2 flags warning
2020-10-26 Mateusz Guziklinux: add missing conversions for compat.linux.use_emu...
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-26 Kyle Evansaudit: also correctly audit linux_execve()
next