]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-04 Dimitry AndricVendor import of lld 6.0.0 release r326565:
2018-03-04 Dimitry AndricVendor import of clang 6.0.0 release r326565:
2018-03-04 Dimitry AndricVendor import of llvm 6.0.0 release r326565:
2018-03-04 Andriy Gapondb_script_exec: use a saved script name when reporting...
2018-03-04 Warner LoshMention that CTLFLAG_MPSAFE is only for _PROC entries.
2018-03-04 Nathan WhitehornWhere we can, pass the kernel an FDT facsimile of the...
2018-03-04 Kyle Evanslualoader: logdef -> logodef typo
2018-03-04 Kyle Evanslualoader: Return meaningful value in cli_execute
2018-03-04 Warner LoshAdd documentation for CTLFLAG_MPSAFE.
2018-03-04 Ed MasteWhen lld is ld, install bfd's man page as ld.bfd.1
2018-03-03 Nathan WhitehornMove "common" Open Firmware parts of the loader used...
2018-03-03 Bryan DreweryDon't read SRC_ENV_CONF for MAKEOBJDIRPREFIX guard.
2018-03-03 Bryan DreweryIgnore MAKEOBJDIRPREFIX from src-env.conf in sub-makes.
2018-03-03 Hans Petter... Document pause_sig(9) and update prototypes for existin...
2018-03-03 Ian LeporeCorrect a misplaced closing paren. Does not affect...
2018-03-03 Ian LeporeMinor (mostly) wording changes.
2018-03-03 Eitan Adlersys/linux: Fix a few potential infoleaks in cloudabi
2018-03-03 Ian LeporeMinor changes to wording.
2018-03-03 Eitan Adlersys/linux: Fix a few potential infoleaks in Linux IPC
2018-03-03 Eitan Adlersys/fuse: fix off by one error
2018-03-03 Hans Petter... Use mstosbt() instead of SBT_1MS in the LinuxKPI to...
2018-03-03 Hans Petter... Implement msleep_interruptible() in the LinuxKPI. While...
2018-03-03 Kyle EvansMove imx6_usbphy to SUPPORTDEV, massage associated...
2018-03-03 Kyle Evansaw_syscon(4): Move to BUS_PASS_SUPPORTDEV
2018-03-03 Hans Petter... Allow pause_sbt() to catch signals during sleep by...
2018-03-03 Emmanuel Vadotaw_mmc: Regulator improvement
2018-03-03 Emmanuel Vadotaxp81x: Add support for AXP803
2018-03-03 Kyle Evanslualoader: Shift menu+brand even for logo=none with...
2018-03-03 Kyle Evanslualoader: Tweak positioning and fix an off-by-one
2018-03-03 Hans Petter... Correct the return code from pause() during cold startu...
2018-03-03 Kyle Evanslualoader: Respect loader_menu_title_align
2018-03-03 Kyle Evanslualoader: Respect loader_menu_title, prepare for align
2018-03-03 Kyle Evanslualoader: Execute menu_timeout_command at the end...
2018-03-03 Kyle Evansliblua: Add loader.interpret
2018-03-03 Andriy Gapondb_nextframe/amd64: catch up with r328083 to recognize...
2018-03-03 Andrew TurnerMove setting the IRQ base and length into the common...
2018-03-03 Andrew TurnerAdd the missing GICv3 dev info struct to the ACPI dev...
2018-03-03 Emmanuel VadotIntroduce BUS_PASS_SUPPORTDEV
2018-03-03 Oleksandr Tymoshenko[fdt_pinctrl] Add man pages for fdt_pinctrl driver
2018-03-03 Nathan WhitehornHonor physical memory regions marked unavailable in...
2018-03-03 Nathan WhitehornRemove assumption that all physical memory is available...
2018-03-03 Ravi Pokalaimcsmb(4): Intel integrated Memory Controller (iMC...
2018-03-02 Brooks DavisFix build post r330299
2018-03-02 Brooks DavisDon't declare union semun in userspace unless _WANT_SEM...
2018-03-02 Brooks DavisDon't define struct mymsg.
2018-03-02 Brooks DavisRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 Alan SomersZFS: fix adding vdevs to very large pools
2018-03-02 Mateusz Guziksx: fix adaptive spinning broken in r327397
2018-03-02 Emmanuel Vadotdtb/allwinner: Build sun8i-h3-nanopi-m1-plus.dts
2018-03-02 Alexander MotinUpdate QLogic ISP 24xx/25xx chips firmware to 8.07.00.
2018-03-02 Warren BlockClarify and clean up some language, and add an explicit...
2018-03-02 Warren BlockClarity and style fixes.
2018-03-02 Stephen Hurdiflib: stop timer callout when stopping
2018-03-02 Kyle Evanslualoader: Reset the cursor position after the menu...
2018-03-02 Kyle EvansAdd --globals printc to lua-lint
2018-03-02 Konstantin... Remove _Nonnull attributes from user addresses argument...
2018-03-02 Kyle Evansliblua: Use putc instead of printf for printc
2018-03-02 Kyle Evanslualoader: Use global printc instead of loader.printc
2018-03-02 Kyle Evanslualoader: Register loader.printc as global printc
2018-03-02 Kyle Evanslualoader: Steamroll the box-drawing
2018-03-02 Ed Mastelibefivar: use standard 2-Clause FreeBSD license
2018-03-02 Edward Tomasz... Fix README.md formatting.
2018-03-02 Edward Tomasz... .Xr pstat(8), so that people have a chance to learn...
2018-03-02 Andrew TurnerCount the number of children in the GICv3 ACPI attachme...
2018-03-02 Hans Petter... Implement more lockdep stubs in the LinuxKPI.
2018-03-02 Hans Petter... Implement ktime_get_raw() function in the LinuxKPI.
2018-03-02 Hans Petter... Implement wait_on_bit() function macro in the LinuxKPI.
2018-03-02 Hans Petter... Rename callout member in struct timer_list to match...
2018-03-02 Conrad Meyerg_label_ufs: Fix typo from r330264
2018-03-02 Kyle Evanscore.lua(8): Add missing note about core.KEYSTR_CSI
2018-03-02 Kyle EvansAdd menu.lua(8), but do not add to distribution
2018-03-02 Kyle EvansAdd core.lua(8), but do not add to distribution
2018-03-02 Kirk McKusickThis change is some refactoring of Mark Johnston's...
2018-03-02 Kyle Evanslualoader: Use string literal \xNN instead of string...
2018-03-02 Kyle Evanslualoader: Use #str instead of tracking length with 'n'
2018-03-02 Kyle Evanslualoader: Fix some lint-mentioned errors
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Simon J. GerratyImport bmake-20180222
2018-03-01 Ian LeporeAdd a function to retrieve the EFI realtime clock capab...
2018-03-01 Eitan Adlersys/sys: Use a more common spelling of 'dirent'
2018-03-01 Kyle EvansRegenerate src.conf(5) after r330254
2018-03-01 Kyle EvansAdd descriptions for recently added loader options
2018-03-01 Kyle EvansBack out r330252; will reapply with an actual commit...
2018-03-01 Kyle EvansMFC after: 1 week
2018-03-01 Kyle EvansRemove LOADER_EFI description files
2018-03-01 Kyle Evansstand: Fix build after r330249
2018-03-01 Kyle Evansstand: Makefile SUBDIR cleanup
2018-03-01 Warner LoshCreate LOADER_UBOOT, and LOADER_OFW. Move these options...
2018-03-01 David BrightAllow the "@" and "!" characters in passwd file GECOS...
2018-03-01 Wojciech MacekPowerNV: Initial support for OPAL I2C transfers
2018-03-01 Ed MasteRationalize license text on Linuxolator files
2018-03-01 Hans Petter... Correct the return value from flush_work() and flush_de...
2018-03-01 Justin HibbitsFix the psl_userset32 definition.
2018-03-01 Kyle Evanslualoader: config: Pull some messages out into constants
2018-03-01 Kyle Evanslualoader: Dedup these "Return to main menu" entries
2018-03-01 Conrad Meyerpci_ioctl: Avoid returning uninitialized error value...
2018-03-01 Conrad Meyerpsm(4): Always initialize used values in debug print
2018-03-01 Conrad Meyerffs: softdep_disk_write_complete: Quiesce spurious...
2018-02-28 Ian LeporeFix module loading on arm after the metadata.c unificat...
next