]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
IFC @ 247036
[FreeBSD/FreeBSD.git] / tools /
2013-02-20 nwhitehornIFC @ 247036
2013-02-19 adrianPrint out the RTS/CTS rate in the TX descriptor.
2013-02-18 adrian* Add initial debugging of the interrupt status entry
2013-02-18 adrianMake this output more terse.
2013-02-17 luigiupdate the netmap example programs merging some common...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desOops, I flipped LDNS_UTILS but forgot to update the...
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-11 pluknetMajor update for unix_cmsg from Andrey Simonenko.
2013-02-11 adrianTeach athalq about the recent if_ath_alq timestamp...
2013-02-09 delphijMFV r245512:
2013-02-02 dimAdd missing src.conf(5) fragments for WITHOUT_LIBCPLUSP...
2013-02-02 dimPull in r170135 from upstream clang trunk:
2013-02-01 sjgMerge bmake-20130123
2013-02-01 gahr- Fix more style(9)-related issues (copyright header...
2013-01-31 gahr- Remove underscores from the internal structure name...
2013-01-30 gahrAdd fmemopen(3), an interface to get a FILE * from...
2013-01-30 kibRework the handling of the children for the pthread_vfo...
2013-01-29 gabor- Add a BSD-licensed patch, ported by Pedro F. Giffuni...
2013-01-24 brooksUse = not == in test arguments.
2013-01-22 emasteRestore Python 2.6+ compatibility
2013-01-21 brooksImplement the -l option using ln(1) to facilitate boost...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-18 eadlerAdd option to make pc-sysinstall optional
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245542
2013-01-17 adrianAdd extra debugging fields.
2013-01-17 neelIFC @ r245509
2013-01-17 andrewAdd compiler support for the ARM EABI.
2013-01-17 eadlerConvert to Python 3
2013-01-17 bzAdd a src.conf(5) option to allow users to compile...
2013-01-17 npAllow "ivlan" (inner VLAN) to be used as an alias for...
2013-01-14 brooksRemember the . in .\" in the WITH_NMTREE file and regen...
2013-01-14 jillessh: Pass $? to command substitution containing compound...
2013-01-13 jillessh: Add testcase that $? is preserved into a simple...
2013-01-13 jillessh: Add some testcases related to subshells.
2013-01-13 jillessh: Fix crash when parsing '{ } &'.
2013-01-13 jillessh: Don't lose $? when backquoted command ends with...
2013-01-11 brooksAdd pwcache(3) and vis(3) to libegacy as install(1...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-09 brooksAlways install our mtree as /usr/sbin/fmtree and link...
2013-01-09 adrianAdd the "enable at reset" functionality to trigger...
2013-01-09 neelIFC @ r245178
2013-01-08 obrienFollowing r226271, allow disabling lzma support with...
2013-01-04 neelIFC @ r244983.
2013-01-02 adrianDisable clang for athstats for now.
2013-01-02 adrianAdd missing err() format string.
2013-01-02 adrianFix missing err() format string.
2013-01-02 adrianFix some conversions to keep clang happy.
2013-01-02 adrianFix some clang warnings!
2013-01-02 adrianFix up some warnings from clang.
2013-01-02 adrianAdd missing err() format strings.
2013-01-02 adrian* Add missing err() string formats;
2013-01-02 adrian* Add missing format specifier for err()
2013-01-02 adrianFix some printf() formats.
2013-01-02 adrianFix incorrect format string.
2013-01-02 adrianAdd a very skeletal spectral scan control application.
2012-12-27 luigiuse nanosecond resolution, make sure gettimeofday
2012-12-25 luigivarious connections to last commit
2012-12-23 luigismall cleanup of the code, and add support for running...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-20 baptAdd etc/periodic/daily/220.backup-pkgdb to OptionalObso...
2012-12-18 eadlerAdd an additional regression tests for other cases...
2012-12-18 eadlerPOSIX requires that non-existent or null arguments...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-15 phkUpdate to the new and brighter pkg world
2012-12-12 jillessh: Detect and flag write errors on stdout in builtins.
2012-12-08 eadlerA number of places in the source tree still reference...
2012-12-08 jilleslibc: Add a missing header to a test program.
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 nwhitehornIFC @ 243795
2012-12-02 dimVendor import of clang release_32 branch r168974 (effec...
2012-12-02 dimVendor import of llvm release_32 branch r168974 (effect...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-30 rwatsonImport OpenBSM 1.2-alpha2:
2012-11-27 adrianAdd in a totally hacked up copy of the AR5416 descripto...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 emasteNon-void function should return a value.
2012-11-20 emasteRemove unused variable.
2012-11-19 emasteUse '%zu' and '%zd' as appropriate for size_t / ssize_t.
2012-11-19 emasteZero the whole struct not just the size of a pointer.
2012-11-19 emasteUse '%zd' format specifier for ssize_t
2012-11-19 emasteUse '%zd' printf format for ssize_t.
2012-11-18 jillessh: Apply rlimits to parser/alias10.0 so it fails fast.
2012-11-17 neelIFC @ r243164
2012-11-17 adrianMake this a flag.
2012-11-17 adrianImplement AR5210 descriptor decoding.
2012-11-17 adrianAdd AR5211 descriptor decoding support.
2012-11-17 adrianAdd AR5212 frame decoding support.
2012-11-17 adrianImplement a basic data decoder for the data produced...
2012-11-16 sjgMerge bmake-20121111
2012-11-15 marcelDon't install atf.test.mk if MK_ATF == no.
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-08 jillessh: Add tests for modifying an alias (r242766).
2012-11-07 jillessh: Test that a redefined alias works.
next