summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Start running amd64 builds on 9ball.des2003-05-011-0/+1
|
* Sync with latest and greatest Apple sources (which, among other things, fixjkh2003-04-231-62/+88
| | | | | | | | the style flag). Submitted by: Conrad Minshall <conrad@apple.com> Reviewed by: jkh Obtained from: Apple Computer, Inc.
* Add a dozen new tests with the general theme of getting trailingdas2003-04-191-0/+12
| | | | zeroes right.
* A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.ru2003-04-151-1/+1
| | | | Spotted by: simokawa
* Add a test case for printf("%5.0f", 0.001).das2003-04-141-0/+2
|
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.phk2003-04-1360-5805/+0
|
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingphk2003-04-131-1/+7
| | | | | | printed to a serial console. Reverse the order of args to diff to make it more logical.
* Make sure legacy stuff comes last. Some tools that useru2003-04-123-10/+12
| | | | | | | | | | | legacy stuff (binutils) depend on this order. For this to work, provide (and use) specialized versions of bsd.prog.mk and bsd.lib.mk that include the standard versions first, then augment CFLAGS, DPADD, LDADD, and LDFLAGS as necessary, with the legacy stuff. Tested on: 4.0-RELEASE
* libc_gen/basename.c depends on include/libgen.h.ru2003-04-111-3/+3
|
* Update these two reference vectors.phk2003-04-092-0/+9
|
* Add script to run kernel based regression test and the reference vectorsphk2003-04-0916-0/+151
| | | | for the current XML images.
* Utility to load one of our XML images into a MD(4) device.phk2003-04-092-0/+285
|
* Additional regression tests for grouping, parsing of '.*', and printingdas2003-04-071-0/+9
| | | | of %f formats where the number of significant digits is < expt.
* -legacy and /.../legacy/... looks better than build or bootstrap inimp2003-04-062-5/+5
| | | | | | the logs, so use that instead. Submitted by: obrien.
* Test for bug in revision 1.54 of vfprintf.c.tjr2003-04-061-0/+3
|
* We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. Thisimp2003-04-061-3/+5
| | | | | | | | | | | is because we populate these directories later, and a subsequent -DNOCLEAN build may fail. So, we put them in ${WORLDTMP}/build/usr/{include,lib} instead and adjust Makefile.boot. Again, this works on -stable and -current, but might break older versions. Submitted by: ru@
* Don't need the gccism include_next since we won't create this fileimp2003-04-061-6/+1
| | | | | | when a real sys/endian.h exists. Submitted by: ru@
* Regression tests for printf()'s floating point formats.das2003-04-052-1/+168
| | | | Tests for correct printing of subnormals are lacking.
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-056-0/+180
| | | | | | | | | | | | | | | | | FreeBSD. This method attempts to centralize all the necessary hacks or work arounds in one of two places in the tree (src/Makefile.inc1 and src/tools/build). We build a small compatibility library (libbuild.a) as well as selectively installing necessary include files. We then include this directory when building host binaries. This removes all the past release compatibilty hacks from various places in the tree. We still build on tip of stable and current. I will work with those that want to support more, although I anticipate it will just work. Many thanks to ru@, obrien@ and jhb@ for providing valuable input at various stage of implementation, as well as for working together to positively effect a change for the better.
* 2.x->3.0 upgrade tools are no longer needed. 5.x is unlikely to fitimp2003-04-033-321/+0
| | | | | | on a 2.1/2.2 root disk anyway. OK'd by: peter
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerdas2003-03-271-2/+2
| | | | before being cast to a floating point type, and the sign is lost.
* add missing %u to show mcr1full countsam2003-03-241-1/+1
|
* Follow new upcall quantum code in kernel.davidxu2003-03-211-5/+2
|
* o add missing copyright noticessam2003-03-194-2/+305
| | | | | o new hifnstats program to dump hifn driver statistics o new ipsecstats program to dump fast ipsec statistics
* Allow the configuration to specify environment variables (passed ondes2003-03-141-2/+6
| | | | | | | | the command line to tinderbox.pl) Build Kerberos V in all setups (this was previously taken care of by tinderbox.pl). Tweak the 9ball configuration to make powerpc builds work (with a little help from a toolchain patch provided by grehan)
* Support multiple verbosity levels.des2003-03-141-5/+19
| | | | | | Allow the user to specify environment variables on the command line. Set the correct variables for cross-building. Don't arbitrarily define MAKE_KERBEROS5 and BOOT_UFS.
* use relative pathname to driver-private file (instead of absolute)sam2003-03-111-1/+1
|
* add simple program to dump ubsec driver statisticssam2003-03-112-0/+70
|
* KerberosIV deorbit sequence: Remove references to KerbIV libs.markm2003-03-081-2/+0
|
* Prepare for removal of KerberosIV from the tree.des2003-03-061-1/+0
|
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
|
* Removedavidxu2003-02-261-0/+0
|
* This commit was generated by cvs2svn to compensate for changes in r111519,davidxu2003-02-265-0/+630
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add test program for round robin in userland.davidxu2003-02-265-0/+630
|
* Hacks to get i386 and pc98 building:des2003-02-241-0/+2
| | | | | - TARGET=${TARGET_MACHINE} - BOOT2_UFS=UFS1_ONLY
* o add -b option to enable batchingsam2003-02-241-5/+15
| | | | | o add #ifdef __FreeBSD__'s around the profiling so the code compiles on openbsd o update a comment about expected performance for Broadcom hardware
* If more than one argument were given on the command line, interpret thedes2003-02-231-4/+15
| | | | | additional arguments as a series of architectures to build. This is useful for running subsets of a particular configuration.
* Add LINT to the target list for the test setup.des2003-02-231-1/+1
|
* Add LINT to the taget list for CURRENT.des2003-02-231-1/+1
|
* Don't try to build LINT if there is no NOTES file.des2003-02-231-0/+4
|
* Don't omit --update on 9ball.des2003-02-211-1/+0
|
* Adjust code for new kse_release interface.davidxu2003-02-201-1/+1
|
* Properly terminate some warning messages.des2003-02-182-6/+6
|
* Explicitly set TZ to GMT (including in the build environment)des2003-02-181-0/+3
|
* - build powerpc world on 9balldes2003-02-171-52/+117
| | | | | - log directly into two files: a full log and a summary - set timezone to GMT before starting
* Log to stdout if no file was specified.des2003-02-151-9/+8
|
* Avoid an undef warning.des2003-02-151-1/+1
|
* Decrease verbosity, fix some configuration problems.des2003-02-142-8/+6
|
* Make the tinderbox log lines less obtrusive.des2003-02-131-4/+2
|
* Pass KERNCONF on the command line rather than in the environment,des2003-02-131-4/+2
| | | | since the command line is included in the log.
OpenPOWER on IntegriCloud