Poul-Henning Kamp
06bce47d34
Update to reflect new contents of sys/geom
2002-03-24 11:22:06 +00:00
Poul-Henning Kamp
6de2a2e8a5
Some necesary fixups to cope with new location and FreeBSD CVS keyword.
2002-03-17 19:16:14 +00:00
Poul-Henning Kamp
31304807c1
Add the GEOM regression test framework.
...
This is a set of userland shims in which GEOM can be run through simple
tests.
The simulation of kernel synchronization primitives is very primitive
and consequently some times tests will fail because of races.
Data/ contains a number of files in XML format which describe the
key sectors for a number of disk images
This is a very handy tool for people developing GEOM methods. The
"simdisk" method can be told to read from a "real disk" and afterwards
dump the accessed sectors in XML format for further use.
I hope future method writes will see the benefit of this test
collection and add to it when they write methods for GEOM.
You will need ports/textproc/expat for the XML parser.
Sponsored by: DARPA, NAI Labs.
2002-03-17 18:53:58 +00:00
Robert Watson
cd7aba4057
NAI DBA update.
2002-03-14 20:08:51 +00:00
Josef Karthauser
49ae32af4f
Add a tool that I've written to help with finding what other
...
files/revisions were changed with a particular commit.
2002-02-28 20:12:52 +00:00
Alexey Zelkin
b5ed0bcd23
Complete '_' hack.
2002-02-07 19:32:40 +00:00
Alexey Zelkin
dca7443ba8
. add a hack dedicated to n_himba (or correctly to say problem with his nick
...
in docbook environment)
. clarify comments
. mention that this script is dedicated to freefall's environment
. add bsd style copyright
2002-02-07 19:27:29 +00:00
Alexey Zelkin
99349513d0
This script has served its purpose. Now its function is one of subfunctions
...
of recently added cknames.pl.
2002-02-07 19:13:06 +00:00
Alexey Zelkin
d97a65d2a1
Add script to check integrity between access/authors.ent/passwd@freefall
2002-02-07 19:09:49 +00:00
Alexey Zelkin
7658e887d3
Fix sentence in comment
2002-02-06 18:00:11 +00:00
Alexey Zelkin
e0738f01ca
Update description of 'ac' subdirectory
2002-02-06 17:50:05 +00:00
Alexey Zelkin
1afcdc8a91
Add descirptions of scripts in this directory
2002-02-06 17:49:13 +00:00
Alexey Zelkin
f1c3a0188c
Add script that checks contents of .ent files (sorting and addresses)
2002-02-06 17:47:18 +00:00
Alexey Zelkin
d6d290cbca
List of committers was moved out of handbook. Teach 'ac' about new location.
...
Also teach it about complex entries in access file (or correctly to say
simplify them)
2002-02-06 17:09:08 +00:00
Alexey Zelkin
364a805b9f
* fix some warnings
...
* set WARNS
* few style/whitespace fixes
Submitted by: ru
2002-02-04 16:17:19 +00:00
Alexey Zelkin
df3cc3c14d
describe localeck
...
plus some capitalization/whitespace fixes
2002-02-04 14:00:29 +00:00
Alexey Zelkin
ac6e0aed98
Add simple diagnostic utility to checking for invalid/incomplete
...
locales
2002-02-04 13:59:16 +00:00
Kelly Yancey
adeb92a24c
Remove broken attempt to compile libc's malloc source directly; this
...
allows this tool to compile again. Albeit, now to test a new malloc
implementation one has to install the new libc which may have bad
consequences (i.e. if the new malloc implementation were buggy).
Add logic to workaround malloc's current behaviour of returning an
invalid non-NULL pointer for 0 byte allocation requests; this prevents the
tool from coring during the NOPS loop.
Add $FreeBSD$ tags.
2002-01-02 06:42:34 +00:00
Kelly Yancey
f1d24f0dfd
Include definition for struct namecache (it isn't exported via any header)
...
so this builds again. Replace hardcoded name length magic with NAME_MAX.
2002-01-02 06:25:39 +00:00
Jordan K. Hubbard
61404abce8
Add Apple's filesystem exercising tool.
...
Submitted by: Conrad Minshall <conrad@apple.com>
Obtained from: Apple Computer
2001-12-20 04:15:57 +00:00
Sheldon Hearn
41bab7c80f
Correct misattribution of the Hart list, which I had mistakenly
...
attributed to Heckenbach.
2001-12-01 13:08:20 +00:00
Sheldon Hearn
a320ca2f9a
Add the script that will be used to maintain src/share/misc/pci_vendors.
...
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.
2001-11-22 14:26:30 +00:00
Dag-Erling Smørgrav
e568548eee
Now it gets interesting...
2001-11-13 00:51:00 +00:00
Dag-Erling Smørgrav
21dc7ada34
Use a slightly less predictable temp file name, remove a stale list of PRs
...
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.
2001-11-13 00:07:21 +00:00
Dag-Erling Smørgrav
89090fe2ba
This is a PR statistics-gathering script I wrote a while ago. It currently
...
doesn't do much of interest except produce graphs similar to phk's.
2001-11-12 23:59:56 +00:00
Poul-Henning Kamp
c8ac4faa0b
Update.
2001-11-05 22:07:44 +00:00
Poul-Henning Kamp
ddc38af27b
This is long since unused.
2001-11-05 22:06:33 +00:00
Poul-Henning Kamp
c64a712a37
This simple shell-script tries to find *.c files under /sys
...
which are not in some way used or referenced somewhere.
2001-11-05 22:06:09 +00:00
Doug Rabson
9c2de1cd14
Make a start at a regression test for the unaligned trap handler.
2001-10-19 22:10:13 +00:00
Bill Fenner
b9d45cebf4
The interface index space may be sparsely populated (e.g. when an
...
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
2001-10-17 04:12:29 +00:00
Jeroen Ruigrok van der Werven
59b9066490
Add $FreeBSD$.
...
Describe the other two directories in here.
2001-10-08 12:28:31 +00:00
Robert Watson
abc9a36083
o Fix two eaccess() checks -- in one case, the wrong test file
...
was used, resulting in a regression failure, and in the other,
the test on an error return was inverted.
Obtained from: TrustedBSD Project
2001-09-21 21:28:43 +00:00
Robert Watson
884748cf55
o Regression test to check that appropriate parts of the process
...
credential are used in the access() and new eaccess() system calls.
Obtained from: TrustedBSD Project
2001-09-20 20:03:58 +00:00
Andrey A. Chernov
c09ed64a72
ISO_ -> ISO
2001-06-11 01:29:40 +00:00
Ruslan Ermilov
2c745214f2
Added support for all new install(1) options.
...
Removed -c from the actual call as -p implies "copy".
2001-05-28 16:53:01 +00:00
Poul-Henning Kamp
cbfc3f7c5c
Update this to reflect changes in config(8) usage.
...
It finds 639 hits on kernel source from before the <sys/mount.h>
change earlier today.
2001-04-23 17:31:16 +00:00
Robert Watson
361515d909
o Add a comment identifying the "privileged on privileged" scenario.
...
Obtained from: TrustedBSD Project
2001-04-13 16:38:34 +00:00
Robert Watson
8f6fee753c
o Add inter-process authorization uid regression testing for ktrace().
...
Obtained from: TrustedBSD Project
2001-04-13 16:25:25 +00:00
Robert Watson
72919d5f6d
o s/debug/ptrace/ since shortly there will be tests involving other
...
forms of debugging.
Obtained from: TrustedBSD Project
2001-04-13 16:09:40 +00:00
Robert Watson
bacff58c0e
o Expand inter-process authorization regression test to include
...
signalling with sigsegv as one of the tests.
o Teach errno_to_string() about ENOTSUPP.
Obtained from: TrustedBSD Project
2001-04-12 17:46:20 +00:00
Robert Watson
3ceef0c3d7
o Enable -DSETSUGID_SUPPORTED in inter-process authorization regression
...
test by default, as setugid() is now part of the base kernel (assuming
(options REGRESSION) has been enabled for the running kernel).
Obtained from: TrustedBSD Project
2001-04-11 20:23:23 +00:00
Robert Watson
274f7445fd
o First pass at an inter-process authorization regression testing suite.
...
This test utility attempts to evaluate the current kernel policy
for authorization inter-process activities, currently ptrace(),
kill(, SIGHUP), getpriority(), and setpriority(). The utility creates
pairs of processes, initializes their credential sets to useful
cases, and reports on whether the results are in keeping with hard-coded
safety expectations.
o Currently, this utility relies on the availability of __setugid(),
an uncomitted system call used for managing the P_SUGID bit. Due to
continuing discussion of optional regression testing kernel components
("options REGRESSION") I'll hold off on committing that until the
discussion has reached its natural termination.
o A number of additional testing factors should be taken into account
in the testing, including tests for different classes of signals,
interactions with process session characteristics, I/O signalling,
broadcast activities such as broadcast signalling, mass priority
setting, and to take into group-related aspects of credentials.
Additional operations should also be taken into account, such as ktrace,
debugging attach using procfs, and so on.
o This testing suite is intended to prevent the introduction of bugs
in the upcoming sets of authorization changes associated with the
introduction of process capabilities and mandatory access control.
Obtained from: TrustedBSD Project
2001-04-11 17:21:14 +00:00
Jeroen Ruigrok van der Werven
d7d97eb0aa
Preceed/preceeding are not english words. Use precede and preceding.
2001-02-18 10:43:53 +00:00
Poul-Henning Kamp
5683c3dd1f
Look for modules in /boot/kernel these days.
2001-01-18 22:36:34 +00:00
Poul-Henning Kamp
a1b75a424f
The latest & greatest unused #include spotter. Faster, one-pass and
...
more precise than ever.
1230 hits on the current kernel.
2000-10-28 21:44:05 +00:00
Poul-Henning Kamp
0b4ff393d4
Teach kerninclude to check <machine/*> #includes as well.
...
Currently it finds 2072 supposedly unneeded #includes in the first pass.
2000-10-13 12:03:01 +00:00
Poul-Henning Kamp
8aa6458645
Use "make LINT" to create our LINT config
2000-09-25 12:40:39 +00:00
Garrett Wollman
c2bb3a3e02
Fix compilation problems and bounds-checking bug in `ifinfo'.
...
PR: 21177
Submitted by: Craig Leres <leres@ee.lbl.gov>
2000-09-13 19:53:54 +00:00
Poul-Henning Kamp
8b2a388086
Make this work with current makefiles again.
2000-08-21 14:42:48 +00:00
Alexander Langer
4edde70858
- Add $FreeBSD$
...
- Refer to the README files in the subdirs.
2000-08-13 14:46:31 +00:00
Jake Burkholder
e39756439c
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
Jake Burkholder
740a1973a6
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
Poul-Henning Kamp
83354dc7f2
Use profiling on LINT.
...
cosmetics.
2000-04-27 19:58:57 +00:00
Garrett Wollman
8c3f05ad1d
Add a little test program to demonstrate POSIX Shared Memory Objects.
2000-04-22 15:29:21 +00:00
Sheldon Hearn
21edc5f5c8
Correct grammar in the synoptic comment.
...
Submitted by: ru
2000-03-03 09:25:00 +00:00
Sheldon Hearn
d72d02311f
Use double-quotes instead of single-quotes when displaying the usage
...
so that the shell interpolates $0.
PR: 17121
Submitted by: Peng HaiJie <phj@cn.FreeBSD.org>
2000-03-02 15:00:53 +00:00
Peter Dufault
e5f1b1b180
These are regression tests for the P1003.1B scheduler.
...
Approved by: jkh
2000-02-16 14:28:42 +00:00
Marcel Moolenaar
24066d3209
Don't use -C internally. Use -c. For some reason files are not copied
...
with -C, although they should.
1999-12-15 18:08:56 +00:00
Marcel Moolenaar
168f8d1648
Use install -C -p instead of cp -p.
...
Pointed out by: bde
1999-12-10 10:14:06 +00:00
Marcel Moolenaar
d33ed1111a
install(1) lookalike that can be used during a build. Any options
...
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.
1999-12-08 13:40:44 +00:00
Wolfram Schneider
6c36ecd55c
Include BSD-license.
...
PR: misc/15262
Submitted by: alex@big.endian.de
1999-12-06 22:33:40 +00:00
Alexey Zelkin
3fcae27b92
Bring ``ac'' into reality. This great tools now works correctly (for
...
current state of the tree)
1999-11-04 08:45:02 +00:00
Alexey Zelkin
d4dee594a4
Add short description of dumpvfscache
1999-11-04 08:42:29 +00:00
Poul-Henning Kamp
456b2f8063
Add the machine that goes "BINGO" every time an potentially
...
unused #include is spotted in the kernel sources.
(This commit message celebrates Monty Pythons 30year aniversary)
1999-10-11 19:43:44 +00:00
Archie Cobbs
32e29e4547
Remove the "diffburst" tool, because equivalent functionality is now available
...
via "split -p". Leave a note to this effect in the README file.
1999-09-22 23:48:58 +00:00
Alexey Zelkin
d5cbae93d2
mdoc(7) style fixes.
...
PR: docs/13408
Reviewed by: mpp
1999-09-05 06:02:03 +00:00
Mike Pritchard
229494cb51
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:10:20 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Bruce Evans
8665be266d
Look for symbols in /modules/*.ko, not in /lkm/*.o.
1999-07-29 07:12:01 +00:00
Jordan K. Hubbard
29fcf344ff
Move the proper set of libraries.
1999-04-05 21:41:56 +00:00
Jordan K. Hubbard
a83aea7558
Do a better job of finding the default root device.
1999-02-15 02:22:24 +00:00
Joerg Wunsch
5db5c8f19d
Fix a typo describing the filename of cvt-wtmp.
...
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-07 20:30:56 +00:00
Jordan K. Hubbard
cf9f8234bb
Make directories unconditionally to deal with the empty directory
...
case.
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1999-02-01 12:45:03 +00:00
Jordan K. Hubbard
b6c8511860
Make building the kernel conditional.
1999-01-27 03:18:33 +00:00
Jordan K. Hubbard
8573fbf238
1. Properly chflags libraries before moving (otherwise they don't).
...
2. Add my helper script for upgrades; not enabled yet.
1999-01-26 04:13:03 +00:00
Archie Cobbs
740e54be27
Add the 'diffburst' tool, which does the following:
...
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.
1999-01-07 19:28:57 +00:00
Martin Cracauer
36cabb9282
Actually document my last addition.
...
General cosmetics.
Add a note that scsi-defects has not been ported to CAM.
Submitted by: BDE
1998-12-17 12:21:20 +00:00
Martin Cracauer
37fcb38764
Add some emacs code to make cc-mode almost compatible to style(9).
...
Sort entries in toplevel README.
1998-12-15 16:51:49 +00:00
Archie Cobbs
915ffe6c6f
Automatically detect a.out vs. elf kernel
1998-12-08 08:14:37 +00:00
Archie Cobbs
20ec02b38c
Add "-aout" flag to nm until the kernel is ELF'd.
1998-12-06 21:39:07 +00:00
Bruce Evans
fcd70874b4
Ignore objects used to build utilities (*aicasm*.o and *genassym*.o).
1998-11-27 10:18:56 +00:00
Bruce Evans
17d1bf4260
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
1998-10-22 15:53:06 +00:00
Peter Wemm
da942c6108
3.0-RELEASE and now the post-release 3.0-CURRENT were being declared
...
'too old' to run ELF. Check the kernel version properly.
1998-10-17 05:40:46 +00:00
Poul-Henning Kamp
14d9b0c364
Prevent ldconfig from choking by creating any missing directories.
1998-09-16 17:42:53 +00:00
Warner Losh
f4627296cd
getopt returns -1 not EOF
1998-09-09 17:24:31 +00:00
John Birrell
6769808313
Add a note about the upgrade tool directory.
1998-09-09 05:48:51 +00:00
John Birrell
9bade6cc80
A script for use when upgrading an installed system from aout to
...
elf.
1998-09-09 05:28:18 +00:00
Wolfram Schneider
e402641ee5
Add mid scripts. Mid is a tool which create a Message-ID database
...
for mailing lists.
1998-05-20 09:20:02 +00:00
Mike Smith
6009c5c36a
Updates to support adding driver files outside the i386 area.
...
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
1998-05-06 05:45:17 +00:00
Bruce Evans
7c77052065
Install tclAppInit.c in the installhdrs step so that it isn't necessary
...
to build libtcl twice in `make world'.
1998-03-23 13:15:41 +00:00
Wolfram Schneider
40d75fab43
httpd-error is a shell script which print a summary about
...
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.
1998-02-15 18:54:26 +00:00
Bruce Evans
ccb8bfa988
Don't install the tcl implementation headers. The tcl distribution
...
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.
1998-01-17 15:52:32 +00:00
Bruce Evans
7eb44007dd
Updated shlib version to 80.4 in the correct place.
...
Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS.
It was broken by direct editing in rev.1.25.
1998-01-17 15:49:55 +00:00
Wolfram Schneider
9350872a4a
Add html-mv script. Html-mv rename HTML generated filenames to
...
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
[...]
1997-11-09 11:23:54 +00:00
Poul-Henning Kamp
567a15c1f1
Update this little gadet to latest version.
1997-10-26 21:06:33 +00:00
Poul-Henning Kamp
246863adc2
Makes html table with all VOPs in it.
1997-10-16 12:40:58 +00:00
Wolfram Schneider
2dad7688fe
Do not suppress the first 5 lines of updated ports.
...
Detected by: Ville Eerola <ville@vlsi.fi>
1997-10-04 12:20:16 +00:00
Poul-Henning Kamp
865d6cb1ab
New shlib is 80.3
1997-10-01 13:31:29 +00:00
Wolfram Schneider
b3b892f288
Add introduction. Add updated ports.
1997-09-29 18:16:38 +00:00
Poul-Henning Kamp
c9e186fb37
A little gadget to dump the contents of the vfs name cache.
1997-09-04 08:28:55 +00:00