]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Tidy up kern_wait6
[FreeBSD/FreeBSD.git] / sys / kern /
2018-02-17 mjgTidy up kern_wait6
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-15 brooksReduce duplication in __acl_*_(file|link).
2018-02-15 markjFix the test for SET_FOREACH termination.
2018-02-14 mjgrwlock: diff-reduction of runlock compared to sx sunlock
2018-02-14 bdrewerynanosleep(2): Fix bogus incrementing of rmtp by tc_tick...
2018-02-13 markjAdd support for zstd-compressed user and kernel core...
2018-02-13 ianFix bad indentation. Whitespace only, no functional...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 ianAdd a new sysctl, debug.clock_do_io, to allow manully...
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-09 jkimMFV: r329072
2018-02-09 mckusickMerge biodone_finish() back into biodone(). The primary...
2018-02-09 glebiusFix boot_pages exhaustion on machines with many domains...
2018-02-07 avgexec_map_first_page: fix an inverse condition introduce...
2018-02-07 glebiusFix three miscalculations in amount of boot pages:
2018-02-07 markjDequeue wired pages lazily.
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 glebiusFix boot_pages calculation for machines that don't...
2018-02-06 glebiusFollowup on r302393 by cperciva, improving calculation...
2018-02-06 mckusickOccasional cylinder-group check-hash errors were being...
2018-02-05 jhbIgnore relocation tables for non-memory-resident sections.
2018-02-05 jhbAlways give ELF brands a chance to veto a match.
2018-02-05 brooksReduce duplication in extattr_*_(file|link) syscalls.
2018-02-05 brooksANSIfy syscall implementations.
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 brooksAdd kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32.
2018-02-02 hselaskySlightly bump the maximum OID path for loading tunable...
2018-01-31 mckusickOne of the vnode fields listed by vn_printf is the...
2018-01-30 emastemakesyscalls: permit a range of syscall numbers for...
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-29 lwhsuFix LINT build after r328508, add forgotten part in...
2018-01-29 impCreate deprecation management functions.
2018-01-28 impAdd the DF_SUSPENDED flag to flags that are printed.
2018-01-26 mckusickFor many years the message "fsync: giving up on dirty...
2018-01-25 lwhsuFix build for architectures where size_t is not unsigne...
2018-01-24 cemmalloc(9): Change nominal size to size_t to match stand...
2018-01-24 mmMFV r328323,328324:
2018-01-24 wmaReverting r328320
2018-01-24 wmaULE: provide defaults to ts_cpu
2018-01-24 philipImport tzdata 2018c
2018-01-22 pfgForgot to sort here in r328238.
2018-01-22 pfgUnsign some values related to allocation.
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 avgcorrect read-ahead calculations in vfs_bio_getpages
2018-01-18 wmaKDB: restart only CPUs stopped by KDB
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbRequire the SHF_ALLOC flag for program sections from...
2018-01-17 jhbUse long for the last argument to VOP_PATHCONF rather...
2018-01-15 pfgkern: make some use of mallocarray(9).
2018-01-14 ianAdd RTC clock conversions for BCD values, with non...
2018-01-14 bzRemove trailing whitespace.
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-13 kibAdd sysctl debug.kdb.stack_overflow to conveniently...
2018-01-13 mjgsx: retry hard shared unlock just like in r327905 for...
2018-01-13 mjgrwlock: try regular read unlock even in the hard path
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 jeffImplement NUMA policy for kmem_*(9). This maintains...
2018-01-12 jeffRegenerate auto-generated files
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-12 mjgmtx: use fcmpset to cover setting MTX_CONTESTED
2018-01-12 mjgvfs: tidy up vdrop
2018-01-11 tuexenEnsure that the vnet is set when calling pru_sockaddr...
2018-01-10 cemmallocarray(9): panic if the requested allocation would...
2018-01-10 jhbDon't store shadow copies of per-process AIO limits.
2018-01-10 jhbAllow the fast-path for disk AIO requests to fail requests.
2018-01-10 jhbSimplify some logic by merging an if test with a subseq...
2018-01-09 jhbAdd a counter to track in-flight AIO requests using...
2018-01-08 markjGeneralize the gzio API.
2018-01-07 ianUse EVENTHANDLER_DIRECT_INVOKE for [un]mount events...
2018-01-07 ianUse EVENTHANDLER_DIRECT_INVOKE() for device events...
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 glebiusIn sendfile_iodone() both pru_abort and sorele need...
2018-01-04 jhbAlways use atomic_fetchadd() when updating per-user...
2018-01-04 jhbReport offset relative to the backing object for kinfo_...
2018-01-03 karelsmake SW_WATCHDOG dynamic
2018-01-01 antoinesysctl_kern_proc_args: do not take the fast path if...
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 cpercivaInstrument thread creations for the the benefit of...
2017-12-31 cpercivaInstrument "boot holds" for the benefit of the TSLOG...
2017-12-31 cpercivaTeach makeobjops.awk to accept PROLOG and EPILOG blocks...
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 cpercivaCode for recording timestamps of events, especially...
2017-12-31 pfgsysv_{ipc|shm}: update the NetBSD VCS tags to match...
2017-12-31 mjglocks: adjust loop limit check when waiting for readers
2017-12-31 mjgsx: fix up non-smp compilation after r327397
2017-12-31 mjglocks: re-check the reason to go to sleep after locking...
2017-12-31 mjgsx: read the SX_NOADAPTIVE flag and Giant ownership...
2017-12-31 mjgmtx: deduplicate indefinite wait check in spinlocks...
2017-12-31 mjgmtx: pre-read the lock value in thread_lock_flags_
2017-12-31 mjgrwlock: tidy up __rw_runlock_hard similarly to r325921
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 kibMake kern_proc_vmmap_resident() externally accesible...
next