]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-11-18 Michal MelounARM: Fix dma_dcache_sync() for early allocated memory.
2015-11-18 Jonathan T... Fix the date on the pmcstat(8) man page from r291016.
2015-11-18 Jonathan T... Support a wider history counter in pmcstat(8) gmon...
2015-11-18 Craig RodriguesTemporarily comment out the libcrypt tests.
2015-11-18 Alexander MotinSimplify fabric tasting code.
2015-11-18 Alexander MotinRemove some confusions between loopid and nphdl.
2015-11-18 Steven HartlandDocument loader(8) dumpdev option
2015-11-18 Adrian ChaddAdd the QCA9533 base configuration file and an example...
2015-11-18 Adrian Chadduart(4) - make the 8250 uart baudrate tolerance build...
2015-11-18 Justin HibbitsPhysical addresses for e500mc/e5500 are 36-bits, e6500...
2015-11-18 Justin HibbitsAdd support for new LAW registers in QorIQ SoCs.
2015-11-17 Allan JudeAdd a kernel config for the Onion Omega
2015-11-17 Steven HartlandFix early kernel dump via dumpdev env
2015-11-17 Jung-uk KimSimplify man-makefile-update target.
2015-11-17 Baptiste Daroussinmpsutil/mprutil: add flash subcommand
2015-11-17 Bryan DreweryFix dynamic IPv6 rules showing junk for non-specified...
2015-11-17 Alexander MotinRegister our FC4 Features in SNS.
2015-11-17 Eitan AdlerFix two spelling errors
2015-11-17 Baptiste DaroussinFix typo
2015-11-17 John BaldwinMove recently added entry above the "old" line.
2015-11-17 Ulrich SpörleinFix 'make depend'
2015-11-17 Alexander MotinCosmetic addition to r290993.
2015-11-17 Alexander MotinUnify and cleanup FC ports scan.
2015-11-17 Nathan WhitehornMake native page table access endian-safe. Even on...
2015-11-17 Nathan WhitehornWhere appropriate, use the endian-flipping OF_getencpro...
2015-11-17 Fabien ThomasImplement the sadb_x_policy_priority field as it is...
2015-11-17 Alexander MotinOff-by-one correctiont to r290980.
2015-11-17 Alexander MotinMake firmware handle virtual ports SNS logins for us.
2015-11-17 Zbigniew BodekMake PCB structure binary compatible for old and new...
2015-11-17 Alexander MotinAdd real initial support for RQSTYPE_RPT_ID_ACQ.
2015-11-17 Zbigniew BodekFix buffer overflow in exynos5_ehci
2015-11-17 Baptiste Daroussininstall(1) is following symlinks when installing a...
2015-11-17 Hajimu UMEMOTOJSON doesn't permit a hexadecimal notation of an integer.
2015-11-17 Andrew TurnerMake pl310_print_config static, it's not called out...
2015-11-17 Marcelo AraujoTake maintainership of nis(8) and yp(8), Pre-commit...
2015-11-17 Rick Macklemmnt_stat.f_iosize (which is used to set bo_bsize) must...
2015-11-17 Gleb Smirnoff- Fix directory name for pf.
2015-11-16 Bryan DreweryUse -n to ln(1) which is compatible with GNU ln(1).
2015-11-16 Rick MacklemWhen the smbfs iod thread (smb_iod_thread()) is shuttin...
2015-11-16 Marius Strobl- Unbreak dumpsys(9) on sparc64 after r276772
2015-11-16 Simon J. GerratyDefault MK_META_MODE from MK_DIRDEPS_BUILD
2015-11-16 Warner LoshRemove redundant copies of CDDL_CFLAGS.
2015-11-16 Garance A DrosehnI'm still interested in reviewing any code changes...
2015-11-16 Andriy Voskoboinykwpi(4): import r289674
2015-11-16 John BaldwinOnly use a power of 2 for the number of receive and...
2015-11-16 Jung-uk KimRemove duplicate manual pages.
2015-11-16 Marius StroblWith r290566 in place it turned out that WOL previously...
2015-11-16 Bryan DreweryRevert r290944. It was wrong.
2015-11-16 Bryan DreweryFix error case for bmake to echo 0.
2015-11-16 Bryan DreweryAvoid FSCHG for INSTALL_AS_USER as well.
2015-11-16 Craig RodriguesAdd include of signal.h for signal() prototype.
2015-11-16 Craig RodriguesReplace __svc_fdset with svc_fdset.
2015-11-16 Craig RodriguesDo not use SA_LEN() to dereference sa_len.
2015-11-16 Craig RodriguesAdd include of time.h for tzset() prototype.
2015-11-16 Craig RodriguesReplace __dead with __dead2.
2015-11-16 Craig RodriguesAdd include of sys/param.h for MAXHOSTNAMELEN
2015-11-16 Craig RodriguesReplace __dead with __dead2.
2015-11-16 Craig RodriguesReplace HOST_NAME_MAX with MAXHOSTNAMELEN.
2015-11-16 Craig RodriguesRemove reference to EAI_NODATA.
2015-11-16 Craig RodriguesAdd include of <string.h> for strlen() prototype.
2015-11-16 Craig RodriguesConvert Makefile to FreeBSD style.
2015-11-16 Craig RodriguesImport ypldap from OpenBSD.
2015-11-16 Jonathan T... Improve accuracy of PMC sampling frequency
2015-11-16 Jonathan T... Change the driver stats to what they really are: unsign...
2015-11-16 Baptiste DaroussinBring back a couple of ISO8859-15 locales:
2015-11-16 Baptiste DaroussinAdd missing alias for zh_CN.UTF-8
2015-11-16 Andrey V. ElsukovUse explicitly specified ivsize instead of blocksize...
2015-11-16 Enji CooperRemove directory made obsolete by r290905
2015-11-16 Konstantin... Rework the test which raises OOM condition. Right...
2015-11-16 Marcelo AraujoDon't need cast malloc.
2015-11-16 Adrian ChaddAdd QCA9533 to the list of SoCs that require IRQ's...
2015-11-16 Konstantin... Do not use vmspace_resident_count() for the OOM process...
2015-11-16 Konstantin... VM daemon works in parallel with the pagedaemon threads...
2015-11-16 Enji CooperIntegrate tools/regression/pipe in to the FreeBSD test...
2015-11-16 Enji CooperPort contrib/netbsd-tests/kernel/t_mqueue.c to FreeBSD
2015-11-16 Enji CooperIntegrate contrib/netbsd-tests/kernel/t_lockf.c into...
2015-11-16 Enji CooperIgnore EINTR from usleep(3) in try_locks(..)
2015-11-16 Adrian ChaddAdd initial support for the QCA953x ("Honeybee") from...
2015-11-16 Enji CooperAdd some initial tests for SLIST and STAILQ macros
2015-11-16 Enji CooperIntegrate contrib/netbsd-tests/lib/libcrypt/t_crypt...
2015-11-16 Enji CooperExpect all testcases dealing with invalid salts to...
2015-11-16 Craig RodriguesFix path for symlinks.
2015-11-16 Enji CooperIntegrate acct(2) testcase in as tests/sys/kern/acct...
2015-11-16 Marcelo AraujoDon't need cast malloc.
2015-11-16 John-Mark GurneyIf you backup a large file that is mostly holes, previo...
2015-11-15 Baptiste DaroussinFix unused-but-set-variable
2015-11-15 Baptiste DaroussinRemove trailing spaces at end of lines
2015-11-15 Baptiste DaroussinUpdate the list of files to be removed in case world...
2015-11-15 Enji CooperDisable -Wformat with scanfloat_test when compiling...
2015-11-15 Enji CooperAdd NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd...
2015-11-15 Enji CooperRedo r290847: use #ifdef __NetBSD__ on all the non...
2015-11-15 Enji CooperFix -Wformat issues
2015-11-15 Alexander V... Bring back the ability of passing cached route via...
2015-11-15 Baptiste DaroussinRegenerate locales after readding ISO8859-1 for locales...
2015-11-15 Baptiste DaroussinGenerate in the FreeBSD keyword when generating the...
2015-11-15 Baptiste DaroussinAdd ISO8859-1 everywhere ISO8859-15 exists
2015-11-15 Baptiste DaroussinAllow to generate the locale when the source directory...
2015-11-15 Baptiste DaroussinSimplify a bit the aliases generation
2015-11-15 Edward Tomasz... Doh, commit in a wrong directory. Fix r290857.
2015-11-15 Baptiste DaroussinRemove unused variables to fix building world
next