]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Don't use memcpy() in the early microcode loading code.
[FreeBSD/FreeBSD.git] / sys / kern /
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMerge libbe(3)/bectl(8) from projects/bectl into head
2018-08-11 alcEliminate a redundant assignment.
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 kevanssubr_prf: remove think-o that had returned to local...
2018-08-10 kevansboot tagging: minor fixes
2018-08-09 kevanssubr_prf: style(9) the sizeof
2018-08-09 kevanssubr_prf: Use "sizeof current_boot_tag" instead
2018-08-09 kevansBOOT_TAG: Make a config(5) option, expose as sysctl...
2018-08-09 kevansmsgbuf: Light detailing (const'ify and bool'itize)
2018-08-09 luporl[ppc] Fix kernel panic when using BOOTP_NFSROOT
2018-08-09 mmacyepoch_block_wait: don't check TD_RUNNING
2018-08-09 kevanskern: Add a BOOT_TAG marker at the beginning of boot...
2018-08-08 eadlerfile: update to 5.34
2018-08-07 kibFollowup to r337430: only call elf_reloc_ifunc on x86.
2018-08-07 kibAdd missed handling of local relocs against ifunc targe...
2018-08-07 markjImprove handling of control message truncation.
2018-08-04 kibSwap in WKILLED processes.
2018-08-04 markjDon't check rcv sockbuf limits when sending on a unix...
2018-08-04 markjStyle.
2018-08-03 avgsafer wait-free iteration of shared interrupt handlers
2018-08-03 asomersFix LOCAL_PEERCRED with socketpair(2)
2018-08-02 avgfix a typo resulting in a wrong variable in kern_syscal...
2018-07-31 mavMFV r336991, r337001:
2018-07-30 markjRemove a redundant check.
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-30 andrewEnsure the DPCPU and VNET module spaces are aligned...
2018-07-30 obrienCorrect copyright dates.
2018-07-29 antoineAdd allow.mlock to jail parameters
2018-07-29 truckmanFix the long term ULE load balancer so that it actually...
2018-07-29 mmMFV r336851:
2018-07-27 dabAllow a EVFILT_TIMER kevent to be updated.
2018-07-23 avgchange interrupt event's list of handlers from TAILQ...
2018-07-19 manuRaise the size of L3 table for early devmap on arm64
2018-07-19 markjDelete an XXX comment addressed by r336505.
2018-07-19 markjHave preload_delete_name() free pages backing preloaded...
2018-07-19 markjProvide the full module path to preload_delete_name().
2018-07-19 kibWhen reporting an error, print the errno value.
2018-07-19 manukern_cpu: When adding abs frequency allow for unordered...
2018-07-17 markjAdd a FALLTHROUGH comment to kvprintf().
2018-07-15 oshogboExtend amount of possible coredumps from 10 to 100000...
2018-07-13 mjglockmgr: tidy up slock/sunlock similar to other locks
2018-07-13 impThere's two files in the sys tree named inflate.c,...
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-13 brooksRound down the location of execpathp to slightly improv...
2018-07-12 mjgfd: stop passing M_ZERO to uma_zalloc
2018-07-12 kevanskern_environment: Give the static environment a chance...
2018-07-11 asomersDon't acquire evclass_lock with a spinlock held
2018-07-11 cyMFV r324714:
2018-07-10 brooksRegen after r336171.
2018-07-10 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-10 brooksUse uintptr_t alone when assigning to kvaddr_t variables.
2018-07-10 kevanskern_environment: bool'itize dynamic_kenv; fix small...
2018-07-10 kevanssubr_hints: Skip static_env and static_hints if they...
2018-07-10 kevanssubr_hints: Convert some bool-like ints to bools
2018-07-10 kevanssubr_hints: Use goto/label instead of series of conditi...
2018-07-10 markjFix pre-SI_SUB_CPU initialization of per-CPU counters.
2018-07-06 jamieChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 kevanskern_environment: Fix SYSINIT ordering
2018-07-06 brooksCorrect breakage on 32-bit platforms from r335979.
2018-07-06 mmacyepoch(9): simplify initialization
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 bzSplit up deadlkres() to make it more readable in antici...
2018-07-05 kevanskern_environment: use any provided environments, evict...
2018-07-05 kevansRevert r335995 due to accidental changes snuck in
2018-07-05 kevanskern_environment: use any provided environments, evict...
2018-07-05 bzWith the introduction of reapers and reaplists in r275800,
2018-07-05 brooksRevert r335983.
2018-07-05 brooksGet rid of netbsd_lchown and netbsd_msync syscall entries.
2018-07-05 kibSilence warnings about unused variables when RACCT...
2018-07-05 brooksMake struct xinpcb and friends word-size independent.
2018-07-04 mmacyepoch(9): make nesting assert in epoch_wait_preempt...
2018-07-04 oshogboAdd description to debug.ncores sysctl.
2018-07-04 kibAdd a way for the process to request cleanup of the...
2018-07-04 avgremove unneeded inclusion of sys/interrupt.h from sever...
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-03 mmacyexpose thread_lite definition to tied modules
2018-07-03 mmacymake critical_{enter, exit} inline
2018-07-01 oshogbocore(5): overwrite the oldest core dump
2018-06-27 glebiusCorrect r335242. Use unsigned cast instead of abs(...
2018-06-27 impRemove devctl_safe_quote since it's now unused.
2018-06-27 impFix devctl generation for core files.
2018-06-27 impCreate new devctl_safe_quote_sb to copy a source string...
2018-06-24 mmacyfix assert and conditionally allow mutexes to be held...
2018-06-23 mmacyepoch(9): Don't trigger taskq enqueue before the groupt...
2018-06-22 cpercivaImprove the accuracy of the POSIX "process CPU-time...
2018-06-22 mmacyepoch(9): make non-preemptible variant work early boot
2018-06-21 kevanssubr_hints: Fix acpi unit hinting (at the very least)
2018-06-21 kibfork: avoid endless wait with PTRACE_FORK and RFSTOPPED.
2018-06-21 kibUpdate proc->p_ptevents annotation to reflect the actua...
2018-06-21 jhibbitsIntroduce PMCR-based cpufreq(4) driver, for IBM POWER8...
2018-06-21 kevanssubr_hints: simplify a little bit
2018-06-20 hselaskyPermit the kernel environment to set an array of numeri...
2018-06-20 kevansAdd debug.verbose_sysinit tunable for VERBOSE_SYSINIT
2018-06-20 manuAdd pmap_mapdev_attr for arm64
2018-06-20 bzInstead of using hand-rolled loops where not needed...
2018-06-20 bzSometimes it is helpful to get the path for a vnode.
2018-06-19 mmacyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-16 aeSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
next