]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Address a compilation warning on some architectures that was introduced
[FreeBSD/FreeBSD.git] / sys / sys /
2017-07-22 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-07-21 Dimitry AndricMerge ^/head r321307 through r321350.
2017-07-21 Dimitry AndricSet tentative merge dates, bump __FreeBSD_version.
2017-07-20 Dimitry AndricMerge ^/head r321239 through r321306.
2017-07-20 Ryan Libbyefi: restrict visibility of EFIABI_ATTR-declared functions
2017-07-19 Konstantin BelousovAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-15 Simon J. GerratyImport bmake-20170711
2017-07-14 Dimitry AndricMerge ^/head r320971 through r320993.
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
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 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-02 Dimitry AndricMerge ^/head r320398 through r320572.
2017-07-02 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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-27 Dimitry AndricMerge ^/head r320042 through r320397.
2017-06-27 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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-17 Dimitry AndricMerge ^/head r319801 through r320041.
2017-06-17 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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 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 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-03 Dimitry AndricMerge ^/head r319480 through r319547.
2017-06-03 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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 Dimitry AndricMerge ^/head r319251 through r319479.
2017-06-01 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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-30 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 Dimitry AndricMerge ^/head r318964 through r319164.
2017-05-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
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 AndricMerge ^/head r318658 through r318963.
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...
next