Add support for 32-bit compatibility IOCTLs in the LinuxKPI.
[freebsd.git] / sys / kern /
2017-09-21 shurdFix undeclared identifier error introduced in r323879
2017-09-21 jhbOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 shurdImproved logging of gtaskqueue failues
2017-09-21 shurdFix M_GTASKQUEUE definition
2017-09-19 kibDo not vrele() covered vnode under the mp mutex.
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-18 kibFix handling of the segment registers on i386.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-16 alcModify blst_leaf_alloc to take only the cursor argument.
2017-09-16 shurdRevert r323516 (iflib rollup)
2017-09-14 glebiusFix locking in soisconnected().
2017-09-14 jhbAdd AT_HWCAP and AT_EHDRFLAGS on all platforms.
2017-09-14 avgdounmount: do not release the mount point's reference...
2017-09-13 glebiusUse soref() in sendfile(2) instead fhold() to reference...
2017-09-13 glebiusFix two issues with not ready data in sockets (read...
2017-09-13 shurdRoll up iflib commits from github. This pulls in most...
2017-09-10 alcTo analyze the allocation of swap blocks by blist funct...
2017-09-10 desIf the user tries to set kern.randompid to 1 (which...
2017-09-10 mjgnamecache: clean up struct namecache_ts handling
2017-09-08 mjgnamecache: fold the unlock label into the only consumer
2017-09-08 mjgnamecache: factor out dot lookup into a dedicated function
2017-09-08 mjgAnnotate Giant with __exclusive_cache_line
2017-09-08 mjgAnnotate global process locks with __exclusive_cache_line
2017-09-06 mjgSprinkle __read_frequently on few obvious places.
2017-09-06 mjgStart annotating global _padalign locks with __exclusiv...
2017-09-05 traszMake root_mount_rel(9) ignore NULL arguments, like...
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-29 impAdd CAM/NVMe support for CAM_DATA_SG
2017-08-28 bdreweryAllow vdrop() of a vnode not yet on the per-mount list...
2017-08-27 cemEnhance debugibility of sysctl leaf re-use warnings
2017-08-27 cemImprove scheduler performance
2017-08-25 jhbDon't grab SOCK_LOCK for soref() when queuing an AIO...
2017-08-25 alcCorrect a regression in the previous change, r322459...
2017-08-24 glebiusThird take on the r319685 and r320480. Actually allow...
2017-08-24 cemRemove unused declaration and update ddb.4
2017-08-24 cemMerge print_lockchain and print_sleepchain
2017-08-22 jkimFix size to copyout(9) for cpuset_getid(2).
2017-08-22 baptImport zstandard 1.3.1
2017-08-22 cemsubr_smp: Clean up topology analysis, add additional...
2017-08-20 kibAllow vinvalbuf() to operate with the shared vnode...
2017-08-18 markjRemove some unneeded subroutines for padding writes...
2017-08-18 markjRename mkdumpheader() and group EKCD functions in kern_...
2017-08-18 markjFactor out duplicated kernel dump code into dump_{start...
2017-08-18 lstewartAn off-by-one error exists in sbuf_vprintf()'s use...
2017-08-17 lstewartImplement simple record boundary tracking in sbuf(9...
2017-08-16 ianFix compile error with option DEBUG. This is fallout...
2017-08-15 cemFix a couple of comment typos
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-13 ianAdd config_intrhook_oneshot(): schedule an intrhook...
2017-08-13 alcThe *_meta_* functions include a radix parameter, a...
2017-08-11 markjHave sendfile_swapin() use vm_page_grab_pages().
2017-08-11 markjModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 alcAn invalid page can't be dirty.
2017-08-11 andrewOnly return the current cpu if it's in the cpumask...
2017-08-09 glebiusPlug uninitialized stack variable leak in sendfile(2).
2017-08-09 alcIntroduce vm_page_grab_pages(), which is intended to...
2017-08-08 asomersMake p1003_1b.aio_listio_max a tunable
2017-08-07 bro Replace __riscv__ with __riscv
2017-08-04 ngieMFhead@r322057 github/projects/make-check-sandbox
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-08-04 alcIn case readers are misled by expressions that combine...
2017-08-02 ngieMFhead@r321897
2017-08-01 markjAmend r321884 to check the refcount and update the...
2017-08-01 markjFix a witness assertion that fires when a lock type...
2017-08-01 ngieMFhead@r321851
2017-08-01 alcThe blist_meta_* routines that process a subtree take...
2017-08-01 dchaginImplement proper Linux /dev/fd and /proc/self/fd behavi...
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-31 markjBatch v_wire_count decrements in vm_hold_free_pages().
2017-07-31 ianAdd clock_schedule(), a feature that allows realtime...
2017-07-31 markjCorrect the predicates on which lockstat:::{thread...
2017-07-31 ianAdd taskqueue_enqueue_timeout_sbt(), because sometimes...
2017-07-29 cemkldstat: Use sizeof in place of named constants for...
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-27 kibMake it possible to request nosys logging to console.
2017-07-27 kibMake the number of children for pctrie node available...
2017-07-24 alcChange the interactions of the interface functions...
2017-07-23 ianAdd common code to support realtime clocks that store...
2017-07-21 dimMerge ^/head r321307 through r321350. github/projects/clang500-import
2017-07-21 tuexenFix getsockopt() for listening sockets when using SO_SN...
2017-07-19 dimMerge ^/head r320994 through r321238.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-18 ngieFix whitespace regression accidentally checked in via...
2017-07-17 alcTidy up before making another round of functional chang...
2017-07-17 jhbSet the current vnet pointer in the socket buffer AIO...
2017-07-16 ianMinor optimization: instead of converting between days...
2017-07-15 markjRevert r320918 and have mkdumpheader() handle version...
2017-07-15 ianRevert r320997. There are reports of it getting the...
2017-07-14 brooksAdd 32-bit compat for kinfo_proc's ki_tdaddr.
2017-07-14 ianMinor optimization: instead of converting between days...
2017-07-14 ianAllow setting debug.clocktime as a tunable. Print...
2017-07-14 dimMerge ^/head r320971 through r320993.
2017-07-14 impThis adds CAM pass(4) support for NVMe IO's. Applicatio...
2017-07-14 kibCorrect sysent flags for dynamically loaded syscalls.
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-12 rlibbykvprintf %b enhancements
2017-07-12 ianSupport multiple realtime clocks, and remove locking...
2017-07-09 manuUpdate DTS files from Linux 4.12
next