]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-01-21 Will AndrewsChange 1112791 by kenm@ken.spectrabsd8 on 2015/01/15...
2015-01-21 Ian LeporeMicro-optimize the new arm inline bus_space implementat...
2015-01-21 Will AndrewsFix remote DMA based firewire debugging when targeting
2015-01-21 Will AndrewsFix firewire panic when issuing a reply to an unhandled
2015-01-21 Will AndrewsProperly lock accesss to the firewire_comm->devices...
2015-01-21 Will AndrewsFix panic in firewire and creation of invalid config...
2015-01-21 Will AndrewsFix a FWXF_INQ race in the firewire driver.
2015-01-21 Will AndrewsFix one cause of firewire panics.
2015-01-21 Will AndrewsGarbage collect dragonfly and legacy FreeBSD system...
2015-01-21 Will AndrewsRemove commented log messages.
2015-01-21 Will AndrewsIgnore sync requests from the system syncher, i.e....
2015-01-21 Oleksandr TymoshenkoRemove "#define DEBUG" that conflicts with "option...
2015-01-21 Will AndrewsEliminate an #ifdef illumos for zfs_ioc_rename().
2015-01-21 Nathan WhitehornAdd POWER7+ and POWER8 to the list of CPUs with 32...
2015-01-21 Nathan WhitehornMake sure to relocate tmpstk with everything else and...
2015-01-21 Nathan WhitehornMake 64-bit AIM trap handlers relocatable by changing...
2015-01-21 Ed MasteRemove addr2line from cross elftoolchain tools list
2015-01-21 Mateusz Guzikfiledesc: avoid spurious copying of capabilities in...
2015-01-21 Mateusz Guzikfiledesc: return 0 from badfo_close
2015-01-21 Mateusz Guzikfiledesc: fix whitespace nits in fget and fget_read
2015-01-21 Will AndrewsAdd vfs.zfs.reference_tracking_enable sysctl/tunable.
2015-01-21 Andrew TurnerUpdate the parsing of the cpu node. We are unable to...
2015-01-21 Andrew TurnerMerge all the copies of _tcb_ctor and _tcb_dtor.
2015-01-21 Konstantin... Do not assert that the new pipepair mutex is not initia...
2015-01-21 Konstantin... Fix bug in r276630. Do not allow pthread_sigmask(...
2015-01-21 Konstantin... An update for the i915 GPU driver, which brings the...
2015-01-21 Gavin Atkinson"softc" is short for "software context", use that phras...
2015-01-21 Randall StewartFix minor errors found by coverity. Thanks Gleb for
2015-01-21 Enji CooperFollow up to r277449 by fixing the remaining NSEC_TO_TI...
2015-01-21 Kevin LoTypo: ivalid -> invalid.
2015-01-21 Ian LeporeRemove a couple files that are no longer used (function...
2015-01-21 Ian LeporeUse explicit initializer style, fill in missing functio...
2015-01-21 Ian LeporeUse the base arm bus_space instead of an identical...
2015-01-21 Ian LeporeUse the base arm bus_space instead of an identical...
2015-01-21 Ian LeporeUse the base arm bus_space instead of an identical...
2015-01-21 Ian LeporeUse the base arm bus_space instead of an identical...
2015-01-21 Ian LeporeRemove a no-longer-used include.
2015-01-21 Ian LeporeThe versatile platform had two copies of a bus_space...
2015-01-21 Ian LeporeRename bus_space-v6.c to bus_space_base.c, because...
2015-01-21 Ian LeporeUse explicit initializer style, fill in missing functions.
2015-01-21 Ian LeporeMove bs_unimplemented() to bus_space_generic.c so it...
2015-01-21 Ian LeporeThe mv/bus_space.c file is essentially identical to...
2015-01-21 Nathan WhitehornOn 64-bit PowerPC, use more native forms of the PPC...
2015-01-21 Ian LeporeFor some reason, all the arm bus_space functions that...
2015-01-21 Ian LeporeUse arm/bus_space-v6.c for all armv6 systems, the essen...
2015-01-21 Ian LeporeUse the explicit member initializer style to init the...
2015-01-21 Ed MasteAdd missing R_X86_64_ constants to elf_common.h
2015-01-21 Xin LIFix xz handling for files larger than 32K.
2015-01-21 Ed Masteredelf: Add missing R_X86_64_ relocation types
2015-01-21 Mateusz Guzikfiledesc: plug a test for impossible condition in _fget
2015-01-21 Ian LeporeRevise the arm bus_space implementation to avoid derefe...
2015-01-20 Glen BarberMerge the following revisions from ^/projects/release...
2015-01-20 Ian LeporeAdd inline implementations of arm bus_space_read/write_N().
2015-01-20 Enji CooperGarbage collect a prove test wrapper
2015-01-20 Will AndrewsFix arc__shrink DTrace probe's to_free argument.
2015-01-20 Will AndrewsUse the "zfs_gfs" tag for GFS vnodes to make them easie...
2015-01-20 Will AndrewsNSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)
2015-01-20 Will AndrewsRemove unused strdup() #define.
2015-01-20 Enji CooperGarbage collect a prove test wrapper
2015-01-20 Jan Beich- Add jbeich as a ports committer
2015-01-20 Will AndrewsRestore the CAM XPT peripheral generation counter,...
2015-01-20 Xin LIMFV r277432:
2015-01-20 Xin LI5518 Memory leaks in libzfs import implementation
2015-01-20 Xin LI5497 lock contention on arcs_mtx
2015-01-20 Xin LI5313 Allow I/Os to be aggregated across ZIO priority...
2015-01-20 Xin LI5410 Document -S option to zfs inherit
2015-01-20 Xin LI5056 ZFS deadlock on db_mtx and dn_holds
2015-01-20 Xin LI5445 Add more visibility via arcstats; specifically...
2015-01-20 Xin LI5408 managing ZFS cache devices requires lots of RAM
2015-01-20 Xin LI5376 arc_kmem_reap_now() should not result in clearing...
2015-01-20 Michael TuexenRemove comparisons which are not necessary.
2015-01-20 Sean BrunoAllow clang to be built for mips/mips64 backend types...
2015-01-20 Ruslan Bukino Restore 'goto tr_setup;' when operating in host mode...
2015-01-20 Nathan WhitehornThere does not seem to be any reason to acquire GIANT...
2015-01-20 Ruslan Bukino Do notify USB host each time we receive 'set packet...
2015-01-20 Alexander MotinAllow skipping dmu_buf_will_dirty() call in dsl_dir_tra...
2015-01-20 Roger Pau Monnéloader: fix the size of MODINFOMD_MODULEP
2015-01-20 Hans Petter... Fix returned data for the USB_GET_DEV_PORT_PATH IOCTL...
2015-01-20 Andrew TurnerRemove the SMP code from locore-v4. These will never...
2015-01-20 Andrew TurnerAdd the User and PL1 read only and reqd write thread...
2015-01-20 Ruslan BukinAdd 128-byte cache flushing routines.
2015-01-20 Ganbold TsagaankhuuEnable Synopsys DesignWare Mobile Storage Host Controller
2015-01-20 Nathan WhitehornRemove space in the FDT reservation map from the availa...
2015-01-20 Nathan WhitehornZero BSS explicitly if not started by loader(8). Add...
2015-01-20 Neel NatuUpdate the vdso timehands only via tc_windup().
2015-01-20 Oleksandr TymoshenkoProperly clear IRQ status in order to fix "Spurious...
2015-01-19 Enji CooperMFhead @ r277403
2015-01-19 Hans Petter... Add missing linuxapi module dependencies and always...
2015-01-19 Hans Petter... Add more functions to the Linux kernel compatibility...
2015-01-19 Nathan WhitehornAdd some initial infrastructure for relocating the...
2015-01-19 Konstantin... Stop enforcing additional reference on all cdevs, which...
2015-01-19 Konstantin... Ignore devfs directory entries for devices either being...
2015-01-19 Alexander MotinRemove extra mtx_unlock().
2015-01-19 Michael TuexenCode cleanup.
2015-01-19 Andrew TurnerMake the clock-frequency property optional as it may...
2015-01-19 Hans Petter... Minor refactoring of code block.
2015-01-19 Enji CooperFix the build when INVARIANTS is defined by restoring...
2015-01-19 Neel NatuMOVS instruction emulation.
2015-01-19 Neel NatuFix a bug in libvmmapi 'vm_copy_setup()' where it would...
2015-01-19 Enji CooperIntegrate contrib/netbsd-tests/bin/expr into the build...
next