]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-02-26 cognetIn do_ast, make sure the interrupts are enabled before...
2018-02-26 andrewCheck all entries in the ACPI uart compat table and...
2018-02-26 kevansstyle.lua(9): Add some additional notes about naming...
2018-02-26 kevansAdd MAINTAINERS note for lualoader (stand/lua, specific...
2018-02-26 kevanslualoader: screen argument fixes
2018-02-26 kevanslualoader: More argument name expansion, part 2
2018-02-26 kevanslualoader: A little more general menu cleanup
2018-02-26 imploader.conf is loader agnostic, so remove 4th references.
2018-02-26 impTake a meat cleaver to defaults/loader.conf
2018-02-26 impGo back to one loader.conf
2018-02-26 impAdd NO_OBJ to those directories that don't make anything.
2018-02-26 jhibbitsCorrect a copy&paste-o -- altivec assist interrupt...
2018-02-26 pkelseyGreatly reduce the number of #ifdefs supporting the...
2018-02-26 pkelseyThis is an implementation of the client side of TCP...
2018-02-26 pkelseyFix harmless locking bug in tfp_fastopen_check_cookie().
2018-02-26 ianAdd a SPI driver for imx5 and imx6.
2018-02-26 mckusickUse a more straight-forward approach to relaxing the...
2018-02-26 dteskeConsistent casing for fallback SIGCHLD (s/Unknown/unknown/)
2018-02-25 dteskeUpdates and enhancements to signal.d to aid DTrace...
2018-02-25 eugenmac_portacl(4): stop panicing INVARIANTS-enabled kernel...
2018-02-25 brooksAllow CROSS_TOOLCHAIN to be a path to a file.
2018-02-25 traszPrevent getty(8) from looping indefinitely if the devic...
2018-02-25 andrewTeach the Arm pl011 driver to attach to a SBSA uart...
2018-02-25 andrewRename the FDT compat_data array to a bus-specific...
2018-02-25 ianAdd support for booting into kdb on arm platforms when...
2018-02-25 ianInstead of building ofw_iicbus as a separate module...
2018-02-25 kevanslualoader: Track the menu currently drawn, instead...
2018-02-25 kevanslualoader: Invalidate the screen from menu perspective...
2018-02-25 mjgDon't generate data in sysctl_out_proc unless we intend...
2018-02-25 asomersDon't declare __assfail as static
2018-02-25 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-25 kppf: Cope with overly large net.pf.states_hashsize
2018-02-25 kevanslualoader: Explain deviation from naming guidelines
2018-02-25 kevanslualoader: Pull autoboot handling out into menu.run()
2018-02-25 kevanslualoader: Pull menu redrawing specifics out of menu...
2018-02-25 kevanslualoader: Clean up menu handling a little bit
2018-02-25 kevanslualoader: menu: Terminate final values in tables with...
2018-02-25 kevanslualoader: Don't explicitly index tables without reason
2018-02-25 jeffFix issues with sparse cpu allocation. Consistently...
2018-02-24 nwhitehornAvoid dereferencing random memory when kickstarting...
2018-02-24 eugenroute(8): make it possible to manually delete pinned...
2018-02-24 markjRestore the pre-r329882 inactive page shortage computation.
2018-02-24 kevanslualoader: Remove inaccurate part of comment
2018-02-24 kevanslualoader: Clean up naming conventions a little bit
2018-02-24 gonzoAdd SPDX tags for chvgpio driver sources
2018-02-24 kevanslualoader: throw out nextboot's usage of standard confi...
2018-02-24 kevanslualoader: Strip config.parse of its I/O privileges
2018-02-24 kevanslualoader: Split config file I/O out into a separate...
2018-02-24 cemlibc: Remove unused definition
2018-02-24 jhibbitsUnbreak 64-bit Book-E builds post r329712
2018-02-24 jhibbitsMake MPC85XXSPE kernel conf ident match the file name
2018-02-24 jhibbitsChange ident for QORIQ64 kernel conf
2018-02-24 jhibbitsUnbreak the build after r329891
2018-02-24 dteskeUpdates and enhancements to io.d to aid DTrace scripting
2018-02-24 oshogboFix reference to nvlist in man pages.
2018-02-24 ianAdd a functional detach() routine, to make things kldun...
2018-02-24 asomersImplement CTASSERT using _Static_assert
2018-02-24 asomerstests: require ksh93 in the Kyuafiles for all atf-ksh93...
2018-02-24 cognetUse NULL as a mtx type instead of "", as it otherwise...
2018-02-24 andrewCorrectly set the 16kB page size field in the ITS BASER...
2018-02-24 kibHide all vm/vm_pageout.h content under #ifdef _KERNEL.
2018-02-24 hselaskyFix race when detach is called right after attach in...
2018-02-24 kevanslualoader: Explain nextboot stuff a little bit more
2018-02-24 kevanslualoader: Remove unused variable; we now use the effec...
2018-02-24 kevanslualoader: Add comment on trailing space, don't operate...
2018-02-24 kevanslualoader: Correct test and name
2018-02-24 kevanslualoader: Plug file handle not properly closed
2018-02-24 kevanslualoader: Add nextboot support
2018-02-24 mckusickRelax the location restraints when validating one of the
2018-02-24 kevansliblua: Implement write support
2018-02-24 cemlibsa: Change write(2)-alike prototype to match definition
2018-02-24 jhibbitsRemove platform_cpu_idle() and platform_cpu_idle_wakeup...
2018-02-24 bdreweryFix installation with read-only OBJDIR.
2018-02-24 jkimPartially revert r197863 to reduce diff against i386.
2018-02-24 cemkern/sys_generic.c: style(9) return(foo) -> return...
2018-02-23 markjCorrect some comments after r328954.
2018-02-23 markjRemove a bogus assertion from vm_page_launder().
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
2018-02-23 mckusickInclude error number in the "fsync: giving up on dirty...
2018-02-23 cemlibsa: Const-ify buffer argument of write(2) analog
2018-02-23 cemRemove unused error return from API that cannot fail
2018-02-23 emasteCorrect typo in ATA_WRITE_UNCORRECTABLE_PSEUDO
2018-02-23 emasteUse linux types for linux-specific syscalls
2018-02-23 kibRestore UP build.
2018-02-23 asomersAdd tests for lagg(4) and other cloned network interfaces
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-23 asomersDelete copypasta
2018-02-23 asomersAdd the ZFS test suite
2018-02-23 impUse bool instead of int for predicate functions relatin...
2018-02-23 kibDo not return out of bound pointers from intr_lookup_so...
2018-02-23 wmapowerpc64: add NVMe to GENERIC64
2018-02-23 kevanslualoader: Track effective line number, use it for...
2018-02-23 impFloaty McFloatface is funnier...
2018-02-23 impDo not include float interfaces when using libsa.
2018-02-23 impWhen the LUA_FLOAT_TYPE != LUA_FLOAT_INT64, we can...
2018-02-23 impCentralize lua defines
2018-02-23 kevanslualoader: Use "local function x()" instead of "local...
2018-02-23 davidcs1. Added support to offline a port if is error recovery...
2018-02-23 kevanslualoader: shallowCopyTable => deepCopyTable
2018-02-23 asomerslibifconfig: multiple feature additions
next