summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Some helpful improvements :msmith1997-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
* Add a couple of test cases for mmap over NFS.dfr1997-05-1811-0/+545
|
* Add portsinfo, which generate list of new ports for last two weeks.wosch1997-04-252-1/+23
|
* Add ac which check if the FreeBSD handbook is in sync with the committers listwosch1997-03-282-0/+28
|
* Fix a couple of typos.mpp1997-03-072-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-2214-15/+15
|
* Add a tools to get at the primary or grown defect list of a SCSI disk.joerg1997-02-023-0/+98
| | | | Submitted by: dufault
* Clean up some of the tortured english in this file.jkh1997-01-211-5/+4
|
* Add KernelDriver.msmith1997-01-211-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r21912,msmith1997-01-212-0/+842
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is KernelDriver, a tool for automating the addition ofmsmith1997-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.
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* | - Add a BSD-style copyright. (Should have done that before.)msmith1997-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.
OpenPOWER on IntegriCloud