]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Trim excessive 'extern' and remove unused declaration.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-08-18 Baptiste DaroussinRemove example from zstd sources, their license does...
2017-08-18 Mark JohnstonRemove some unneeded subroutines for padding writes...
2017-08-18 Mark JohnstonRename mkdumpheader() and group EKCD functions in kern_...
2017-08-18 Mark JohnstonFactor out duplicated kernel dump code into dump_{start...
2017-08-18 Lawrence StewartAn off-by-one error exists in sbuf_vprintf()'s use...
2017-08-17 Lawrence StewartImplement simple record boundary tracking in sbuf(9...
2017-08-16 Ian LeporeFix compile error with option DEBUG. This is fallout...
2017-08-15 Conrad MeyerFix a couple of comment typos
2017-08-14 Enji CooperAdd supporting changes for `Add limited sandbox capabil...
2017-08-13 Ian LeporeAdd config_intrhook_oneshot(): schedule an intrhook...
2017-08-13 Alan CoxThe *_meta_* functions include a radix parameter, a...
2017-08-11 Mark JohnstonHave sendfile_swapin() use vm_page_grab_pages().
2017-08-11 Mark JohnstonModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 Alan CoxAn invalid page can't be dirty.
2017-08-11 Andrew TurnerOnly return the current cpu if it's in the cpumask...
2017-08-11 Peter WemmUpdate from sqlite3-3.14.1 to sqlite3-3.20.0. This...
2017-08-10 Peter WemmUpdate subversion 1.9.5 -> 1.9.7
2017-08-09 Gleb SmirnoffPlug uninitialized stack variable leak in sendfile(2).
2017-08-09 Dimitry AndricUpgrade our copies of clang, llvm and libc++ to r310316...
2017-08-09 Alan CoxIntroduce vm_page_grab_pages(), which is intended to...
2017-08-08 Alan SomersMake p1003_1b.aio_listio_max a tunable
2017-08-08 Andriy GaponMFV r322242: 8373 TXG_WAIT in ZIL commit path
2017-08-08 Andriy GaponMFV r322240: 8491 uberblock on-disk padding to reserve...
2017-08-08 Andriy GaponMFV r322238: 7915 checks in l2arc_evict could use some...
2017-08-08 Andriy GaponMFV r322236: 8126 ztest assertion failed in dbuf_dirty...
2017-08-08 Andriy GaponMFV r322232: 8426 mark immutable buffer arguments as...
2017-08-08 Andriy GaponMFV r322229: 7600 zfs rollback should pass target snaps...
2017-08-08 Andriy GaponMFV r322227: 8377 Panic in bookmark deletion
2017-08-08 Andriy GaponMFV r322223: 8378 crash due to bp in-memory modificatio...
2017-08-08 Andriy GaponMFV r322221: 7910 l2arc_write_buffers() may write beyon...
2017-08-08 Andriy GaponMFV r322217: 8418 zfs_prop_get_table() call in zfs_vali...
2017-08-07 Ruslan Bukino Replace __riscv__ with __riscv
2017-08-04 Enji CooperMFhead@r322057
2017-08-04 Dag-Erling SmørgravUpgrade to OpenSSH 7.5p1.
2017-08-04 Alan CoxIn case readers are misled by expressions that combine...
2017-08-03 Phil ShaferUpdate from libxo-0.8.1 to 0.8.4:
2017-08-02 Enji CooperMFhead@r321897
2017-08-01 Mark JohnstonAmend r321884 to check the refcount and update the...
2017-08-01 Mark JohnstonFix a witness assertion that fires when a lock type...
2017-08-01 Enji CooperMFhead@r321851
2017-08-01 Alan CoxThe blist_meta_* routines that process a subtree take...
2017-08-01 Dmitry ChaginImplement proper Linux /dev/fd and /proc/self/fd behavi...
2017-07-31 Enji CooperMFhead@r321829
2017-07-31 Baptiste DaroussinUpdate mandoc to 1.14.2
2017-07-31 Mark JohnstonBatch v_wire_count decrements in vm_hold_free_pages().
2017-07-31 Ian LeporeAdd clock_schedule(), a feature that allows realtime...
2017-07-31 Mark JohnstonCorrect the predicates on which lockstat:::{thread...
2017-07-31 Ian LeporeAdd taskqueue_enqueue_timeout_sbt(), because sometimes...
2017-07-30 Dimitry AndricUpgrade our copies of clang, llvm, lld and lldb to...
2017-07-29 Conrad Meyerkldstat: Use sizeof in place of named constants for...
2017-07-28 Martin MatuskaMFV r321673:
2017-07-28 Jung-uk KimMerge ACPICA 20170728.
2017-07-27 Konstantin BelousovMake it possible to request nosys logging to console.
2017-07-27 Konstantin BelousovMake the number of children for pctrie node available...
2017-07-24 Alan CoxChange the interactions of the interface functions...
2017-07-24 Simon J. GerratyImport bmake-20170720
2017-07-23 Ian LeporeAdd common code to support realtime clocks that store...
2017-07-21 Dimitry AndricMerge ^/head r321307 through r321350.
2017-07-21 Michael TuexenFix getsockopt() for listening sockets when using SO_SN...
2017-07-19 Dimitry AndricMerge ^/head r320994 through r321238.
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-18 Enji CooperFix whitespace regression accidentally checked in via...
2017-07-17 Alan CoxTidy up before making another round of functional chang...
2017-07-17 John BaldwinSet the current vnet pointer in the socket buffer AIO...
2017-07-16 Ian LeporeMinor optimization: instead of converting between days...
2017-07-15 Simon J. GerratyImport bmake-20170711
2017-07-15 Mark JohnstonRevert r320918 and have mkdumpheader() handle version...
2017-07-15 Ian LeporeRevert r320997. There are reports of it getting the...
2017-07-14 Brooks DavisAdd 32-bit compat for kinfo_proc's ki_tdaddr.
2017-07-14 Ian LeporeMinor optimization: instead of converting between days...
2017-07-14 Ian LeporeAllow setting debug.clocktime as a tunable. Print...
2017-07-14 Dimitry AndricMerge ^/head r320971 through r320993.
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
2017-07-14 Warner LoshThis adds CAM pass(4) support for NVMe IO's. Applicatio...
2017-07-14 Konstantin BelousovCorrect sysent flags for dynamically loaded syscalls.
2017-07-13 Dimitry AndricMerge ^/head r320573 through r320970.
2017-07-13 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 Martin MatuskaMFV r320924:
2017-07-12 Ryan Libbykvprintf %b enhancements
2017-07-12 Xin LIMFV r320905: Import upstream fix for CVE-2017-11103.
2017-07-12 Ian LeporeSupport multiple realtime clocks, and remove locking...
2017-07-09 Emmanuel VadotUpdate DTS files from Linux 4.12
2017-07-06 Andrew GallatinSimplify UIO_SYSSPACE and UIO_NOCOPY paths in uiomove
2017-07-04 Hans Petter SelaskyAfter r319722 two fields were left uninitialized when...
2017-07-03 Konstantin BelousovResolve confusion between different error code spaces.
2017-07-02 Dimitry AndricMerge ^/head r320398 through r320572.
2017-07-02 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-02 Mateusz Guzikrwlock: perform the typically false td_rw_rlocks check...
2017-07-01 Alan CoxChange blst_leaf_alloc() to handle a cursor argument...
2017-06-30 Konstantin BelousovDefine ino64_trunc_error under same conditions as the...
2017-06-30 Alan CoxClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-29 John BaldwinStore a 32-bit PT_LWPINFO struct for 32-bit process...
2017-06-29 Navdeep ParharAdjust sowakeup post-r319685 so that it continues to...
2017-06-29 Konstantin BelousovDo not cast struct kevent_args or struct freebsd11_keve...
2017-06-28 Enji CooperPull down pjdfstest 0.1
2017-06-27 Konstantin BelousovDo not ignore an error from vm_mmap_object().
2017-06-27 Alan CoxAddress the remaining integer overflow issues with...
2017-06-27 Conrad MeyerFix one more place uio_resid is truncated to int
2017-06-27 Dimitry AndricMerge ^/head r320042 through r320397.
2017-06-27 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
next