]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Update zstd to 1.3.0
[FreeBSD/FreeBSD.git] / sys / sys /
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
2017-07-14 Konstantin BelousovCorrect sysent flags for dynamically loaded syscalls.
2017-07-13 Martin MatuskaMFV r320924:
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-11 Konstantin BelousovFix BIT_FLS().
2017-07-10 Warner LoshBump to FreeBSD_version to 1200038 for MMC CAM
2017-07-09 Emmanuel VadotUpdate DTS files from Linux 4.12
2017-07-09 Alexander Leidinger - Extend pr_allow flags visually to 32 bits, to make...
2017-07-06 Konstantin BelousovAdd BIT_FLS() analogous to BIT_FFS().
2017-07-01 Jason A. HarmeningBump __FreeBSD_version due to r320528, cleanup and...
2017-07-01 Jason A. HarmeningClean up MD pollution of bus_dma.h:
2017-06-30 Konstantin BelousovCorrect fences for sys/refcount.h.
2017-06-30 Glen BarberCorrect the branch naming convention in param.h.
2017-06-29 John BaldwinStore a 32-bit PT_LWPINFO struct for 32-bit process...
2017-06-28 Enji CooperPull down pjdfstest 0.1
2017-06-26 Justin HibbitsSolve the y2038 problem for powerpc
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-24 Konstantin BelousovImplement address space guards.
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-22 Conrad Meyersglist.h: Fix sg_refs signedness to match refcount(9)
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 Rick MacklemAdd the definition of maxbcachebuf to sys/buf.h.
2017-06-18 Rick MacklemFix the NFS client/server so that it actually uses...
2017-06-18 Alan CoxChange blist_alloc()'s allocation policy from first...
2017-06-18 Rick MacklemTake "extern int maxbcachebuf" out of sys/param.h,...
2017-06-17 Rick MacklemMake MAXBCACHEBUF a tunable called vfs.maxbcachebuf.
2017-06-17 Konstantin BelousovBump __FreeBSD_version for r320043, struct event 64...
2017-06-17 Konstantin BelousovRegen.
2017-06-17 Konstantin BelousovAdd abstime kqueue(2) timers and expand struct kevent...
2017-06-16 Phil ShaferMerge libxo-0.8.2:
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-13 Zbigniew BodekFix HWPMC interrupt handling in Counting Mode
2017-06-13 Alan CoxReduce the frequency of hint updates on allocation...
2017-06-12 Konstantin BelousovAdd ptrace(PT_GET_SC_ARGS) command to return debuggee...
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 Alan CoxRemove an unnecessary field from struct blist. (The...
2017-06-09 Alan CoxStyle and comment fixes only.
2017-06-09 Alan Coxblist_fill()'s return type is too narrow. blist_fill...
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 Phil ShaferImport libxo-0.8.1 with official fix to today's build...
2017-06-08 Gleb SmirnoffListening sockets improvements.
2017-06-08 Jonathan T. LooneyAdd the infrastructure to support loading multiple...
2017-06-08 Baptiste DaroussinImport mandoc snapshot 2017-06-08
2017-06-08 Baptiste DaroussinBump _FreeBSD_version after removal of groff
2017-06-08 Phil ShaferImport libxo-0.8.0:
2017-06-08 Marcelo AraujoAllow sysctl kern.vm_guest to return bhyve when running...
2017-06-07 Gleb SmirnoffProvide typedef for socket upcall function.
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-02 Gleb SmirnoffRename accept filter getopt/setopt functions, so that...
2017-06-02 Gleb SmirnoffRemove write only flag UNP_HAVEPCCACHED.
2017-06-02 Gleb SmirnoffFor UNIX sockets make vnode point not to the socket...
2017-06-01 Jung-uk KimMerge ACPICA 20170531.
2017-05-31 Stephen J. KiernanAdd MD_VERIFY option to enable O_VERIFY in open for...
2017-05-31 Jung-uk KimMFV: r319352
2017-05-27 Konstantin BelousovUse whole mnt_stat.f_fsid bits for st_dev.
2017-05-26 Conrad Meyerprocstat(1): Add TCP socket send/recv buffer size
2017-05-26 Dimitry AndricDefine a new __INO64 macro in <sys/_types.h>, to indica...
2017-05-26 Andriy GaponMFV r318944: 8265 Reserve send stream flag for large...
2017-05-26 Andriy GaponMFV r318942: 8166 zpool scrub thinks it repaired offlin...
2017-05-26 Andriy GaponMFV r318934: 8070 Add some ZFS comments
2017-05-26 Andriy GaponMFV r318931: 8063 verify that we do not attempt to...
2017-05-26 Andriy GaponMFV r318929: 7786 zfs`vdev_online() needs better notifi...
2017-05-26 Andriy GaponMFV r318927: 8025 dbuf_read() creates unnecessary zio_r...
2017-05-26 Andriy GaponMFV r316929: 6914 kernel virtual memory fragmentation...
2017-05-26 Andriy GaponMFV r316928: 7256 low probability race in zfs_get_data
2017-05-26 Andriy GaponMFC r316924: 8061 sa_find_idx_tab can be declared more...
2017-05-25 Jung-uk KimMerge OpenSSL 1.0.2l.
2017-05-24 Andriy GaponMFV r316925: 6101 attempt to lzc_create() a filesystem...
2017-05-24 Andriy GaponMFV r316923: 8026 retire zfs_throttle_delay and zfs_thr...
2017-05-24 Andriy GaponMFV r316922: 5380 receive of a send -p stream doesn...
2017-05-24 Andriy GaponMFC r316921: 8027 tighten up dsl_pool_dirty_delta
2017-05-24 Andriy GaponMFV r316920: 8023 Panic destroying a metaslab deferred...
2017-05-24 Andriy GaponMFV r316917: 7968 multi-threaded spa_sync()
2017-05-24 Andriy GaponMFV r316916: 7970 zfs_arc_num_sublists_per_state should...
2017-05-24 Andriy GaponMFC r316915: 7801 add more by-dnode routines (lint)
2017-05-24 Andriy GaponMFC r316914: 7801 add more by-dnode routines
2017-05-24 Andriy GaponMFC r316913: 7869 panic in bpobj_space(): null pointer...
2017-05-24 Andriy GaponMFC r316912: 7793 ztest fails assertion in dmu_tx_willu...
2017-05-24 Andriy GaponMFC r316908: 7541 zpool import/tryimport ioctl returns...
2017-05-24 Andriy GaponMFC r316907: 1300 filename normalization doesn't work...
2017-05-24 Andriy GaponMFC r316904: 7729 libzfs_core`lzc_rollback() leaks...
2017-05-24 Andriy GaponMFV r316860: 7545 zdb should disable reference tracking
2017-05-24 Konstantin BelousovAdd BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and...
2017-05-24 Konstantin BelousovUse __BSD_VISIBLE test instead checking for absense...
2017-05-23 Steve WillsAdd security.bsd.see_jail_proc
2017-05-23 Konstantin BelousovRegen.
next