]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge ^/head r321239 through r321306.
[FreeBSD/FreeBSD.git] / sys / kern /
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...
2017-06-25 Ed MasteUpdate to ELF Tool Chain snapshot at r3561
2017-06-25 Gleb SmirnoffProvide sbsetopt() that handles socket buffer related...
2017-06-22 Andriy GaponMFV r319950: 5220 L2ARC does not support devices that...
2017-06-22 Andriy GaponMFV r319742: 8056 zfs send size estimate is inaccurate...
2017-06-22 Andriy GaponMFV r318947: 7578 Fix/improve some aspects of ZIL writing.
2017-06-20 Andriy GaponMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 Emmanuel VadotUpdate the GNU DTS file from Linux 4.11
2017-06-19 Mark JohnstonFix the !TD_IS_IDLETHREAD(curthread) locking assertions.
2017-06-19 Konstantin BelousovAllow negative aio_offset only for the read and write...
2017-06-18 Alan CoxChange blist_alloc()'s allocation policy from first...
2017-06-17 Rick MacklemMake MAXBCACHEBUF a tunable called vfs.maxbcachebuf.
2017-06-17 Konstantin BelousovRegen.
2017-06-17 Konstantin BelousovAdd abstime kqueue(2) timers and expand struct kevent...
2017-06-17 Dimitry AndricMerge ^/head r319801 through r320041.
2017-06-17 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-16 Konstantin BelousovStyle.
2017-06-16 Phil ShaferMerge libxo-0.8.2:
2017-06-15 Gleb SmirnoffPlug read(2) and write(2) on listening sockets.
2017-06-15 Ryan Libbyddb show socket debugging
2017-06-14 Andriy GaponMFV r319951: 8311 ZFS_READONLY is a little too strict
2017-06-14 Andriy GaponMFV r319948: 5428 provide fts(), reallocarray(), and...
2017-06-14 Andriy GaponMFV r319945,r319946: 8264 want support for promoting...
2017-06-14 Ryan Libbyddb show files: fix up file types and whitespace
2017-06-13 Konstantin BelousovRemove stray return.
2017-06-13 Alan CoxReduce the frequency of hint updates on allocation...
2017-06-13 Mark JohnstonHint at the intended usage for the "ll" field of struct...
2017-06-12 Konstantin BelousovAdd ptrace(PT_GET_SC_ARGS) command to return debuggee...
2017-06-12 Konstantin BelousovPrint unimplemented syscall number to the ctty on SIGSY...
2017-06-12 Konstantin BelousovMove struct syscall_args syscall arguments parameters...
2017-06-12 Mark JohnstonAdd a helper function for comparing struct uuids.
2017-06-10 Dimitry AndricMerge ^/head r319779 through r319800.
2017-06-10 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 Alan CoxRemove an unnecessary field from struct blist. (The...
2017-06-10 Dimitry AndricMerge ^/head r319548 through r319778.
2017-06-09 Alan Coxblist_fill()'s return type is too narrow. blist_fill...
2017-06-09 Gleb SmirnoffFix stat(2) on a listening socket.
2017-06-09 Andriy GaponMFV r319740: 8168 NULL pointer dereference in zfs_create()
2017-06-09 Andriy GaponMFV r319741: 8156 dbuf_evict_notify() does not need...
2017-06-09 Andriy GaponMFV r319739: 8005 poor performance of 1MB writes on...
2017-06-09 Andriy GaponMFV r319738: 8155 simplify dmu_write_policy handling...
2017-06-09 Andriy GaponMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-09 Konstantin BelousovEnhance vfs.ino64_trunc_error sysctl.
2017-06-09 Phil ShaferImport libxo-0.8.1 with official fix to today's build...
2017-06-08 Gleb SmirnoffListening sockets improvements.
2017-06-08 Baptiste DaroussinImport mandoc snapshot 2017-06-08
2017-06-08 Alan CoxWhen allocating swap blocks, if the available number...
2017-06-08 Phil ShaferImport libxo-0.8.0:
2017-06-08 Gleb SmirnoffFix a degenerate case when soisdisconnected() would...
2017-06-08 Marcelo AraujoAllow sysctl kern.vm_guest to return bhyve when running...
2017-06-07 Alan CoxOriginally, this file could be compiled as a user-space...
2017-06-07 Gleb SmirnoffProvide typedef for socket upcall function.
2017-06-07 Gleb SmirnoffRemove a piece of dead code.
2017-06-06 Alan CoxWhen the function blist_fill() was added to the kernel...
2017-06-06 Allan JudeJails: Optionally prevent jailed root from binding...
2017-06-05 Alan CoxHalve the memory being internally allocated by the...
2017-06-05 Konstantin BelousovAdd sysctl vfs.ino64_trunc_error controlling action...
2017-06-03 Dimitry AndricMerge ^/head r319480 through r319547.
2017-06-03 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-03 Alan CoxThe data type returned by vmoff() is too narrow in...
next