]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Update private sqlite from sqlite3-3.20.0 to sqlite3-3.23.1
[FreeBSD/FreeBSD.git] / sys / sys /
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-07 Mateusz GuzikInlined sched_userret.
2018-05-07 Mateusz GuzikChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 Mateusz GuzikAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 Warner LoshAdd device_quiet_children() and device_has_quiet_children()
2018-05-06 Poul-Henning KampWith the fall-back hack for lint gone, I have no copyri...
2018-05-06 Mark JohnstonRefactor some of the MI kernel dump code in preparation...
2018-05-06 Mark JohnstonAdd an mbuf allocator for netdump.
2018-05-04 Mateusz GuzikAllow the compiler to use __builtin_memcpy
2018-05-04 Jamie GrittonMake it easier for filesystems to count themselves...
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-04 Mateusz GuzikAllow __builtin_memmove instead of bcopy for small...
2018-05-04 Ed Mastegpart: add fat32lba MBR partition type
2018-05-03 Konstantin BelousovImplement support for ifuncs in the kernel linker.
2018-05-02 Stephen HurdSeparate list manipulation locking from state change...
2018-05-01 Jung-uk KimMFV: r333077
2018-04-27 Mateusz GuzikUnbreak world build after r333064
2018-04-27 Mateusz Guziksystrace: track it like sdt probes
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Ed Masteelf_common.h: add DT_SUNW_ASLR tag
2018-04-27 Mateusz Guzikvm: move vm_cnt to __read_mostly now that it is not...
2018-04-27 Emmanuel Vadotclk: Put the sysctls under hw.clock instead of clock
2018-04-26 Sean BrunoTigthen up kern_prefetch.h includes. The DMAP check...
2018-04-24 Sean BrunoRevert r332894 at the request of the submitter.
2018-04-24 Mateusz Guziklockstat: track lockstat just like sdt probes
2018-04-23 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option
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:
next