steve
24792483ec
Fix spelling error.
...
PR: 6572
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-05-11 03:44:55 +00:00
steve
6b9fca235c
Change NBPG to PAGE_SIZE to match one of phk's recent commits.
...
PR: 6573
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1998-05-11 03:41:51 +00:00
dyson
70ecc33d9f
Support better performance with P6 architectures and in SMP
...
mode. Unnecessary TLB flushes removed. More efficient
page zeroing on P6 (modify page only if non-zero.)
1998-05-11 02:13:47 +00:00
dyson
fac78afe5c
Attempt to set write combining mode for graphics devices.
1998-05-11 01:06:08 +00:00
jkh
7a79ac1a00
Make Mitsumi and Sony CDROM devs also use the `a' device. I think
...
they'll have (or are having) similar problems to those described
for the matcd device in PR#6576
1998-05-11 00:47:27 +00:00
jkh
67f934a2cf
It was incorrect to use the `c' device for the matcd driver;
...
apparently, unlike the IDE or SCSI CDROM drivers, this is magically
special-cased for audio CDs. This also might explain what happened
with scd (Sony) CDs also since I made the same change there. A follow-up
commit will fix that. Thanks, Dave!
PR: 6576
Submitted by: Dave Marquardt <marquard@zilker.net>
1998-05-11 00:45:06 +00:00
steve
c6d7aef6d4
Add support for the Yamaha YMF-719.
...
PR: 6348
Submitted by: Yoshiak Uchikawa <yoshiaki@kt.rim.or.jp>
1998-05-10 23:53:27 +00:00
jb
186a8a7d93
Remove a 'const' because it was getting thrown away anyway.
1998-05-10 23:48:18 +00:00
jb
c0399f7b15
There is no alpha asm code like on i386, so all the functions that
...
the i386 builds with a __generic prefix need to have that stripped.
1998-05-10 23:46:01 +00:00
jb
df8078ac07
Cast a pointer to a long, not an int before masking it.
1998-05-10 21:22:47 +00:00
jb
de44a06af6
Remove 'of type long' from a sentence talking about four 4-byte values
...
because that is wrong on alpha.
1998-05-10 21:21:01 +00:00
jb
b3486de3db
ut_time is a time_t, not a long.
1998-05-10 21:13:30 +00:00
hoek
25434404e9
1) kill -HUP syslog, even if compressing supposedly "binary" files
...
PR: docs/6385
2) -n (noaction) does not imply -r (run as non-root), since as of
Rev. 1.12 (ache), -r changes actual behaviour.
3) missing \n from if(noaction) messages.
1998-05-10 21:13:29 +00:00
jb
7467b35443
Treat all internet addresses as u_int32_t.
1998-05-10 20:51:46 +00:00
jb
4a8adfc112
Don't try to build shared libraries or libc_r yet.
...
Add a message about adding the man user that NetBSD doesn't have.
1998-05-10 20:24:52 +00:00
hoek
0a7127e1cb
Arg! Someone fixed the synopsis in -stable's newsyslog.8, but not
...
in -current. However, they fixed both the ordering and the missing -F
flag. Merge from 22 and fix ordering here, too.
1998-05-10 19:04:06 +00:00
hoek
ff2ed8473c
Fix the usage here, too (-F option).
...
Typo fix in comment ("Force the tim now matter what" s/tim/trim/)
1998-05-10 18:47:50 +00:00
hoek
882abe1fe7
1) Remove a line that somehow strayed from the one true path of
...
its sentence.
2) Fix usage (-F option).
1998-05-10 18:41:16 +00:00
bde
1136da1a60
Removed share/info from build-tools. It should never have been there,
...
and became redundant when it was put in SUBDIR, and became bogus when
WORLDTMP was introduced, and became broken when INFODIR was introduced.
PR: 6138
1998-05-10 16:51:07 +00:00
steve
71673c47fd
Fix minor typo.
...
PR: 6571
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-05-10 16:35:31 +00:00
bde
41d8b659be
Removed bogus dependencies of generated .c files on generated headers.
1998-05-10 16:03:17 +00:00
bde
3325f91b7d
Fixed missing dependencies on headers generated by rpcgen, as usual.
...
Removed bogus dependencies of generated .c files on generated headers.
Sorted sources lists.
1998-05-10 16:01:36 +00:00
bde
5fd26ab88a
Fixed the usual missing dependencies on headers generated by rpcgen.
1998-05-10 15:54:22 +00:00
bde
fa85384270
Simplified by putting all generated headers in SRCS. The explicit
...
dependencies on *.o were complete, but this was not obvious.
1998-05-10 15:48:54 +00:00
bde
6b012c4fba
Use rpcgen's -C option to get prototypes in nfs_prot.h.
1998-05-10 15:16:04 +00:00
wosch
3ec3412568
Print a human-readable warning and die if $INFODIR do not exist.
...
PR: bin/6138
Reviewed by: bde
1998-05-09 22:15:19 +00:00
wollman
a654d73c6b
Fix my last change: the .Fx macro doesn't do anything useful without an
...
argument, so use `.Tn FreeBSD' instead.
1998-05-09 21:39:49 +00:00
jb
be7e42c2c1
Add join to the list of bootstrap tools and remove the cpp script because
...
we set CPP explicitly.
Ensure that the make flags are used for depends too.
After building the build tools with LMAKE (which allows installed tools
to be used), rebuild the same tools with XMAKE (which does not use
the installed tools, headers or libraries) to check that the tools can
build themselves and that there are no missing tools.
1998-05-09 21:28:01 +00:00
wollman
845ecc3d6b
Documentation fix: delete references to T/TCP as they are not relevant
...
to the case in question. (Said case being quite clearly defined by
the basic TCP specification, RFC 792.)
1998-05-09 20:50:37 +00:00
msmith
0bee450fea
Add character major for 'loe' loopback pseudo-ethernet device.
...
Requested by: sbabkin@dcn.att.com
1998-05-09 17:52:26 +00:00
bde
d04603a325
Fixed the usual missing dependencies on headers generated by rpcgen.
...
Use rpcgen's -C option, although using it for non-headers breaks K&R
support. A local copy of yp.h is built to avoid adding
-I/usr/include/rpcsvc to CFLAGS. This version of yp.h differed from
<rpcsvc/yp.h> only in not declaring prototypes.
Fixed style bugs.
1998-05-09 15:10:53 +00:00
brian
deb14ceb4a
Add a BUGS section and describe a problem I've been having for
...
a few weeks now.
1998-05-09 14:45:06 +00:00
bde
19d2c7b61e
Fixed the usual dependency bugs. This Makefile accidentally usually
...
worked for `make -j9', but failed for `make -j4'.
1998-05-09 13:32:37 +00:00
bde
31cc4a2fce
Fixed overflow in sysinit enum constants. In that little-used
...
language, ANSI C, enum constants must be representable as ints.
We assumed at-least-33-bit ints. This worked on some 32-bit
systems because we don't mix negative sysinit enum constants with
too-large sysinit enum constants, and the compiler used an unsigned
32-bit type for sysinit enum variables, so sysinit enum variables
were sorted correctly. The fix lops off 4 hopefully-unused bits
so that we now only assume at-least-29-bit ints.
1998-05-09 12:14:18 +00:00
jb
966bd98970
Cast pointers to longs, not ints.
...
Hopefully that's the last of the 64-bit cleaning of src/games. That is,
without adding -Wall to the compiler flags. That's not a pretty sight.
1998-05-09 11:33:22 +00:00
bde
61f94cc545
Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus
...
dependencies of generated .c files on generated headers (these made
`make -JN' work provided `depend' was made first). Sorted sources lists.
1998-05-09 11:32:43 +00:00
jb
48392a0789
Change long variable to time_t where it is passed to time() by reference.
1998-05-09 11:31:20 +00:00
jb
6f0053bd9d
Add #include string.h to get prototypes.
1998-05-09 11:06:46 +00:00
jb
eee6720ad6
Add #include string.h to get prototypes and change variables from long
...
to time_t where they are passed to time() and localtime() by reference.
1998-05-09 11:03:03 +00:00
jb
0c487350e5
Remove bogus time() prototype and let the one in time.h rule.
1998-05-09 11:00:50 +00:00
jb
a0da8cd034
Add #include string.h to get prototypes.
1998-05-09 10:59:57 +00:00
jb
05e443dab4
Cast pointers to long instead of int.
1998-05-09 10:51:27 +00:00
jb
0b8d784850
Add #include string.h to get prototypes.
1998-05-09 10:50:29 +00:00
jb
7689e1e466
Change casts of function pointers from int to long. This makes the
...
compiler warnings go away, but the compiler is throwing away 32-bits
as the long value is silently truncated to an int on alpha. But the
program works, so that must not matter.
1998-05-09 10:39:48 +00:00
jb
87514388e9
Add #include string.h to get prototypes.
1998-05-09 10:23:10 +00:00
jb
c3b3696dc5
Change long variable to time_t because it passed to time() and ctime().
1998-05-09 10:21:24 +00:00
jb
6206cfafdc
Change long variables to time_t if they are passed to time() or localtime()
...
be reference.
1998-05-09 10:15:15 +00:00
jb
2228191bb8
Add #include string.h to get prototypes.
1998-05-09 10:10:52 +00:00
jb
50ed7e732d
Change variable types from long to time_t if they are passed to time()
...
by reference.
1998-05-09 10:09:00 +00:00
jb
6ad82c9881
Remove #define NULL because stdio.h does that.
1998-05-09 10:03:01 +00:00