bouyer
8f21e932b0
Typo in comments: netstart uses /etc/defaultdomain, not /etc/domainname.
1997-09-15 11:42:26 +00:00
lukem
63f59ae3e7
deprecate register
1997-09-15 11:40:28 +00:00
lukem
788a79030a
* cleanup for WARNS=1
...
* fix .Nm usage
1997-09-15 11:33:59 +00:00
lukem
69e477ff1f
* fix .Nm usage
...
* prototype main() to pass WARNS=1
1997-09-15 11:27:12 +00:00
lukem
2e61b867aa
* cleanup for WARNS=1
...
* fix .Nm usage
1997-09-15 11:24:41 +00:00
lukem
0a96848668
* fix .Nm usage
...
* prototype main() for WARNS=1
1997-09-15 11:21:59 +00:00
lukem
048874c5e2
* cleanup for WARNS=1
...
* fix .Nm usage
* deprecate register
1997-09-15 11:20:04 +00:00
lukem
38db486f8e
* cleanup for WARNS=1
...
* deprecate register
* fix .Nm usage
1997-09-15 11:17:10 +00:00
leo
00a1b6300f
Add DCFA() definitions.
1997-09-15 11:12:13 +00:00
lukem
beb7c8b582
* cleanup for WARNS=1
...
* fix .Nm usage
* deprecate register
1997-09-15 11:08:44 +00:00
leo
571340263d
Small readability update.
1997-09-15 11:08:38 +00:00
lukem
87f4122c62
* cleanup for WARNS=1
...
* deprecate register
* rindex -> strrchr
* fix .Nm usage
1997-09-15 10:58:35 +00:00
leo
409812c25c
Define isabus by default on the Hades.
1997-09-15 10:51:20 +00:00
lukem
3f50343aa8
* cleanup for WARNS=1
...
* deprecate register
* bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr
* correct use of .Nm
1997-09-15 10:38:11 +00:00
lukem
b0670720e5
wrap line @ 80 columns
1997-09-15 09:34:58 +00:00
darrenr
5867f60b50
if xxxinit is not found in the module, look for <modname>_lkmentry as an
...
alternate entry point (used in provided modules). Mention this on man page
too.
1997-09-15 09:27:52 +00:00
lukem
c9d9a2a11e
* cleanup for WARNS=1
...
* use .Nm correctly
* deprecate register
* getopt returns -1 not EOF
1997-09-15 09:15:26 +00:00
lukem
8b03c7fc43
* cleanup for WARNS=1
...
* fix use of .Nm
1997-09-15 08:04:28 +00:00
lukem
a84bab531d
* cleanup for WARNS=1
...
* fix use of .Nm
* comment out some unused(?) functions
1997-09-15 07:58:01 +00:00
lukem
be24f789ad
- use .Nm correctly
...
- use __progname instead of rindex(argv[0]) ...
1997-09-15 07:38:32 +00:00
lukem
e464b5f452
* cleanup .Nm
...
* deprecate register
* cleanup for WARNS=1
* bzero(), bcopy() -> memset(), memmove()
* prefix hex numbers with '0x'
1997-09-15 07:21:09 +00:00
lukem
1dd5e9ceec
fix .Nm usage
1997-09-15 07:02:36 +00:00
lukem
77270f8647
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 06:55:39 +00:00
lukem
319d918511
prototype lfs_cksum ifndef KERNEL
1997-09-15 06:44:48 +00:00
lukem
8dee301bb9
* cleanup for WARNS=1
1997-09-15 06:31:54 +00:00
lukem
1a96f83dbe
* getopt returns -1 not EOF
...
* fix .Nm usage
1997-09-15 06:23:03 +00:00
lukem
6f6bef4576
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 06:13:38 +00:00
lukem
f78681534b
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 06:02:20 +00:00
lukem
4eb9f40a9c
* KNF-ify
...
* update for WARNS=1
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 05:58:22 +00:00
lukem
0965d12ed9
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 05:35:37 +00:00
lukem
3cb80143db
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
* deprecate register
* bzero() -> memset()
1997-09-15 05:31:35 +00:00
lukem
f46ca99ba9
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 05:05:41 +00:00
lukem
313de58d06
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 04:47:17 +00:00
lukem
98986b2e02
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 04:36:07 +00:00
lukem
6a6a54d567
* cleanup WARNS=1
...
* getopt returns -1 not EOF
* use .Nm correctly
1997-09-15 04:31:48 +00:00
lukem
7d9f8002c0
* update for WARNS=1
...
* getopt returns -1 not EOF
* fix .Nm usage
1997-09-15 04:27:38 +00:00
lukem
f7eccc059d
* cleanup for WARNS=1
...
* getopt returns -1 not EOF
* correct use of .Nm
1997-09-15 04:15:03 +00:00
lukem
145eccbda7
* getopt returns -1 not EOF
...
* use .Nm correctly
1997-09-15 04:09:06 +00:00
lukem
526ce12987
* cleanup for WARNS=1
...
* getopt returns -1 not EOF
* use .Nm correctly
1997-09-15 03:55:25 +00:00
lukem
beb3ef1e7e
* cleanup for WARNS+1
...
* use .Nm correctly
1997-09-15 03:46:27 +00:00
enami
241ba6ead1
If f->f_type is F_FORW, don't close f->file.
1997-09-15 03:25:42 +00:00
lukem
7da448585a
cleanup use of .Nm
1997-09-15 01:56:08 +00:00
lukem
92f7af5b8d
* cleanup for WARNS=1
...
* deprecate register
* use .Nm correctly
1997-09-15 01:53:35 +00:00
lukem
e8d49227b7
deprecate register
1997-09-15 01:45:36 +00:00
lukem
6277ca4089
use .Nm correctly
1997-09-15 01:39:32 +00:00
lukem
faceb6f3ac
fix use of .Nm
1997-09-15 01:32:32 +00:00
lukem
670e4c9af8
major cleanup, including:
...
* reformat code to KNF
* compile with WARNS=1
* .Nm usage in man page
* getopt returns -1 not EOF
1997-09-15 01:29:26 +00:00
lukem
ad6499dd3c
can now use '.Nm "" :'
1997-09-15 00:49:56 +00:00
lukem
0a9b471efa
Support first argument of .Nm being "", so that the following works:
...
===
.Nm foo
...
The following options are supported by
.Nm "" :
===
It could be smarter, but it works :)
Thanks to Christoph Badura <bad@ora.de> for providing this!
1997-09-15 00:32:34 +00:00
pk
b5004e4ce1
Call the device close routine when we're done reading.
1997-09-14 19:28:17 +00:00