Andrew R. Reiter
bccebad491
- Initial revamp of vop_table.tcl. This scripting is ugly and will be
...
cleaned up; just wanted to make a place holder. The biggest issue is
that it is an incomplete revamp; that is... the inconsistent naming
table generation is not done yet ... will be added soon with the clean
up. The purpose of this script is to handle the vop_vector changes that
phk@ did over the recent weeks.
2005-01-05 06:53:03 +00:00
Sam Leffler
b0d1b8b275
new stat
2004-12-31 22:06:19 +00:00
Giorgos Keramidas
d499d50264
Fix the build of netrate/ with WARNS=5 and add a Makefile.inc to
...
make it the default for all the netrate test tools.
Approved by: rwatson
2004-12-21 12:14:34 +00:00
Ruslan Ermilov
582ef25f94
NOHTML -> NO_HTML
2004-12-21 12:05:11 +00:00
Ruslan Ermilov
dd991de030
Overhaul ppp(8) build options so they are safe to use in
...
/etc/make.conf:
NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
39a855c2a1
NOGAMES -> NO_GAMES
2004-12-21 10:36:54 +00:00
Ruslan Ermilov
ab7a294721
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Ruslan Ermilov
07736e20e9
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
Ruslan Ermilov
f1f6253f4f
NOLIBC_R -> NO_LIBC_R
...
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Poul-Henning Kamp
3b08d5830b
Change terminal state, not terminal type
2004-12-18 16:31:21 +00:00
Andrew Gallatin
aee409b987
Make kttcp work in -stable (and -current)
...
- Removed kttcp_sosend() and kttcp_soreceive() in favor of using
sosend() / soreceive() with UIO_NOCOPY. The locking changes in the
socket layer make merging the kttcp_so* and the so* routines a real
pain. It was a lot easier to just use the integrated routines.
- Eliminated KTTCP_MAX_XMIT restrictions on send and receive sizes
because I encountered no problems with streams larger than MAX_INT.
MAX_INT bytes is only good for a few seconds at 4Gb/sec ;)
- Removed Giant from send / recv routines.
- Fixed character device protos, cdevsw init, etc, to work in 5.x /
6.x
Reviewed by: sam
MFC after: 1 week
2004-12-13 20:40:16 +00:00
Sam Leffler
3b3c4bc949
o new tools for futzing with 80211 and ath debug masks symbolically
...
o update stats programs to reflect driver and net80211 changes
2004-12-08 17:42:53 +00:00
Pawel Jakub Dawidek
542c24f09f
Raidtest is now in the ports collections.
2004-12-07 14:24:23 +00:00
David E. O'Brien
96aecc0fce
Now as a full blown port.
2004-12-05 04:16:36 +00:00
Poul-Henning Kamp
41e86c1536
Change CUSTOMIZE example.
2004-11-28 17:14:03 +00:00
Poul-Henning Kamp
bbece547ea
Make it possible to specify a list of customize scripts.
...
Look for them in ./Customize first, then relative to . and then absolute.
2004-11-28 17:12:15 +00:00
Poul-Henning Kamp
08161b063c
Add various customize scripts.
2004-11-28 17:10:44 +00:00
Poul-Henning Kamp
2b1d432238
Hardlink the generated /etc/fstab to /conf/base/etc/fstab
2004-11-28 16:15:43 +00:00
Poul-Henning Kamp
969c9e889c
don't mv(1) nonexistent directories.
2004-11-28 13:45:31 +00:00
Poul-Henning Kamp
c0c6e3516e
Reduce -j12 to -j3
2004-11-28 13:28:04 +00:00
Bjoern A. Zeeb
6c58990d47
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
...
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
2004-11-13 20:40:32 +00:00
Dag-Erling Smørgrav
97f8d4f33e
RELENG_5 is now -STABLE (but without powerpc)
2004-11-11 18:37:39 +00:00
Dag-Erling Smørgrav
5ecb9278bc
Install in /usr/local/bin.
2004-11-07 11:09:44 +00:00
Pawel Jakub Dawidek
bc9d46334d
Add description of all available options.
2004-11-06 17:19:55 +00:00
Pawel Jakub Dawidek
d93c939aa9
Allow to write random data while testing RAID device, so we can also
...
test data integrity.
2004-11-06 17:10:24 +00:00
Poul-Henning Kamp
0f7d7a368a
Remove references to NO_VINUM
2004-11-04 12:57:40 +00:00
Marc Fonvieille
b0258eb606
Typo: s/Exampes/Examples
2004-10-25 20:56:24 +00:00
Ruslan Ermilov
b1bffc1632
For variables that are only checked with defined(), don't provide
...
any fake value.
While here, sort NO*'s in dictionary order to ease searching by a
human being.
2004-10-24 15:52:04 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Dag-Erling Smørgrav
dadba0d1a1
Use %zu to format size_t instead of %jd and an intmax_t cast.
...
Approved by: hamlet
2004-10-23 15:58:50 +00:00
Poul-Henning Kamp
091aa0964b
Stop amd64 warnings.
2004-10-23 12:42:18 +00:00
Marc Fonvieille
0d0e1f8897
Add NO_BLUETOOTH and NO_AUTHPF variables. [1]
...
While I'm there use lowercase "yes" for consistency.
Approved by: phk [1]
2004-10-22 08:49:54 +00:00
Marc Fonvieille
c615d4bda1
Sort NO* variables.
...
Approved by: phk
2004-10-22 08:45:34 +00:00
Marc Fonvieille
7fb04a6a8d
Remove NOLIBPTHREAD=yes since BIND related binaries (dig etc.) require
...
LIBPTHREAD.
Approved by: phk
2004-10-21 13:56:24 +00:00
Giorgos Keramidas
ca1ccb195b
Typo fix.
...
PR: misc/72801
Submitted by: Hywel Mallett <circular@hmallett.co.uk>
2004-10-18 00:45:28 +00:00
Maxim Konovalov
6f0027bcbf
Fix a typo: s/kerncruft/kernelcruft/.
...
PR: misc/72792
Submitted by: Hywel Mallett
2004-10-17 19:02:17 +00:00
Robert Watson
182cebd7ec
Add a version of netsend that uses the interval timer rather than
...
explicit clock reads to set an overall duration to the send, and
blasts rather than trying to clock output. The goal of netblast,
unlike netsend, is to send as many UDP packets as possible; the
cost is that there's no ability to control the rate, and there's
less accuracy in the timing as the interval timer granularity is
relatively low.
2004-10-08 19:23:11 +00:00
Robert Watson
b626480682
Use int format string, not a long format string.
2004-10-08 12:28:28 +00:00
Poul-Henning Kamp
1f6ac570e4
Only print progress statistics once per second.
2004-10-08 10:50:40 +00:00
Sam Leffler
61b14f328b
add 80211watch program
2004-10-05 19:53:32 +00:00
Sam Leffler
a6229e4ee7
simple program to watch 802.11 events through a routing socket
2004-10-05 19:51:34 +00:00
Robert Watson
fbcd15008a
While calling perror() on send() failure was useful for debugging the
...
if_em "wedging" problem, large numbers of perror() calls impacts send
performance. As such, just count the error, don't print it.
2004-09-30 06:17:26 +00:00
Robert Watson
35f6d35141
Add syscall_timing, a simple timing micro-benchmark for some
...
characteristic system calls. I've been sending this to people for
a while, and figured it would be more efficient to just put it in
CVS.
2004-09-30 05:25:00 +00:00
Poul-Henning Kamp
39d969aedf
This is a small tool which will read an entire disk(partition) using
...
1M blocks and optionally write the read data to a file or disk.
If a read error happens, the 1M block gets put on the end of the worklist
and will be retried with 64k blocksize.
If a read error happens again, the 64k block gets put at the end of the
worklist and will be retried with single sector reads.
The program keeps trying until you stop it.
You can refresh a disk:
recoverdisk /dev/ad1 /dev/ad1
or salvage a floppy:
recoverdisk /dev/fd0 myfloppy.flp
2004-09-28 22:00:01 +00:00
John-Mark Gurney
c33b0bc0b8
add my script that helps me handle MFC's. It takes in a commit message
...
and generates the proper (hopefully) update -j lines + commit line to do
the MFC... This has saved me a lot of time doing recent MFC's...
You still should use diff to verify the changes before doing the commit..
2004-09-24 20:06:49 +00:00
Robert Watson
706cd483cd
Print number of "waits" per second during transmission, not just waits
...
per call to send().
2004-09-24 18:02:31 +00:00
Dag-Erling Smørgrav
2c289a3f33
Add mfc.
2004-09-24 15:25:35 +00:00
Dag-Erling Smørgrav
2f55f21790
A simple shell script to help MFC an entire directory to a branch where it
...
does not already exist.
2004-09-24 15:24:12 +00:00