dyson
38f3ce75b7
Fix a problem with the page coloring code that the system will not always
...
be able to use all of the free pages. This can manifest as a panic
using DIAGNOSTIC, or as a panic on an indirect memory reference.
1996-10-06 18:27:39 +00:00
wosch
470307b778
correct spelling of 'X Window System' (tm)
1996-10-06 17:59:28 +00:00
steve
d687df7a01
This commit was generated by cvs2svn to compensate for changes in r18764,
...
which included commits to RCS files with non-trunk default branches.
1996-10-06 16:45:32 +00:00
steve
5c6ac2e68c
Import Christos Zoulas' version of NetBSD's make onto the
...
vendor branch for reference.
Obtained from: Christos Zoulas <christos@netbsd.org>
1996-10-06 16:45:32 +00:00
gibbs
39f7c443bb
Bring aic7xxx driver bug fixes from 'SCSI' into current.
1996-10-06 16:38:45 +00:00
jkh
5afa2e19b1
Sigh. There are still some weird boundry cases (argh!). Turn
...
off SAVE_USERCONFIG again until Eric comes back from his trip.
1996-10-06 16:31:12 +00:00
bde
5d54c37e3b
Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt.
...
Staticized it in userconfig. The one in pcvt is unused.
Removed bogus unused arg to getchar(). This should not have compiled
in the USERCONFIG_BOOT case, but the getchar() was also non-prototyped
and defined in K&R style.
Staticized the badly named global variable `next'. Even static variables
should have a unique module-specific prefix so that they can be referenced
easily in debuggers, etc.
1996-10-06 16:30:15 +00:00
steve
a761e29d9a
Clarify the rule used to determine the object
...
directory location.
1996-10-06 16:19:08 +00:00
jkh
02de3b2b79
*blush* - I forgot to change the check for fscanf()'s return value
...
after altering the argument count.
1996-10-06 16:04:49 +00:00
peter
4370a5a248
Import the 4.4BSD-Lite2 version of make onto the vendor branch
...
"for reference". This doesn't change anything since all files
have been touched.
1996-10-06 15:57:15 +00:00
peter
21bea375d1
This commit was generated by cvs2svn to compensate for changes in r18756,
...
which included commits to RCS files with non-trunk default branches.
1996-10-06 15:57:15 +00:00
dg
4d37fa0941
Moved a #if for VISUAL_USERCONFIG case...the last commit didn't completely
...
fix the problem.
1996-10-06 15:27:36 +00:00
steve
b5b97925c5
Fix a problem with sh that conflicts with the -e
...
flag text in the man page. Now this will work
correctly:
/bin/sh -ec 'false && true; echo hi'
Obtained from: VaX#n8 <vax@linkdead.paranoia.com>
1996-10-06 15:17:19 +00:00
jkh
77e964b083
Detect the zero-chunks case properly, now that I've reversed the order
...
of the distribution probes over ftp.
Properly #ifdef the SAVE_USERCONFIG code.
1996-10-06 14:45:57 +00:00
jkh
0126fef03c
Add support for the Evil Microsoft ppp extentions. Yes, they did it
...
on their own without even attempting to get concensus in the IETF, but
there are also lots of Win95/NT boxes out there.
CLoses PR#1494
Submitted-By: Peter Childs <pjchilds@imforei.apana.org.au>
1996-10-06 13:32:37 +00:00
steve
d4df49b545
Correct problem with traversing into PSD.doc directory,
...
these files are actually installed/built as part of
src/share/doc/psd/12.make. Oops. :)
Pointed out by: Peter Wemm and Bruce Evans
1996-10-06 13:02:43 +00:00
jkh
5f607fc619
There is no more atapi.flp; No wonder people have been still sending
...
me confused notes about it.
1996-10-06 12:46:42 +00:00
jkh
759a48eac3
Correct merge bogon: You want to descend into PSD.doc for both `all' and
...
`install' cases or there's never anything made to install, and you blow
up in the install. :-)
1996-10-06 12:43:14 +00:00
jkh
34ce673255
Make send-pr "hot"
1996-10-06 12:36:30 +00:00
jkh
2dd3538b51
Gods, this is OLD! There's so much stale stuff in here, and it's so clearly
...
NOT being maintained, that I vote for killing this document soon and
moving everything into the Handbook. The FAQ needs to be "driven" a lot
more aggressively than it has been, and since that's clearly never going to
happen then we should kill it to halt the spread of outdated information.
1996-10-06 12:24:34 +00:00
jkh
dbe0ce8cdf
Correct more information about the -stable branch.
1996-10-06 12:13:38 +00:00
jkh
c2f82ec88e
Revise dates, add some years where it was ambiguous.
1996-10-06 12:10:39 +00:00
jkh
c2c9760ed5
Correctly re-adjust current slice # when slices are deleted.
...
Beautify the code a little.
1996-10-06 11:40:31 +00:00
jkh
b11d7a0ed1
Conditionalize introfunc on USERCONFIG_BOOT && VISUAL_USERCONFIG
1996-10-06 10:15:27 +00:00
sos
181e2d421e
Apparently the last few lines has been eaten somehow.
...
Submitted by: Daniel C. Sobral
1996-10-06 07:58:02 +00:00
ache
ad212184b9
Add missing cons30*, cons43* entries
1996-10-06 07:50:08 +00:00
dyson
25ad3f2d7c
Fix 4 problems:
...
Major: When blocking occurs in allocbuf() for VMIO files,
excess wire counts could accumulate.
Major: Pages are incorrectly accumulated into the physical
buffer for clustered reads. This happens when bogus
page is needed.
Minor: When reclaiming buffers, the async flag on the buffer
needs to be zero, or the reclaim is not optimal.
Minor: The age flag should be cleared, if a buffer is wanted.
1996-10-06 07:50:05 +00:00
jkh
04e3c42800
Turn SAVE_USERCONFIG on again - I found the bug.
1996-10-06 03:20:12 +00:00
steve
be4c09c465
Remove garbage initcode reference so that 'gcc -Dlint ...'
...
will compile without error.
1996-10-06 03:19:26 +00:00
jkh
6039717098
Better PKG_TMPDIR handling.
1996-10-06 03:18:55 +00:00
jkh
904614b2cf
Found my mistake: I should have been copying from _nl in the on-disk
...
case, not nl (size we take its size - d'oh!).
1996-10-06 02:56:22 +00:00
steve
9ff459e9a2
Remove annoying -Wall warning.
1996-10-06 02:40:39 +00:00
cvs2svn
7bee03ad1d
This commit was manufactured by cvs2svn to create branch 'CHRISTOS'.
1996-10-06 02:35:39 +00:00
steve
49662693d9
Merge in NetBSD's changes to make(1). Changes include:
...
- Add the .PHONY, .PARALLEL, and .WAIT directives
- Added the -B and -m commandline flags
- misc. man page cleanups
- numerous job-related enhancements
- removed unused header file (bit.h)
- add util.c for functions not found in other envs.
- and a few coordinated whitespace changes
Special thanks to Christos Zoulas <christos@netbsd.org>
for help in the merge. A 'diff -ur' between Net and
FreeBSD now only contains sccsid-related diffs. :)
Obtained from: NetBSD, christos@netbsd.org , and me
1996-10-06 02:35:38 +00:00
jkh
7dcbb4192b
Add awk to build target.
...
Submitted-By: jhay
1996-10-06 02:17:43 +00:00
gibbs
be42a6ca49
Bring this over from the SCSI branch. I need it to bring in the fixes to
...
the aic7xxx driver.
1996-10-06 02:14:31 +00:00
jkh
e125f9e30d
Be more paranoid about clearing the FTP path when we have the slightest
...
reason to doubt its authenticity.
1996-10-06 02:10:54 +00:00
jkh
336dd89b31
Honor the MAIL environment variable.
...
Submitted-By: Dan Cross <cross@math.psu.edu>
1996-10-06 01:55:32 +00:00
jkh
588cbc5059
Honor the MAIL environment variable, if set.
...
Submitted-by: Dan Cross <cross@math.psu.edu>
1996-10-06 01:54:22 +00:00
max
abca754cfd
A necessary space was missing.
...
(Sorry for the needless commits.)
1996-10-06 01:36:51 +00:00
max
e48a2fca6e
Back out my previous change.
...
Pointed Out By: rgrimes
1996-10-06 01:26:53 +00:00
jmz
6772418485
The -h flag implies ftp = 1.
1996-10-06 00:44:24 +00:00
max
a22fb27a13
Changed prefix=/usr to prefix=/usr/ports in the collection ports-all,
...
just as other collections.
1996-10-06 00:02:05 +00:00
peter
1fb5e546cf
With -delete, don't complain about non-empty directories. Otherwise
...
"cd /tmp; find . -mtime +7 -delete" is excessively noisy.
1996-10-05 23:47:07 +00:00
jfieber
92313ed7f0
Some new options for the FreeBSD web pages. These are for the moment
...
not officially documented and are subject to change.
-hdr and -ftr
Specify files to insert at the top and bottom of every
page. This is similar in result to the existing -ssi
option but everything happens at build time. If the
string @@UPDATED@@ appears in either file it will be
replaced with "Updated" followed by the current date.
-white
Make the pages black text on white background.
1996-10-05 23:38:55 +00:00
wosch
000fb64288
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 22:27:30 +00:00
ache
e5ff1bbc6e
Use full path for cvsup
1996-10-05 19:41:31 +00:00
ache
6489788a4c
Add CVSup block (commented out)
1996-10-05 18:51:45 +00:00
wosch
65b9eae0ee
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 18:37:31 +00:00
ache
a41a5e8dce
Use SUP and SUPFLAGS variables to change them to cvsup if needed
1996-10-05 18:36:38 +00:00