]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
IPsec: Use protocol-specific malloc types instead of M_XDATA.
[FreeBSD/FreeBSD.git] / sys / sys /
2022-05-04 Konstantin Belousovunr(9): allow to avoid internal locking
2022-05-03 Ed Masteteken: color #3 is yellow not brown - use TC_YELLOW...
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-29 John Baldwinkern_utimensat: Update name of last arg in prototype.
2022-04-27 Emmanuel VadotBump __FreeBSD_version after linuxkpi mfc
2022-04-22 Mark Johnstoncallout: Remove the CS_EXECUTING flag
2022-04-18 Mitchell HorneRemove 11.x ABI compat for kernel dump ioctls
2022-04-16 Konstantin BelousovAdd sysctl KERN_LOCKF
2022-04-16 Konstantin Belousovsys/user.h: Add kinfo_lockf structure to report advisor...
2022-04-16 Konstantin Belousovlockf: remove lf_inode from struct lockf_entry
2022-04-14 Gordon Berglingsys: Remove a double word in a source code comment
2022-04-14 Gordon Berglingeventhandler: Remove a double world in two comments
2022-04-07 Mark Johnstonctf: Add v3 support to CTF tools, ctf{convert,dump...
2022-04-07 Mark Johnstonctf: Add definitions for CTFv3
2022-04-07 Mark Johnstonctf: Import ctf.h from OpenBSD
2022-04-06 Warner Loshfix integer overflow bugs in *stosbt
2022-04-04 Konstantin Belousovsys/stdatomic.h: be nicer to c++
2022-04-04 Mateusz Guzikvfs: fixup WANTIOCTLCAPS on open
2022-04-04 Mateusz Guzikvfs: fix memory leak on lookup with fds with ioctl...
2022-03-29 Kornel DulebaExtend device_get_property API
2022-03-29 Kornel Dulebabus_if: Add a default implementation of get_property
2022-03-29 Bartlomiej Grzesikdevice: add device_get_property and device_has_property
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-27 Bjoern A. ZeebBump __FreeBSD_version to 1301501 after LinuxKPI and...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-11 Colin PercivalAdd support for getting early entropy from UEFI
2022-03-10 Glen BarberRename stable/13 to -STABLE now that releng/13.1 has...
2022-03-09 Warner Loshbio: make _bio_cflags match bio_cflags
2022-03-08 Eric Joyneriflib: Allow drivers to determine which queue to TX on
2022-03-07 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-03-03 Greg Vsmbios: support getting address from EFI
2022-02-25 Hans Petter Selaskymbuf: make M_ASSERT_NO_SND_TAG() as strict as other...
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2022-02-20 Bjoern A. ZeebBump __FreeBSD_version to 1300526 for LinuxKPI changes.
2022-02-16 Mark Johnstonexec: Reimplement stack address randomization
2022-02-16 Mark Johnstonktls: Disallow transmitting empty frames outside of...
2022-02-16 Mark Johnstonfile: Make fget*() and getvnode*() consistent about...
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-10 Hans Petter Selaskymbuf(9): Assert receive mbufs don't carry a send tag.
2022-02-10 Hans Petter Selaskymbuf(9): Properly declare some function macros when...
2022-02-09 Ed Mastegeom: Add HiFive boot partitions
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-08 Hans Petter SelaskyUse layer five checksum flags in the mbuf packet header...
2022-02-08 Konstantin BelousovIntroduce sys/kassert.h
2022-02-07 Konstantin BelousovAdd GB_NOWITNESS flag
2022-02-07 Konstantin BelousovUse dedicated lock name for pbufs
2022-01-31 Mark Johnstonexec: Remove the stack gap implementation
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-29 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-25 Andriy Gaponadd and use defintions for ATA power modes
2022-01-24 Jessica Clarkeintrng: Use less confusing return value for intr_pic_ad...
2022-01-24 Mark JohnstonRevert "kern_exec: Add kern.stacktop sysctl."
2022-01-22 Vladimir KondratyevBump __FreeBSD_version for LinuxKPI changes
2022-01-14 Konstantin BelousovAdd vfs_remount_ro()
2022-01-14 Stefan Eßersys/cpuset.h: fix macro definition
2022-01-14 Stefan Eßersys/cpuset.h: add 3 more macros provided by GLIBC
2022-01-14 Stefan Eßersys/sys/cpuset.h: Fix typo in source file
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-14 Stefan Eßersys/_bitset.h: Fix fall-out from commit 5e04571cf3c
2022-01-14 Stefan Eßersys/_bitset.h: Fix fall-out from commit 5e04571cf3c
2022-01-14 Stefan Eßersys/bitset.h: reduce visibility of BIT_* macros
2022-01-14 Konstantin BelousovRegen
2022-01-14 Konstantin Belousovsched.h: add CPU_EQUAL() for better compatibility with...
2022-01-04 Warner Loshbus: retire DF_REBID
2022-01-02 Konstantin BelousovPass vdso address to userspace
2022-01-02 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2022-01-02 Konstantin Belousovitimers: strip unused bits from struct itimer and struc...
2021-12-30 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-30 Dawid Goreckikern_exec: Add kern.stacktop sysctl.
2021-12-30 Dawid Goreckisetrlimit: Take stack gap into account.
2021-12-29 Colin PercivalMFC loader+userland TSLOG support
2021-12-29 Andriy Gaponsys/queue.h: move trashing from SLIST_REMOVE to REMOVE_...
2021-12-26 Alexander Motinhwpmc: Add IDs for Intel Comet/Ice/Tiger/Rocketlake...
2021-12-21 Emmanuel Vadotfb: Add new FBTYPE_EFIFB
2021-12-21 Emmanuel Vadotfb: Remove some unused ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused cursors ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOVERTICAL ioctl
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused FBIOSATTR/FBIOGATTR ioctls
2021-12-21 Emmanuel Vadotfb: Remove unused code
2021-12-20 Konstantin BelousovRegen
2021-12-20 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Florian WalpenAdd idle priority scheduling privilege group to MAC...
2021-12-19 Florian WalpenAdd PRIV_SCHED_IDPRIO
2021-12-19 Florian WalpenMAC/priority module for realtime privilege group
2021-12-18 Rick Macklemparam.h: Bump __FreeBSD_version for commit 18f5b477ee66
2021-12-18 Alexander MotinMake msgbuf_peekbytes() not return leading zeroes.
2021-12-14 Andrew TurnerMove KHELP_DECLARE_MOD_UMA later in the boot
2021-12-13 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-12-06 Warner Loshheaders: Implement _ISOC11_SOURCES macro when __POSIX_C...
2021-12-06 Warner Loshsys/uuid.h: Include sys/types.h
2021-12-06 Warner Loshsys/backlight.h: include sys/types.h
2021-12-06 Warner Loshsys/ata.h: Include sys/types.h
2021-12-06 Warner Loshsys/disk/*.h: Include sys/types.h
2021-12-06 Warner Loshsys/alq.h: Kernel only file, mark as such
next