]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
More tr -d '\r' t make config happy and
[FreeBSD/FreeBSD.git] / tools /
2015-05-16 Adrian ChaddMake these all work with the new way of doing privatelib.
2015-05-15 Dimitry AndricProvide reallocarray() in -legacy, if needed, to allow...
2015-05-15 Ed MasteBuild libgomp only if we're also building base system GCC
2015-05-14 Xin LIMFV r282927,r282928,r282930 (kientzle):
2015-05-14 Ed MasteUpdate to ELF Tool Chain r3197
2015-05-10 Simon J. GerratyMerge bmake-20150505 improve detection of malformed...
2015-05-09 Glen BarberMerge ^/projects/release-arm-redux into ^/head.
2015-05-08 Andriy GaponMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-07 Xin LIMFV r282611: netcat from OpenBSD 5.7.
2015-05-06 Ed MasteFix make delete-old for gperf and GCC/CXX options
2015-05-06 Glen BarberMFH: r282315-r282534
2015-05-04 Glen BarberMFV r225523, r282431:
2015-05-04 Cy SchubertMFV ntp 4.2.8p2 (r281348)
2015-05-01 Baptiste DaroussinImport sqlite3 3.8.9
2015-05-01 Baptiste DaroussinReplace groff's soelim by soeliminate(1) renamed soelim(1)
2015-05-01 Glen BarberMFH: r281855-r282312
2015-05-01 Ed MasteOptionalObsoleteFiles: don't remove c++filt when using...
2015-05-01 Bryan DreweryAdd a -v to tell where each symbol is resolved from.
2015-05-01 Bryan DreweryFix a comment
2015-04-30 Ed MasteAdd ELF Tool Chain's c++filt to the build
2015-04-28 Pedro F. GiffuniMFV r282150
2015-04-27 Dag-Erling SmørgravUpgrade Unbound to 1.5.3.
2015-04-27 Dag-Erling SmørgravRestore packaging subdir to enable running unmodified...
2015-04-27 Enji CooperIntegrate tools/regression/mmap into the FreeBSD test...
2015-04-27 Enji CooperConvert this testcase over to a TAP format testcase
2015-04-27 Enji CooperIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 Enji Cooper- Fix style(9) a bit
2015-04-27 Enji Cooper- Fix compilation (MAP_INHERIT's dead)
2015-04-27 Enji CooperIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 Enji CooperIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 Enji CooperIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 Enji CooperFix -Wformat warnings by using proper format string...
2015-04-27 Enji CooperIntegrate tools/regression/execve into the FreeBSD...
2015-04-23 John BaldwinReassign copyright statements on several files from...
2015-04-22 Glen BarberMFH: r280643-r281852
2015-04-21 Bryan DreweryTweak BSS symbol handling from r281811 to not consider...
2015-04-21 Bryan DrewerySupport libraries linked by path.
2015-04-21 Simon J. GerratyMerge bmake-20150418
2015-04-21 Bryan Drewery- For executables search for matching (B) global uninit...
2015-04-21 Bryan DreweryRevert r281805 for now as it breaks due to spaces in...
2015-04-21 Bryan DreweryPass full path to ldd(1) so it works on files in cwd.
2015-04-21 Rui PauloMerge wpa_supplicant/hostapd 2.4.
2015-04-21 Bryan DrewerySupport demangling C++ symbols with -D flag.
2015-04-21 Glen BarberMerge the following from ^/projects/release-arm64 to...
2015-04-20 Bryan Drewery- Speedup significantly by not using subshells for...
2015-04-20 Bryan DreweryFix indentation to use tabs
2015-04-20 Glen BarberMFH: r281668 through r281783
2015-04-19 Adrian ChaddUpdate pkt-gen to optionally use randomised source...
2015-04-18 Konstantin BelousovThe lseek(2), mmap(2), truncate(2), ftruncate(2), pread...
2015-04-11 Enji CooperFix even more warnings..
2015-04-11 Enji CooperFix more warnings I didn't catch in the first go-around
2015-04-11 Enji CooperFix warnings, bump WARNS to 6, and use a temporary...
2015-04-11 Enji Cooper- Remove the .t wrapper and put the "magic" of determin...
2015-04-11 Enji CooperFix the knob twiddling to work properly per src.opts.mk
2015-04-11 Enji CooperGenerate temporary files with mkstemp instead of mktemp
2015-04-11 Enji CooperGarbage collect argc/argv and bump WARNS to 6
2015-04-11 Enji CooperGarbage collect argc/argv and bump WARNS to 6
2015-04-11 Enji Cooper- Garbage collect argc/argv
2015-04-11 Enji Cooper- Garbage collect argc/argv; bump WARNS to 6
2015-04-11 Enji CooperFix warnings and bump WARNS to 6
2015-04-11 Enji CooperGarbage collect argc/argv and bump WARNS to 6
2015-04-11 Enji CooperMark signum unused in signal_handler; bump WARNS to 6
2015-04-11 Jung-uk KimMerge ACPICA 20150410.
2015-04-11 Enji CooperFix a -Wuninitialized warning by setting the socket...
2015-04-11 Enji Cooper- Don't use /tmp because it's outside ATF's prescribed...
2015-04-11 Enji CooperFix warnings and bump WARNS to 6
2015-04-11 Enji Cooper- Garbage collect argc/argv (-Wunused)
2015-04-11 Enji Cooper- Use static buffers for temporary file paths instead...
2015-04-10 Baptiste DaroussinUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 Enji CooperUse _exit, not exit in forked process
2015-04-10 Enji CooperRemove argc/argv (-Wunused)
2015-04-10 Enji CooperFix warnings
2015-04-10 Enji CooperRemove argc/argv (-Wunused)
2015-04-10 Enji Cooper- Parameterize out the number of accept/connect attempts
2015-04-10 Enji CooperFix -Wunused warnings, bump WARNS to 6
2015-04-10 Enji CooperFix -Wunused warnings, bump WARNS to 6
2015-04-10 Enji CooperFix warnings, fix a typo in a testcase description...
2015-04-09 Bryan Drewery- Fix support with new elftoolchain readelf(1)
2015-04-09 Xin LIMFV r281278:
2015-04-09 Gleb SmirnoffRemove debugging code that sneaked in.
2015-04-09 Gleb SmirnoffProvide a gdb script, that prints routing tables from...
2015-04-06 Gleb SmirnoffStop including if_var.h from userland.
2015-04-06 Adrian ChaddTypecast things.
2015-04-03 Bryan DreweryRemove specific reference to g++(1) for WITH_CXX as...
2015-04-03 Dimitry AndricAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-01 Adrian ChaddDon't use a private copy of the ANI definitions - use...
2015-04-01 Ed MasteUpdate elftoolchain to upstream revision 3179
2015-03-31 Enji Cooper- Fix -Wsign issue
2015-03-31 Enji CooperMinor cleanup before converting to ATF testcases
2015-03-31 Enji CooperCleanup and do minor refactoring before converting...
2015-03-31 Dmitry Marakasov- Remove more files when MK_ZONEINFO == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_TESTS_SUPPORT == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_LEGACY_CONSOLE == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_KERBEROS_SUPPORT == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_KDUMP == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_JAIL == no
2015-03-31 Dmitry Marakasov- Remove more files when MK_CASPER == no
2015-03-30 Dmitry Marakasov- Remove more files when MK_INET6 == no
2015-03-30 Dmitry Marakasov- Remove more files when MK_FORTH == no
2015-03-30 Cy SchubertMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
next