]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Remove spurious newline
[FreeBSD/FreeBSD.git] / sys / sys /
2019-02-12 mmMFV r344063:
2019-02-12 mariusMake taskqgroup_attach{,_cpu}(9) work across architectures
2019-02-12 ngieBump `__FreeBSD_version__` for r343891
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-09 kibNormalize the declaration of i386_read_exec variable.
2019-02-08 kibFix renameat(2) for CAPABILITIES kernels.
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-04 impRegularize the Netflix copyright
2019-02-03 dimMerge ^/head r343571 through r343711.
2019-01-31 brooksRegen after r342190.
2019-01-31 glebiusAdd new m_ext type for data for M_NOFREE mbufs, which...
2019-01-31 kibReserve a bit in the FreeBSD feature control note for...
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-29 andrewExtract the coverage sanitizer KPI to a new file.
2019-01-27 kibBump SPECNAMELEN to MAXNAMLEN.
2019-01-25 mckusickAdd printing of b_ioflags to DDB `show buffer' command.
2019-01-22 dimMerge ^/head r343202 through r343319.
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-22 kibRemove unused *_sysinit_flags() declarations.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 avosnet80211: resolve ioctl <-> detach race for ieee80211co...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-18 wulfpsm(4): detect Lenovo top-button clickpads
2019-01-17 mckusickCreate new EINTEGRITY error with message "Integrity...
2019-01-16 kibImplement shmat(2) flag SHM_REMAP.
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...
next