wiz
ddac63620b
Sort sections and SEE ALSO.
2002-02-02 01:47:36 +00:00
wiz
9a047ef78b
Drop a .Pp.
2002-02-02 01:44:59 +00:00
wiz
2218541f7f
Use standard headers.
2002-02-02 01:44:58 +00:00
wiz
ccd1965ef5
Sort sections, drop a .Pp.
2002-02-02 01:44:31 +00:00
wiz
1d9fe6b842
Use standard headers, mark up AUTHORS section.
2002-02-02 01:43:52 +00:00
wiz
146392e159
Sort sections.
2002-02-02 01:42:45 +00:00
wiz
fa58e5cf9d
Sort sections, use standard headers, drop a .Pp.
2002-02-02 01:42:22 +00:00
wiz
0cedb12b9c
Sort sections.
2002-02-02 01:41:22 +00:00
wiz
65d97d1e55
Improve markup, unquote header.
2002-02-02 01:40:52 +00:00
wiz
46f735035c
Drop a comma.
2002-02-02 01:40:02 +00:00
wiz
419231002f
Use standard headers.
2002-02-02 01:39:23 +00:00
wiz
04f4cfd571
Punctuation nits, sort sections and SEE ALSO, improve markup, use standard headers.
2002-02-02 01:38:54 +00:00
wiz
915c6c1865
Sort sections and SEE ALSO, use standard headers.
2002-02-02 01:37:13 +00:00
wiz
7ec6567148
Sort sections, use standard headers.
2002-02-02 01:35:30 +00:00
wiz
d30b208c5a
Drop an unnecessary empty line.
2002-02-02 01:33:55 +00:00
wiz
df220a8153
Paragraph markup improvements, use Xr in one place.
2002-02-02 01:32:25 +00:00
wiz
ddb67af4bb
Drop superfluous .Pp.
2002-02-02 01:31:50 +00:00
wiz
b85170c751
Improve markup, sort section, sort SEE ALSO.
2002-02-02 01:31:16 +00:00
wiz
923aa5f99b
Drop an empty line.
2002-02-02 01:30:39 +00:00
wiz
e24be883e9
Sort sections.
2002-02-02 01:27:52 +00:00
wiz
3bd1b31f25
Use Xr for xrefs and use standard headers.
2002-02-02 01:27:22 +00:00
wiz
cfc1b4eee7
Sort sections, use standard headers.
2002-02-02 01:26:51 +00:00
wiz
7bdc66a6c8
Sort section, punctuation nit.
2002-02-02 01:26:18 +00:00
wiz
b083512733
Sort sections, mark up xrefs with .Xr.
2002-02-02 01:25:25 +00:00
wiz
1f9a8d013a
Sort sections, use standard headers.
2002-02-02 01:23:39 +00:00
wiz
6aaa7bfd72
Sort section, punctuation nits.
2002-02-02 01:22:18 +00:00
wiz
ca3452180b
Punctuation nits.
2002-02-02 01:21:44 +00:00
wiz
73d8bdb949
Drop a superfluous .Pp.
2002-02-02 01:21:00 +00:00
wiz
9e32083ba9
Sort sections, sort SEE ALSO.
2002-02-02 01:19:48 +00:00
thorpej
02d97c5caf
G/c FIQ stuff.
2002-02-01 22:27:12 +00:00
veego
b24467c00b
Include ${.CURDIR}/../../libc/include to get namespace.h.
...
This fix a broken build after the recent non NetBSD fixes which broke it
for NetBSD.
2002-02-01 22:12:37 +00:00
is
a4cfa723ac
regenerate: fix typo in card name string.
2002-02-01 22:04:02 +00:00
bgrayson
47da4b42c7
- Several paragraphs were indented one level further than needed.
...
- The endfor example needed some spacing readjustments.
2002-02-01 19:35:29 +00:00
eeh
1630fbf09b
De-clunikfy some grammar.
2002-02-01 18:47:17 +00:00
wrstuden
0dd5e345ea
Check in machinery to make ofwboot load at 600000, while ofwboot.elf
...
and ofwboot.xcf will load at 640000. The idea is that we can now
leave load-base at 600000, and it will work right for all three methods.
The problem is that the file loader and the net loader use load-base
as a scratch area, so if the executable really wants to load there,
the load fails.
2002-02-01 18:45:29 +00:00
uch
6edf1a4018
bootinfo.h, config_hook.h, platid.h are moved to hpc/include
2002-02-01 18:16:03 +00:00
uch
4202622d3c
if PCLOCK isn't setted, use estimated value calculated by kernel.
2002-02-01 17:52:54 +00:00
wiz
706b8b345a
Do '<sp><tab>' instead of '<tab>' for some RAID options.
...
Noted by Patrick Welche in private mail.
2002-02-01 15:17:04 +00:00
tv
e5d6f46d5a
Fix up the .for recursion -- it wasn't quite right before.
2002-02-01 13:51:38 +00:00
martin
727264d2c9
Avoid any non-error output for normal operations, only print those
...
messages if the interface is set to debug.
2002-02-01 13:50:00 +00:00
martin
6446e841ec
Tweak the slow-but-persistent connection reestablishment timeout, retrying
...
is not realy expensive - do it once every minute.
Prevent the MTU from being set bigger than what we can handle.
2002-02-01 13:40:16 +00:00
martin
0b57fdbf9d
Don't display some (non-exceptional) events unless IFF_DEBUG is set.
...
I have a card that fires a continuos stream of "connected" events (one
every 30 seconds) while it hasn't found any peer.
2002-02-01 13:35:41 +00:00
martti
bfc0fa18e9
Fixed display of "proto ipv6-icmp ... icmp-type ..." rule. Before
...
this fix ipfstat reported:
0 pass in quick proto ipv6-icmp from any to any
while after this fix:
0 pass in quick proto ipv6-icmp from any to any icmp-type 8
This was just a display bug, the rule worked as expected.
2002-02-01 11:31:56 +00:00
itojun
8c33b8d2d5
portnum is unsigned, use %u instead of %d
2002-02-01 10:07:54 +00:00
lukem
9c3323249d
need -lm in the HOSTPROG case too...
2002-02-01 05:44:40 +00:00
itojun
9585a2fa3e
line2 may overrun if line is too long (> 200). be more careful on strcpy.
...
XXX strlen(argv[x]) should be checked before copies.
2002-02-01 05:04:43 +00:00
fredb
36db822e71
Remove a comment that's no longer true: it's no longer necessary for a
...
release builder to generate the INSTALLSBC and GENERICSBC kernels by hand.
2002-02-01 04:57:24 +00:00
tv
6bd56c8eda
Cross-hosting notes for foreign OS's. (Currently Linux, Solaris, and older
...
releases of NetBSD.)
2002-02-01 04:43:39 +00:00
lukem
f65c7d5689
fix previous, and ensure that closedataconn() is only called after dataconn()
...
and with a non-NULL file pointer. active transfers now work correctly again,
passive transfers work, and the data stream is only closed after a PASV or
EPSV if a successful connection was initiated with dataconn().
2002-02-01 04:35:30 +00:00
ross
4ecd3ab001
now needs -lm for finite(3)
2002-02-01 01:32:20 +00:00