mycroft
629ef9cd78
Sync with CSRG.
1994-12-13 17:17:01 +00:00
mycroft
f821e3012a
Use VCALL() in lots of places.
1994-12-13 16:59:50 +00:00
glass
b55416a4b2
bug fix from sun. version # doesn't change. major lame
1994-12-13 16:19:46 +00:00
mycroft
6bd48aee2d
Remove an old `#ifdef notyet'.
1994-12-13 16:18:48 +00:00
mycroft
824bb11fe8
Sync with CSRG.
1994-12-13 15:54:52 +00:00
mycroft
aeda11fc40
Remove the d_subtype frobnication. It was clearly broken, and not very
...
useful.
1994-12-13 15:31:54 +00:00
mycroft
f28b6309fa
Sync with CSRG.
1994-12-13 15:21:04 +00:00
mycroft
361c17b43d
Sync with CSRG.
1994-12-13 15:01:22 +00:00
mycroft
b066aea3d7
Remove prototypes for dead functions.
1994-12-13 14:48:21 +00:00
mycroft
4583d823cf
Sync with CSRG.
1994-12-13 14:41:33 +00:00
mycroft
b0e55a5994
Add dummy itestart(), and use ttrstrt() rather than a local version of the same.
1994-12-13 14:20:33 +00:00
mycroft
05e78f1424
Add empty pcstop().
1994-12-13 13:42:53 +00:00
mycroft
97978a8f0b
Remove `-+' arg to mkdep.
1994-12-13 11:14:56 +00:00
mycroft
9c93cdd301
Handle GCC's include-related options which take an argument, (almost) as
...
suggested by Giles Lean.
1994-12-13 11:06:25 +00:00
mycroft
2981ef6595
Sync with CSRG.
1994-12-13 09:58:11 +00:00
mycroft
23bd29ca27
Minor changes.
1994-12-13 09:49:13 +00:00
mycroft
8c24ba89ef
Sync with CSRG.
1994-12-13 09:14:34 +00:00
mycroft
24c6860ee6
Fix bogus casting of return value from incore().
1994-12-13 09:13:39 +00:00
mycroft
6f9568d22b
Slight simpliciation.
1994-12-13 08:46:22 +00:00
mycroft
5d8e3d6329
Add CPPFLAGS to mkdep lines, for cross-compilation.
1994-12-13 08:40:04 +00:00
jtc
b2c5e550bb
Switch order rows and cols are extracted from the command line.
...
Now matches documentation and other UNIX systems (PR #636 ).
1994-12-13 08:17:29 +00:00
jtc
92737ece73
Rework indirect reference support as outlined by my recent message to
...
the tech-userlevel mailing list.
1994-12-12 22:42:20 +00:00
mycroft
e4db9f8bda
Clean up deleted files.
1994-12-12 22:42:14 +00:00
jtc
3c98cdcd84
Rework indirect reference support as outlined by my recent message to
...
the tech-userlevel mailing list.
1994-12-12 22:41:50 +00:00
dean
c0b7039208
removed ifdef XXX
1994-12-12 19:34:59 +00:00
dean
a51d5c8eef
underscore changes
1994-12-12 19:31:22 +00:00
christos
cc23e692fb
Return null for empty strings in triplets, not the empty string.
...
Fix memory corruption with double-freeing ng_copy. (From Jason Downs)
1994-12-12 19:05:31 +00:00
gwr
fe52f9ae4f
New autoconfig interface to support VME, etc.
1994-12-12 18:58:45 +00:00
deraadt
b6a37fdd60
touchup
1994-12-12 06:13:29 +00:00
mycroft
e694663b46
Make the diagnostics less cryptic.
1994-12-12 04:43:51 +00:00
mycroft
3e4a358e28
Patch from Thomas Eberhardt to make PCnet-32 chips work.
1994-12-12 04:39:52 +00:00
christos
b69aa4831d
NIS -> YP changes and other typos fixed (From Jason Thorpe)
1994-12-11 22:47:06 +00:00
mycroft
b8e6ab9578
Add explicit BINDIR definitions, since these directories are distributed
...
separately.
1994-12-11 22:29:40 +00:00
mycroft
7fab282c89
timevalsub --> __timersub
1994-12-11 21:39:05 +00:00
christos
9cc12a55d4
- Changed all internal libc references of {v,}err{x,} and {v,}warn{x,} to
...
__{v,}err{x,} and __{v,}warn{x,}
- moved err.c to __err.c and added err.c which contains weak references for
the above functions.
- Reordered the functions in __err.c to avoid redeclarations and changed
the varargs declarations to conform with the K&R style.
1994-12-11 20:43:48 +00:00
mycroft
f9e259e3ca
Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely.
1994-12-11 18:06:07 +00:00
mycroft
b619d35b99
Use __timeradd(), not timevaladd().
1994-12-11 17:57:15 +00:00
mycroft
6332be8c7f
Use __timeradd(), not timervaladd().
1994-12-11 17:56:21 +00:00
mycroft
f6a8ef8452
Fix spelling error.
1994-12-11 17:50:52 +00:00
mycroft
9440ca7539
Clean this up a little. No functional changes.
1994-12-11 17:34:10 +00:00
mycroft
8bc645d520
Add __timeradd() and __timersub().
1994-12-11 17:02:41 +00:00
mycroft
995e676d90
Add `flags 1' to ast subdevices, as pointed out by John Kohl.
1994-12-11 16:20:48 +00:00
pk
d88e845b42
Correct character array declaration (bug-report bin608).
1994-12-11 16:07:22 +00:00
pk
e8880dceb9
Follow prototype changes in libsa.
1994-12-11 15:18:34 +00:00
mycroft
025723db2b
Fix another bug pointed out by Daniel Boulet.
1994-12-10 17:14:42 +00:00
christos
303841c92e
3c509 fixes to avoid adapter getting stuck in high traffic conditions.
...
I don't particularly like the fixes, but at least now the 3c509 never
gets stuck. On the other hand, performance still sucks in some cases.
1994-12-10 14:52:02 +00:00
jtc
4051e29ec1
A tiny optimization: since the offset radix is not going to change,
...
set a variable to the format string and use it instead of checking
the offset radix and selecting a format each time a string is found.
1994-12-10 12:06:56 +00:00
jtc
d3a545dc01
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-12-10 11:54:22 +00:00
pk
3e4bf211c6
Use vm_object_prefer() to find a good range of virtual addresses to
...
map a memory object to.
1994-12-10 11:48:12 +00:00
pk
d114baba9a
Introduce vm_object_prefer(), which interrogates the PMAP layer in search
...
for an optimal virtual address for a given object.
1994-12-10 11:46:25 +00:00