aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Prevent ldconfig from choking by creating any missing directories.Poul-Henning Kamp1998-09-161-18/+18
| | | | Notes: svn path=/head/; revision=39369
* getopt returns -1 not EOFWarner Losh1998-09-091-2/+2
| | | | Notes: svn path=/head/; revision=39017
* Add a note about the upgrade tool directory.John Birrell1998-09-091-1/+2
| | | | Notes: svn path=/head/; revision=38973
* A script for use when upgrading an installed system from aout toJohn Birrell1998-09-091-0/+137
| | | | | | | elf. Notes: svn path=/head/; revision=38972
* Add mid scripts. Mid is a tool which create a Message-ID databaseWolfram Schneider1998-05-205-1/+184
| | | | | | | for mailing lists. Notes: svn path=/head/; revision=36252
* Updates to support adding driver files outside the i386 area.Mike Smith1998-05-062-92/+357
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=35770
* Install tclAppInit.c in the installhdrs step so that it isn't necessaryBruce Evans1998-03-231-4/+4
| | | | | | | to build libtcl twice in `make world'. Notes: svn path=/head/; revision=34819
* httpd-error is a shell script which print a summary aboutWolfram Schneider1998-02-152-0/+41
| | | | | | | | | | | | | Web files which does not exists on your host. E.g. httpd-error -userhits < /var/log/httpd-error.log print the number of errors by users, sorted by error hits. Notes: svn path=/head/; revision=33410
* Don't install the tcl implementation headers. The tcl distributionBruce Evans1998-01-171-10/+2
| | | | | | | | | | | makefile doesn't install them, and they couldn't be used without lots of undocumented -I's in CFLAGS. tcl.h is still installed in /usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh broke all the section 3 tcl man pages by putting it there instead of in /usr/include. Notes: svn path=/head/; revision=32591
* Updated shlib version to 80.4 in the correct place.Bruce Evans1998-01-171-3/+3
| | | | | | | | Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS. It was broken by direct editing in rev.1.25. Notes: svn path=/head/; revision=32590
* Add html-mv script. Html-mv rename HTML generated filenames toWolfram Schneider1997-11-092-1/+61
| | | | | | | | | | | | | | | | | | | human readable filenames. E.g.: $ cd FAQ $ make FORMATS=html $ html-mv FAQ $ ls FAQ_ACKNOWLEDGMENTS.html FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html FAQ_Are_there_any_Database_systems_for_FreeBSD_.html FAQ_Are_there_any_commercial_high-performance_X_servers_.html FAQ_Books_on_FreeBSD.html FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html [...] Notes: svn path=/head/; revision=31067
* Update this little gadet to latest version.Poul-Henning Kamp1997-10-261-38/+40
| | | | Notes: svn path=/head/; revision=30746
* Makes html table with all VOPs in it.Poul-Henning Kamp1997-10-162-0/+173
| | | | Notes: svn path=/head/; revision=30477
* Do not suppress the first 5 lines of updated ports.Wolfram Schneider1997-10-041-2/+2
| | | | | | | Detected by: Ville Eerola <ville@vlsi.fi> Notes: svn path=/head/; revision=30104
* New shlib is 80.3Poul-Henning Kamp1997-10-011-3/+3
| | | | Notes: svn path=/head/; revision=30041
* Add introduction. Add updated ports.Wolfram Schneider1997-09-291-7/+70
| | | | Notes: svn path=/head/; revision=29987
* A little gadget to dump the contents of the vfs name cache.Poul-Henning Kamp1997-09-043-0/+137
| | | | Notes: svn path=/head/; revision=29095
* Made this compile again (getopt moved to <unistd.h>).Bruce Evans1997-09-011-3/+3
| | | | | | | Fixed usage message. Notes: svn path=/head/; revision=28977
* Split beforeinstall target so that headers can be installed withoutBruce Evans1997-08-211-5/+7
| | | | | | | installing data files. Notes: svn path=/head/; revision=28534
* Install tcl.h into /usr/include/tcl/ so that there's less chance of itPeter Wemm1997-08-161-3/+3
| | | | | | | conflicting. Notes: svn path=/head/; revision=28253
* Remove the original tweaks to make tcl75 work with the ports systemPeter Wemm1997-08-121-24/+7
| | | | | | | | | | before we make the same mistake with tcl8.0. This _should_ no longer conflict with a not-yet-imported tcl8.0 port and should allow the system and ports versions to be updated independently of each other (and tk) without the sky falling. Notes: svn path=/head/; revision=28122
* Move tcl packages to libdata/pkgPoul-Henning Kamp1997-08-011-4/+5
| | | | Notes: svn path=/head/; revision=27830
* The thing to do the trick to tcl.Poul-Henning Kamp1997-07-251-7/+18
| | | | Notes: svn path=/head/; revision=27681
* Support message of last database update.Wolfram Schneider1997-07-051-8/+8
| | | | Notes: svn path=/head/; revision=27216
* Some helpful improvements :Mike Smith1997-06-101-23/+41
| | | | | | | | | - be smarter about locating driver description files. - be smarter about whether we are really looking at a kernel tree - fix option handling Notes: svn path=/head/; revision=26532
* Add a couple of test cases for mmap over NFS.Doug Rabson1997-05-1811-0/+545
| | | | Notes: svn path=/head/; revision=25889
* Add portsinfo, which generate list of new ports for last two weeks.Wolfram Schneider1997-04-252-1/+23
| | | | Notes: svn path=/head/; revision=25137
* Add ac which check if the FreeBSD handbook is in sync with the committers listWolfram Schneider1997-03-282-0/+28
| | | | Notes: svn path=/head/; revision=24347
* Fix a couple of typos.Mike Pritchard1997-03-072-2/+2
| | | | Notes: svn path=/head/; revision=23458
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2214-15/+15
| | | | Notes: svn path=/head/; revision=22988
* Add a tools to get at the primary or grown defect list of a SCSI disk.Joerg Wunsch1997-02-023-0/+98
| | | | | | | Submitted by: dufault Notes: svn path=/head/; revision=22205
* Clean up some of the tortured english in this file.Jordan K. Hubbard1997-01-211-5/+4
| | | | Notes: svn path=/head/; revision=21917
* Add KernelDriver.Mike Smith1997-01-211-0/+2
| | | | Notes: svn path=/head/; revision=21914
* This is KernelDriver, a tool for automating the addition ofMike Smith1997-01-212-0/+842
| | | | | | | | | | | | third-party device-driver source to the FreeBSD kernel (at versions 2.2 and later). It can list and remove drivers it's added too. It can (should) be included by device-driver authors in their driver distributions, but is perhaps a little too specific to warrant a place in the mainstream distribution. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=21912
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1413-14/+14
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* - Add a BSD-style copyright. (Should have done that before.)Mike Smith1997-01-061-8/+63
| | | | | | | | | | | - Be more intelligent about library-like objects that are actually symlinks. (Suggested by Steve Price) - Complain about nonexistent libraries referenced by executables (instead of creating a library called 'not' and putting them there. (oops) - Fix a few typos. Notes: svn path=/head/; revision=21359
* Add a -f (`force') option to cvt-wtmp. This might help people withJoerg Wunsch1997-01-023-15/+94
| | | | | | | | | slightly bogus wtmp files (it definately helps in Jordan's case). Also add a README explaining what all this is for. Notes: svn path=/head/; revision=21193
* LibraryReport is a Tcl script that attempts to report on the status ofMike Smith1997-01-021-0/+234
| | | | | | | | | | | | | | | shared libraries in the system. It locates libraries using the output of 'ldconfig -r' to find directories containing libraries, and then performs a recursive descent of the entire filesystem heirachy looking for dynamically linked executables and recording the libraries that they use. After scanning, a report is produced listing used libraries and the executable(s) that use them, and seperately listing unused libraries. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=21183
* epfe - extract printing filter examples from printing.sgmlWolfram Schneider1996-12-281-0/+38
| | | | | | | | | usage: $ cd /usr/share/examples/printing $ epfe < printing.sgml Notes: svn path=/head/; revision=20974
* add epfe and tcl_bmakeWolfram Schneider1996-12-281-1/+5
| | | | Notes: svn path=/head/; revision=20973
* Fix the 'info sharedlibextention' output in tclsh which was caused by aPeter Wemm1996-12-171-3/+3
| | | | | | | | | | | | | | missing define during the libtcl build. This is needed to get Tclmidi 3.1 to work. This should close PR#2006 This should also go into 2.2, like the previous commit. Submitted by: A JOSEPH KOSHY <koshy@india.hp.com> Notes: svn path=/head/; revision=20585
* Start collecting transition tools for upgrading a system to 3.0.Joerg Wunsch1996-12-162-0/+242
| | | | | | | | | | | | Subject to be moved elsewhere in case we decided on a more cmplete upgrade toolset. Right now, put it here so that people can upgrade their wtmp files if they want. Note that the tool is not yet fully bullet-prrof. It tries to do its best however. Notes: svn path=/head/; revision=20551
* Reverse the tcl configure's decision to "disable" the use of ranlib sincePeter Wemm1996-12-161-3/+4
| | | | | | | | | | it's wrong. It "knows" that ranlib is not used on shared libraries, this is not a valid assumption since it exports this definition to the world via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over because they were using ":" instead of "ranlib" on their static libraries. Notes: svn path=/head/; revision=20546
* 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