]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-02-17 Hans Petter... Implement BUILD_BUG_ON_INVALID() function macro in...
2018-02-17 Hans Petter... Add support for printk_ratelimit() function macro and...
2018-02-17 Justin HibbitsMerge AIM and Book-E PCPU fields
2018-02-17 Hans Petter... Add support for kref_read() function in the LinuxKPI.
2018-02-17 Hans Petter... Add support for mmgrab() function in the LinuxKPI.
2018-02-17 Hans Petter... Add support for __percpu and __weak macros in the LinuxKPI.
2018-02-17 Hans Petter... Move the IRQ_RETVAL() and irqreturn definitions to...
2018-02-17 Hans Petter... Add checks for valid IRQ tag before setting up or teari...
2018-02-17 Emmanuel Vadotaw_mmc: Only change the clock if it has really changed
2018-02-17 Mateusz GuzikRevert r329448.
2018-02-17 Hans Petter... Remove unused bus_autoconf section from usb.ko.
2018-02-17 Hans Petter... Remove obsolete tool, bus_autoconf, which is replaced...
2018-02-17 Hans Petter... Fix USB driver matching in devmatch(8).
2018-02-17 Kyle Evansstand/lua: dumpModules => lsModules
2018-02-17 Hans Petter... Fix handling of "one_nomatch" shell variable to preserv...
2018-02-17 Hans Petter... Invoke devmatch rc.d script directly instead of dependi...
2018-02-17 Hans Petter... Revert redundant parts of r329440 after recent devmatch...
2018-02-17 Mariusz ZaborskiCapsicumize uuidgen.
2018-02-17 Mariusz ZaborskiIntroduce channel flags in libcasper.
2018-02-17 Mateusz GuzikUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 Mateusz Guzikexit: stop doing PROC_SLOCK just to call proc_reap
2018-02-17 Mateusz Guzikexit: get rid of PROC_SLOCK when checking a process...
2018-02-17 Hans Petter... Compile fix for GCC in the LinuxKPI.
2018-02-17 Warner LoshImplement --hints to read hints file directly
2018-02-17 Warner LoshPass in the NOMATCH event to devmatch
2018-02-17 Warner LoshAdd option to parse NOMATCH event and suggest modules...
2018-02-17 Warner LoshTweak the 'I' flagged value
2018-02-17 Warner LoshImplement 'T' field matching.
2018-02-17 Warner LoshIf we're passed an argument, then treat it as a single...
2018-02-17 Warner LoshCorrect the PNP information generated by the usb driver...
2018-02-17 Warner LoshWarn when we encounter unknown PNP field specifiers.
2018-02-17 Warner LoshAdd description for T specifier. It's for PNP keys...
2018-02-17 Warner LoshFixup minor nits in the PNP_INFO protocol.
2018-02-17 Kyle Evansstand/lua: Debugging string snuck in...
2018-02-17 Kyle Evansstand/lua: Style pass
2018-02-17 Kyle Evansstand/lua: Check for nil (GELI prompt)
2018-02-17 Kyle Evansstand/lua: Add optional GELI passphrase prompt
2018-02-17 Kyle Evansstand/lua: Try to load alternate kernels as directories...
2018-02-17 Kyle Evansstand/lua: Correct test sense, this should have been...
2018-02-17 Kyle Evansstand/lua: Address some nits
2018-02-17 Kyle Evansstand/lua: Add debug method to dump modules
2018-02-17 Kyle Evansstand/lua: Correct some trivial errors in config
2018-02-17 Kyle Evansstand/lua: Color non-default kernels blue
2018-02-17 Kyle Evansstand/lua: Correct interpretation of autoboot_delay
2018-02-17 Kyle Evansstand/lua: Enable menu autoboot; it seems to work
2018-02-17 Kyle Evansstand/lua: Don't set autoboot_delay=NO in menu autoboot...
2018-02-17 Mateusz GuzikOn process exit signal the parent after dropping the...
2018-02-17 Mateusz GuzikUnref the prison after proctree is dropped.
2018-02-17 Mateusz GuzikPostpone sx_sunlock(&proctree_lock) on fork until after...
2018-02-17 Mateusz GuzikTidy up kern_wait6
2018-02-17 Benno RiceRevert r329269.
2018-02-16 Kyle Evansstand/lua: Make CAROUSEL_ENTRY func parameters consiste...
2018-02-16 Konstantin... Remove unused symbols.
2018-02-16 Kyle Evansstand/lua: Don't reload kernel config if we only have...
2018-02-16 Kyle Evansstand/lua: Don't try to divide by 0; do nothing
2018-02-16 Kyle Evansstand/lua: Allow MENU_RETURN items to have a func,...
2018-02-16 Alan Somerszfs: fix formatting in a log statement
2018-02-16 Conrad Meyertrpt(8): Clean up build hack to detect ancient compiler
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Kyle Evanslua-test: Image the loader test directory if it doesn...
2018-02-16 Kyle EvansDefault to /tmp/loadertest for lua test scripts
2018-02-16 Dimitry AndricVendor import of llvm release_60 branch r325330:
2018-02-16 Kyle Evansstand/lua: Use escaped dot instead of single character...
2018-02-16 Li-Wen HsuFollow r329348 in ipcs for getting rid of the requireme...
2018-02-16 Roger Pau Monnéxen/pv: remove the attach of the ISA bus from the Xen...
2018-02-16 Olivier HouchardDefine CK_MD_TSO for the relevant arches (i386, amd64...
2018-02-16 Kyle Evansstand/lua: Chop off the decimal for numbers passed...
2018-02-16 Kyle Evansstand/lua: Correct usage and acceptance of BACKSPACE...
2018-02-16 Alan SomersHandle generic pathconf attributes in the .zfs ctldir
2018-02-16 Andrew TurnerPut the pine64 root filesystem on teh correct partition.
2018-02-16 Hans Petter... Implement mutex_trylock_recursive() in the LinuxKPI.
2018-02-16 Hans Petter... Implement memdup_user_nul() in the LinuxKPI.
2018-02-16 Hans Petter... Implement tasklet_enable() and tasklet_disable() in...
2018-02-16 Mark JohnstonFix a memory leak introduced in r328426.
2018-02-16 Mark JohnstonUse the conventional name for an array of pages.
2018-02-16 Ed MasteCorrect module symbol export handling
2018-02-16 Hans Petter... Implement enable_irq() and disable_irq() in the LinuxKPI.
2018-02-16 Hans Petter... Allow the cmpxchg() macro in the LinuxKPI to work on...
2018-02-16 Ed MasteRationalize license text on Linuxolator files
2018-02-16 Kyle Evansstand/lua: Remove sneaky kernel assignment
2018-02-16 Kyle Evansstand/lua: Create/use some MENU_ constants where applicable
2018-02-16 Kyle Evansstand/lua: Create a "carousel" menu entry type
2018-02-16 Kyle Evansstand/lua: Set ACPI's default the proper way (setACPI)
2018-02-16 Konstantin... Use local symbol for offset.
2018-02-16 Andriy Gaponmove vintr_intercept_enabled under INVARIANTS
2018-02-16 Andriy Gaponread-behind / read-ahead support for zfs_getpages()
2018-02-16 Mike SilbersackPrevent savecore from reading bounds from the current...
2018-02-16 Cy SchubertDocument memset_s(3). memset_s(3) is defined in
2018-02-16 Anish GuptaThis change fixes duplicate detection of same IOMMU...
2018-02-16 Kyle Evansstand/lua: Remove a magic number/string (not a trivial...
2018-02-16 Kyle Evansstand/lua: Say "loader prompt" instead of "lua interpreter"
2018-02-16 Kyle Evansstand/lua: Remove explicit alias from "Back to main...
2018-02-16 Kyle Evansstand/lua: Allow menu items to not have explicit aliases
2018-02-16 Kyle Evansstand/lua: Move kernel selection into main menu
2018-02-16 Conrad Meyertrpt(8): Work around GCC4 shenanigans
2018-02-16 Devin TeskeAdd inline to errno.d for translating int to string
2018-02-16 Kyle Evansstand/lua: Consistently use semicolons for line endings
2018-02-16 Kyle Evansstand/lua: Set reasonable ACPI default based on presence
2018-02-16 Kyle Evansstand/lua: Don't descend into an empty kernels submenu
2018-02-16 Kyle Evansstand/lua: Reduce magic numbers
next