]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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
2015-11-15 Baptiste DaroussinRework locale-links to not make symlinks on directories...
2015-11-15 Edward Tomasz... Speed up rctl operation with large rulesets, by holding...
2015-11-15 Baptiste Daroussinalso skip the definition of ':fopen_regular' to avoid...
2015-11-15 Alexander MotinIncrease reset assertion time from 10 to 100us.
2015-11-15 Enji CooperChange WARNS to 2 across the board with all the libc...
2015-11-15 Enji CooperCast xdr_void to xdrproc_t to mute -Wincompatible-point...
2015-11-15 Enji CooperFix -Wmissing-braces warnings by adding braces around...
2015-11-15 Enji CooperFix -Wunused warnings
2015-11-15 Enji CooperFix -Wunused warnings with variables used unlit code...
2015-11-15 Enji CooperBump WARNS to 2
2015-11-15 Enji CooperRemove unused variables; sort by alignment where needed
2015-11-15 Enji CooperPolish up iswctype_test
2015-11-15 Enji CooperPolish up the tests a bit more after projects/collation...
2015-11-15 Enji CooperFix the Indian numbering system (hi_IN.ISCII-DEV) tests
2015-11-15 Enji CooperSetup the symlink to /sys to mirror one's current sourc...
2015-11-14 Craig RodriguesFix bootstrapping of libopenbsd on build hosts where...
2015-11-14 Craig RodriguesAdd imsg to libopenbsd.
2015-11-14 Craig RodriguesImplemtn getdtablecount() to count open file descriptor...
2015-11-14 Oleksandr TymoshenkoReplace magic numbers for CCGRx registers with more...
2015-11-14 Oleksandr TymoshenkoSomewhat improve HDMI event API
2015-11-14 Alexander MotinFix/improve CRN tracking.
2015-11-14 Alexander V... Pass provided af instead of AF_UNSPEC to setwa_f callback.
2015-11-14 Edward Tomasz... Add missing error checks.
2015-11-14 Edward Tomasz... Cosmetics; no functional changes.
2015-11-14 Edward Tomasz... Remove unneeded includes.
2015-11-14 Edward Tomasz... Don't try to avoid calling free(3) with NULL argument.
2015-11-14 Alexander MotinAdd NULL check to make Coverity happy.
2015-11-14 Alexander V... Move iflladdr_event eventhandler invocation to if_setll...
2015-11-14 Warner LoshFix URL for powerpc cpu options. Remove reference to...
2015-11-14 Simon J. GerratyRegen src.conf.5
2015-11-14 Simon J. GerratyRename META_MODE option to DIRDEPS_BUILD
2015-11-14 Oleksandr Tymoshenkohdmi_if.m will be reused by iMX6 IPU code so move it...
2015-11-14 Oleksandr TymoshenkoMove all HDMI-related stuff to hdmi_if.m, hdmi.h is...
2015-11-14 Jonathan T... Optimizations to the way hwpmc gathers user callchains
2015-11-14 Bryan DreweryAvoid setting schg in the objtree for lib32 build.
2015-11-14 Jonathan T... Fix hwpmc "stalled" behavior
2015-11-14 Conrad Meyerif_ntb: Clear the right QP in the free bitmap
2015-11-13 Oleksandr Tymoshenko- Add driver for System-Reset-Controler i.MX6 module
2015-11-13 Steven HartlandRevert r290403
next