Justin T. Gibbs
8ebddd1e01
Add 1997 to my copyright.
...
Expand the boundaries of a pause disabled region to close of possible race
condition.
Revert a portion of the DMA code to fix false overruns.
Add a missing "add_scb_to_free_list" so we don't leak SCBs.
1997-01-29 05:19:46 +00:00
Jordan K. Hubbard
5ce98208e7
Straighten out Portugal and Russia.
1997-01-29 04:16:28 +00:00
Jordan K. Hubbard
1c5237db6f
Make media re-init a user choice.
1997-01-29 03:30:24 +00:00
Brian Somers
6b0b88d812
Move the call to TimerService() into main.c - just after the select()
...
call. The SIGALRM just sets a flag now, preventing the possibility of
any nasty recursivness in the handler itself.
1997-01-29 01:27:58 +00:00
Jordan K. Hubbard
ad26f87d59
Do media initialization at correct time for upgrade too.
...
Update /stand.
1997-01-29 01:23:05 +00:00
Jordan K. Hubbard
18a4cf7400
Update Russian FTP sites according to Mikhail A. Sokolov's current
...
configuration.
1997-01-29 01:13:27 +00:00
Jordan K. Hubbard
b2b2fe4577
Death to another bad idea: Don't auto-mount CDROM on startup.
1997-01-29 00:14:17 +00:00
Masafumi Max NAKANE
e6405c7a66
Merge 1.45 -> 1.46 changes.
1997-01-28 21:38:45 +00:00
Masafumi Max NAKANE
d728a955d8
Merge 1.201 -> 1.202 changes.
1997-01-28 21:32:33 +00:00
Wolfram Schneider
fa363c34a4
The option "fstype" does not handle the argument "msdos" correctly.
...
This error results from changing the name for the msdos file system
from "pcfs" to "msdos". Close PR #1105
submitted by: Thomas Wintergerst <thomas@lemur.nord.de>,
Slaven Rezic <eserte@cs.tu-berlin.de>
1997-01-28 13:18:46 +00:00
KATO Takenori
d00c34d948
Synchronize with sys/i386/conf/options.i386 revision 1.34.
1997-01-28 13:10:22 +00:00
Poul-Henning Kamp
e6bf99985c
Some of these cards are always in promiscous mode :-(
...
If you enable ip forwarding your net melts down.
This is a workaround, probably not the correct fix.
1997-01-28 11:21:21 +00:00
Satoshi Asami
e91707fc51
Change Brent J. Nordquist's e-mail address.
...
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
1997-01-28 08:07:35 +00:00
Mike Pritchard
2c18ef217f
Update to reflect current fs.h.
1997-01-28 07:25:18 +00:00
David Greenman
ac7636cbfc
Oops, fix white space in last commit.
1997-01-28 07:09:05 +00:00
David Greenman
0b4df2eec2
Fix signal handler race condition.
1997-01-28 07:06:54 +00:00
Mike Pritchard
5f9a0f6762
Update to match current include files.
1997-01-28 07:03:33 +00:00
Mike Pritchard
9136a887b6
Update to reflect current acct.h.
1997-01-28 06:53:19 +00:00
Mike Pritchard
ad2c737e4f
Update the man page to reflect the current state of
...
fstab.h.
1997-01-28 06:12:54 +00:00
Mike Pritchard
b6febe7acf
Change to comment for fs_passno to reflect that it applies
...
to fsck and not dump.
1997-01-28 06:11:45 +00:00
Mike Pritchard
7610c94088
Some various mdoc cleanup.
...
Partially Obtained from: NetBSD-bugs mailing list
1997-01-28 05:55:22 +00:00
Andrey A. Chernov
48ab9c2746
Add 3rd Russian mirror
1997-01-28 05:47:25 +00:00
David E. O'Brien
c4ed977f90
Document the "#if (defined(__unix__) || defined(unix))" way of including
...
sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who
still like this method -- leading underscores are in the compiler/library
name space and the Ollivier says to follow GNU Autoconf anyway.
1997-01-28 01:43:21 +00:00
David E. O'Brien
21eab473b3
I was porting something from sysV world and found our cross references
...
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
1997-01-27 19:20:05 +00:00
Jordan K. Hubbard
51305d0555
Answer some recently asked questions.
...
Submitted-By: pds
1997-01-27 17:56:46 +00:00
Joerg Wunsch
28f9fdc1ae
Make even more copies of hostnames obtained by inet_ntoa(). iruserok()
...
could still clobber the static storage, yielding an error message with
a wrong hostname.
1997-01-27 15:38:46 +00:00
Bruce Evans
30c8c5e8fa
Fixed EXTRAVNODES ifdef.
...
Updated warnings about obsolete options.
1997-01-27 12:48:15 +00:00
Bruce Evans
b3c5c18d36
Set the soft openfiles limit to maxfiles instead of to NOFILE.
...
The limit is now only used by init, so it may as well be "infinite".
Don't use RLIM_INFINITY, since setrlimit() doesn't allow setting
that value. Use maxfiles instead of RLIM_INFINITY for the hard
limit for the same reason.
Similarly for the maxprocesses limits (use the "infinite" value of
maxproc instead if MAXUPRC and RLIM_INFINITY).
NOFILES, MAXUPRC, CHILD_MAX and OPEN_MAX are no longer used in
/usr/src and should go away. Their values are almost guaranteed to
be wrong now that login.conf exists, so anything that uses the values
is broken. Unfortunately, there are probably a lot of ports that
depend on them being defined.
The global limits maxfilesperproc and maxprocperuid should go away
too.
1997-01-27 12:43:36 +00:00
Bruce Evans
d73ffacdf6
Removed bogus options CHILD_MAX and OPEN_MAX.
1997-01-27 12:39:39 +00:00
Bruce Evans
0f171f5949
Removed bogus options CHILD_MAX and OPEN_MAX.
...
Put obsolete GATEWAY option back in opt_defunct.h. It's the only
significant option that has gone away since 2.1.6, so warning about
it might be useful.
1997-01-27 12:39:09 +00:00
Bruce Evans
488600a422
Added KBD_MAXRETRY and PSM_NO_RESET.
1997-01-27 11:54:56 +00:00
Bruce Evans
4bc24b97bc
Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,
...
SEM* and SHM*. These are already supported in the options files. I
mostly used the default value plus 1. This ensures that the LINT kernel
depends on the options headers.
1997-01-27 11:37:16 +00:00
Bruce Evans
25bd52fee7
Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.
1997-01-27 11:18:40 +00:00
Bruce Evans
f73c7d2a31
Removed #undef of MSGMAX, so that a warning gets printed if it is
...
(bogusly) defined.
1997-01-27 11:18:27 +00:00
Jordan K. Hubbard
aa5b6f64ea
DTRT with a release string of "none" and use the correct (updated)
...
mountpoint name for fixit.
Submitted-By: joerg
1997-01-27 09:51:56 +00:00
Peter Wemm
32340ccd9e
Merge 8.8.4 -> 8.8.5 changes onto mainline
1997-01-27 07:43:29 +00:00
Peter Wemm
559b5e3e06
This commit was generated by cvs2svn to compensate for changes in r22028,
...
which included commits to RCS files with non-trunk default branches.
1997-01-27 07:37:00 +00:00
Peter Wemm
52c4d6f5d6
Import sendmail 8.8.5. See RELEASE_NOTES for changes.
...
Obtained from: ftp.sendmail.org:/pub/sendmail
1997-01-27 07:37:00 +00:00
Bruce Evans
def920e3ec
Use shifts instead of multiplications and |' instead of
+' to simplify
...
dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for
$scisctl. Use dkminor() instead of repeating part of it for special cases.
Shortened some long lines.
1997-01-27 06:24:10 +00:00
Bruce Evans
2c175ef3f5
Fixed comment that did not match code (cursor -> bell).
1997-01-27 06:12:08 +00:00
Jordan K. Hubbard
6a484ce557
Add new Portugal mirror.
1997-01-27 00:16:15 +00:00
Wolfram Schneider
7f6f2e9466
Store temp files in current directory instead /tmp. The current
...
directory is usually not world writable, this avoid security
problems due the evil Berkeleian symlinks.
1997-01-27 00:10:53 +00:00
Andrey A. Chernov
d80ace690d
Add save/restore cursor position escapes
1997-01-26 23:27:15 +00:00
Masafumi Max NAKANE
8e44658186
Added Tsuyoshi Maruyama to the translator list for doing some work for
...
translating dialout.sgml.
1997-01-26 16:33:15 +00:00
Masafumi Max NAKANE
a404261fa6
Merge 1.46 -> 1.49 changes.
...
Submitted by: Mitsuru Iwasaki <iwasaki@pc.jaring.my>
1997-01-26 16:15:32 +00:00
Masafumi Max NAKANE
8dacefb7f3
Finally, fill this file with real content (the translation is completed.).
...
Submitted by: FreeBSD Japanese Documentation Project
1997-01-26 15:49:38 +00:00
Mike Pritchard
aa693224eb
Correct some grammar. Closes PR# 2520.
...
Submitted by: John-Mark Gurney <gurney_j@efn.org>
1997-01-26 05:07:58 +00:00
Mike Pritchard
0469f5cd68
Document a couple of additional errno's.
...
Submitted by: Steinar Haug and Heiko W. Rupp
Obtained from: NetBSD-bugs & FreeBSD-current mailing lists
1997-01-26 03:44:55 +00:00
Paul Traina
88636c0b6f
Don't use /tmp for afterdepend cleanup target
1997-01-26 01:37:05 +00:00
Julian Elischer
d57d661cf2
fix mixleading comment (my error.. I wrote the comment)
1997-01-26 01:00:45 +00:00