]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
vm_object: Modify various drivers to allocate OBJT_SWAP objects
[FreeBSD/FreeBSD.git] / sys / sys /
2022-07-20 Mark Johnstontime: Make realitexpire() local to kern_time.c
2022-07-13 John BaldwinBump __FreeBSD_version for new <crypto/*.h> headers.
2022-07-11 Doug Moorebitstring: fix ff_area() when start!=0
2022-07-11 John Baldwin<sys/bitstring.h>: Cast _BITSTR_BITS to int in a ternar...
2022-07-11 Doug Moorevm_reserv: use enhanced bitstring for popmaps
2022-07-11 Yuriipmi: correctly handle ipmb requests
2022-07-06 Konstantin BelousovAdd MPASSERT() and MPPASS() macros
2022-07-04 Alexander Motinhwpmc: Increase thread priority while iterating CPUs.
2022-07-04 Alexander Motinhwpmc: Add IDs for few more Intel Atom CPUs.
2022-07-04 Alexander Motinhwpmc: Add basic Intel Alderlake CPUs support.
2022-07-04 Mitchell Horneset_cputicker: use a bool
2022-07-03 Jamie GrittonMFC jail: Remove a prison's shared memory when it dies
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-27 Mitchell Hornekerneldump: remove physical argument from d_dumper
2022-06-27 Mitchell Hornelivedump: add event handler hooks
2022-06-27 Mitchell HorneAdd new vnode dumper to support live minidumps
2022-06-27 Mitchell HorneSplit out dumper allocation from list insertion
2022-06-27 Eric van Gyzennetdump: send key before dump, in case dump fails
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-24 Damjan Jovanovicstruct kinfo_file changes needed for lsof to work using...
2022-06-24 Konstantin BelousovMake stop_all_proc_block interruptible to avoid deadloc...
2022-06-24 Konstantin Belousovthread_unsuspend(): do not unuspend the suspended leade...
2022-06-24 Konstantin BelousovDo not single-thread itself when the process single...
2022-06-24 Konstantin BelousovP2_WEXIT: avoid thread_single() for exiting process...
2022-06-24 Konstantin BelousovAdd stop_all_proc_block(9)
2022-06-21 Emmanuel VadotBump __FreeBSD_version after linuxkpi mfc
2022-06-21 Warner LoshCreate wrapper for Giant taken for newbus
2022-06-19 Doug Moorerb_tree: drop needless tests from rb_next, rb_prev
2022-06-17 Dmitry ChaginFinish cpuset_getaffinity() after f35093f8
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginarm64: Enable the floating-point exception traps
2022-06-17 Dmitry Chaginkdump: Decode cpuset_t.
2022-06-17 Dmitry Chagincpuset: Byte swap cpuset for compat32 on big endian...
2022-06-17 Dmitry Chaginsysvsem: Add a timeout argument to the semop.
2022-06-17 Dmitry ChaginAdd timespecvalid_interval macro and use it.
2022-06-17 Dmitry Chagingetdirentries: return ENOENT for unlinked but still...
2022-06-17 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2022-06-17 Dmitry Chaginumtx: Add new pi_futex type.
2022-06-17 Dmitry Chaginumtx: Split do_unlock_pi on two counterparts.
2022-06-17 Dmitry Chaginumtx: Expose some of the pi umtx structures and API...
2022-06-17 Dmitry Chaginumtx: Add umtxq_requeue Linux emulation layer extension.
2022-06-17 Dmitry Chaginumtx: Add bitset conditional wakeup functionality.
2022-06-17 Dmitry Chaginumtx: Expose some of the umtx structures and API to...
2022-06-17 Dmitry Chaginumtx: Expose struct abs_timeout to the rest of the...
2022-06-17 Dmitry Chaginumtx: Split umtx.h on two counterparts.
2022-06-17 Dmitry Chaginlinux(4): Modify sv_onexec hook to return an error.
2022-06-17 Dmitry ChaginAdd a link to the Elf_Brandinfo into the struc proc.
2022-06-17 Dmitry ChaginSplit kern_poll() on two counterparts.
2022-06-17 Edward Tomasz Napi... kern_linkat: modify to accept AT_ flags instead of...
2022-06-17 Thomas Munropoll(2): Add POLLRDHUP.
2022-06-10 Gordon Berglingkthread(9): Add a missing space
2022-06-04 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.3-0-g1f914...
2022-06-01 Vladimir KondratyevLinuxKPI: Implement kthread_worker related functions
2022-05-28 Rick Macklemuipc_socket.c: Modify MSG_TLSAPPDATA to only do Alert...
2022-05-27 Mitchell HorneDrop d_dump from struct cdevsw
2022-05-23 Mark Johnstoncpuset: Fix the KASAN and KMSAN builds
2022-05-23 Justin Hibbitscpuset: Byte swap cpuset for compat32 on big endian...
2022-05-23 Alan SomersFix overflow errors in sbttous and sbttoms
2022-05-23 Alan SomersCorrectly measure system load averages > 1024
2022-05-19 John BaldwinBump __FreeBSD_version for new variants of *DRIVER_MODU...
2022-05-17 John BaldwinDeprecate the 'devclass' argument from *DRIVER_MODULE...
2022-05-13 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-05-13 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-05-13 John Baldwin<sys/reg.h>: Add ELF32_REGSET.
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-12 Edward Tomasz Napi... Add infrastructure required for Linux coredump support
2022-05-12 Edward Tomasz Napi... Unstaticize parts of coredumping code
2022-05-12 Edward Tomasz Napi... Refactor core dumping code a bit
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)
next