gcc builds: reenable -Wstrict-overflow for kern.mk
[freebsd.git] / sys / kern /
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
2017-07-06 gallatinSimplify UIO_SYSSPACE and UIO_NOCOPY paths in uiomove
2017-07-04 hselaskyAfter r319722 two fields were left uninitialized when...
2017-07-03 kibResolve confusion between different error code spaces.
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-02 mjgrwlock: perform the typically false td_rw_rlocks check...
2017-07-01 alcChange blst_leaf_alloc() to handle a cursor argument...
2017-06-30 kibDefine ino64_trunc_error under same conditions as the...
2017-06-30 alcClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-29 jhbStore a 32-bit PT_LWPINFO struct for 32-bit process...
2017-06-29 npAdjust sowakeup post-r319685 so that it continues to...
2017-06-29 kibDo not cast struct kevent_args or struct freebsd11_keve...
2017-06-28 ngiePull down pjdfstest 0.1
next