Commit Graph

5166 Commits

Author SHA1 Message Date
wiz
5be7e30eb5 Add -n to usage. Now it just needs to be documented. 2009-04-20 22:05:47 +00:00
wiz
67000f2b2f Bump date for previous. Remove trailing whitespace. 2009-04-20 22:04:57 +00:00
dyoung
dfd60e8c7b Mention -n in usage. 2009-04-20 21:41:50 +00:00
dyoung
0f6df043c6 Add flag -n to suppress the first column of drvctl -l output. 2009-04-20 21:40:42 +00:00
drochner
dff56c2587 also fix a comment wrt use of the csysid/cstart/csize vars 2009-04-20 17:06:55 +00:00
drochner
0fa7059102 define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160 2009-04-20 16:05:29 +00:00
sborrill
45a4197562 When using -s flag, read start and size as unsigned to allow for larger
disks. (Thanks to drochner@ for catching it).
2009-04-20 15:03:56 +00:00
wiz
86340eaa2b Remove outdated example. From Todd Kover in PR 41238. 2009-04-18 14:55:50 +00:00
joerg
f707732bc3 Speling. 2009-04-15 23:03:34 +00:00
joerg
84a8422ae3 As noted by apb, don't slip in local pathes. 2009-04-15 22:44:26 +00:00
joerg
3f61ca34e1 Behave as documented and remove the dot call at the end.
Add RCS ID.
2009-04-15 22:38:26 +00:00
joerg
49451a8f9f Add a small script to visualize the rc dependency graph and point to it. 2009-04-15 22:36:04 +00:00
apb
a194a42669 If MAKEDEV exits non-zero, but was nevertheless able to create
/dev/console, then have init(8) just print a warning instead of
exiting.
2009-04-12 09:31:32 +00:00
lukem
ef685eeea9 Enable WARNS=4 by default except for:
dump  dump_lfs  fsck_ffs  fsck_lfs  fsdb  mount_smbfs
	newfs_ext2fs  newfs_lfs  resize_lfs  setkey
2009-04-11 07:58:11 +00:00
lukem
6f957c8d46 fix sign-compare issue 2009-04-11 07:55:35 +00:00
lukem
002fe60580 fix sign-compare issues 2009-04-11 07:40:37 +00:00
lukem
ccc69cfd56 fix sign-compare issue 2009-04-11 07:37:50 +00:00
lukem
8e2fe69844 fix sign-compare issues 2009-04-11 07:31:21 +00:00
lukem
6978bdec0e fix sign-compare issues 2009-04-11 07:20:09 +00:00
lukem
9e6bf7d7cc fix sign-compare issue 2009-04-11 07:16:30 +00:00
lukem
a2b5923e3e fix sign-compare issues 2009-04-11 06:59:18 +00:00
lukem
cefb0777de fix sign-compare issues 2009-04-11 06:48:36 +00:00
wiz
2357e9b449 Sync usage with man page; remove 0xa0 character from usage. 2009-04-10 13:48:00 +00:00
wiz
c7c3dd81bc Sort option descriptions. 2009-04-10 13:47:31 +00:00
pooka
93636c41f9 Support creating a file system to a regular file. 2009-04-09 10:37:55 +00:00
joerg
f2aa054fbc Remove physical markup. Remove incorrect keep, .Bk is not callable, but
used as such. It doesn't seem to serve any purpose at the point either.
2009-04-08 14:32:05 +00:00
joerg
c7348fe221 Remove physical markup. 2009-04-08 14:21:55 +00:00
joerg
32a51b5de6 Fix markup. 2009-04-08 13:13:42 +00:00
joerg
f558fc74ff Fix string literals. 2009-04-08 13:12:20 +00:00
lukem
292ab8c29d fix sign-compare issues 2009-04-07 12:38:12 +00:00
lukem
5a3a163d1d fix sign-compare issue 2009-04-07 12:25:19 +00:00
mrg
5c9ab7f6c0 fix a logic error in the previous, as point out by frank kardel. 2009-04-07 05:50:11 +00:00
lukem
5bd52bbac4 fix sign-compare issues 2009-04-06 12:50:36 +00:00
lukem
d4ab6626c0 fix sign-compare issue 2009-04-06 12:47:20 +00:00
lukem
5f508bdac7 redo previous to fix amd64 build 2009-04-06 12:38:35 +00:00
lukem
73a6ad29bd fix sign-compare issue 2009-04-06 12:36:27 +00:00
lukem
48680f64b2 fix sign-compare issues 2009-04-06 12:35:20 +00:00
lukem
3a92921379 fix sign-compare issue 2009-04-06 12:33:11 +00:00
lukem
fb63fbd0cc fix sign-compare issues 2009-04-06 12:32:30 +00:00
lukem
2a936e3086 fix sign-compare issue 2009-04-06 12:27:01 +00:00
lukem
e6cb0042e9 remove mispelt WARNS. (it will be set in ../Makefile.inc "soon") 2009-04-06 12:19:16 +00:00
lukem
428fc016ff fix sign-compare issues 2009-04-06 12:18:19 +00:00
lukem
7b61bfdc7c fix sign-compare issues 2009-04-05 12:06:33 +00:00
joerg
9d6b98ae28 If drvctl -l is used without argument, print the root device nodes. 2009-04-04 22:05:47 +00:00
plunky
bb505f700b Because the IFF_NOARP flag is a negative option it needs to be negated
when being applied from the "arp" option which itself is positive.

problem demonstrated by

# ifconfig tap3 create
# ifconfig tap3
tap3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
	address: f2:0b:a4:7f:44:03
	media: Ethernet autoselect
# ifconfig tap3 arp
# ifconfig tap3
tap3: flags=8882<BROADCAST,NOARP,SIMPLEX,MULTICAST> mtu 1500
	address: f2:0b:a4:7f:44:03
	media: Ethernet autoselect
# ifconfig tap3 -arp
# ifconfig tap3
tap3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
	address: f2:0b:a4:7f:44:03
	media: Ethernet autoselect
# ifconfig tap3 destroy
#
2009-04-04 17:10:19 +00:00
pooka
54f76d2fa4 Issue a better error message if attempting to create a file system
on a block device.  Inspired by PR kern/41127.
2009-04-03 13:22:05 +00:00
pooka
3b219697ed Fix bug I introduced in rev 1.64: don't use stack space after
return.  pointed out by yamt.
2009-04-03 07:26:07 +00:00
christos
e048bed6b3 Don't print an error with sysctl -w name?=value if name does not exist.
Should be pulled up to 5.0
2009-04-01 15:55:27 +00:00
christos
2037025cb5 PR/41111: Ed Ravin: ping -R gives misleading error when remote side doesn't
support record route
Deal with source route and record route specially giving a meaningful error
message.
Pullup to 5.0?
2009-03-31 19:51:11 +00:00
he
cfbede5668 Add a cast to intmax_t and use %jd to print an off_t.
Fixes at least the alpha and amd64 builds.
2009-03-28 21:34:33 +00:00