aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2824-25/+25
| | | | Notes: svn path=/head/; revision=50477
* Look for symbols in /modules/*.ko, not in /lkm/*.o.Bruce Evans1999-07-291-2/+2
| | | | Notes: svn path=/head/; revision=49205
* Move the proper set of libraries.Jordan K. Hubbard1999-04-051-3/+3
| | | | Notes: svn path=/head/; revision=45348
* Do a better job of finding the default root device.Jordan K. Hubbard1999-02-151-5/+1
| | | | Notes: svn path=/head/; revision=44035
* Fix a typo describing the filename of cvt-wtmp.Joerg Wunsch1999-02-071-2/+2
| | | | | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=43745
* Make directories unconditionally to deal with the empty directoryJordan K. Hubbard1999-02-011-4/+3
| | | | | | | | | case. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=43495
* Make building the kernel conditional.Jordan K. Hubbard1999-01-271-9/+13
| | | | Notes: svn path=/head/; revision=43261
* 1. Properly chflags libraries before moving (otherwise they don't).Jordan K. Hubbard1999-01-262-1/+82
| | | | | | | 2. Add my helper script for upgrades; not enabled yet. Notes: svn path=/head/; revision=43215
* Add the 'diffburst' tool, which does the following:Archie Cobbs1999-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. Notes: svn path=/head/; revision=42375
* Actually document my last addition.Martin Cracauer1998-12-172-4/+9
| | | | | | | | | General cosmetics. Add a note that scsi-defects has not been ported to CAM. Submitted by: BDE Notes: svn path=/head/; revision=41896
* Add some emacs code to make cc-mode almost compatible to style(9).Martin Cracauer1998-12-152-7/+47
| | | | | | | Sort entries in toplevel README. Notes: svn path=/head/; revision=41826
* Automatically detect a.out vs. elf kernelArchie Cobbs1998-12-081-4/+15
| | | | Notes: svn path=/head/; revision=41594
* Add "-aout" flag to nm until the kernel is ELF'd.Archie Cobbs1998-12-061-2/+2
| | | | Notes: svn path=/head/; revision=41566
* Ignore objects used to build utilities (*aicasm*.o and *genassym*.o).Bruce Evans1998-11-271-2/+3
| | | | Notes: svn path=/head/; revision=41372
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowBruce Evans1998-10-221-3/+3
| | | | | | | configured in drivers. Notes: svn path=/head/; revision=40589
* 3.0-RELEASE and now the post-release 3.0-CURRENT were being declaredPeter Wemm1998-10-171-0/+8
| | | | | | | 'too old' to run ELF. Check the kernel version properly. Notes: svn path=/head/; revision=40467
* 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