]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-04-06 tychonEnhance the support for Group 1 Extended opcodes:
2015-04-06 glebiusStop including if_var.h from userland.
2015-04-06 glebiusConvert printfs in m_ext allocator to KASSERTs.
2015-04-06 andrewRespect DESTDIR when creating the directory structure...
2015-04-06 rpauloSMBIOS support for EFI.
2015-04-06 rpauloichsmb: add a device id for the Wildcat Point-LP.
2015-04-06 pfgMake strlcpy/strlcat slightly easier to read.
2015-04-06 pfgsort: style knits / cleanups.
2015-04-06 pfgRevert (partial) r281123, r281125:
2015-04-06 baptEnforce LC_COLLATE="C" until we do support proper UTF...
2015-04-06 pfgMake use of gcc attributes in some standard include...
2015-04-06 amdmi3Switch russian login class to UTF-8
2015-04-06 adrianReturn the correct HAL data type for HAL_DIAG_ANI_STATS.
2015-04-06 rpaulopsm: print newer Synaptics Touchpad capabilities.
2015-04-06 adrianTypecast things.
2015-04-05 pfgsort: style knits / cleanups.
2015-04-05 pfgsort: Fix a comment.
2015-04-05 pfgsort: Cleanup small issues with spaces.
2015-04-05 adrianConvert the DIR-825C1 to use the new map based MAC...
2015-04-05 kibDo not call msdosfs_sync() on the read-only msdosfs...
2015-04-05 kibAssert that an msdosfs mount is not read-only when...
2015-04-05 adrianUpdate the board MAC address configuration for the...
2015-04-05 alcUntil the lock assertions in vm_page_advise() are prope...
2015-04-05 andrewMove boot1.efi to the global CLEANFILES list, it's...
2015-04-05 rakucobthidd: Consider usage ranges when dealing with array...
2015-04-05 andrewSpell MACHINE_CPUARCH correctly
2015-04-05 andrewAdd FDT support to loader.efi. This will be used on...
2015-04-05 dchaginFix wrong kassert msg in uma.
2015-04-05 jpaetzelBug fixes and feature adds
2015-04-05 jhibbitsMissed this in r281096 as well.
2015-04-05 mavAdd DTrace probe to the new ARC reclaim cause added...
2015-04-05 mavAdd vmem locking to r281026.
2015-04-05 emasteMIPS rtld: report missing symbol rather than segfaulting
2015-04-05 andrewdev/ofw/openfirm.h is not needed in the arm machine...
2015-04-05 eadleradrian asked me to revert and get more testing
2015-04-05 rpaulohwpmc: add initial Intel Broadwell support.
2015-04-05 rpauloRemove whitespace.
2015-04-05 eadlerhead/sys/amd64/amd64/support.S: unroll loop
2015-04-05 adrianOops, add missing file from previous commit.
2015-04-05 adrianAdd support for the MIPS74K SoC family performance...
2015-04-05 jhibbitsAdd file missed in r281096.
2015-04-05 jhibbitsUnify Book-E and AIM trap.c
2015-04-04 kibRestore proper error from oshmctl(2), used by COMPAT_43...
2015-04-04 andrewRe-add machine/bus.h to machine/fdt.h on arm, it's...
2015-04-04 andrewInclude vm/pmap.h for pmap_kextract.
2015-04-04 andrewInclude machine/intr.h for arm_post_filter.
2015-04-04 andrewDon't include unneeded files in the arm machine/fdt...
2015-04-04 traszRemove icl_conn_connected(); was unused.
2015-04-04 andrewMove the definition of fdt_localbus_devmap to a Marvell...
2015-04-04 jillesutimensat: Correct Capsicum required capability rights.
2015-04-04 andrewStop using machine/fdt.h in the arm kernel code when...
2015-04-04 jpaetzelFix thinko/copypaste error.
2015-04-04 andreastFix build race on armv6* and powerpc*.
2015-04-04 jillesfts: Don't return FTS_SLNONE if it's not a symlink...
2015-04-04 baptMake sure forth manpages are only installed once.
2015-04-04 alcReplace vm_fault()'s heuristic for automatic cache...
2015-04-04 andrewMove uart_fdt_get_clock and uart_fdt_get_shift to uart_...
2015-04-04 andrewRemove the extra copy of uart_fdt_get_clock and uart_fd...
2015-04-04 andrewUse OF_getencprop over OF_getprop and fdt32_to_cpu...
2015-04-04 andrewAdd support for arm64 to the existing arm generic timer...
2015-04-04 kibRemove useless initialization.
2015-04-04 rpaulourtwn: blink the LED when scanning.
2015-04-04 rpauloRemove whitespace.
2015-04-04 jhibbitsFix whitespace.
2015-04-04 jhibbitsAdd mpc85xx_gpio to the build conf.
2015-04-04 rpauloloader/EFI: improve the help of the 'mode' command.
2015-04-04 rpauloRemove an unnecessary space in a printf call.
2015-04-04 rpauloboot1 EFI: reset the screen and select the best mode.
2015-04-04 rpauloRemove whitespace.
2015-04-04 jhibbitsAdd a GPIO driver for the mpc85xx.
2015-04-04 baptDo not install scripts multiple time when using bsd...
2015-04-03 bdreweryRegen for r281053
2015-04-03 bdreweryRemove specific reference to g++(1) for WITH_CXX as...
2015-04-03 dimUpdate FREEBSD-Xlist for llvm.
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 andrewMore ARM EABI object attributes in binutils. This adds...
2015-04-03 dimAdd clang patch corresponding to r281046.
2015-04-03 dimPull in r227115 from upstream clang trunk (by Ben Langm...
2015-04-03 baptAllow fetching pkg(8) even if servers/proxies are not...
2015-04-03 andrewAdd the start of the efi fdt bindings. These will be...
2015-04-03 andrewClean up more x86 only options in the efi code.
2015-04-03 mavMake ZFS ARC track both KVA usage and fragmentation.
2015-04-03 hselaskyAdd more documentation about the "net.inet.ip.random_id...
2015-04-03 andrewOnly enable the efi framebuffer on x86 for now
2015-04-03 andrewOnly include machine/specialreg.h on x86
2015-04-03 andrewOnly enable comconsole and nullconsole on x86.
2015-04-03 bro Remove superfluous includes
2015-04-03 andrewMerge the common parts of the SOCKIT and SOCKIT-BERI...
2015-04-03 andrewAdd space for future expansion [1]. While here clean...
2015-04-03 cyFix merge error.
2015-04-03 cyRemove rednandt file.
2015-04-03 andrewAdd support for thread local storage on arm64 to the...
2015-04-03 jkimFix powerpc/ps3 build, too.
2015-04-03 jkimFix mips build, really. :-(
2015-04-03 jkimRevert .PATH changes to fix mips build.
2015-04-02 peterRemove redundant mtx_lock/unlock in ciss_name_device...
2015-04-02 eadlerfortune/tools/do_uniq.py
2015-04-02 davidcsWhen an mbuf allocation fails in the receive path,...
2015-04-02 emasteMake die available as rtld_die for use by MD relocation...
2015-04-02 emastelibc: Eliminate duplicate copies of __vdso_gettc.c
next