aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Restore Python 2.6+ compatibilityEd Maste2013-01-221-0/+2
* Implement the -l option using ln(1) to facilitate boostrapping.Brooks Davis2013-01-211-4/+20
* Add option to make pc-sysinstall optionalEitan Adler2013-01-182-0/+93
* Add extra debugging fields.Adrian Chadd2013-01-172-8/+16
* Add compiler support for the ARM EABI.Andrew Turner2013-01-171-0/+2
* Convert to Python 3Eitan Adler2013-01-171-22/+22
* Add a src.conf(5) option to allow users to compile in the "NONE cipher",Bjoern A. Zeeb2013-01-171-0/+9
* Allow "ivlan" (inner VLAN) to be used as an alias for "vlan" whenNavdeep Parhar2013-01-171-3/+10
* Remember the . in .\" in the WITH_NMTREE file and regenerate the output.Brooks Davis2013-01-141-1/+1
* sh: Pass $? to command substitution containing compound/multiple commands.Jilles Tjoelker2013-01-141-0/+5
* sh: Add testcase that $? is preserved into a simple command substitution.Jilles Tjoelker2013-01-131-0/+5
* sh: Add some testcases related to subshells.Jilles Tjoelker2013-01-135-0/+25
* sh: Fix crash when parsing '{ } &'.Jilles Tjoelker2013-01-131-0/+7
* sh: Don't lose $? when backquoted command ends with semicolon or newline.Jilles Tjoelker2013-01-132-0/+10
* Add pwcache(3) and vis(3) to libegacy as install(1) is about to grow aBrooks Davis2013-01-111-0/+16
* Always install our mtree as /usr/sbin/fmtree and link it asBrooks Davis2013-01-091-0/+9
* Add the "enable at reset" functionality to trigger spectral scan uponAdrian Chadd2013-01-091-0/+30
* Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien2013-01-082-1/+3
* Disable clang for athstats for now.Adrian Chadd2013-01-021-0/+4
* Add missing err() format string.Adrian Chadd2013-01-021-1/+1
* Fix missing err() format string.Adrian Chadd2013-01-021-1/+1
* Fix some conversions to keep clang happy.Adrian Chadd2013-01-021-3/+3
* Fix some clang warnings!Adrian Chadd2013-01-021-4/+6
* Fix up some warnings from clang.Adrian Chadd2013-01-021-7/+9
* Add missing err() format strings.Adrian Chadd2013-01-021-4/+4
* * Add missing err() string formats;Adrian Chadd2013-01-021-4/+4
* * Add missing format specifier for err()Adrian Chadd2013-01-021-3/+4
* Fix some printf() formats.Adrian Chadd2013-01-021-4/+4
* Fix incorrect format string.Adrian Chadd2013-01-021-1/+1
* Add a very skeletal spectral scan control application.Adrian Chadd2013-01-023-1/+340
* use nanosecond resolution, make sure gettimeofdayLuigi Rizzo2012-12-271-7/+12
* various connections to last commitLuigi Rizzo2012-12-252-10/+21
* small cleanup of the code, and add support for running multipleLuigi Rizzo2012-12-231-21/+144
* Add etc/periodic/daily/220.backup-pkgdb to OptionalObsoleteFiles.incBaptiste Daroussin2012-12-201-0/+1
* Add an additional regression tests for other cases to ensure these do not get...Eitan Adler2012-12-181-0/+3
* POSIX requires that non-existent or null arguments be treated as if aEitan Adler2012-12-182-1/+3
* Update to the new and brighter pkg worldPoul-Henning Kamp2012-12-151-27/+39
* sh: Detect and flag write errors on stdout in builtins.Jilles Tjoelker2012-12-121-0/+3
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-083-10/+10
* libc: Add a missing header to a test program.Jilles Tjoelker2012-12-081-0/+1
*-. Upgrade our copy of llvm/clang to r168974, from upstream's release_32Dimitry Andric2012-12-031-0/+4
|\ \
| | * Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2):vendor/clang/clang-release_32-r168974Dimitry Andric2012-12-0243-697/+1175
| * | Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):vendor/llvm/llvm-release_32-r168974Dimitry Andric2012-12-0246-469/+1335
* | | Add in a totally hacked up copy of the AR5416 descriptor decoding stuff,Adrian Chadd2012-11-271-0/+470
* | | Non-void function should return a value.Ed Maste2012-11-201-1/+1
* | | Remove unused variable.Ed Maste2012-11-201-1/+0
* | | Use '%zu' and '%zd' as appropriate for size_t / ssize_t.Ed Maste2012-11-193-5/+5
* | | Zero the whole struct not just the size of a pointer.Ed Maste2012-11-191-1/+1
* | | Use '%zd' format specifier for ssize_tEd Maste2012-11-193-13/+13
* | | Use '%zd' printf format for ssize_t.Ed Maste2012-11-191-2/+2