matt
77666e6c72
Populate dnard/dnard.
2001-05-09 15:58:07 +00:00
matt
0cd5b27a79
Populate dnard/include
2001-05-09 15:40:54 +00:00
matt
a0b5b1f2ba
Cleanup and make accurate to current dnard status.
2001-05-09 15:20:49 +00:00
matt
a9dceff4e1
add cpu ofbus attachment. (dnard has no mainbus).
2001-05-09 15:19:00 +00:00
matt
86fff9f3e8
Use the common arm32/pcb.h. Rearrange db_machdep.h to get definitions
...
before declaring functions.
2001-05-09 15:17:45 +00:00
matt
879ab84d00
Modify this for dnard (remove monitor stuff).
2001-05-09 15:16:24 +00:00
matt
cf2c5819fa
More bug fixes. -fpic now produces significantly better code than
...
-fno-pic. Make the pic'ifying simpler.
2001-05-09 15:04:48 +00:00
matt
e5efdf6e7f
Emit relocs for NetBSD/vax a.out correctly.
2001-05-09 15:02:59 +00:00
simonb
655e90b8b9
Make this cross-compile friendly - build a cut down program called
...
"mkmagic" out of apprentice.c and print.c that is built using the
host compiler and used to generate magic.mgc.
2001-05-09 14:05:52 +00:00
simonb
afaa61c23a
Use curly braces instead of parentheses around make(1) variables.
2001-05-09 13:58:25 +00:00
augustss
94b7017e7f
Point out where the documentation is wrong.
2001-05-09 12:08:44 +00:00
augustss
f82cb49523
Add FireWire OHCI controller on Cardbus.
2001-05-09 12:07:40 +00:00
augustss
7ac3b0b5a9
Ansify.
2001-05-09 12:07:01 +00:00
augustss
c37a0f8fb8
Fix grammaer in error message.
2001-05-09 12:06:25 +00:00
shin
6fbde674dd
don't define TAILQ_EMPTY here. TAILQ_EMPTY is defined in <sys/queue.h>.
2001-05-09 11:57:05 +00:00
itojun
8306609bc4
correct -n handling.
2001-05-09 11:22:22 +00:00
itojun
219df672ab
fix signal handling on ping6 -f <nonexisting peer>. from hash@iij.ad.jp.
...
sync with kame
2001-05-09 11:19:13 +00:00
itojun
30901383d9
correct ip6 option header chasing. sync with tcpdump.org.
2001-05-09 02:50:02 +00:00
itojun
c3ecbfbe3a
correct checks against getnameinfo result code. PR 12876.
2001-05-09 02:12:30 +00:00
ross
86a67b7070
grammar
2001-05-09 00:19:15 +00:00
hubertf
e464f5df25
Indent lines in ".(disp" to prevent chars at the beginning of a line
...
getting swallowed in HTML output.
2001-05-08 23:58:14 +00:00
lukem
7c72a90438
missing space in a warning
2001-05-08 23:21:17 +00:00
he
4157e5dc26
Um, remove one duplicate.
2001-05-08 21:55:37 +00:00
he
041691fe87
Update to show all the card/chip variants we currently support
...
in this driver.
2001-05-08 21:48:14 +00:00
fredette
66c27dfc2e
Removed, cleaning up (no-)FPU support.
2001-05-08 21:39:24 +00:00
kleink
cddc4b4264
While we're here, do SVR4_SPARC_ASI as well.
2001-05-08 20:57:17 +00:00
kleink
3d3703c7bd
On v9, greg[0] isn't a TSTATE-in-PSR hack but just CCR.
2001-05-08 20:46:49 +00:00
kleink
bd0787e771
One step closer to making ICC/CCR manipulation work.
2001-05-08 19:30:05 +00:00
uch
fae3e8e7c1
KNF.
2001-05-08 18:51:22 +00:00
uch
5dd9fe4aa5
set allocatable PCMCIA I/O space size.
2001-05-08 18:08:02 +00:00
uch
ecdf760718
fix locking problem of event queue access.
2001-05-08 17:23:09 +00:00
wiz
6db93e0e58
Replace some .Xr with .Ic (programs non-existing or not in base system).
2001-05-08 17:20:02 +00:00
wiz
e4c86f49f9
Replace some .Xr to non-existing man pages with .Ic (since we don't
...
even have the matching programs).
2001-05-08 17:18:04 +00:00
wiz
b181f25b89
mdoc'ify.
2001-05-08 17:06:20 +00:00
wiz
7d87aacf52
Add RCS Ids.
2001-05-08 17:04:56 +00:00
ichiro
09858f6fc8
change promisc mode in case of SIOCSIFFLAGS of wi_ioctl.
...
Fix indentation.
2001-05-08 16:42:49 +00:00
minoura
cd5d626172
Remove a duplicated entry.
2001-05-08 16:22:02 +00:00
aymeric
b57e4f3ad4
Fix core dump triggered by a .DEFAULT target with no commands.
...
Bug reported privately by Nicolas Ollinger <nollinge@ens-lyon.fr>.
You can trigger this bug prior to updating your sources with for example:
% cat > Makefile <<EOF
.DEFAULT:
a
EOF
% make
2001-05-08 15:15:53 +00:00
uch
dbb7276f40
fix RCS Id.
2001-05-08 14:46:06 +00:00
ichiro
1480c8fae2
delay(10) is too much enough for command waiting routine.
2001-05-08 13:42:04 +00:00
fredette
64432ee924
cpu_Debugger() is always available on the sun2.
2001-05-08 13:07:35 +00:00
matthias
0edc338e99
third argument of pcpoll is a struct proc now.
2001-05-08 11:29:39 +00:00
dillo
4f69a52741
Add myself to the list of developers.
2001-05-08 11:26:16 +00:00
itojun
a262f7cc76
remove #ifdef for freebsd
2001-05-08 11:06:21 +00:00
itojun
1bec764d78
correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()
...
to determine. sync with kame.
(without this change, non-faith socket may mistakenly accept for-faith traffic)
2001-05-08 10:15:13 +00:00
itojun
02077e028f
pull encapsulated packet for vif* via ip_encap framework.
2001-05-08 10:07:15 +00:00
matt
c8f1f39d19
Disable the secondary ide port in the pcibus_attach_hook.
2001-05-08 06:55:17 +00:00
is
09a3dd5f0c
defopt LEV6_DEFER.
2001-05-08 06:09:29 +00:00
nisimura
7ec840fbe5
Add comment to tell what cpu_fork() does around at its bottom.
...
What's wrong; the initial SR value in pcb0 gets overwritten before
the first kthread_create1() is called. For a normal process which
has user mode it doesn't matter because proc_trampoline() makes
the process to have spl0 during exception return path to user mode,
however, kthreads stay in kernel mode mistakenly left in splhigh
condition. The trouble is visible as severe clock drifts when
system activity is high.
2001-05-08 06:02:14 +00:00
ross
d6a25f9b02
Add DEBUGLIST mechanism. Example config line:
...
makeoptions DEBUGLIST="uvm* trap ufs*"
This turns on -g for only those files matching a DEBUGLIST pattern word.
2001-05-08 05:47:35 +00:00