fair
38bbb432aa
PR 7603 contained half a dozen new man pages. Big thanks to Gregory McGarry
...
for doing the intial leg work. I did a little driver reading and modified
the pages some more, plus merged in a little stuff for de.4. This isn't all
of it yet - I'm just gonna commit what I've got done, and get the rest after
I've had some sleep.
2000-02-11 12:38:22 +00:00
abs
7d14d66b4d
We need to close and open the socket to prevent routing updates building
...
up such that when we send our message we never see our reply (and hang)
Fix taken (modified) from PR 7508
2000-02-11 11:27:20 +00:00
abs
6068331e78
Indicate on which interface a packet has been received when debugging
2000-02-11 11:25:23 +00:00
itojun
82b005364c
don't increase both "no port on broadcast packet" and "no port" stat.
...
increasing both of them will result in negative number on udp
"delivered" stat on netstat(8), since netstat computes number of delivered
packet by subtracting them from number of inbound packets.
2000-02-11 10:43:36 +00:00
fair
c50152a96c
Whyizzit that you only spot the misspellings *after* you commit?
2000-02-11 09:42:10 +00:00
fair
2d61cf6371
Add de.4
2000-02-11 09:30:31 +00:00
fair
1ffe32d803
Intial commit of a de.4 man page to answer PR 5759.
...
This page is a quick job which should be reviewed for accuracy.
2000-02-11 09:28:49 +00:00
itojun
15f0d67b67
improve comments about /etc/ifconfig.xxN, /etc/ifaliases, $ifaliases_xxN.
2000-02-11 08:09:56 +00:00
thorpej
dc80cc068b
Move KERNBASE to 0xc0000000, giving the kernel a more-or-less full 1G
...
of virtual address space, leaving userland with 3G, and update comments
to match the new reality.
We knew we were going to have to bite this bullet eventually, and there
are a couple of outstanding PRs related to this issue (9389 and 9313).
Complete solution to those PRs is going to involve some sort of run-time
decision on how large kmem_map should be, as well as changing some data
structure allocation strategies in UVM. However, this change will at
least allow the PR submitter to simply throw resources at the problem.
2000-02-11 07:00:11 +00:00
itojun
5d257be455
make assumption in rt_msg1 (len <= MHLEN + MLEN) explicit.
...
panic if not satisfied.
2000-02-11 06:11:03 +00:00
itojun
46dfa55555
fix in-kernel packet forwarding loop (till TTL becomes 0) when:
...
- a packet is delivered to an address X,
- and the address X is configured on my !IFF_UP interface
- and ipforwarding=1
NetBSD PR: 9387
From: nrt@iij.ad.jp
2000-02-11 05:57:58 +00:00
takemura
160bf15b09
Add com0's power control ID.
2000-02-11 03:20:17 +00:00
itojun
7d772b8656
recommend ifconfig_ifN over ifaliases_ifN, for non-IPv4 cases as well.
...
ifaliases_ifN does not cover p2p case.
2000-02-11 03:14:02 +00:00
simonb
2db5581a4c
Declare the mcclock_pad32_busfns variable as extern.
2000-02-11 02:36:16 +00:00
oster
565f0151c5
Note the "RAID" partition type.
2000-02-11 02:05:28 +00:00
oster
255608f126
Add support for a "RAID" partition type.
2000-02-11 02:04:42 +00:00
thorpej
29ae6dbe05
We're given a K1SEG address already.
2000-02-11 01:32:42 +00:00
abs
ddcdaa6b45
Set SU_FROM environment variable. This can be used to determine a 'su -'
...
shell from a real login shell (but only if you care).
2000-02-11 00:30:07 +00:00
thorpej
f8b76eb0fd
Const poison dladdr().
2000-02-11 00:07:36 +00:00
thorpej
e8050aefef
Const'ify dli_saddr in struct _dl_info.
2000-02-11 00:07:14 +00:00
thorpej
5f9e257c5a
Fix a couple of printf format botches. port-hp300/9388, Steve Peurifoy.
2000-02-10 23:02:16 +00:00
fair
65949191fb
Make arrangements for the removal of the old MD le.4 man pages because
...
there is now an MI le.4, per PR 9376
2000-02-10 22:17:18 +00:00
kleink
1bfbcff7b3
Whitespace nit in -p1003.1-96.
2000-02-10 22:02:09 +00:00
mjl
b562264ae1
Add a missing free() of a temporary buffer.
...
Add "unlimited" as synonym for "inf" and "infinity" for the
benefit of FreeBSD users.
Factor out the comparison w/ "infinity" in a isinfinite() function.
2000-02-10 20:52:54 +00:00
itojun
a89dc9b12d
add two symbolic name for tcp/udp port 143: "imap" and "imap4".
...
at least without "imap", fetchmail chokes.
2000-02-10 18:20:56 +00:00
drochner
72db33dc5a
fix link creation:
...
-put "echo"s for the daughter Makefile into a subshell to get them all
into the Makefile (instead of stdout - should fix PR misc/9336 by
Bernd Ernesti)
-change operator for "realall" back to ":" - rules are supposed to
accumulate, and "::" clashes with the definition in <bsd.own.mk>
-call sub-make with the "all" target to make sure we don't get just
the first rule
2000-02-10 18:18:01 +00:00
tsutsui
810e380c89
Oops, I've forgotten to commit this on Jan 21.
...
>- rename (revert) normal memory disk device name /dev/mdX -> /dev/mdXa
>- now raw partitions are used for memory disk ioctls
2000-02-10 16:45:37 +00:00
aymeric
dc0ce1249b
fix interrupt handling
...
I still get lost interrupts on the A1200, but the problem is certainly
elsewhere (not in wdc_amiga).
2000-02-10 15:51:59 +00:00
itojun
ff0fe5df65
fix ip4 protosw.
...
gif interface and gre interface should be able to coexist.
2000-02-10 14:44:28 +00:00
pooka
e74bc9575e
Add Chris Baird's email address per his request
2000-02-10 13:10:43 +00:00
tron
baa67f49cc
Rename send() to sendmessage() to avoid conflict with send(2) in "libc".
...
Patch supplied by Geoff Adams in PR bin/9385.
2000-02-10 12:34:42 +00:00
tsubai
1dc2d9d399
Don't display "NetBSD disklabel". This message appears too many times
...
if more than two or three disks exist.
2000-02-10 12:33:45 +00:00
soren
7d3d2d01f3
Add ITYM.
2000-02-10 09:45:00 +00:00
chopps
d8595b9af3
map common memory 8 bit for cis scan when following longlinks.
2000-02-10 09:01:52 +00:00
chopps
44b423d73b
always map attr memory 8 bit, since its defined that way.
2000-02-10 09:00:19 +00:00
sato
18452e3667
- add GPIO related comments.
...
- add IBM WorkPad z50 buttons.
2000-02-10 08:45:44 +00:00
sato
709f6f50a2
show edge/level infomation in attach message.
2000-02-10 08:37:07 +00:00
sato
e19b30ff0a
delete \n in cpu_model.
2000-02-10 08:34:08 +00:00
mjacob
9621e6be50
Reset maxstray count if we get a good interrupt for a level.
2000-02-10 07:45:43 +00:00
mjacob
13e13336b2
Allow (re)setting of maxstrays after establishment of a shared interrupt.
...
This allows sporadic stray interrupt counts to be reset by an acknowledgement
of the same interrupt.
2000-02-10 07:45:02 +00:00
mjacob
4821b5ae2f
Guard against trying to disable an interrupt where we'd dereference a
...
bad pointer.
2000-02-10 04:31:36 +00:00
itojun
b3092550ea
sa_len was not properly set due to autoconf #ifdef.
...
(mistake in yesterday's upgrade)
2000-02-10 03:06:53 +00:00
sato
1dd1e143a9
add machine model name to cpu_model.
2000-02-10 02:15:01 +00:00
sato
549e292ae4
update MINYEAR.
2000-02-10 02:06:16 +00:00
sommerfeld
d129ec5214
Fix typo in error message
2000-02-09 23:25:15 +00:00
kristerw
33c172d1c1
Const poisoning of dladdr (so that things build after the dlfcn.h change)
2000-02-09 22:41:53 +00:00
jsm
01be126759
Fix insecure /tmp usage in sail.
...
Essentially concludes the merge into NetBSD of those changes in the
Linux port of the NetBSD games which it is fairly clear to me should
be so merged.
2000-02-09 22:27:55 +00:00
aymeric
a10113c83a
fix a couple of things to (hopefully) make this work on the A1200
2000-02-09 22:27:20 +00:00
aymeric
94bfb48ec9
add missing semi-colon
2000-02-09 22:23:32 +00:00
joda
d40e2b51ee
add detach code
2000-02-09 22:15:57 +00:00