]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Merge r345574 from vendor-crypto:
[FreeBSD/FreeBSD.git] / sys / sys /
2019-01-12 Andrew TurnerAdd support for the Clang Coverage Sanitizer in the...
2019-01-11 Emmanuel VadotImport DTS from Linux 4.20
2019-01-11 Emmanuel VadotImport DTS includes from 4.19
2019-01-10 Ed MasteUpdate to ELF Tool Chain r3668
2019-01-09 Jung-uk KimMFV: r342867
2019-01-05 Joerg WunschFix an old typo in the element status display bits:
2019-01-04 Conrad MeyerBump __FreeBSD_version for r342771
2019-01-04 Conrad MeyerExpose threads-per-core and physical core count information
2019-01-01 Xin LIHappy New Year 2019!
2018-12-31 Philip PaepsImport tzdata 2018i
2018-12-30 Konstantin BelousovBump __FreeBSD_version since r342628 changed size of...
2018-12-30 Philip PaepsImport tzdata 2018h
2018-12-29 Conrad MeyerUpdate to Zstandard 1.3.8
2018-12-26 Andriy GaponMFV r342532: 5882 Temporary pool names
2018-12-26 Andriy GaponMFV r342469: 9630 add lzc_rename and lzc_destroy to...
2018-12-24 Conrad MeyerEnable sys/random.h #include from C++
2018-12-23 Simon J. GerratyMerge bmake-20181221
2018-12-21 Bruce EvansUse VOP_ADVISE() with POSIX_FADV_DONTNEED instead of...
2018-12-19 Mateusz GuzikProvide SDT_PROBES_ENABLED for kernels without KDTRACE.
2018-12-19 Mateusz GuzikRemove iBCS2, part2: general kernel
2018-12-19 Mateusz GuzikDeinline vfork handling out of the syscall return path.
2018-12-18 Brooks Davisconst poison the `new` pointer of __sysctl.
2018-12-18 Cy SchubertMFV r342175:
2018-12-17 Andriy Gaponadd support for marking interrupt handlers as suspended
2018-12-15 Dimitry AndricUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2018-12-15 Conrad Meyerefirt: When present, attempt to use EFI runtime service...
2018-12-14 Emmanuel Vadotpwm: Convert period and duty to unsigned int
2018-12-14 Mateusz Guzikvfs: mostly depessimize NDINIT_ALL
2018-12-14 Jung-uk KimMFV: r342049
2018-12-13 Martin MatuskaMFV r341771,342040,342041:
2018-12-12 Emmanuel VadotAdd a pwm subsystem so we can configure pwm controller...
2018-12-11 Kirk McKusickContinuing efforts to provide hardening of FFS. This...
2018-12-11 Mateusz GuzikRemove unused argument to priv_check_cred.
2018-12-11 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-12-11 Mateusz GuzikMake lim_cur inline if possible.
2018-12-09 Dimitry AndricMerge ^/head r340918 through r341763.
2018-12-09 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-12-09 Cy SchubertMFV r341618:
2018-12-08 Mateusz GuzikProvide SDT_PROBES_ENABLED macro.
2018-12-07 Mateusz Guzikracct: add RACCT_ENABLED macro and racct_set_unlocked
2018-12-07 Mateusz Guzikrefcount: remove a stale comment about conditional...
2018-12-07 Konstantin BelousovRegen.
2018-12-07 Konstantin BelousovAdd new file handle system calls.
2018-12-07 Mateusz GuzikManage process-related IDs with bitmaps
2018-12-07 Mateusz GuzikAnnotate Giant drop/pickup macros with __predict_false
2018-12-07 Mateusz Guzikunr64: use locked variant if not __LP64__
2018-12-06 Simon J. GerratyUpdate bmake to version 20180919
2018-12-05 Mateusz Guziksx: retire SX_NOADAPTIVE
2018-12-04 Brooks DavisRegen after r341495: Remove NOARGS from oaccept.
2018-12-04 Brooks DavisRegen after r341474: Normalize COMPAT_43 syscall declar...
2018-12-03 Konstantin BelousovImprove procstat reporting for the linux cdev file...
2018-12-02 Konstantin BelousovChange the vm_ooffset_t type to unsigned.
2018-11-29 Brooks DavisAdd helper functions to copy strings into struct image_...
2018-11-29 Mateusz Guzikfd: unify fd range check across the routines
2018-11-29 Mateusz GuzikConvert racct_enable to bool and annotate as __read_fre...
2018-11-29 Mateusz GuzikDeinline racct throttling out of syscall exit path.
2018-11-29 Mateusz Guzikproc: create a dedicated lock for zombproc to ligthen...
2018-11-27 Jamie GrittonIn hardened systems, where the security.bsd.unprivilege...
2018-11-27 Marius StroblImport CK as of 21d3e319407d19dece16ee317c757ffc54a452b...
2018-11-26 Martin MatuskaMFV r340938:
2018-11-25 Dimitry AndricMerge ^/head r340869 through r340917.
2018-11-24 Mark JohnstonPass malloc flags directly through kevent(2) subroutines.
2018-11-24 Dimitry AndricMerge ^/head r340427 through r340868.
2018-11-24 Martin MatuskaMFV r340865:
2018-11-23 Konstantin BelousovProvide storage for the process feature control flags...
2018-11-23 Mark JohnstonEnsure that directory entry padding bytes are zeroed.
2018-11-23 Andrew TurnerEnable the BSD crtbegin/crtend by default.
2018-11-21 Mateusz Guzikproc: convert pfind & friends to use pidhash locks...
2018-11-21 Mateusz Guzikproc: implement pid hash locks and an iterator
2018-11-21 Mark JohnstonRemove KN_HASKQLOCK.
2018-11-21 Mark JohnstonAdd a taskqueue_quiesce(9) KPI.
2018-11-20 Jung-uk KimMerge OpenSSL 1.1.1a.
2018-11-20 Mateusz GuzikImplement unr64
2018-11-20 Warner LoshEnsure that all values of ns, us and ms work for {n...
2018-11-19 Ben Widawskyacpi: fix acpi_ec_probe to only check EC devices
2018-11-19 Kevin BowlingRetire sbsndptr() KPI
2018-11-16 Mateusz Guzikproc: always store parent pid in p_oppid
2018-11-15 Warner LoshWhen converting ns,us,ms to sbt, return the ceil()...
2018-11-14 Dimitry AndricMerge ^/head r340368 through r340426.
2018-11-13 Gleb SmirnoffThe dualism between epoch_tracker and epoch_thread...
2018-11-13 Gleb SmirnoffFor compatibility KPI functions like if_addr_rlock...
2018-11-13 Gleb SmirnoffUninline epoch(9) entrance and exit. There is no proof...
2018-11-13 Mark JohnstonAllow allocations across meta boundaries.
2018-11-12 Dimitry AndricMerge ^/head r340235 through r340367.
2018-11-11 Konstantin BelousovAllow absolute paths for O_BENEATH.
2018-11-10 Emmanuel VadotUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 Brooks DavisRegen after r340302: Fix freebsd32 mknod(at).
2018-11-07 Dimitry AndricMerge ^/head r340213 through r340234.
2018-11-07 Dimitry AndricMerge ^/head r340126 through r340212.
2018-11-07 Alex RichardsonHandle the DT_MIPS_RLD_MAP_REL dynamic tag in RTLD
2018-11-06 Mark JohnstonAvoid fixing the tty_info() buffer size in tty.h.
2018-11-06 Brooks DavisRegen after r340199: Use declared types for caddr_t...
2018-11-06 Brooks DavisUse declared types for caddr_t arguments.
2018-11-06 Ed Mastecapability.h: add comment about planned removal timeline
2018-11-05 Ed Masterevert r340156, restoring sys/sys/capability.h
2018-11-05 Ed MasteRemove backwards-compatibility sys/capability.h
2018-11-04 Eric van GyzenUpdate expat to 2.2.6
2018-11-04 Dimitry AndricMerge ^/head r339813 through r340125.
2018-11-04 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-11-03 Matt MacyConvert epoch to read / write records per cpu
next