]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Eliminate a comment that doesn't apply to this pmap implementation.
[FreeBSD/FreeBSD.git] / sys / kern /
2018-07-19 Emmanuel VadotRaise the size of L3 table for early devmap on arm64
2018-07-19 Mark JohnstonDelete an XXX comment addressed by r336505.
2018-07-19 Cy SchubertMFV r336490:
2018-07-19 Mark JohnstonHave preload_delete_name() free pages backing preloaded...
2018-07-19 Mark JohnstonProvide the full module path to preload_delete_name().
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-19 Konstantin BelousovWhen reporting an error, print the errno value.
2018-07-19 Emmanuel Vadotkern_cpu: When adding abs frequency allow for unordered...
2018-07-17 Mark JohnstonAdd a FALLTHROUGH comment to kvprintf().
2018-07-15 Mariusz ZaborskiExtend amount of possible coredumps from 10 to 100000...
2018-07-13 Mateusz Guziklockmgr: tidy up slock/sunlock similar to other locks
2018-07-13 Warner LoshThere's two files in the sys tree named inflate.c,...
2018-07-13 Warner LoshCreate helper functions for parsing boot args.
2018-07-13 Brooks DavisRound down the location of execpathp to slightly improv...
2018-07-12 Mateusz Guzikfd: stop passing M_ZERO to uma_zalloc
2018-07-12 Kyle Evanskern_environment: Give the static environment a chance...
2018-07-11 Alan SomersDon't acquire evclass_lock with a spinlock held
2018-07-11 Cy SchubertMFV r324714:
2018-07-10 Brooks DavisRegen after r336171.
2018-07-10 Brooks DavisGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-10 Brooks DavisUse uintptr_t alone when assigning to kvaddr_t variables.
2018-07-10 Kyle Evanskern_environment: bool'itize dynamic_kenv; fix small...
2018-07-10 Kyle Evanssubr_hints: Skip static_env and static_hints if they...
2018-07-10 Kyle Evanssubr_hints: Convert some bool-like ints to bools
2018-07-10 Kyle Evanssubr_hints: Use goto/label instead of series of conditi...
2018-07-10 Mark JohnstonFix pre-SI_SUB_CPU initialization of per-CPU counters.
2018-07-06 Jamie GrittonChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 Kyle Evanskern_environment: Fix SYSINIT ordering
2018-07-06 Brooks DavisCorrect breakage on 32-bit platforms from r335979.
2018-07-06 Matt Macyepoch(9): simplify initialization
2018-07-06 Matt MacyBack pcpu zone with domain correct pages
2018-07-05 Andrew TurnerCreate a new macro for static DPCPU data.
2018-07-05 Bjoern A. ZeebSplit up deadlkres() to make it more readable in antici...
2018-07-05 Kyle Evanskern_environment: use any provided environments, evict...
2018-07-05 Kyle EvansRevert r335995 due to accidental changes snuck in
2018-07-05 Kyle Evanskern_environment: use any provided environments, evict...
2018-07-05 Bjoern A. ZeebWith the introduction of reapers and reaplists in r275800,
2018-07-05 Brooks DavisRevert r335983.
2018-07-05 Brooks DavisGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-05 Konstantin BelousovSilence warnings about unused variables when RACCT...
2018-07-05 Brooks DavisMake struct xinpcb and friends word-size independent.
2018-07-04 Matt Macyepoch(9): make nesting assert in epoch_wait_preempt...
2018-07-04 Mariusz ZaborskiAdd description to debug.ncores sysctl.
2018-07-04 Konstantin BelousovAdd a way for the process to request cleanup of the...
2018-07-04 Andriy Gaponremove unneeded inclusion of sys/interrupt.h from sever...
2018-07-04 Matt Macyepoch(9): allow preemptible epochs to compose
2018-07-03 Matt Macyexpose thread_lite definition to tied modules
2018-07-03 Matt Macymake critical_{enter, exit} inline
2018-07-01 Mariusz Zaborskicore(5): overwrite the oldest core dump
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-27 Gleb SmirnoffCorrect r335242. Use unsigned cast instead of abs(...
2018-06-27 Warner LoshRemove devctl_safe_quote since it's now unused.
2018-06-27 Warner LoshFix devctl generation for core files.
2018-06-27 Warner LoshCreate new devctl_safe_quote_sb to copy a source string...
2018-06-24 Matt Macyfix assert and conditionally allow mutexes to be held...
2018-06-23 Matt Macyepoch(9): Don't trigger taskq enqueue before the groupt...
2018-06-22 Colin PercivalImprove the accuracy of the POSIX "process CPU-time...
2018-06-22 Matt Macyepoch(9): make non-preemptible variant work early boot
2018-06-21 Kyle Evanssubr_hints: Fix acpi unit hinting (at the very least)
2018-06-21 Konstantin Belousovfork: avoid endless wait with PTRACE_FORK and RFSTOPPED.
2018-06-21 Konstantin BelousovUpdate proc->p_ptevents annotation to reflect the actua...
2018-06-21 Justin HibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-21 Kyle Evanssubr_hints: simplify a little bit
2018-06-20 Hans Petter SelaskyPermit the kernel environment to set an array of numeri...
2018-06-20 Kyle EvansAdd debug.verbose_sysinit tunable for VERBOSE_SYSINIT
2018-06-20 Emmanuel VadotAdd pmap_mapdev_attr for arm64
2018-06-20 Bjoern A. ZeebInstead of using hand-rolled loops where not needed...
2018-06-20 Bjoern A. ZeebSometimes it is helpful to get the path for a vnode.
2018-06-19 Matt Macyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-15 Gleb SmirnoffSince 'ticks' is an int, it may wrap around and cr_tick...
2018-06-15 Bryan Dreweryproc0_post: Fix some locking issues
2018-06-14 Olivier HouchardUse M_EXEC when calling malloc() to allocate the memory...
2018-06-14 Brooks DavisRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Warner LoshImplement a 'car limit' for bioq.
2018-06-13 Bruce EvansFix the encoding of major and minor numbers in 64-bit...
2018-06-13 Bruce EvansFix some bugs found while fixing the representation...
2018-06-11 Ed Mastemakesyscalls: simplify capenabled pipeline
2018-06-11 Matt Macylimit change to fixing controlp handling pending review
2018-06-11 Matt Macysoreceive_stream: correctly handle edge cases
2018-06-08 Mateusz Guzikcounter: add a bit missed in r334858
2018-06-08 Matt MacyAF_UNIX: bring uipc_ready in compliance with new lockin...
2018-06-08 Jonathan T. LooneyAdd a socket destructor callback. This allows kernel...
2018-06-08 Mateusz Guzikuma: fix up r334824
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 Randall StewartThis commit brings in a new refactored TCP stack called...
2018-06-07 Alan CoxWhen pidctrl_daemon() is called multiple times within...
2018-06-07 Matt MacyAF_UNIX: check for unp == unp2 on disconnect
2018-06-07 Alan Coxpidctrl_daemon() implements a variation on the classica...
2018-06-06 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 Justin HibbitsRevert r334708
2018-06-06 Justin HibbitsAdd a memory barrier after taking a reference on the...
2018-06-05 Matt Macyhwpmc: log name->pid, name->tid mappings
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Mark JohnstonRegen after r334626.
next