]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / sys /
2019-08-13 cemRemove deprecated GEOM classes
2019-08-13 jeffMove scheduler state into the per-cpu area where it...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 cemsbuf(9): Add sbuf_nl_terminate() API
2019-08-07 cemsbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 jeffCache kernel stacks in UMA. This gives us NUMA support...
2019-08-05 oshogboproc: introduce the proc_add_orphan function
2019-08-04 jhibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-01 delphijAllow Kernel to link in both legacy libkern/zlib and...
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-30 markjUse VNASSERT() in checked VOP wrappers.
2019-07-30 asomersBump __FreeBSD_version
2019-07-30 asomersMFHead @350453
2019-07-30 markjHandle refcount(9) wraparound.
2019-07-30 delphijBump __FreeBSD_version after removal of gzip'ed a.out...
2019-07-30 delphijRemove gzip'ed a.out support.
2019-07-30 asomersMFHead @350426
2019-07-29 oshogboseqc: add man page
2019-07-29 oshogboproc: make clear_orphan an public API
2019-07-28 mavDecode some more IDENTIFY DEVICE bits.
2019-07-28 asomersMFHead @r350386
2019-07-28 asomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-25 mavMake `camcontrol sanitize` support also ATA devices.
2019-07-25 rmacklemr350320 committed the wrong version of generated syscal...
2019-07-25 rmacklemUpdate the generated syscall.mk for copy_file_range(2).
2019-07-25 rmacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 rmacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-24 markjFix the turnstile_lock() KPI.
2019-07-24 markjRemove cap_random(3).
2019-07-21 kibSwitch the rest of the refcount(9) functions to bool...
2019-07-21 kibFix userspace build after r350199.
2019-07-21 kibCheck and avoid overflow when incrementing fp->f_count in
2019-07-19 mavAdd Accessible Max Address Configuration support to...
2019-07-18 asomersfusefs: add a intr/nointr mount option
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-15 jhbAdd ptrace op PT_GET_SC_RET.
2019-07-15 jhbAlways set td_errno to the error value of a system...
2019-07-13 ianAdd arm_sync_icache() and arm_drain_writebuf() sysarch...
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 markjRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 kibControl implicit PROT_MAX() using procctl(2) and the...
2019-07-01 mckusickAdd a new "untrusted" option to the mount command....
2019-07-01 rmacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-07-01 avgupgrade the warning printf-s in bus accessors to KASSER...
2019-06-29 jhbAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-28 hselaskyImplement API for draining EPOCH(9) callbacks.
2019-06-28 mhorneAdd some missing RISC-V ELF defines
2019-06-27 asomersMFHead @349476
2019-06-27 rmacklemAdd non-blocking trylock variants for the rangelock...
2019-06-27 avgrevert r349460, printf -> KASSERT in bus.h, until I...
2019-06-27 avgupgrade the warning printf-s in bus accessors to KASSERT-s
2019-06-25 julianFix annoying whitespace issue.
2019-06-25 luporl[PowerPC64] Don't mark module data as static
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 impMove to using a common kernel path between the boot...
2019-06-21 asomersReduce namespace pollution from r349233
2019-06-21 johalunLinuxKPI: Additions to rcu list.
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 brooksExtend mmap/mprotect API to specify the max page protec...
2019-06-20 asomersMFHead @349234
2019-06-20 asomers#include <sys/types.h> from sys/filio.h
2019-06-20 asomersAdd FIOBMAP2 ioctl
2019-06-20 mavAdd wakeup_any(), cheaper wakeup_one() for taskqueue(9).
2019-06-18 mavOptimize kern.geom.conf* sysctls.
2019-06-18 emasteRemove sys/capability.h for the third time
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-15 ianMove/rename the sys/pwm.h header file to dev/pwm/pwmc...
2019-06-12 shurdSome devices take undesired actions when RTS and DTR are
2019-06-11 jhbMake the warning intervals for deprecated crypto algori...
2019-06-11 jhbAdd M_NOFREE to M_FLAG_BITS.
2019-06-10 dougmChange the check for 'size' wrapping around to zero...
2019-06-10 dchaginUse C11 anonymous unions.
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-07 csjpTeach readelf about some OpenBSD ELF program headers
2019-06-07 aeUse underscores for internal variable name to avoid...
2019-06-07 rlibbyAllow fail points to have separate declarations, defini...
2019-06-06 asomersMFHead @348740
2019-06-05 avgfirst step towards enforcing must-succeed semantics...
2019-06-04 emasteelf_common: add GNU note types and NT_GNU_PROPERTY_TYPE...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-30 dchaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-29 rpokalaAdd bits related to SANITIZE, SED, and form-factor...
2019-05-29 jhibbitsUpdate __FreeBSD_version and Makefile check for r348347
2019-05-28 andrewThe alignment is passed into contigmalloc_domainset...
2019-05-27 cemsys/bufobj.h: Avoid using C++ reserved keyword 'private'
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
2019-05-23 cemEKCD: Add Chacha20 encryption mode
2019-05-23 kibMake pack_kinfo() available for external callers.
2019-05-22 cemRevert r348070
2019-05-21 cemsys/lockmgr.h: Update #error to point at correct _lock.h
2019-05-21 stevekThe older detection methods (smbios.bios.vendor and...
2019-05-20 mmMFV r347989:
next