summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-2114-15/+15
| | | | | | | 'RELENG_2_2_8_RELEASE'. This commit was manufactured to restore the state of the 2.2.8-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC - updates to handle files outside i386/Mike Smith1998-05-062-105/+388
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/stable/2.2/; revision=35771
* MFC: better verbiage.Jordan K. Hubbard1998-03-081-5/+4
| | | | Notes: svn path=/stable/2.2/; revision=34228
* YAMFC: Fix a couple of typos.Mike Pritchard1997-03-072-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=23459
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-223-0/+421
| | | | Notes: svn path=/stable/2.2/; revision=23025
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-063-0/+845
| | | | Notes: svn path=/stable/2.2/; revision=22350
* YAMFC (Fix the tclsh build environment.)Joerg Wunsch1996-12-221-4/+5
| | | | Notes: svn path=/stable/2.2/; revision=20801
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-024-1369/+0
| | | | Notes: svn path=/stable/2.2/; revision=19327
* Back out a little more of the previous changes. No longer changePeter Wemm1996-10-311-4/+3
| | | | | | | | | TCL_SHLIB_SUFFIX, since some tools use it for generating the name of shared objects for dlopen(), which do not have version numbers. This setting is back to "as distributed". Notes: svn path=/head/; revision=19292
* Argh, I hate the tcl build/config environment. :-(Peter Wemm1996-10-301-3/+4
| | | | | | | | | | | | | It seems that some tools (eg: expect-5.21) use TCL_LIB_SPEC to generate their shared library suffix. This should be .so.1.0, not .so as ld can't use it. Revert part of the previous change here, it did too much. libtcl75.so.1.1 was bumped, but the rules to generate library names for _other_ packages were not supposed to be. Sigh. Notes: svn path=/head/; revision=19263
* Along the way, the minor version number has been bumped (newer versionPeter Wemm1996-10-291-10/+15
| | | | | | | | | | of tcl with new functions in the library), but the ports-compatable link name wasn't bumped as it should have been. Minor cleanups while here (including preserving the $Id: line) Notes: svn path=/head/; revision=19243
* (reverse) sync with src/lib/libtcl/Makefile rev 1.9Wolfram Schneider1996-10-271-11/+22
| | | | | | | | | | | | >Do not make symbolic links from obj directory into source tree, >it may break `make reinstall'. Use cp(1). > >Simplify Makefile. Requested by: Peter Notes: svn path=/head/; revision=19205
* Update this to match my version.Poul-Henning Kamp1996-10-262-24/+21
| | | | Notes: svn path=/head/; revision=19192
* Actually tell people what ifinfo is.Garrett Wollman1996-10-111-0/+2
| | | | Notes: svn path=/head/; revision=18871
* Add my little `ifinfo' program. This is sort of a cross between aGarrett Wollman1996-10-114-0/+441
| | | | | | | | | diagnostic program for debugging the interface MIB and an example of how to use same. Someday, netstat should be updated to print this information in a prettier form. Notes: svn path=/head/; revision=18870
* Fixed CLEANFILES. The *.3 links were missing.Bruce Evans1996-09-201-9/+5
| | | | | | | Removed ugly newlines. Notes: svn path=/head/; revision=18422
* Bump minor number to 1Poul-Henning Kamp1996-09-181-3/+3
| | | | Notes: svn path=/head/; revision=18355
* Oops, two tiny typos. Serves me right for making a "Just a tiny change!"Peter Wemm1996-09-051-7/+7
| | | | | | | | without testing right before committing... Also, get rid of some extra slashes in beforeinstall. Notes: svn path=/head/; revision=18056
* Sigh. That darn tcl source tree is damn strange. I missed the fact thatPeter Wemm1996-09-051-3/+32
| | | | | | | | the *.3 man pages are not installed with their distributed names, so all the links were messed up. :-( Notes: svn path=/head/; revision=18055
* Fix the sed rule that I used to hammer out the TCL_BUILD_LIB_SPEC entryPeter Wemm1996-08-291-3/+3
| | | | | | | from tclConfig.sh.. It needs to be valid for the tk41 port to use... Notes: svn path=/head/; revision=17895
* Cause libtcl to install 5 include files for compibility with ports.Chuck Robey1996-08-291-4/+12
| | | | | | | | Also repair a small install bogon causing install of libtcl.so.0.0. Reviewed by: Peter Wemm Notes: svn path=/head/; revision=17889
* More cleanup:Peter Wemm1996-08-291-44/+46
| | | | | | | | | | - don't install nroff tcl.macros in /usr/include.... :-] - set $MAN3 and $MANn in one go rather than a string of MAN3+= ... - cosmetic tweaks to make it more readable - no longer copy tcl.macros to the obj dir, install it from source dir Notes: svn path=/head/; revision=17884
* Arrange to have libtcl automatically pull in libm since it's dependentPeter Wemm1996-08-291-2/+7
| | | | | | | on it. Notes: svn path=/head/; revision=17883
* Revamp the generated libtcl Makefile :-Peter Wemm1996-08-281-21/+26
| | | | | | | | | | Use the MANFILTER rather than generate rules for each page Use .PATH to source the man pages rather than copy them for build Install a tclConfig.sh with build params, may need more tweeks yet. Install libtcl.so.75.0 *and* libtcl75.so.1.0 for ports compat. Notes: svn path=/head/; revision=17856
* delete a mkdir of /usr/libdata/tcl, this is mtree's job.Peter Wemm1996-08-191-3/+2
| | | | Notes: svn path=/head/; revision=17669
* Make it at least semi-workedAndrey A. Chernov1996-08-112-4/+4
| | | | Notes: svn path=/head/; revision=17523
* Update to use modern make meta-variables. Fix the $Id$ both.Poul-Henning Kamp1996-06-301-5/+10
| | | | Notes: svn path=/head/; revision=16856
* This script will help bmake tcl.Poul-Henning Kamp1996-06-261-0/+145
| | | | Notes: svn path=/head/; revision=16773
* Don't look in libkern, it went away.Bruce Evans1995-12-291-2/+2
| | | | Notes: svn path=/head/; revision=13094
* The unref and undef counts in the summary were swapped.Bruce Evans1995-12-151-3/+3
| | | | Notes: svn path=/head/; revision=12875
* Make this a real cross-ref listing.Poul-Henning Kamp1995-12-151-6/+29
| | | | | | | This is now a handy tool for finding symbols in the kernel. Notes: svn path=/head/; revision=12870
* Report common symbols with one reference as UNREF too.Poul-Henning Kamp1995-12-131-5/+4
| | | | Notes: svn path=/head/; revision=12814
* Fix two nits.Poul-Henning Kamp1995-11-061-3/+3
| | | | Notes: svn path=/head/; revision=12132
* Add the test programs that I tested the /dev/random driver with.Mark Murray1995-11-044-0/+108
| | | | Notes: svn path=/head/; revision=12059
* malloc.c A program to benchmark and test malloc.Poul-Henning Kamp1995-10-153-0/+68
| | | | Notes: svn path=/head/; revision=11498
* Add kernxref, a shellscript to crossreference the symbols of the LINT kernel.Poul-Henning Kamp1995-10-152-0/+75
| | | | Notes: svn path=/head/; revision=11497
* README reads:Poul-Henning Kamp1995-10-151-0/+6
| | | | | | | | | | | | This directory is for tools. A tool is something which is sometimes useful, and doesn't fit any of the other categories. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11496
* README reads:Poul-Henning Kamp1995-10-151-0/+6
| | | | | | | | | | | | This directory is for test programs. A test program is one that will excercise a particular bit of the system and try to break it and/or measuring performance on it. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11495
* README reads:Poul-Henning Kamp1995-10-151-0/+6
| | | | | | | | | | | | This directory is for regression test programs. A regression test program is one that will excercise a particular bit of the system to check that we have not reintroduced an old bug. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11494
* README reads:Poul-Henning Kamp1995-10-151-0/+7
| | | | | | | | | | | | | This directory is for diagnostic programs. A diagnostic program is one that will inform you that something is wrong somewhere, for instance by traversing a kernel-structure and verifying the integrity. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11493
* README reads:Poul-Henning Kamp1995-10-151-0/+5
| | | | | | | | | | | This directory tree contains tools used for the maintenance of FreeBSD. There are no Makefile structure, but possibly Makefiles in some of the subdirs. Nothing show be installed from here and into the running system. This directory should contain only subdirs and this file. Notes: svn path=/head/; revision=11492
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+1369
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590