]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
MFV r331400: 8484 Implement aggregate sum and use for arc counters
[FreeBSD/FreeBSD.git] / sys / sys /
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-21 kibMove sysinit and sysuninit linker sets in the data...
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-20 impDrop support for lint for cdefs.h.
2018-03-20 impRemove obsolete lint support.
2018-03-20 markjDrop KTR_CONTENTION.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 brooksAdd _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
2018-03-14 brooksFix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
2018-03-13 brooksmd_pad is used by MDIOCLIST and not available for futur...
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-10 brooksRemove obsolete dataacq.h.
2018-03-04 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 ianCorrect a misplaced closing paren. Does not affect...
2018-03-03 hselaskyAllow pause_sbt() to catch signals during sleep by...
2018-03-03 manuIntroduce BUS_PASS_SUPPORTDEV
2018-03-02 brooksDon't declare union semun in userspace unless _WANT_SEM...
2018-03-02 brooksDon't define struct mymsg.
2018-03-02 brooksRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 kibRemove _Nonnull attributes from user addresses argument...
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 ianAdd a function to retrieve the EFI realtime clock capab...
2018-03-01 eadlersys/sys: Use a more common spelling of 'dirent'
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
2018-02-23 impDo not include float interfaces when using libsa.
2018-02-22 mavMFV r329799, r329800:
2018-02-22 emasteUse 'const int *' for sysentvec errno translation table
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 brooksReduce duplication in dynamic syscall registration...
2018-02-20 jeffFurther parallelize the buffer cache.
2018-02-19 mjgmtx: add mtx_spin_wait_unlocked
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 mjgUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 impFixup minor nits in the PNP_INFO protocol.
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 brooksGet rid of the requirement to include SysV IPC headers...
2018-02-13 markjAdd support for zstd-compressed user and kernel core...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 asomersFix a comment. No functional change.
2018-02-12 ianAdd a set of convenience routines for RTC drivers to...
2018-02-12 ianReplace the existing print_ct() private debugging funct...
2018-02-12 impAdd Lua as a scripting langauge to /boot/loader
2018-02-12 impMove __va_list and related defines to sys/sys/_types.h
2018-02-11 impConsistent macro indentation is the hobgoblin of small...
2018-02-11 cemAdd GUID and alias for Apple APFS partition
2018-02-09 jkimMFV: r329072
2018-02-09 mckusickMerge biodone_finish() back into biodone(). The primary...
2018-02-08 dimPull in r324594 from upstream clang trunk (by Alexander...
2018-02-08 brooksstyle(9): use a type for each member in struct defintions.
2018-02-07 brooksRemove part of a comment reverting to nonexistant struc...
2018-02-06 ianUse const pointers for input data not modified by clock...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-06 bzRemove a trailing whitspace.
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 wulfpsm(4): Add support for HP EliteBook 1040 ForcePads.
2018-01-29 impCreate deprecation management functions.
2018-01-25 cemstyle: Remove remaining deprecated MALLOC/FREE macros
2018-01-24 cemmalloc(9): Change nominal size to size_t to match stand...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-23 emastecopyright.h: Update license text to 'THE AUTHOR'
2018-01-22 pfgUse the __alloc_size2 attribute where relevant.
2018-01-21 pfgDefine a new __alloc_size2 attribute to complement...
2018-01-19 nwhitehornDefine PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 cemAdd Elf_Nhdr definition to match NetBSD, OpenBSD, Linux
2018-01-18 jhbUpdate various statements in vmstat(8) to match reality.
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbUse long for the last argument to VOP_PATHCONF rather...
2018-01-16 cemrandom(4): Add CCP random source definitions
2018-01-14 ianAdd RTC clock conversions for BCD values, with non...
2018-01-14 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffFix compile error from r327900
2018-01-12 jeffAdd support for NUMA domains to bus dma tags. This...
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 jeffRegenerate auto-generated files
2018-01-12 jeffAdd files for r327895
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-10 cemmallocarray(9): panic if the requested allocation would...
2018-01-10 impRemove vestiges of digi(4) driver, first attempted...
2018-01-09 bdreweryBump version for r327597 adding cpucontrol -e support
2018-01-08 markjGeneralize the gzio API.
2018-01-08 pfgRevert r327697:
2018-01-08 pfgmalloc(9): drop the __result_use_check attribute for...
2018-01-07 kpIntroduce mallocarray() in the kernel
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-05 jhbRemove LINK_MAX.
2018-01-05 kibMake it possible to re-evaluate cpu_features.
2018-01-03 phkEliminate a paranthesis which is both unneeded and...
2018-01-03 karelsmake SW_WATCHDOG dynamic
2017-12-31 ianAdd a validbcd() routine that uses the bcd2bin_data...
2017-12-31 cpercivaWrap includes in sys/tslog.h with #ifdef TSLOG.
2017-12-31 bzHappy New Year 2018 my friends!
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
next