]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add amd64 mdthread fields needed for the upcoming EFI RT exception
[FreeBSD/FreeBSD.git] / sys / kern /
2018-09-02 kibAdd amd64 mdthread fields needed for the upcoming EFI...
2018-09-02 kibImprove error messages from clock_if.m method failures.
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-23 manudts: Import DTS for arm64
2018-08-23 impAdd a new device flag: DF_ATTACHED_ONCE
2018-08-23 impCreate devctl freeze/thaw.
2018-08-23 cemdevstat(9): Constify function parameters that can be...
2018-08-22 cemKASSERT: Make runtime optionality optional
2018-08-22 markjPrepare the kernel linker to handle PC-relative ifunc...
2018-08-21 tuexenAdd SOL_SOCKET level socket option with name SO_DOMAIN...
2018-08-20 alcEliminate kmem_alloc_contig()'s unused arena parameter.
2018-08-18 kevansres_find: Fix fallback logic
2018-08-18 delphijRegen after r337998.
2018-08-18 delphijgetrandom(2) should not be restricted in capability...
2018-08-17 markjTypo.
2018-08-17 markjAdd INVARIANTS-only fences around lockless vnode refcou...
2018-08-17 oshogbocapsicum: allow the setproctitle(3) function in capabil...
2018-08-17 kevanssubr_prf: Don't write kern.boot_tag if it's empty
2018-08-16 jamieRevert r337922, except for some documention-only bits...
2018-08-16 jamiePut jail(2) under COMPAT_FREEBSD11. It has been the...
2018-08-15 traszIn the help message at the mountroot prompt, suggest...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
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
next