lukem
8064490359
minor WARNS=2 stuff
2001-10-19 01:16:37 +00:00
christos
b77fb2a456
PR/14286: reed@reedmedia.net: Explain default.
2001-10-18 13:42:32 +00:00
atatat
39c4f538a3
Use the new sh script instead of the (now defunct) pl one
2001-10-15 17:34:50 +00:00
uch
0cbd019fc3
playstation2 support
2001-10-15 16:22:50 +00:00
wiz
699d58b177
Whitespace fixes, sort SEE ALSO, sort sections.
2001-10-15 13:43:06 +00:00
blymn
a152a6a92a
Add the capability for dump to print timestamps on all informational
...
messages.
2001-10-15 13:25:33 +00:00
lukem
9f95bf0782
fix error reporting in rdfs() and wtfs()
2001-10-14 01:38:53 +00:00
atatat
04fb6977ef
Install the shell script instead of the perl script
2001-10-12 16:19:30 +00:00
atatat
c9281cb7dd
Bye bye, perl script.
2001-10-12 16:19:05 +00:00
atatat
149865a4d7
Remove the perl script from the mount_portal example for cvs and
...
replace it with a regular sh script.
2001-10-12 16:15:26 +00:00
atatat
9305145646
Add another example that shows how to map a cvs server into your local
...
file system so that you can pull random files out of it easily.
2001-10-11 18:41:11 +00:00
yamt
01f308933f
- use IP_MAXPACKET instead of 65535.
...
- change max packet size from 65468 to 65467(= IP_MAXPACKET-60-8).
2001-10-10 15:58:04 +00:00
yamt
d549add37f
- fix overrun bug.
...
- bump bufsize to fix "packet loss" with large packet.
2001-10-09 19:17:02 +00:00
lukem
7ca2a2b569
cleanups suggested by simonb:
...
- rename "format.c" -> "pack_dev.c", "mknod.h" -> "pack_dev.h"
- make the private stuff in pack_dev.c static
2001-10-08 04:45:29 +00:00
lukem
da188f40f2
improve arg clamping
2001-10-08 04:25:00 +00:00
lukem
a1dcc3ea23
- move parsing of format type and format handlers into format.c, for easier
...
use in other programs
- do a bit of KNF whilst here
- enable WARNS=2
2001-10-08 04:20:43 +00:00
mycroft
7e21660e42
Fix a formatting error.
2001-10-08 01:40:43 +00:00
bjh21
6ef5a92fbb
When dumping the routing table, use getnameinfo() to print link-layer
...
addresses rather than doing it ourselves and falling back to link_ntoa().
2001-10-06 18:32:45 +00:00
bjh21
3821a9917d
Use getnameinfo() to format AF_LINK addresses again.
2001-10-06 17:05:29 +00:00
bjh21
daa1982d02
Revert last change. getnameinfo() AF_LINK support is going away until I can
...
make it lint-clean.
2001-10-05 20:50:19 +00:00
bjh21
10237f4efc
Use getnameinfo() to format AF_LINK addresses rather than doing it ourselves.
2001-10-04 23:12:22 +00:00
oster
6c2d6f6c4f
Remove cruft. We no longer need to look into sys/dev/raidframe to
...
find the needed include files.
2001-10-04 16:03:05 +00:00
oster
541d521a40
rf_configure.c
...
- remove dependence on stuff in sys/dev/raidframe
- now rely on <dev/raidframe/*>
- bring in some needed prototypes for local functions
- nuke RF_ASSERT's.
- drag in some needed RF_ERRORMSG's
raidctl.c
- rely on <dev/raidframe/*>
- welcome to the New Way of doing RAIDframe #includes.
(No functional changes.)
2001-10-04 16:02:08 +00:00
oster
75d30c8978
Add a pruned-down version of rf_configure.h. First step at disentangling
...
raidctl files from the hairy .h file mess.
2001-10-04 16:00:37 +00:00
wiz
6494394420
Remove swapoff mention, per misc/14120.
...
Some whitespace, section name, section order fixes while I'm here.
2001-10-01 23:15:59 +00:00
kleink
d8ad923577
"kernel switch ipforwarding" -> "sysctl net.inet.ip.forwarding".
2001-10-01 10:31:45 +00:00
jdolecek
de45f5a902
couple cosmetic stylistic changes
2001-09-29 21:15:11 +00:00
itojun
04e80984bf
remove duplicated line in cmds[].
2001-09-26 07:20:16 +00:00
oster
91ffb9ffd3
Since this is the only place it's used, nuke RF_DEV2RAIDID and
...
replace it with DISKUNIT.
2001-09-26 02:59:40 +00:00
wiz
c2370c3f0a
Add some \n to error messages.
2001-09-25 00:03:25 +00:00
wiz
ae34c20bb1
Fix a typo and two white space nits.
2001-09-25 00:03:03 +00:00
wiz
4c99916337
va_{start,end} audit:
...
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).
Improved by comments from enami and christos -- thanks!
Heimdal/krb4/KAME changes already fed back, rest to follow.
Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
lukem
058b690102
the change of calculation of inodes per group in rev 1.52 was far too
...
aggressive; rework to be a bit less susceptable to round-off error.
now it's likely that the density might not be obtained with a small
filesystem with a large number of inodes (e.g -s 4M -i 1k), but that's
an extremely unlikely corner case that can easily be rectified with
command-line arguments.
fixed provided in private email by Takao Shinohara <shin@sm.sony.co.jp>
should resolve PRs [bin/14049] and [bin/14046]
2001-09-24 08:21:44 +00:00
tv
d63e12815a
objcopy -> ${OBJCOPY}
2001-09-22 02:01:13 +00:00
toshii
0ea3ab3e14
Fix a typo which prevented manual keying from working.
2001-09-20 00:01:10 +00:00
ad
9824683b54
- Sync device lists with wsconsio.h.
...
- Get/set keyclick on keyboards that support it.
2001-09-19 12:45:24 +00:00
lukem
22966108bb
add comments to make it clearer what cmpsblks() is doing
2001-09-18 08:38:28 +00:00
thorpej
f7a04ba84f
Add tcp4csum-rx and udp4csum-rx commands for interfaces that only
...
support TCP/UDP checksums on the in-bound direction.
2001-09-17 17:36:06 +00:00
toshii
04f91a6594
Uncomment-out part of FreeBSD code so that we can calculate partition
...
index from a filename.
2001-09-17 16:26:56 +00:00
assar
1a56bc85de
(usage): add -s and -S
2001-09-17 01:40:08 +00:00
wiz
456dff6cb8
Spell 'occurred' with two 'r's.
2001-09-16 16:34:23 +00:00
gmcgarry
684c2af799
Prominently provide explanation of who is allowed to mount file
...
systems.
2001-09-12 21:48:08 +00:00
lukem
fa5157d9fb
explicitly set the default compression level to 1 (from the implicit 6),
...
because it's significantly faster and doesn't use that much more disk space.
2001-09-12 03:14:08 +00:00
lukem
fd08f59ac0
Add "-Z level" to control the compression level that -z uses (which
...
defaults to -Z 6). Depending on the relative speed of the CPU
versus disk, "-zZ1" might be faster than no compression at all.
2001-09-12 02:58:29 +00:00
enami
36c88aab99
- Recognize new type `rng'.
...
- Use getprogname().
2001-09-11 05:52:37 +00:00
pooka
db8658a3b8
* expand device name to raw device, not block device (eg. wd0a -> /dev/rwd0a)
...
* #ifdef non-relevant FreeBSD slice consistency check
2001-09-10 19:25:35 +00:00
christos
de3ce7e7b1
- Remove old files.
...
- Port to NetBSD
XXX: *untested*
2001-09-10 18:27:41 +00:00
enami
db33b671a9
Don't punt on really unknown type of device when fetching name of it.
...
Instead, warn and just print it as ???.
2001-09-08 23:29:05 +00:00
enami
d5b9e6ab8a
Cosmetic changes.
2001-09-08 23:20:37 +00:00
mason
44c196b374
The default version created by newfs_lfs without arguments is, in fact, 2.
2001-09-08 03:49:44 +00:00