summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Don't use -C internally. Use -c. For some reason files are not copiedmarcel1999-12-151-1/+1
| | | | with -C, although they should.
* Use install -C -p instead of cp -p.marcel1999-12-101-2/+2
| | | | Pointed out by: bde
* install(1) lookalike that can be used during a build. Any optionsmarcel1999-12-081-0/+42
| | | | | | | | are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools.
* Include BSD-license.wosch1999-12-061-1/+23
| | | | | PR: misc/15262 Submitted by: alex@big.endian.de
* Bring ``ac'' into reality. This great tools now works correctly (forphantom1999-11-041-12/+11
| | | | current state of the tree)
* Add short description of dumpvfscachephantom1999-11-041-2/+7
|
* Add the machine that goes "BINGO" every time an potentiallyphk1999-10-112-0/+267
| | | | | | unused #include is spotted in the kernel sources. (This commit message celebrates Monty Pythons 30year aniversary)
* Remove the "diffburst" tool, because equivalent functionality is now availablearchie1999-09-224-79/+3
| | | | via "split -p". Leave a note to this effect in the README file.
* mdoc(7) style fixes.phantom1999-09-051-3/+5
| | | | | PR: docs/13408 Reviewed by: mpp
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+2
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Id$ -> $FreeBSD$peter1999-08-2824-25/+25
|
* Look for symbols in /modules/*.ko, not in /lkm/*.o.bde1999-07-291-2/+2
|
* Move the proper set of libraries.jkh1999-04-051-3/+3
|
* Do a better job of finding the default root device.jkh1999-02-151-5/+1
|
* Fix a typo describing the filename of cvt-wtmp.joerg1999-02-071-2/+2
| | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make directories unconditionally to deal with the empty directoryjkh1999-02-011-4/+3
| | | | | | case. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Make building the kernel conditional.jkh1999-01-271-9/+13
|
* 1. Properly chflags libraries before moving (otherwise they don't).jkh1999-01-262-1/+82
| | | | 2. Add my helper script for upgrades; not enabled yet.
* Add the 'diffburst' tool, which does the following:archie1999-01-074-1/+76
| | | | | | Reads the output of 'diff -r' and splits it into separate patch files, one per file. The files are named 'patch-XX' where XX is aa, ab, ac, ... Useful when creating ports.
* Actually document my last addition.cracauer1998-12-172-4/+9
| | | | | | General cosmetics. Add a note that scsi-defects has not been ported to CAM. Submitted by: BDE
* Add some emacs code to make cc-mode almost compatible to style(9).cracauer1998-12-152-7/+47
| | | | Sort entries in toplevel README.
* Automatically detect a.out vs. elf kernelarchie1998-12-081-4/+15
|
* Add "-aout" flag to nm until the kernel is ELF'd.archie1998-12-061-2/+2
|
* Ignore objects used to build utilities (*aicasm*.o and *genassym*.o).bde1998-11-271-2/+3
|
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-3/+3
| | | | configured in drivers.
* 3.0-RELEASE and now the post-release 3.0-CURRENT were being declaredpeter1998-10-171-0/+8
| | | | 'too old' to run ELF. Check the kernel version properly.
* Prevent ldconfig from choking by creating any missing directories.phk1998-09-161-18/+18
|
* getopt returns -1 not EOFimp1998-09-091-2/+2
|
* Add a note about the upgrade tool directory.jb1998-09-091-1/+2
|
* A script for use when upgrading an installed system from aout tojb1998-09-091-0/+137
| | | | elf.
* Add mid scripts. Mid is a tool which create a Message-ID databasewosch1998-05-205-1/+184
| | | | for mailing lists.
* Updates to support adding driver files outside the i386 area.msmith1998-05-062-92/+357
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Install tclAppInit.c in the installhdrs step so that it isn't necessarybde1998-03-231-4/+4
| | | | to build libtcl twice in `make world'.
* httpd-error is a shell script which print a summary aboutwosch1998-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.
* Don't install the tcl implementation headers. The tcl distributionbde1998-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.
* Updated shlib version to 80.4 in the correct place.bde1998-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.
* Add html-mv script. Html-mv rename HTML generated filenames towosch1997-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 [...]
* Update this little gadet to latest version.phk1997-10-261-38/+40
|
* Makes html table with all VOPs in it.phk1997-10-162-0/+173
|
* Do not suppress the first 5 lines of updated ports.wosch1997-10-041-2/+2
| | | | Detected by: Ville Eerola <ville@vlsi.fi>
* New shlib is 80.3phk1997-10-011-3/+3
|
* Add introduction. Add updated ports.wosch1997-09-291-7/+70
|
* A little gadget to dump the contents of the vfs name cache.phk1997-09-043-0/+137
|
* Made this compile again (getopt moved to <unistd.h>).bde1997-09-011-3/+3
| | | | Fixed usage message.
* Split beforeinstall target so that headers can be installed withoutbde1997-08-211-5/+7
| | | | installing data files.
* Install tcl.h into /usr/include/tcl/ so that there's less chance of itpeter1997-08-161-3/+3
| | | | conflicting.
* Remove the original tweaks to make tcl75 work with the ports systempeter1997-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.
* Move tcl packages to libdata/pkgphk1997-08-011-4/+5
|
* The thing to do the trick to tcl.phk1997-07-251-7/+18
|
* Support message of last database update.wosch1997-07-051-8/+8
|
OpenPOWER on IntegriCloud