]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-04-26 Ruslan BukinRework the list of all pmaps: embed the list link into...
2016-04-26 Pedro F. Giffunied(1): switch two statements so we check the index...
2016-04-26 Andrew TurnerDisable ACPI on arm64 ad it has only had minimal testin...
2016-04-26 Ruslan Bukino Add device tree files and kernel configuration files
2016-04-26 Andrew TurnerStop including machine/fdt.h from the fdt uart code...
2016-04-26 Ruslan BukinAdd the non-standard "IO interrupt" vector used by...
2016-04-26 Ruslan BukinAdd the implementation of basic bus_space_read/write...
2016-04-26 Jared McNeillFix calculation of LCD CH1 SCLK1 output frequency when...
2016-04-26 Ruslan BukinAdd the implementation of OF_decode_addr().
2016-04-26 Ruslan BukinDo not include fdt.h on RISC-V.
2016-04-26 Ruslan BukinAdd support for RISC-V.
2016-04-26 Jared McNeillAdd support for 8-bit eMMC.
2016-04-26 Ruslan BukinMove arm's devmap to some generic place, so it can...
2016-04-26 Andrew TurnerStop using sbrk in csh. This is a legacy interface...
2016-04-26 Emmanuel VadotConvert A10 interrupt controller to INTRNG
2016-04-26 Ed SchoutenRemove unportable calls to basename().
2016-04-26 Sepherosa Ziehauhyperv/hn: Change description to "Hyper-V Network Inter...
2016-04-26 Maxim SobolevRelax TOC offsets checking somewhat, allowing offset...
2016-04-26 Sepherosa Ziehauhyperv/stor: Set description properly in probe devmethod
2016-04-26 Sepherosa Ziehauhyperv/channel: Git rid of the sub-channel creation...
2016-04-26 Sepherosa Ziehauhyperv/stor: Avoid sub-channel creation callback.
2016-04-26 Sepherosa Ziehauhyperv/hn: Avoid sub-channel creation callback.
2016-04-26 Sepherosa Ziehauhyperv/stor: Synchronize sub-channel offers
2016-04-26 Sepherosa Ziehauhyperv/stor: Remove the useless hs_open_multi_channel
2016-04-26 Adrian Chadd[iwm] implement suspend/resume through ieee80211_{suspe...
2016-04-26 Adrian Chadd[iwm] add extra transmit setup/completion logging so...
2016-04-26 Pedro F. Giffuniddb: Make use of our roundup() macro when available.
2016-04-26 Pedro F. Giffuniext2fs: make use of the howmany() macro when available.
2016-04-26 Adrian Chadd[ath] add LDPC capability support and LDPC RX support.
2016-04-26 Adrian Chadd[ath] obey the STBC flag setting in iv_flags_ht
2016-04-26 Adrian Chadd[ifconfig] add STBC TX/RX configuration
2016-04-26 Adrian Chadd[net80211] add the STBC ioctl support.
2016-04-26 Adrian Chadd[net80211] add STBC capability flags to iv_flags_ht.
2016-04-26 Adrian Chadd[net80211] add an ioctl for LDPC configuration.
2016-04-26 Pedro F. Giffunilibcuse: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibstand: make more use of the howmany() macro when...
2016-04-26 Pedro F. Giffunilibc: make more use of the howmany() macro when available.
2016-04-26 Marcelo AraujoUse MIN() instead of MAX() as the previous syntax was...
2016-04-25 Luiz Otavio... Fixes the comment to reflect the code.
2016-04-25 Jamie GrittonFix the logic in r298585: shm_prison_cansee returns...
2016-04-25 Adrian Chadd[iwm] restart the VAP if there's a firmware panic.
2016-04-25 Pedro F. Giffunidev/random: use our roundup() macro instead of re-imple...
2016-04-25 Garance A DrosehnRemove a variable and three lines of code which I shoul...
2016-04-25 David C Somayajulu1. Removed -Wno-shift-negative-value from Makefile
2016-04-25 Mark JohnstonIncrease DTRACE_FUNCNAMELEN from 128 to 192.
2016-04-25 Mark JohnstonAllow DOF sections with excessively long probe function...
2016-04-25 Mark JohnstonAdd a kern.dtrace.err_verbose sysctl to control dtrace_...
2016-04-25 Andrew TurnerUse the yield instruction in the arm64 cpu_spinwait...
2016-04-25 Jamie GrittonEncapsulate SYSV IPC objects in jails. Define per...
2016-04-25 Jamie GrittonNote the existence of module-specific jail paramters...
2016-04-25 Adrian Chadd[bhnd] Fix ChipCommon probing.
2016-04-25 Adrian Chadd[iwn] fix firmware command use in iwm_auth().
2016-04-25 Tony FinchExample RIPE whois query with options and spaces.
2016-04-25 Ruslan Bukino Implement shared pagetables and switch from 4 to...
2016-04-25 Ruslan BukinDo not setup machine exception vector.
2016-04-25 Ruslan BukinRevert r298477 ("Clear the DDR memory").
2016-04-25 Bjoern A. ZeebTry to make gcc builds happy again by removing a redund...
2016-04-25 Sepherosa Ziehauhyperv/hn: Synchronize sub-channel offers
2016-04-25 Sepherosa Ziehauhyperv/channel: Add functions to synchronize sub-channe...
2016-04-25 Jamie Grittonlinux_map_osrel doesn't need to be checked in linux_pri...
2016-04-25 Sepherosa Ziehauhyperv/channel: Log a warning about duplicated primary...
2016-04-25 Sepherosa Ziehauhyperv/channel: Remove unapplied comment
2016-04-25 Sepherosa Ziehauhyperv/channel: Minor style changes; no functional...
2016-04-25 Sepherosa Ziehauhyperv/channel: Remove the unnecessary 'new' flag
2016-04-25 Sepherosa Ziehauhyperv/et: Strip extra white space in function name
2016-04-25 Jamie GrittonUse the new PR_METHOD_REMOVE to clean up jail handling...
2016-04-25 Jamie GrittonPass the current/new jail to PR_METHOD_CHECK, which...
2016-04-25 Jamie GrittonAdd a new jail OSD method, PR_METHOD_REMOVE. It's...
2016-04-25 Jamie GrittonRemove the PR_REMOVE flag, which was meant as a tempora...
2016-04-25 Sepherosa Ziehauhyperv/hn: Allow users to configure ifq or bufring...
2016-04-25 Jamie GrittonMake jail(8) interpret escape codes in fstab the same...
2016-04-25 Sepherosa Ziehauhn: Increase odrops for if_transmit method if drbr_enqu...
2016-04-25 Justin HibbitsOR in the unsigned form of the MCAR lower register.
2016-04-25 Justin HibbitsInit static compiled-in env when no metadata present.
2016-04-25 Pedro F. Giffuniifconfig: prevent some improbable signed integer overflows.
2016-04-24 Conrad MeyerAMD64 pmap: Use howmany() macro
2016-04-24 Gordon TetlowAdd myself (finally) to the port committer's dot file.
2016-04-24 Pedro F. Giffunifsck_ffs: Adopt some type safety for the journalling...
2016-04-24 Lars EngelsFix duplicate "name" variable that sneaked in with...
2016-04-24 Andrey V. ElsukovFix build for NOINET and NOINET6 kernels.
2016-04-24 Bjoern A. ZeebFix NOIP kernels to compile.
2016-04-24 Emmanuel VadotAdd myself as src commiter.
2016-04-24 Stefan EßerFix typo (forgotten "=" after desc).
2016-04-24 Christian BruefferMLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these...
2016-04-24 Jens SchweikhardtCosmetics: - no need to escape the newline after '|'
2016-04-24 Andrey V. ElsukovUse ipsec_address() function to print IP addresses.
2016-04-24 Andrey V. ElsukovHandle non-compressed packets for IPComp in tunnel...
2016-04-24 Christian BruefferCorrect types for g_example_start() and g_example_access().
2016-04-24 Pedro F. GiffuniAdjust a type from r267490.
2016-04-24 Pedro F. Giffunipatch(1): avoid signed integer overflow when debugging.
2016-04-24 Justin HibbitsZero the newly allocated spinlock.
2016-04-23 Warren BlockAdd a single example of adding a user that roughly...
2016-04-23 Benedict ReuschlingDefine which of the username options (-u/-U) to jexec...
2016-04-23 Rick MacklemAllow the NFSv4 server to reply NFSERR_WRONGSEC for...
2016-04-23 Benedict ReuschlingThe default value of MINFREE is defined to be 8% in
2016-04-23 Pedro F. Giffuniregex: prevent two improbable signed integer overflows.
2016-04-23 Dmitry ChaginAllow to build svr4 module with SYSV support separatell...
2016-04-23 Dmitry ChaginFix streams and svr4 module dependency. Both modules...
2016-04-23 Pedro F. Giffuniext2_htree_release(): prevent signed integer overflow...
2016-04-23 Baptiste DaroussinBump the date of the manpage after r298515
next