martin
37b2869671
Regen (added socket communications 10/100 CF ethernet card)
2003-07-26 10:40:33 +00:00
martin
911cca8a10
Add socket communications 10/100 CF ethernet card.
2003-07-26 10:39:32 +00:00
martin
8973c0684a
Disable opencrypto for now - the previous commit obviously has not even been
...
test compiled on a single arch.
2003-07-26 10:26:59 +00:00
dsl
3e0a1a7085
No longer build biosboot*.sym and installboot.
2003-07-26 08:45:12 +00:00
dsl
e141360764
Obsolete i386/amd64 /usr/mdec/biosboot*.sym and /usr/mdec/installboot
2003-07-26 08:43:02 +00:00
dsl
7ea6661b7f
Fix serial boot floppy (sync with i386)
2003-07-26 08:32:18 +00:00
dsl
ebaaf5a296
Use ${TOOL_INSTALLBOOT} - it does work on ustarfs filesytems.
...
Pass correct option to installboot for bootfloppy-com (serial bootfloppy).
2003-07-26 08:26:07 +00:00
dsl
34f6042f4f
Remove dependency on biosboot-com0.sym
2003-07-26 07:52:03 +00:00
thorpej
ee0f53cd8c
Make this work on systems where bus_dmamap_sync() is not a noop.
...
In particular, when doing the "swap hscbs" trick, the scb must
reference the correct hscb_map when it gets a new hscb, otherwise
when you go to sync an hscb later, you could end up using the wrong
dmamap.
In order to make this work, we have to convert the shared_data stuff
to use a map_node, because of the "sentinel" trick played with the
initial "next_hscb".
This driver now works on XScale-based platforms.
2003-07-26 06:15:57 +00:00
thorpej
ca601a7747
Flesh out inittodr() and resettodr().
2003-07-26 05:51:11 +00:00
lukem
6d7e3e1b0d
Add "*,v" to the list of scratch files to skip.
...
Suggested by Johnny Lam / Alistair Crooks
2003-07-26 05:13:47 +00:00
itojun
08a1c4bcd3
empty commit, just to update timestamp and force rebuild of krb.h.
2003-07-26 01:07:35 +00:00
jonathan
44275b64ed
Descend into opencrypto (in alphabetical order) to install userland OCF header..
2003-07-25 23:09:26 +00:00
jonathan
cf25ac5ebd
Add /usr/include/crypto for userspace API to opencrypto framework.
2003-07-25 22:59:58 +00:00
jonathan
6ea8edc459
Install cryptodev.h into /usr/include/crypto/ for userspace applications.
2003-07-25 22:57:33 +00:00
wiz
7455c20783
Perry added openssl_CA.pl.1 to man/mi, which looks like a better place.
...
Remove the lines for it here.
2003-07-25 22:22:44 +00:00
perry
507b7df779
add entries for openssl_CA.pl.1 man page.
...
Maybe I'll finally be able to build the world now.
2003-07-25 21:48:36 +00:00
dsl
18d1abfb17
Put in boot files that sysinst needs - matches i386
2003-07-25 21:31:17 +00:00
dsl
1d61f8f341
Update amd64 to match latest i386
2003-07-25 21:24:37 +00:00
dsl
6c8c94d8a7
Switch boot floppies to 'new' i386 bootcode.
2003-07-25 21:19:48 +00:00
dsl
a2401126fe
Report actual $MACHINE (so it will be amd64, not i386)
...
and filesystem type (could be useful)
in primary bootstrap banner message.
2003-07-25 21:16:01 +00:00
jonathan
cdfce9ce5e
Commit initial NetBSD port of the OpenCrypto Framework (OCF). This
...
code is derived from Sam Leffler's FreeBSD port of OCF, which is in
turn a port of Angelos Keromytis's OpenBSD work.
Credit to Sam and Angelos, any blame for the NetBSD port to me.
2003-07-25 21:12:39 +00:00
christos
0f6cc2d0c8
Document -D
2003-07-25 20:39:25 +00:00
christos
e6a5f61128
Add -D dir option to be able to specify where cvs stores its bookkeeping files
...
(default to CVS as usual).
2003-07-25 20:37:31 +00:00
christos
9a1168a5bf
Avoid DOS attack by setting ifm->ifm_media to a high number and running the
...
kernel out of memory. Thanks to Andreas Oman.
2003-07-25 19:35:57 +00:00
mrg
08bf39bbff
maybe build gnu/lib/libgcc3 instead of libgcc[2]
2003-07-25 19:20:47 +00:00
mrg
82dc526688
make sure tconfig.h exists before .depend
2003-07-25 19:20:07 +00:00
mrg
2b1bcb2757
oops, don't need this one here.
2003-07-25 18:58:44 +00:00
mrg
e70774a5af
oops, we need the generated-manpages target still.
2003-07-25 18:38:18 +00:00
mrg
5e7d44a059
comment some more rules that update read-only source trees
2003-07-25 18:33:19 +00:00
mrg
80b751809f
- comment the rules to rebuild .info files into $srcdir.
...
- don't try to link the (not yet built!) target libiberty.a for host programs(!)
2003-07-25 18:06:03 +00:00
mrg
20c6cdf6dc
make `cpp -gcc' the default on NetBSD.
2003-07-25 17:57:41 +00:00
mrg
bad540d079
clean up and fix a couple of build-from-cleandir problems
2003-07-25 17:19:22 +00:00
mrg
ae9855d2fe
maybe build gcc3 instead of gcc2
2003-07-25 16:57:06 +00:00
mrg
f4f8071598
add new g++ dirs
2003-07-25 16:55:15 +00:00
mrg
a9fc136dbd
new reach-over infrastructure (largely based on GCC2.95 one) that (mostly)
...
works. sparc & i386 support is included here. libstdc++-v3 does not yet
properly build for some strange reasons (that may be due to broken netbsd
header files, it's not yet clear) but i have been able to compile, link and
run both i386 & sparc hello.c.
2003-07-25 16:32:23 +00:00
mrg
6c17918185
- build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set
...
to "yes".
- adjust dbsym/mdsetimage to look in the correct place for libbfd.
- new mknative-gcc based in toolchain/mknative
2003-07-25 16:26:51 +00:00
mrg
9b2531b3d6
add a new variable USE_TOOLS_TOOLCHAIN that is set to "yes" currently, but
...
will be set to "no" when GCC3 is used in tree.
2003-07-25 16:24:08 +00:00
jwise
cddef9274c
Add some not-so-wise guy to maintainer of OpenSSH, at least for the next few
...
months.
2003-07-25 15:42:35 +00:00
he
4db75bc189
My mistake; openssl/rsaref.h wasn't supposed to be there.
2003-07-25 15:23:11 +00:00
he
f275d4828e
Sync with current reality: openssl/rsaref.h, {man,cat}1/openssl_CA.pl.{0,1}.
2003-07-25 15:11:39 +00:00
scw
abf277ed08
Adapt to the new ibm4xx bus(9) world order.
2003-07-25 14:34:33 +00:00
briggs
6d7027eec6
Add support for xor2-xor8 to swdmover.
2003-07-25 13:59:09 +00:00
scw
1e296ec185
Add back an accidentally deleted 'return'.
2003-07-25 13:56:11 +00:00
salo
d6a8052848
netbsd.org->NetBSD.org
2003-07-25 12:14:10 +00:00
jdolecek
4ba1407d10
print some additional information about the controller on boot (from FreeBSD)
...
use aprint_* as appropriate
change some debug #ifdef DIAGNOSTIC messages into #ifdef DEBUG
make aenfmt[] more const
change twe_param_get() signature to take (struct twe_param **) last arg, and
remove now unnecessary casts
2003-07-25 11:49:19 +00:00
scw
0b0e493eff
Switch ibm4xx ports to common powerpc bus_space/bus_dma code.
...
XXX: Walnut PCI support is broken. This will be addressed shortly.
2003-07-25 11:44:18 +00:00
scw
f0f724e255
Fix the default bus dma tag.
2003-07-25 10:50:13 +00:00
itojun
d6c4b6beb6
minor KNF
2003-07-25 10:17:36 +00:00
itojun
969d6f5037
typo
2003-07-25 10:16:28 +00:00