]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
gnu/dts: Update our copy of arm dts from Linux 4.16
[FreeBSD/FreeBSD.git] / sys / sys /
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 Konstantin BelousovRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-19 Randall StewartThis commit brings in the TCP high precision timer...
2018-04-19 Andriy Gaponset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 Konstantin BelousovAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-17 John BaldwinProperly do a deep copy of the ioctls capability array...
2018-04-17 Brooks DavisRemove the unused fuwintr() and suiwintr() functions.
2018-04-12 Bjoern A. ZeebFix a typo.
2018-04-12 Vincenzo Maffionenetmap: align codebase to the current upstream (commit...
2018-04-07 Ian LeporeAdd the ioctl definitions for spigen get/set spi mode...
2018-04-06 Ed SchoutenLet syslog(3) use RFC 5424.
2018-04-06 Roger Pau Monnéremove GiB/MiB macros from param.h
2018-04-05 Roger Pau Monnéintroduce GiB and MiB macros
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-04 Warner LoshFix minor whitespace nits
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-03-31 Mark JohnstonDon't verify td_locks accounting after a panic.
2018-03-29 Mark JohnstonHave TD_LOCKS_DEC() assert that td_locks is positive.
2018-03-29 Jeff RobersonImplement several enhancements to NUMA policies.
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-28 Andriy GaponZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 Mateusz Guzikseq: provide a comment explaining what seq is for and...
2018-03-28 Mateusz Guzikseq: disable preemption around seq_write_*
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-27 Konstantin BelousovAllow to specify PCP on packets not belonging to any...
2018-03-27 Brooks DavisMove uio enums to sys/_uio.h.
2018-03-24 Konstantin BelousovAccount the size of the vslock-ed memory by the thread.
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 John BaldwinMove remaining EF_MIPS_* flags to <sys/elf_common.h>.
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 Jeff RobersonStart witness much earlier in boot so that we can shrin...
2018-03-21 Konstantin BelousovMove sysinit and sysuninit linker sets in the data...
2018-03-21 Conrad MeyerRegenerate sysent files after r331279.
2018-03-21 Conrad MeyerImplement getrandom(2) and getentropy(3)
2018-03-20 Warner LoshDrop support for lint for cdefs.h.
2018-03-20 Warner LoshRemove obsolete lint support.
2018-03-20 Mark JohnstonDrop KTR_CONTENTION.
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-16 Brooks DavisAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-14 Brooks DavisFix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
2018-03-13 Brooks Davismd_pad is used by MDIOCLIST and not available for futur...
2018-03-13 Ed MasteUse C99 boolean type for translate_osrel
2018-03-10 Brooks DavisRemove obsolete dataacq.h.
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 Ian LeporeCorrect a misplaced closing paren. Does not affect...
2018-03-03 Hans Petter SelaskyAllow pause_sbt() to catch signals during sleep by...
2018-03-03 Emmanuel VadotIntroduce BUS_PASS_SUPPORTDEV
2018-03-02 Brooks DavisDon't declare union semun in userspace unless _WANT_SEM...
2018-03-02 Brooks DavisDon't define struct mymsg.
2018-03-02 Brooks DavisRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 Konstantin BelousovRemove _Nonnull attributes from user addresses argument...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Ian LeporeAdd a function to retrieve the EFI realtime clock capab...
2018-03-01 Eitan Adlersys/sys: Use a more common spelling of 'dirent'
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-23 Jeff RobersonAdd a generic Proportional Integral Derivative (PID...
2018-02-23 Warner LoshDo not include float interfaces when using libsa.
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Ed MasteUse 'const int *' for sysentvec errno translation table
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
2018-02-21 Alexander MotinMFV r329753: 8809 libzpool should leverage work done...
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Alexander MotinMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 Andriy GaponMFV r329718: 8520 7198 lzc_rollback_to should support...
2018-02-21 Andriy GaponMFV r329715: 8997 ztest assertion failure in zil_lwb_wr...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
2018-02-21 Andriy GaponMFV r329710: 8966 Source file zfs_acl.c, function zfs_a...
2018-02-21 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-21 Alexander MotinMFV r322231:
2018-02-21 Alexander MotinMFV r319737: 6939 add sysevents to zfs core for commands
2018-02-21 Alexander MotinMFV r319736: 6396 remove SVM
2018-02-21 Alexander MotinMFV r318941: 7446 zpool create should support efi syste...
2018-02-20 Alexander MotinMFV r316918: 7990 libzfs: snapspec_cb() does not need...
2018-02-20 Alexander MotinMFV r316902: 7745 print error if lzc_* is called before...
2018-02-20 Alexander MotinMFV r316901:
2018-02-20 Alexander MotinMFV r316893:
next