]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
With the sync from Dragonfly BSD in r318216 a bug slipped in (also still present
[FreeBSD/FreeBSD.git] / sys / sys /
2019-01-15 glebiusAllocate pager bufs from UMA instead of 80-ish mutex...
2019-01-15 glebiusAdd flag LK_NEW for lockinit() that is converted to...
2019-01-12 andrewAdd support for the Clang Coverage Sanitizer in the...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-05 joergFix an old typo in the element status display bits:
2019-01-04 cemBump __FreeBSD_version for r342771
2019-01-04 cemExpose threads-per-core and physical core count information
2019-01-01 delphijHappy New Year 2019!
2018-12-30 kibBump __FreeBSD_version since r342628 changed size of...
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-24 cemEnable sys/random.h #include from C++
2018-12-21 bdeUse VOP_ADVISE() with POSIX_FADV_DONTNEED instead of...
2018-12-19 mjgProvide SDT_PROBES_ENABLED for kernels without KDTRACE.
2018-12-19 mjgRemove iBCS2, part2: general kernel
2018-12-19 mjgDeinline vfork handling out of the syscall return path.
2018-12-18 brooksconst poison the `new` pointer of __sysctl.
2018-12-18 cyMFV r342175:
2018-12-17 avgadd support for marking interrupt handlers as suspended
2018-12-15 cemefirt: When present, attempt to use EFI runtime service...
2018-12-14 manupwm: Convert period and duty to unsigned int
2018-12-14 mjgvfs: mostly depessimize NDINIT_ALL
2018-12-12 manuAdd a pwm subsystem so we can configure pwm controller...
2018-12-11 mckusickContinuing efforts to provide hardening of FFS. This...
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-11 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-12-11 mjgMake lim_cur inline if possible.
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-08 mjgProvide SDT_PROBES_ENABLED macro.
2018-12-07 mjgracct: add RACCT_ENABLED macro and racct_set_unlocked
2018-12-07 mjgrefcount: remove a stale comment about conditional...
2018-12-07 kibRegen.
2018-12-07 kibAdd new file handle system calls.
2018-12-07 mjgManage process-related IDs with bitmaps
2018-12-07 mjgAnnotate Giant drop/pickup macros with __predict_false
2018-12-07 mjgunr64: use locked variant if not __LP64__
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-05 mjgsx: retire SX_NOADAPTIVE
2018-12-04 brooksRegen after r341495: Remove NOARGS from oaccept.
2018-12-04 brooksRegen after r341474: Normalize COMPAT_43 syscall declar...
2018-12-03 kibImprove procstat reporting for the linux cdev file...
2018-12-02 kibChange the vm_ooffset_t type to unsigned.
2018-11-29 brooksAdd helper functions to copy strings into struct image_...
2018-11-29 mjgfd: unify fd range check across the routines
2018-11-29 mjgConvert racct_enable to bool and annotate as __read_fre...
2018-11-29 mjgDeinline racct throttling out of syscall exit path.
2018-11-29 mjgproc: create a dedicated lock for zombproc to ligthen...
2018-11-27 jamieIn hardened systems, where the security.bsd.unprivilege...
2018-11-25 dimMerge ^/head r340869 through r340917.
2018-11-24 markjPass malloc flags directly through kevent(2) subroutines.
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-23 kibProvide storage for the process feature control flags...
2018-11-23 markjEnsure that directory entry padding bytes are zeroed.
2018-11-23 andrewEnable the BSD crtbegin/crtend by default.
2018-11-21 mjgproc: convert pfind & friends to use pidhash locks...
2018-11-21 mjgproc: implement pid hash locks and an iterator
2018-11-21 markjRemove KN_HASKQLOCK.
2018-11-21 markjAdd a taskqueue_quiesce(9) KPI.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-20 mjgImplement unr64
2018-11-20 impEnsure that all values of ns, us and ms work for {n...
2018-11-19 bwidawskacpi: fix acpi_ec_probe to only check EC devices
2018-11-19 kbowlingRetire sbsndptr() KPI
2018-11-16 mjgproc: always store parent pid in p_oppid
2018-11-15 impWhen converting ns,us,ms to sbt, return the ceil()...
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-13 glebiusThe dualism between epoch_tracker and epoch_thread...
2018-11-13 glebiusFor compatibility KPI functions like if_addr_rlock...
2018-11-13 glebiusUninline epoch(9) entrance and exit. There is no proof...
2018-11-13 markjAllow allocations across meta boundaries.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-11 kibAllow absolute paths for O_BENEATH.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-09 brooksRegen after r340302: Fix freebsd32 mknod(at).
2018-11-07 dimMerge ^/head r340213 through r340234.
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-07 arichardsonHandle the DT_MIPS_RLD_MAP_REL dynamic tag in RTLD
2018-11-06 markjAvoid fixing the tty_info() buffer size in tty.h.
2018-11-06 brooksRegen after r340199: Use declared types for caddr_t...
2018-11-06 brooksUse declared types for caddr_t arguments.
2018-11-06 emastecapability.h: add comment about planned removal timeline
2018-11-05 emasterevert r340156, restoring sys/sys/capability.h
2018-11-05 emasteRemove backwards-compatibility sys/capability.h
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-03 mmacyConvert epoch to read / write records per cpu
2018-11-02 brooksRegen after r340080: Add const to input-only char ...
2018-11-02 brooksAdd const to input-only char * arguments.
2018-11-02 emastesys/types.h: avoid using terse macro _M
2018-11-02 emasteDefine NT_FREEBSD_FEATURE_CTL ELF note type
2018-11-02 impAdd sysctl_usec_to_sbintime and sysctl_msec_to_sbintime.
2018-11-02 brooksMake vop_symlink take a const target path.
2018-11-01 brooksRegent after r340034: Use mode_t when the documented...
2018-11-01 jhbDon't enter DDB for fatal traps before panic by default.
2018-10-31 glebiusDefine QMD_SAVELINK() only for QUEUE_MACRO_DEBUG_TRASH...
2018-10-30 markjAdd malloc_domainset(9) and _domainset variants to...
2018-10-29 kibClarify explanation of VFCF_SBDRY.
2018-10-29 shurdDrain grouptaskqueue of the gtask before detaching it.
next