summaryrefslogtreecommitdiffstats
path: root/tools/tools
Commit message (Collapse)AuthorAgeFilesLines
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-6/+1
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Pick up modules from the compile directory instead of /boot/kernel.phk2002-09-161-2/+13
| | | | | | Allow the script to operate on any convenient kernel. Submitted by: "Matthew Emmerton" <matt@gsicomp.on.ca>
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* Update to current reality: change COMPILEDIR and work on "R"ead-only-dataphk2002-07-191-2/+2
| | | | symbols as well.
* Mutex statistics script.des2002-05-261-0/+130
|
* Modernizephk2002-05-021-52/+71
|
* Un-rot the VOP_ table generator.phk2002-05-021-6/+27
|
* Long-forgotten patch: warn if a closed PR has no "closed by"des2002-04-151-0/+4
|
* Long-forgotten patch: list prstatsdes2002-04-151-0/+1
|
* We might as well show the log message if we're going to produce the patch.joe2002-04-011-0/+4
|
* Take an option flag to specify that we'd like a patch generated too.joe2002-04-011-2/+30
|
* Modernize my email address.phk2002-03-251-1/+1
|
* Add a tool that I've written to help with finding what otherjoe2002-02-283-0/+165
| | | | files/revisions were changed with a particular commit.
* 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.
OpenPOWER on IntegriCloud