summaryrefslogtreecommitdiffstats
path: root/tools/tools
Commit message (Collapse)AuthorAgeFilesLines
* Correct misattribution of the Hart list, which I had mistakenlysheldonh2001-12-011-13/+22
| | | | attributed to Heckenbach.
* Add the script that will be used to maintain src/share/misc/pci_vendors.sheldonh2001-11-222-0/+233
| | | | | | | | | | | | | | | | | | | | The script written and used originally by msmith has been lost. This version takes the Boemler and Heckenbach lists and produces merged output. It defaults to ignoring any entries from Heckenbach already found in Boemler but the -l option causes it to take the entry with the longest description where an entry appears in both lists. If this script is replaced, care should be taken to 1) Always use upper-case hexidecimal tokens in device ids. 2) Always keep device lists sorted within vendor lists, which must also be sorted. 3) Do not try to include input from the previous pci_vendors file, since bogus ids seem to be removed from both the Boemler and Heckenbach lists from time to time.
* Now it gets interesting...des2001-11-131-17/+88
|
* Use a slightly less predictable temp file name, remove a stale list of PRsdes2001-11-131-22/+2
| | | | | with corrupted submission dates (they were fixed on freefall a while ago), and uncomment the code that removes the temp file when we're done.
* This is a PR statistics-gathering script I wrote a while ago. It currentlydes2001-11-121-0/+302
| | | | doesn't do much of interest except produce graphs similar to phk's.
* Update.phk2001-11-051-2/+2
|
* This is long since unused.phk2001-11-051-200/+0
|
* This simple shell-script tries to find *.c files under /sysphk2001-11-051-0/+43
| | | | which are not in some way used or referenced somewhere.
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-1/+6
| | | | | | | interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days
* Update this to reflect changes in config(8) usage.phk2001-04-231-8/+5
| | | | | It finds 639 hits on kernel source from before the <sys/mount.h> change earlier today.
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
|
* Look for modules in /boot/kernel these days.phk2001-01-181-1/+1
|
* The latest & greatest unused #include spotter. Faster, one-pass andphk2000-10-281-194/+214
| | | | | | more precise than ever. 1230 hits on the current kernel.
* Teach kerninclude to check <machine/*> #includes as well.phk2000-10-131-10/+25
| | | | Currently it finds 2072 supposedly unneeded #includes in the first pass.
* Use "make LINT" to create our LINT configphk2000-09-251-1/+1
|
* Fix compilation problems and bounds-checking bug in `ifinfo'.wollman2000-09-131-2/+7
| | | | | PR: 21177 Submitted by: Craig Leres <leres@ee.lbl.gov>
* Make this work with current makefiles again.phk2000-08-211-22/+21
|
* Use profiling on LINT.phk2000-04-271-12/+18
| | | | cosmetics.
* 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-2816-17/+17
|
* 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
|
* 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
|
* 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'.
* 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
|
OpenPOWER on IntegriCloud