]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-01-21 mjgfiledesc: plug a test for impossible condition in _fget
2015-01-21 ianRevise the arm bus_space implementation to avoid derefe...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-20 ianAdd inline implementations of arm bus_space_read/write_N().
2015-01-20 ngieGarbage collect a prove test wrapper
2015-01-20 willFix arc__shrink DTrace probe's to_free argument.
2015-01-20 willUse the "zfs_gfs" tag for GFS vnodes to make them easie...
2015-01-20 willNSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)
2015-01-20 willRemove unused strdup() #define.
2015-01-20 jbeich- Add jbeich as a ports committer
2015-01-20 willRestore the CAM XPT peripheral generation counter,...
2015-01-20 delphijMFV r277432:
2015-01-20 tuexenRemove comparisons which are not necessary.
2015-01-20 sbrunoAllow clang to be built for mips/mips64 backend types...
2015-01-20 bro Restore 'goto tr_setup;' when operating in host mode...
2015-01-20 nwhitehornThere does not seem to be any reason to acquire GIANT...
2015-01-20 bro Do notify USB host each time we receive 'set packet...
2015-01-20 mavAllow skipping dmu_buf_will_dirty() call in dsl_dir_tra...
2015-01-20 roygerloader: fix the size of MODINFOMD_MODULEP
2015-01-20 hselaskyFix returned data for the USB_GET_DEV_PORT_PATH IOCTL...
2015-01-20 andrewRemove the SMP code from locore-v4. These will never...
2015-01-20 andrewAdd the User and PL1 read only and reqd write thread...
2015-01-20 brAdd 128-byte cache flushing routines.
2015-01-20 ganboldEnable Synopsys DesignWare Mobile Storage Host Controller
2015-01-20 nwhitehornRemove space in the FDT reservation map from the availa...
2015-01-20 nwhitehornZero BSS explicitly if not started by loader(8). Add...
2015-01-20 neelUpdate the vdso timehands only via tc_windup().
2015-01-20 gonzoProperly clear IRQ status in order to fix "Spurious...
2015-01-19 hselaskyAdd missing linuxapi module dependencies and always...
2015-01-19 hselaskyAdd more functions to the Linux kernel compatibility...
2015-01-19 nwhitehornAdd some initial infrastructure for relocating the...
2015-01-19 kibStop enforcing additional reference on all cdevs, which...
2015-01-19 kibIgnore devfs directory entries for devices either being...
2015-01-19 mavRemove extra mtx_unlock().
2015-01-19 tuexenCode cleanup.
2015-01-19 andrewMake the clock-frequency property optional as it may...
2015-01-19 hselaskyMinor refactoring of code block.
2015-01-19 ngieFix the build when INVARIANTS is defined by restoring...
2015-01-19 neelMOVS instruction emulation.
2015-01-19 neelFix a bug in libvmmapi 'vm_copy_setup()' where it would...
2015-01-19 ngieIntegrate contrib/netbsd-tests/bin/expr into the build...
2015-01-19 ngieExpect :overflow to fail with FreeBSD's expr as it...
2015-01-19 nwhitehornProvide a tunable (machdep.moea64_bpvo_pool_size) to...
2015-01-19 ianFor armv6 builds, add -mfloat-abi=softfp. This tells...
2015-01-19 pfgext2: Garbage-collect some unused variables
2015-01-19 marcelUpgrade libxo to 0.2.0.
2015-01-19 rstoneWhen mountd is creating sockets, it iterates over all...
2015-01-18 smhClean ZFS spa config before syncing
2015-01-18 tuexenFix a bug which only shows up when an mbuf allocation...
2015-01-18 pfgext2: fix for uninitialized pointer read.
2015-01-18 tuexenRemove an unnecessary check.
2015-01-18 tuexenAdd protection code to free memory in case of processin...
2015-01-18 ianSave the command-and-flags value into the shadow regist...
2015-01-18 pfgRemove dead code.
2015-01-18 tuexenRemove an unused variable.
2015-01-18 nwhitehornUse TOC to look up all kernel globals on powerpc64...
2015-01-18 nwhitehornRefactor PowerPC (especially AIM) init sequence to...
2015-01-18 smhFix bsdinstall when working with geli boot disks
2015-01-18 adrianRefactor / restructure the RSS code into generic, IPv4...
2015-01-18 adrianOops - use the correct argument order for ar9300_set_be...
2015-01-18 allanjudeFix minor syntax and grammar errors in the markup of...
2015-01-18 kibAdd procctl(2) PROC_TRACE_CTL command to enable or...
2015-01-18 kibMake SIGSTOP working for sleeps done while waiting...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-18 hselaskyMake the linuxapi module only build when WITH_OFED...
2015-01-18 cpercivaWhen disabling C3+ CPU states due to the CPU_QUIRK_NO_C...
2015-01-18 hselaskyExtend fixes made in r277308 to fix build of LINT kerne...
2015-01-18 jhibbitsUse proper signed types. The ADT746x uses signed 8...
2015-01-18 gonzoFix programming timing parameters to LCDC. Actual value...
2015-01-18 impInclude mca_machdep.h.
2015-01-18 neelSimplify instruction restart logic in bhyve.
2015-01-18 neelMake the error message explicit instead of just printin...
2015-01-18 bzThere are still kernel configs and mk files depending...
2015-01-17 ianAdd a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT...
2015-01-17 ianAdd defines for SDHCI 3.0 controllers.
2015-01-17 ianMinor cleanups, comment changes. No need to load 3...
2015-01-17 adrianCorrect the descriptor length for AR9462/AR9565 and...
2015-01-17 adrianSkip the OFDM weak signal threshold detection programmi...
2015-01-17 hselaskyStart importing the basic OFED linux compatibility...
2015-01-17 pfgext2: cosmetical issues
2015-01-17 smhMechanically convert cddl sun #ifdef's to illumos
2015-01-17 bro Notify USB host about connection when operating in...
2015-01-17 aeFix condition and really sort ports. Also add comment...
2015-01-17 roygerloader: use correct types for parse_modmetadata
2015-01-17 adrianOops; correctly reload the CCA registers with the uncap...
2015-01-17 nwhitehornReturn an appropriate error code in the case of a missi...
2015-01-17 adrianOverride the bt enable/disable methods for AR9462 ...
2015-01-17 impNeed to include opt_mca.h to test for DEV_MCA.
2015-01-17 impMove DEV_ entries scattered to their common section...
2015-01-17 impThe sn driver isn't UCODE sourceless. While it is true...
2015-01-17 ngieFix lib/libthr/tests/detach_test
2015-01-17 adrianUntil there's a full MCI implementation - just implemen...
2015-01-16 adrianTie in the MCI bluetooth coexistence functions into...
2015-01-16 adrianAdd bluetooth MCI coexistence HAL methods - used for...
2015-01-16 jkimUpdate buildinf.h to make SSLeay_version(3) little...
2015-01-16 willAdd a ${CP} alias for copying files in the build.
2015-01-16 ngieDon't call abort on usage errors; print out the usage...
2015-01-16 gjbDocument r277270, OpenSSL update to 1.0.1l.
2015-01-16 jkimMerge OpenSSL 1.0.1l.
2015-01-16 ianEnable the snoop control unit during MP startup, rather...
next