ad
66c5e62a89
Install dpt(4).
2000-01-24 15:33:12 +00:00
augustss
4783cfc22f
Note the use of 64K memory.
2000-01-24 15:30:03 +00:00
augustss
e740eea06d
Add ray(4).
2000-01-24 15:26:10 +00:00
augustss
b39bfbcc51
Add ray(4).
2000-01-24 15:15:21 +00:00
augustss
4efea9d42c
Add a preliminary man page for the ray(4) driver.
2000-01-24 15:13:11 +00:00
augustss
c1b8e93168
Add ./usr/include/net/if_ieee80211.h
2000-01-24 15:05:34 +00:00
enami
29ffb365e2
Use format_bytes to convert drive capacity into human familier string (like
...
sd.c does).
2000-01-24 14:51:07 +00:00
itojun
6e6f6caf3e
declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS.
2000-01-24 14:10:56 +00:00
itojun
3f638e0b65
fix pathname for rtadvd.conf. (/etc/rtadvd.conf for netbsd-current)
2000-01-24 12:59:30 +00:00
he
5b26c39aa4
Remove local declaration of errno, rely on <errno.h> instead.
2000-01-24 10:40:56 +00:00
augustss
bbd7b89f19
Recognize Linksys USB10T.
2000-01-24 08:47:43 +00:00
augustss
50f87c16d8
Regen.
2000-01-24 08:44:33 +00:00
augustss
46ada10a40
Add Linksys USB10T.
2000-01-24 08:44:07 +00:00
soda
4f994e0e73
Add commented out "ident"-command
...
from hubertf's changes to (removed) pica/conf/GENERIC
2000-01-24 08:04:11 +00:00
mycroft
1b4eebafa7
One more .mk bug.
2000-01-24 07:27:15 +00:00
mycroft
063624ef20
Sync.
2000-01-24 07:25:01 +00:00
mycroft
6235a29e6b
Fix a bogon that caused some symlinks to not be installed.
2000-01-24 06:54:27 +00:00
mycroft
cbe35e1b13
One last bit of .mk lossage.
2000-01-24 06:49:29 +00:00
thorpej
0a0a473368
Oops, forgot a /*CONSTCOND*/
2000-01-24 04:56:02 +00:00
thorpej
53ab3c12d0
Add missing BUFQ_INSERT_HEAD().
2000-01-24 03:42:57 +00:00
itojun
324dad9e89
fix comment.
...
better sync with kame tree.
2000-01-24 03:08:12 +00:00
mycroft
644cd96c07
Clean all the files...
2000-01-24 03:01:54 +00:00
matt
4e90241d42
More files that were changed.
2000-01-24 02:54:01 +00:00
mycroft
3c08240686
Use mkstemp().
2000-01-24 02:47:51 +00:00
matt
7b17d59536
Revamp the VAX interrupt handling code. Make it compatible with all the
...
other ports. Clean up some things.
2000-01-24 02:40:28 +00:00
mycroft
4ec77e0d35
Use mkstemp(3).
2000-01-24 02:03:37 +00:00
enami
99a7ca92be
Sync with the reality.
2000-01-24 02:00:50 +00:00
augustss
c0214682f7
Add missing \n in attach message, and add a little more information.
2000-01-24 01:32:00 +00:00
augustss
6d0075dcc2
Fix a typo.
2000-01-24 01:20:21 +00:00
augustss
6197c11c41
Add Raytheon Raylink driver.
2000-01-24 01:09:57 +00:00
mycroft
978f77c8fe
Yet another check.
2000-01-24 00:39:17 +00:00
mycroft
1ac1e1c19c
Don't link with -N.
2000-01-24 00:10:22 +00:00
mycroft
80cd007209
Add more check_residency() calls.
2000-01-24 00:00:25 +00:00
chopps
9704db4fc4
add driver for raylink/aviator wireless 802.11 FH 2Mbps cards, currently only
...
tested with aviator 2.4
2000-01-23 23:59:21 +00:00
chopps
1e33763b41
regen
2000-01-23 23:56:58 +00:00
chopps
7527798475
WebGear->Raytheon
2000-01-23 23:55:45 +00:00
hubertf
4b6b32e4fd
sync with GENERIC,v 1.61
2000-01-23 23:54:34 +00:00
chopps
93d5e38d57
Add beginnings of ieee 802.11 generic stuff
2000-01-23 23:50:13 +00:00
chopps
84d74cfd6d
add 802.11 media types
2000-01-23 23:49:48 +00:00
hubertf
7e5ff67457
Add commented out "ident"-command
2000-01-23 23:46:04 +00:00
hubertf
e8c0c6183d
If config(8) left a "ident" file (from the "ident" command), set the
...
kernel id from the contents of that file.
2000-01-23 23:39:19 +00:00
mycroft
5888ab27bd
Make cerror() work correctly for stubs in other shlibs -- e.g. libposix.
2000-01-23 23:38:32 +00:00
hubertf
764307a5a1
Keeping my kernel config files under RCS control, I always wished to
...
have a way to embed the revision number into the kernel's "uname -v"
output. The patch below does this, by generating a new keyword "ident"
that can be followed by any string, e.g.
ident "NOON-$Revision$"
will lead to
vvvvvvvvvvvvvvvvvvvvvv
char version[] = "NetBSD 1.4P (NOON-$Revision: 1.21 $) #37 : Thu Jan
20 02:01:23 MET 2000\n feyrer@noon:/usr/cvs.local/src-current/sys/arch/i386/c
ompile/NOON\n";
This will lead to a version of "MYMACHINE-$Revision$" instead of the
kernel config file name. If "ident" is not present, the current behaviour
of using the kernel config file's name as identifier is used.
Implement by writing the ident to a file ("ident") in the compile dir,
which newvers.sh will pick up for generating the ident.
2000-01-23 23:37:42 +00:00
mycroft
fa450d541e
More .mk file fallout. *sigh*
2000-01-23 22:19:27 +00:00
pk
18ad190b10
* b_cylin -> b_cylinder; deals with PR9283.
...
* a few optimizations & misc. style updates.
2000-01-23 22:19:12 +00:00
mycroft
615ac255bd
More .mk file fallout. *sigh*
2000-01-23 22:10:52 +00:00
mycroft
58b54f196f
Get the build ordering right for dependall.
2000-01-23 22:10:22 +00:00
mycroft
a73ccc591a
More .mk file fallout. *sigh*
2000-01-23 21:55:44 +00:00
aymeric
9fe838f17f
regen.
2000-01-23 21:31:30 +00:00
aymeric
a7a7a71ee4
add (commented out) PCMCIA devices entries
2000-01-23 21:29:55 +00:00