joda
5c507c46b5
regen
2000-04-17 12:01:20 +00:00
joda
4f797c7b55
Panasonic KXLC003
2000-04-17 12:00:35 +00:00
drochner
295689ce1a
-document the BUS_SPACE_MAP_PREFETCHABLE flag introduced a while ago
...
-add a missing link: bus_space_vaddr() to get a pointer from a handle;
needed to make the BUS_SPACE_MAP_LINEAR flag useful
2000-04-17 09:52:21 +00:00
joda
7dbedb5a11
rewrite match function to use CIS information
2000-04-17 09:21:59 +00:00
joda
1f1d169e20
extract serial funce
2000-04-17 09:16:38 +00:00
joda
6e5b98b12c
add serial funce entry
2000-04-17 09:15:58 +00:00
itojun
ba2e61715a
turn on IPv6 when ipv6 ifid is present (from 2.3.11)
...
don't check for Ipv6 ifid readiness on on-demand dialing, when IPv6CP
is disabled. From: Fong Siu Lung Gordon <ein@hkstar.com>
2000-04-17 08:55:33 +00:00
tron
5bfc315184
Fix typo in comment.
2000-04-17 07:57:21 +00:00
itojun
d31184e2a7
disable IPv6CP by default, to be friendly with old (IPv4-only) config file.
...
add "+ipv6" which enables IPv6CP. it is necessary if you want IPv6CP.
option name in sync with ppp-2.3.11.
2000-04-17 06:13:18 +00:00
simonb
7d3a90fdd4
Move loadservers() prototype to a header file, so other files can see
...
that prototype.
2000-04-17 05:49:54 +00:00
simonb
85be272138
Include "ntp_stdlib.h" to get prototype for init_lib().
2000-04-17 05:49:11 +00:00
simonb
e2401d7bd1
Use UL on very large constant (~2.35G) instead of just U.
2000-04-17 05:48:36 +00:00
simonb
3674fb4596
Include <config.h> and check if DES is defined before building DES
...
routines.
2000-04-17 05:47:22 +00:00
simonb
5a9451ce52
Include <string.h> to get prototype for memcpy().
2000-04-17 05:46:46 +00:00
itojun
e688f5e39a
fix unterminated sentence. remove space at EOL.
2000-04-17 05:03:25 +00:00
thorpej
d8bccc7c6e
Regen.
2000-04-17 00:26:45 +00:00
thorpej
fcd420cf5d
Add product ID for the S3 Trio3D/2X AGP graphics adapter.
2000-04-17 00:26:22 +00:00
perry
4b44b23c11
sync to reality.
2000-04-16 23:39:58 +00:00
perry
b75b48379e
sync to reality. why the libbfd_pic.a? not for me to say.
2000-04-16 23:38:48 +00:00
perry
994ba36f4b
add uftdi.4 (it was missing from the makefile)
2000-04-16 23:36:51 +00:00
christos
13a6d6acf1
PR/9898: David Holland: small glitch in var substitution for single letter
...
variables.
2000-04-16 23:35:16 +00:00
christos
a4760ab7d0
prefix errors with the program name.
2000-04-16 23:24:23 +00:00
christos
c097e3c5c2
Don't core-dump when the current working directory is not readable
2000-04-16 23:24:04 +00:00
christos
18e39b7462
PR/9901: mycroft: make select guts partially visible for X/Open 5.
2000-04-16 23:12:13 +00:00
pk
470504f184
Use screen attributes passed to our hardware rasops routines.
...
Move colormap initialization to cg6reset(), so this is also done
on last close of the framebuffer device (e.g. after X server shutdown).
2000-04-16 22:17:03 +00:00
pk
a644297344
Initialize the rasops device colormap to match colormaps used by
...
our supported devices (including even coloured text on the console).
2000-04-16 22:12:05 +00:00
christos
c407ec1982
PR/9899: David A. Holland: multi-variable .for constructs in make
2000-04-16 22:08:06 +00:00
pk
065ce82243
Switch initial colormap setup again to be compatible with the PROM's,
...
i.e. background at index 0: white, foreground at index 255: black.
Also, allocate a slice for an ANSI colormap, so we can experiment
with coloured text on the bare console.
2000-04-16 22:07:24 +00:00
pk
0ba1516cd7
Use a default attribute to restore the display mode to original settings.
...
Also, pass in WSATTR_COLORS at all times when allocating screen attributes
since without it we cannot even get black-on-white from rasops(9).
2000-04-16 21:49:49 +00:00
chs
9431f1857b
change "nextvnodeid" from a global in namei.h to a static in
...
the one function that uses it.
2000-04-16 21:41:49 +00:00
chs
d0fb21715e
limit the number of namecache entries to numvnodes rather than desiredvnodes.
...
getnewvnode() has been changed to virtually guarantee that we'll have more
vnodes than "desired", so previously there would always be more vnodes
than namecache entries. this fixes PR 9792.
2000-04-16 21:39:57 +00:00
pk
6fa10bb0bf
Fix path to `makesums'
2000-04-16 21:27:00 +00:00
pk
8505eb6375
Slight optimization when searching the video parameter table.
2000-04-16 21:01:43 +00:00
chs
e34eb900c0
remove an LBL ifdef that we can't turn on anyway.
2000-04-16 20:59:49 +00:00
chs
46faa6bb58
remove ifdefs to skip htons() on some big-endian platforms.
2000-04-16 20:58:52 +00:00
chs
d444bb4032
undo rev 1.13, which is to say, don't block interrupts while deactivating
...
one pmap and activating another. this isn't actually necessary (since
pmap_activate() and pmap_deactivate() affect only user-level mappings,
which cannot be accessed from interrupts anyway), and pmap_activate()
is very slow on old sun4c sparcs so we can't block interrupts for this long.
this fixes PR 8322.
2000-04-16 20:52:29 +00:00
thorpej
2f7f997512
Oops, forgot RCS ID.
2000-04-16 19:46:54 +00:00
thorpej
506bf156e0
Kernel configuration file for my Abit BP6+dual Celeron machine. This
...
could be used as an example configuration file for that motherboard.
2000-04-16 19:46:21 +00:00
matt
fedc2dd8aa
Use relative path to osrelease.sh
2000-04-16 19:17:18 +00:00
augustss
876b21e514
Add more items and reorganize.
2000-04-16 18:38:44 +00:00
matt
0aae0cd7a6
only print packets if debug > 1
2000-04-16 17:03:42 +00:00
itojun
066f8f835f
nroff format fix (need .Ar)
2000-04-16 16:31:55 +00:00
itojun
847f94a69d
remove ordering constraint between -h and -x.
...
notified by: hubertf
2000-04-16 16:15:59 +00:00
matt
ee754e5548
Autoconf for SCSI stuff on VS4000s.
2000-04-16 16:03:42 +00:00
matt
5fa416e77a
This should have never been checked in. it's what this directory is supposed
...
to make. opps.
2000-04-16 15:59:02 +00:00
itojun
3e34240544
perform neighbor unreachability detection on p2p links (spec requires
...
it for bidir p2p links).
improve -i in ndp(8) to allow tweaking per-interface ND flag on.
fix ndp(8) infinite loop on certain routing table setup.
2000-04-16 15:27:59 +00:00
itojun
30272756a8
better sync with latest kame (cosmetic only).
2000-04-16 15:00:56 +00:00
kleink
903fce95c7
* GC two unused variables.
...
* Printf format nits.
2000-04-16 14:44:03 +00:00
mrg
dd28a6c6dd
make scandir(3)'s 3rd argument take a function that takes a *const*
...
struct dirent *, rather than non-const. this makes scandir(3) the
same as the scandir implementations in libiberty and glibc, and the
select function has no need to modify the dirent.
2000-04-16 14:43:56 +00:00
minoura
4d4c982aa3
all -> realall.
2000-04-16 14:19:53 +00:00