]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-11-18 Mark FelderRe-work non-persistent filesystem detection as it was...
2014-11-18 Gleb SmirnoffCollapse three contiguous comment blocks into one....
2014-11-18 Ian LeporeFix the i2c bus speed divisors for TI OMAP4 and AM335x.
2014-11-18 Luiz Otavio... Fix gpiobus_child_location_str() to return a real strin...
2014-11-18 Luiz Otavio... Remove unnecessary code.
2014-11-18 Ian LeporeAllow i2c bus speed to be configured via hints, FDT...
2014-11-18 Warner LoshUse automated MK_INET*_SUPPORT code here as well.
2014-11-18 Warner LoshModernize comments about BIOSes being lame since in...
2014-11-18 Luiz Otavio... Add basic interrupt management code to gpiobus and...
2014-11-17 Mark JohnstonDTrace imposes a 128-byte limit on the length of the...
2014-11-17 Xin LISync with userland variant.
2014-11-17 Dmitry ChaginUse the correct device as the power_for_sleep() method
2014-11-17 Warner LoshRemove stray empty comment. The code is adequately...
2014-11-17 Brad DavisClean up some language
2014-11-17 Mark FelderFix geom's "usage" generation to not fabricate usage...
2014-11-17 Mark FelderAdd logic for detecting non-persistent filesystems...
2014-11-17 Julien CharbonRe-introduce padding fields removed with r264321 to...
2014-11-17 Andriy Gaponl2arc: restore correct rounding up of asize of compress...
2014-11-17 Andriy GaponRevert r269093 which introduced physical zio alignment...
2014-11-17 Enji CooperMechanically replace #if defined(__FreeBSD__) and ...
2014-11-17 Edward Tomasz... The "intr" option is NFS-specific; fix examples in...
2014-11-17 Steven HartlandRevert r273630 as the panic was fixed by r274619
2014-11-17 Steven HartlandDisable TRIM on file backed ZFS vdevs and fix TRIM...
2014-11-17 Enji CooperAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-17 Alexander V... Finish r274175: do control plane MTU tracking.
2014-11-16 Sean BrunoAdd mv, echo and hostname to the native-xtools target...
2014-11-16 Ian LeporeNo functional changes. Remove a couple outdated or...
2014-11-16 Ian LeporeCorrect the sequence of busdma sync ops involved with...
2014-11-16 Ian LeporeDo the cache invalidate sequence from the outermost...
2014-11-16 Ian LeporeDo not do a cache invalidate on a PREREAD sync that...
2014-11-16 Enji Cooper- Skip over the testcases that call cbrtl on platforms...
2014-11-16 Enji Cooper- Expect exp2_powers to fail on FreeBSD/i386
2014-11-16 Enji CooperAlias isinff to isinf on FreeBSD
2014-11-16 Enji CooperReset errno to 0 before running scalbn to be sure that...
2014-11-16 Enji CooperSkip the long-double epsilon checks on FreeBSD/i386
2014-11-16 Ian LeporeIndent a couple lines properly and expand a comment...
2014-11-16 Enji CooperConvert tools/regression/lib/libc/stdio/test-fpclassify...
2014-11-16 Sean BrunoFlush out many more static binaries that can be used...
2014-11-16 Enji CooperConvert tools/regression/lib/libc/stdio/test-fmemopen...
2014-11-16 Enji CooperAdd freebsd-testing and myself to MAINTAINERS for contr...
2014-11-16 Alexander V... Revert r274585: rte lock is properly destroyed in uma...
2014-11-16 Alexander V... Fix r273112: do not turn DROP_EN by default.
2014-11-16 Jean-Sébastien... drm/radeon: Lower priority of a message related to...
2014-11-16 Alexander V... Make witness happy: destroy rte lock before free.
2014-11-16 Xin LIDefault to use 10 seconds as nap interval instead of 1.
2014-11-16 Enji CooperRemove test-arc4random from this Makefile so others...
2014-11-16 Enji CooperConvert tools/regression/lib/libc/gen/test-arc4random...
2014-11-16 Enji CooperAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-16 Enji CooperCall sem_unlink on semaphores before attempting to...
2014-11-16 Enji CooperAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-16 Enji CooperAdd missing sys/time.h #include for timespecsub macro...
2014-11-16 Enji CooperPort helper program to FreeBSD, similar to ../../lib...
2014-11-16 Enji Cooper#ifdef out a printf on !NetBSD that causes the testcase...
2014-11-16 Enji CooperAdd pthread_np.h #include and initialize the pthread...
2014-11-16 Enji CooperExpect :pthread_detach to fail with EINVAL instead...
2014-11-16 Enji CooperOnly expect timeouts on powerpc with NetBSD
2014-11-16 Enji CooperUse _exit instead of exit so the file descriptors aren...
2014-11-16 Mark JohnstonOnly compare visitation counters if they've both been...
2014-11-16 Mark JohnstonRemove an incorrect optimization. The type IDs of each...
2014-11-16 Mark JohnstonFix a couple of bugs around the handling of structs...
2014-11-16 John-Mark Gurneyprevent doing filter ops locking for staticly compiled...
2014-11-16 Edwin GroothuisMFV of 274557,tzdata{2014j}
2014-11-16 Edwin GroothuisVendor import of tzdata2014j:
2014-11-15 Alan CoxEnable the use of VM_PHYSSEG_SPARSE on amd64 and i386...
2014-11-15 Konstantin... Fix END()s for fueword and fueword64, match the name...
2014-11-15 Sean BrunoChange LDFLAGS to LDADD in order to allow static builds...
2014-11-15 Baptiste Daroussinwpa_cli does not use libedit anymore since version 1.0
2014-11-15 Edward Tomasz... Make it possible to do "iscsictl -Rt xxx -p yyy", to...
2014-11-15 Ian LeporeWhitespace and comment tweaks, no functional changes.
2014-11-15 Brad DavisAdd a test for locking and unlocking user accounts
2014-11-15 Ian LeporeWhen doing busdma sync ops for BUSDMA_COHERENT memory...
2014-11-15 Yoshihiro TakahashiMFi386: r274398
2014-11-15 Ian LeporeUse the standard powerof2() macro from param.h instead...
2014-11-15 Adrian ChaddConvert the callouts back to using mutexes.
2014-11-14 Alexander MotinRemove mostly obsolete hint to disable LAPIC timers.
2014-11-14 Warner LoshAutomate options INET/INET6 turning into MK_$opt_SUPPORT
2014-11-14 Warner LoshCleanup trailing newlines noticed while looking for...
2014-11-14 Ed MasteReference uefi(8) from i386 boot(8)
2014-11-14 Xin LIUse ${SYSDIR} as the reference pointer instead of speci...
2014-11-14 Gleb SmirnoffEven better indent struct pagerops.
2014-11-14 Gleb SmirnoffConstantly indent struct pagerops.
2014-11-14 Jilles Tjoelkersh(1): Add/improve information about exit status of...
2014-11-14 Gleb Smirnoff- Use NULL to compare a pointer.
2014-11-14 Gleb SmirnoffMerge from projects/sendfile:
2014-11-14 Andrew TurnerAdd OBJDUMP to sys.mk. The EFI loader uses it however...
2014-11-14 Edward Tomasz... Fix mdoc warning.
2014-11-14 Konstantin... In vfs_write_suspend_umnt(), if suspension cannot be...
2014-11-14 Edward Tomasz... Fix mdoc warning by removing empty lines.
2014-11-14 Edward Tomasz... Add missing commas to .Xr.
2014-11-14 Gleb SmirnoffThere should not be zero length mbufs in socket buffers...
2014-11-14 Adrian ChaddMigrate the callouts from using mutex locks to being...
2014-11-13 Jung-uk KimCorrect a typo to fix chown(2). It was broken since...
2014-11-13 Sean BrunoAdd more static binaries to the native-xtools target...
2014-11-13 Scott LongExtend earlier addition of stack frames to most of...
2014-11-13 John Baldwin- Use the existing driver lock in cdevsw methods and...
2014-11-13 John BaldwinLock iir(4) and mark it MPSAFE.
2014-11-13 Mateusz Guzikfiledesc: oops.. commit missing change to filedesc.h
2014-11-13 Zbigniew BodekFix typo in ARM GIC device_printf()
2014-11-13 Dimitry AndricThe fix imported into llvm in r274442 contains some...
2014-11-13 Mateusz Guzikfiledesc: fixup fdinit to lock fdp and preapare files...
next