]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoThis commit was generated by cvs2svn to compensate for changes in r30858,
Andrey A. Chernov [Thu, 30 Oct 1997 19:13:48 +0000 (19:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30858,
which included commits to RCS files with non-trunk default branches.

26 years agoAdd file needed for configure
Andrey A. Chernov [Thu, 30 Oct 1997 19:13:48 +0000 (19:13 +0000)]
Add file needed for configure

26 years ago-f -> -F for pr
Andrey A. Chernov [Thu, 30 Oct 1997 19:07:39 +0000 (19:07 +0000)]
-f -> -F for pr

26 years agoImprove PAL support and fix mux selector values.
Eivind Eklund [Thu, 30 Oct 1997 18:20:26 +0000 (18:20 +0000)]
Improve PAL support and fix mux selector values.

This make the Miro PCTV work for me, including audio, and should
hopefully fix the other audio problems some people have been having.

Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia)

26 years agoSecurelevel and formatting fixes, and trapframe simplification.
KATO Takenori [Thu, 30 Oct 1997 10:53:30 +0000 (10:53 +0000)]
Securelevel and formatting fixes, and trapframe simplification.

Reviewed by: sos
Submitted by: bde

26 years ago- Commented out some PAO specific portions of this file.
Nate Williams [Thu, 30 Oct 1997 01:17:01 +0000 (01:17 +0000)]
- Commented out some PAO specific portions of this file.

Noticed by: Michael Reifenberger <root@totum.plaut.de>

26 years agoFix a couple of typos in documentation.
James Raynard [Thu, 30 Oct 1997 00:10:52 +0000 (00:10 +0000)]
Fix a couple of typos in documentation.
PR: 4883
Submitted by: invis@visi.com

26 years agoFirst cut at supporting multi-CD CDROM drives (changers).
Søren Schmidt [Wed, 29 Oct 1997 22:11:00 +0000 (22:11 +0000)]
First cut at supporting multi-CD CDROM drives (changers).

Very rudimentary, lots of error checks missing, but it works.
Dont do an ls on two different CD's though, it will eat your
changer mechanism for lunch :), this clearly needs some more
thought. Until then this will enable those with changers to
mount their multible CD's and doing "sensible" work....

Thanks to Andrew Gordon <arg@arg1.demon.co.uk> for donating a drive
(a NEC CDR-C251 4x4) that makes this possible to develop.

26 years agoAdd possibility to specify maximum number of connections per minute
Dima Ruban [Wed, 29 Oct 1997 21:49:04 +0000 (21:49 +0000)]
Add possibility to specify maximum number of connections per minute
for a given IP address.
This should be very effective against DoS attacks.

26 years agoDefine PR_PROGRAM properly
Andrey A. Chernov [Wed, 29 Oct 1997 17:35:54 +0000 (17:35 +0000)]
Define PR_PROGRAM properly

26 years agoLocalize diff
Andrey A. Chernov [Wed, 29 Oct 1997 17:17:32 +0000 (17:17 +0000)]
Localize diff

26 years agoSwitch to contrib version
Andrey A. Chernov [Wed, 29 Oct 1997 16:58:20 +0000 (16:58 +0000)]
Switch to contrib version

26 years agoSwitch to contrib version
Andrey A. Chernov [Wed, 29 Oct 1997 16:50:42 +0000 (16:50 +0000)]
Switch to contrib version

26 years agoSwitch to contrib version
Andrey A. Chernov [Wed, 29 Oct 1997 16:36:57 +0000 (16:36 +0000)]
Switch to contrib version

26 years agoInclude <gnuregex.h> for FreeBSD
Andrey A. Chernov [Wed, 29 Oct 1997 16:27:56 +0000 (16:27 +0000)]
Include <gnuregex.h> for FreeBSD

26 years agoInitial import
Andrey A. Chernov [Wed, 29 Oct 1997 16:14:35 +0000 (16:14 +0000)]
Initial import

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30839,
Andrey A. Chernov [Wed, 29 Oct 1997 16:14:35 +0000 (16:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30839,
which included commits to RCS files with non-trunk default branches.

26 years ago- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
Nate Williams [Wed, 29 Oct 1997 15:54:19 +0000 (15:54 +0000)]
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()

Noticed by: bde

26 years agoImplement linux_iopl and linux_nice.
KATO Takenori [Wed, 29 Oct 1997 08:17:14 +0000 (08:17 +0000)]
Implement linux_iopl and linux_nice.

26 years agoSync with sys/i386/isa/if_ed.c revision 1.126.
KATO Takenori [Wed, 29 Oct 1997 08:14:56 +0000 (08:14 +0000)]
Sync with sys/i386/isa/if_ed.c revision 1.126.

26 years agoSynchronize with sys/i386/i386/microtime.s revision 1.34.
KATO Takenori [Wed, 29 Oct 1997 08:13:32 +0000 (08:13 +0000)]
Synchronize with sys/i386/i386/microtime.s revision 1.34.

26 years agodidn't even know fddi had the atalk support.
Julian Elischer [Wed, 29 Oct 1997 07:59:27 +0000 (07:59 +0000)]
didn't even know fddi had the atalk support.
fix it here too. (really needs more of the fixes from the ethernet)

26 years agoDo chflags properly even when running multi-user.
Jordan K. Hubbard [Wed, 29 Oct 1997 07:47:06 +0000 (07:47 +0000)]
Do chflags properly even when running multi-user.

26 years agoBack out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
Philippe Charnier [Wed, 29 Oct 1997 07:35:27 +0000 (07:35 +0000)]
Back out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
Check the return value of gethostname() like in timed. Make enough place to
NUL-terminate the result.

26 years agoBack out strcpy() -> strncpy() changes. According to bruce, they are unneeded.
Philippe Charnier [Wed, 29 Oct 1997 07:32:30 +0000 (07:32 +0000)]
Back out strcpy() -> strncpy() changes. According to bruce, they are unneeded.

26 years agoUse err(3). Rewrote man page using mdoc format.
Philippe Charnier [Wed, 29 Oct 1997 07:27:56 +0000 (07:27 +0000)]
Use err(3). Rewrote man page using mdoc format.

26 years agoUse err(3).
Philippe Charnier [Wed, 29 Oct 1997 07:26:09 +0000 (07:26 +0000)]
Use err(3).

26 years agoTypos in man page. Cosmetics in error strings.
Philippe Charnier [Wed, 29 Oct 1997 07:25:05 +0000 (07:25 +0000)]
Typos in man page. Cosmetics in error strings.

26 years agoo Bump version to 1.3 to reflect major changes
Brian Somers [Wed, 29 Oct 1997 01:19:51 +0000 (01:19 +0000)]
o  Bump version to 1.3 to reflect major changes
o  Report modem connect time properly
o  Report bytes in/out over physical media
o  Fix phases (TERMINATE is *higher than* DEAD)
o  Do a LayerFinish from LcpDown
o  Bring down IPCP & CCP when we enter PHASE_TERMINATE
o  Give a new prompt when we go to PHASE_DEAD
o  Stop the modem timer properly when idle
o  Treat sig 15 like an exiting carrier loss
o  Log (DEBUG) offline & online transitions

26 years agoThe previous change added a use of the DATA_SET macro, but forgot
John Polstra [Wed, 29 Oct 1997 00:51:50 +0000 (00:51 +0000)]
The previous change added a use of the DATA_SET macro, but forgot
to define it by including <sys/kernel.h>.  That broke PC-CARD
support for this driver, producing the dreaded "device allocation
failed" message.  Surprisingly, the missing include caused only
two compiler warnings.  The compilation still "succeeded" anyway.

26 years agoFix various problems with netatalk kernel support.
Julian Elischer [Wed, 29 Oct 1997 00:30:52 +0000 (00:30 +0000)]
Fix various problems with netatalk kernel support.
Some of these changes are a bit rough and will become
more polished later.  the changes to if_ethersubr should largely be moved
to within the appletalk code, but that will happen later.
A few of these were related to network-byteorder problems,
and more were related to loopback failures.

26 years agoI wonder how I managed to get the krb.h include wrong. Anyway: correct it.
Guido van Rooij [Tue, 28 Oct 1997 21:20:21 +0000 (21:20 +0000)]
I wonder how I managed to get the krb.h include wrong. Anyway: correct it.

26 years ago- More style nits (sorry, I should have done this last time).
Nate Williams [Tue, 28 Oct 1997 20:58:53 +0000 (20:58 +0000)]
- More style nits (sorry, I should have done this last time).

26 years ago- Style nit.
Nate Williams [Tue, 28 Oct 1997 20:50:58 +0000 (20:50 +0000)]
- Style nit.

26 years agoRemove the long description from the in-kernel datastructure.
Poul-Henning Kamp [Tue, 28 Oct 1997 19:01:02 +0000 (19:01 +0000)]
Remove the long description from the in-kernel datastructure.
Put a magic field in there instead, to help catch uninitialized
malloc types.

26 years agoFix bugs from my previous commit
Guido van Rooij [Tue, 28 Oct 1997 18:55:21 +0000 (18:55 +0000)]
Fix bugs from my previous commit
Submitted by: Bruce Evans

26 years ago- Disable cards when doing a suspend by emulating that they have been
Nate Williams [Tue, 28 Oct 1997 17:51:25 +0000 (17:51 +0000)]
- Disable cards when doing a suspend by emulating that they have been
  removed.  Add a new state 'suspend' so we 'fake' insertion events at
  resume time for the cards that have been suspended.

[
The code still works if you remove the card during suspend, switch the
card during suspend, or combinations of both.
]

Reviewed by: frf@xocolatl.com

26 years agoDon't logwtmp(), login() already does it.
Brian Somers [Tue, 28 Oct 1997 16:50:56 +0000 (16:50 +0000)]
Don't logwtmp(), login() already does it.
Log us out of utmp & wtmp if we're already in there.
PR: 4862

26 years agoRemoved unused #includes.
Bruce Evans [Tue, 28 Oct 1997 15:59:26 +0000 (15:59 +0000)]
Removed unused #includes.

26 years agoZaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
Garrett Wollman [Tue, 28 Oct 1997 15:45:09 +0000 (15:45 +0000)]
Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
codes.

Obtained from: ISO 3166 Maintenance Agency via RIPE NCC

26 years agoSynchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and
KATO Takenori [Tue, 28 Oct 1997 14:30:47 +0000 (14:30 +0000)]
Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and
1.103, respectively.

26 years agoSynchronize with sys/i386/conf/files.i386 revision 1.178.
KATO Takenori [Tue, 28 Oct 1997 14:29:23 +0000 (14:29 +0000)]
Synchronize with sys/i386/conf/files.i386 revision 1.178.

26 years ago1) Create intermediate directories with 755, not 777
Andrey A. Chernov [Tue, 28 Oct 1997 14:20:10 +0000 (14:20 +0000)]
1) Create intermediate directories with 755, not 777
2) Exit with error diagnostic if file exists but not a directory (-d)
3) Do chmod independently of chown (-d)

26 years agoDon't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
Bruce Evans [Tue, 28 Oct 1997 14:06:25 +0000 (14:06 +0000)]
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
Fixed everything that depended on the nested include.

26 years agoImplement group part now, final syntax is:
Andrey A. Chernov [Tue, 28 Oct 1997 13:46:52 +0000 (13:46 +0000)]
Implement group part now, final syntax is:
user[:group][/login-class]

26 years agoThis depends on option TCP_DEBUG for some reason, so include
Bruce Evans [Tue, 28 Oct 1997 12:24:26 +0000 (12:24 +0000)]
This depends on option TCP_DEBUG for some reason, so include
opt_tcp_debug.h so that the option is visible again.

Restored a used #include.

26 years agoDon't include <machine/cputypes.h> or declare cputype/class interfaces
Bruce Evans [Tue, 28 Oct 1997 11:43:57 +0000 (11:43 +0000)]
Don't include <machine/cputypes.h> or declare cputype/class interfaces
in <machine/cpu.h>.  Moved the declarations to <machine/cputypes.h>.
Fixed style bugs in the moved code.  Fixed everything that depended on
the nested include.  Don't include <machine/cpu.h> (in the changed files)
unless something in it is used directly.

26 years agoImplement linux_semop, linux_semget and linux_semctl.
KATO Takenori [Tue, 28 Oct 1997 10:50:02 +0000 (10:50 +0000)]
Implement linux_semop, linux_semget and linux_semctl.

PR: 4355

26 years agoFixed style bugs in open() fix.
Bruce Evans [Tue, 28 Oct 1997 10:29:55 +0000 (10:29 +0000)]
Fixed style bugs in open() fix.

26 years agoSynchronize with sys/i386/conf/GENERIC revision 1.100.
KATO Takenori [Tue, 28 Oct 1997 09:09:05 +0000 (09:09 +0000)]
Synchronize with sys/i386/conf/GENERIC revision 1.100.

26 years agoTypo.
Joerg Wunsch [Tue, 28 Oct 1997 07:46:27 +0000 (07:46 +0000)]
Typo.

Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)

26 years agoUse the new "mandatory" keyword for the npx driver.
Joerg Wunsch [Tue, 28 Oct 1997 07:28:34 +0000 (07:28 +0000)]
Use the new "mandatory" keyword for the npx driver.

26 years agoRemoved another comment about not-so-mandatory devices i've missed in
Joerg Wunsch [Tue, 28 Oct 1997 07:27:48 +0000 (07:27 +0000)]
Removed another comment about not-so-mandatory devices i've missed in
the previous commit.  It's perfectly legal to build a kernel without
any video device driver (and even without any console driver at all if
desired).

26 years agoRemove the stale `log' non-pseudodevice.
Joerg Wunsch [Tue, 28 Oct 1997 07:24:35 +0000 (07:24 +0000)]
Remove the stale `log' non-pseudodevice.

Found by: the new config(8) ;-)

26 years agoAllow for a keyword in the "files" file named "mandatory". The first
Joerg Wunsch [Tue, 28 Oct 1997 07:21:04 +0000 (07:21 +0000)]
Allow for a keyword in the "files" file named "mandatory".  The first
candidate for this is "npx0", more are likely to follow.

Check for pseudo-devices that are being configured, but don't appear
in any "files" file.  The ``pseudo-device bpf 2'' already hit me too
often.

26 years ago1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)
Andrey A. Chernov [Mon, 27 Oct 1997 22:53:33 +0000 (22:53 +0000)]
1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)
2) When uid/gid not specified, not try to set 0:0 owner, just do nothing.
It makes possible to use install -d by users without setting
their uid:gid each time.
3) Be more specific where install_dir fails

26 years agoBack out moving nobody to daemon class, the problem fixed in another place:
Andrey A. Chernov [Mon, 27 Oct 1997 22:07:03 +0000 (22:07 +0000)]
Back out moving nobody to daemon class, the problem fixed in another place:
inetd

26 years agoAdd -c option that allows root to specify a login_class.
Guido van Rooij [Mon, 27 Oct 1997 22:05:12 +0000 (22:05 +0000)]
Add -c option that allows root to specify a login_class.

26 years agoImplement login classes sepcification as user[/loginclass]
Andrey A. Chernov [Mon, 27 Oct 1997 22:03:47 +0000 (22:03 +0000)]
Implement login classes sepcification as user[/loginclass]

By default inetd run things with the same limits as from /etc/rc
(daemon class) to not break anything as in good old days.

26 years agoUse a MODE SELECT command to reset the block size, instead of calling the
Jean-Marc Zucconi [Mon, 27 Oct 1997 21:09:27 +0000 (21:09 +0000)]
Use a MODE SELECT command to reset the block size, instead of calling the
prepare_track() function, which caused fixation problems with some drives.

26 years agoWhen dosourcerouting is set do not sourceoute....
Guido van Rooij [Mon, 27 Oct 1997 21:07:26 +0000 (21:07 +0000)]
When dosourcerouting is set do not sourceoute....

26 years agoMoved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
Bruce Evans [Mon, 27 Oct 1997 17:23:18 +0000 (17:23 +0000)]
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
and fixed everything that dependended on it being declared in the old
place.  It is used in "machine-independent" code in subr_prof.c.

Moved declaration of btext from subr_prof.c to <machine/cpu.h>.  It
is machine-dependent.

26 years agoOops, <machine/psl.h> is used unconditionally in -current.
Bruce Evans [Mon, 27 Oct 1997 17:19:20 +0000 (17:19 +0000)]
Oops, <machine/psl.h> is used unconditionally in -current.

26 years agoMove nobody to daemon class, otherwise it is impossible to start fingerd
Andrey A. Chernov [Mon, 27 Oct 1997 16:59:07 +0000 (16:59 +0000)]
Move nobody to daemon class, otherwise it is impossible to start fingerd
while Apache is running, it effectively eats all default class limits for
nobody

26 years agoCleaned up #includes.
Bruce Evans [Mon, 27 Oct 1997 16:35:34 +0000 (16:35 +0000)]
Cleaned up #includes.

Ifdefed conditionally used includes.

Finished changing indentation of per-statement comments to 40.

26 years agoKNFize rev.1.31.
Bruce Evans [Mon, 27 Oct 1997 15:39:01 +0000 (15:39 +0000)]
KNFize rev.1.31.

26 years agoUse unique sleep message strings.
Bruce Evans [Mon, 27 Oct 1997 15:33:04 +0000 (15:33 +0000)]
Use unique sleep message strings.

26 years agoUse 127 instead of CHAR_MAX for the limit on the sequence count. The
Bruce Evans [Mon, 27 Oct 1997 15:26:23 +0000 (15:26 +0000)]
Use 127 instead of CHAR_MAX for the limit on the sequence count.  The
limit doesn't have anything to do with characters.  The count mainly
needs to fit in the VOP_READ() ioflag after being left shifted by 16.

Moved vn_lock() before vn_closefile().  vn_lock() was mismerged from
Lite2.

Removed some gratuitous braces.

26 years agoUse bread() instead of cluster_read() for reading the last block
Bruce Evans [Mon, 27 Oct 1997 14:55:49 +0000 (14:55 +0000)]
Use bread() instead of cluster_read() for reading the last block
in a file.  There was a (harmless, I think) off-by-1 error.  This
was fixed in ufs long ago (rev.1.21 of ufs_readwrite.c) but not
in cd9660.

cd9660_read() has stagnated in many other ways.  It is closer to
the Net/2 ufs_read() (which is was cloned from) than ufs_read()
itself is.

26 years agoBetter wording explaining that all single character options
Steve Price [Mon, 27 Oct 1997 14:25:54 +0000 (14:25 +0000)]
Better wording explaining that all single character options
are extensions along with the previous list of primaries.

Suggested by: bde

26 years agoRemoved unused #includes. The need for most of them went away with
Bruce Evans [Mon, 27 Oct 1997 13:33:47 +0000 (13:33 +0000)]
Removed unused #includes.  The need for most of them went away with
recent changes (docluster* and vfs improvements).

26 years agoForward declare precisely the structs that are actually used in this header.
Bruce Evans [Mon, 27 Oct 1997 12:50:57 +0000 (12:50 +0000)]
Forward declare precisely the structs that are actually used in this header.

26 years agoUse err(3).
Philippe Charnier [Mon, 27 Oct 1997 12:30:30 +0000 (12:30 +0000)]
Use err(3).

26 years agoRemove `progname'.
Philippe Charnier [Mon, 27 Oct 1997 12:29:25 +0000 (12:29 +0000)]
Remove `progname'.

26 years agoAdd usage() and err(3). Sync man page with usage string.
Philippe Charnier [Mon, 27 Oct 1997 12:27:21 +0000 (12:27 +0000)]
Add usage() and err(3). Sync man page with usage string.

26 years agoOne line usage string: see man page for more info.
Philippe Charnier [Mon, 27 Oct 1997 12:25:38 +0000 (12:25 +0000)]
One line usage string: see man page for more info.

26 years agoCosmetic in err() strings.
Philippe Charnier [Mon, 27 Oct 1997 12:23:08 +0000 (12:23 +0000)]
Cosmetic in err() strings.

26 years agoUse err(3).
Philippe Charnier [Mon, 27 Oct 1997 12:21:10 +0000 (12:21 +0000)]
Use err(3).

26 years agoSynchronize with sys/i386/isa/sio.c revision 1.187.
KATO Takenori [Mon, 27 Oct 1997 11:00:31 +0000 (11:00 +0000)]
Synchronize with sys/i386/isa/sio.c revision 1.187.

26 years agoSynchronize with sys/i386/isa/if_fe.c revision 1.32.
KATO Takenori [Mon, 27 Oct 1997 10:59:48 +0000 (10:59 +0000)]
Synchronize with sys/i386/isa/if_fe.c revision 1.32.

26 years agoSynchronize with sys/i386/isa/if_ed.c revision 1.125.
KATO Takenori [Mon, 27 Oct 1997 10:59:03 +0000 (10:59 +0000)]
Synchronize with sys/i386/isa/if_ed.c revision 1.125.

26 years agoSynchronize with sys/i386/isa/syscons.c revision 1.236.
KATO Takenori [Mon, 27 Oct 1997 10:58:30 +0000 (10:58 +0000)]
Synchronize with sys/i386/isa/syscons.c revision 1.236.

26 years agoSynchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99
KATO Takenori [Mon, 27 Oct 1997 10:57:58 +0000 (10:57 +0000)]
Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99
and 1.19, respectively.

26 years agoUse err(3). Add prototypes. Document -s and -r flags.
Philippe Charnier [Mon, 27 Oct 1997 07:55:31 +0000 (07:55 +0000)]
Use err(3). Add prototypes. Document -s and -r flags.

26 years agoStatisize usage().
Philippe Charnier [Mon, 27 Oct 1997 07:53:22 +0000 (07:53 +0000)]
Statisize usage().

26 years agoUse err(3). Stylistic changes in man page.
Philippe Charnier [Mon, 27 Oct 1997 07:52:10 +0000 (07:52 +0000)]
Use err(3). Stylistic changes in man page.

26 years agoAdd usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock
Philippe Charnier [Mon, 27 Oct 1997 07:49:47 +0000 (07:49 +0000)]
Add usage(). Document -n flag. Do not touch/remove /etc/wall_cmos_clock
when -n (do nothing) is used.

26 years agoUse err(3). Change `=' to `==' in two places, so that server not responding/
Philippe Charnier [Mon, 27 Oct 1997 07:45:47 +0000 (07:45 +0000)]
Use err(3). Change `=' to `==' in two places, so that server not responding/
server ok is not displayed too often.
OKed by: Bill (wpaul).

26 years agontohl->htonl.
Philippe Charnier [Mon, 27 Oct 1997 07:41:12 +0000 (07:41 +0000)]
ntohl->htonl.
OKed by: Bruce

26 years agoMove the EP_ID_PORT out to 0x110, so it doesn't conflict with other port
Joerg Wunsch [Mon, 27 Oct 1997 06:15:10 +0000 (06:15 +0000)]
Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other port
usage at 0x100.  Quoted Justin's quotation from the manual as well, to
explain the technical background.

PR: kern/4559
Submitted by: Stephen J. Roznowski <sjr@home.net>

26 years agoOffending statement removed from STANDARDS section. From what I
Steve Price [Mon, 27 Oct 1997 04:22:13 +0000 (04:22 +0000)]
Offending statement removed from STANDARDS section.  From what I
can gather from the Posix spec that I have (which is very old)
all one character options are extensions to Posix.

PR: docs/4701

26 years agoTypo fix.
Steve Price [Mon, 27 Oct 1997 03:31:57 +0000 (03:31 +0000)]
Typo fix.

PR: docs/4579
Submitted by: Stephen J. Roznowski <sjr@home.net>

26 years agoFix a misleading comment.
Steve Price [Mon, 27 Oct 1997 03:28:44 +0000 (03:28 +0000)]
Fix a misleading comment.

PR: bin/4861
Submitted by: Alex <garbanzo@hooked.net>

26 years agoBump MAXDSIZ to 512MB so that soft limits have a chance to actually
Jordan K. Hubbard [Mon, 27 Oct 1997 00:38:46 +0000 (00:38 +0000)]
Bump MAXDSIZ to 512MB so that soft limits have a chance to actually
regulate this.
Reviewed by: dyson

26 years agoCheck to see if the pv_limits are initialized before checking.
John Dyson [Mon, 27 Oct 1997 00:34:15 +0000 (00:34 +0000)]
Check to see if the pv_limits are initialized before checking.

26 years agoFix a comment about multicast; since the Etherlink III has no
Bill Fenner [Mon, 27 Oct 1997 00:02:33 +0000 (00:02 +0000)]
Fix a comment about multicast; since the Etherlink III has no
multicast filter the driver will never learn how to program it.

26 years ago- Instead of relying on a functional call to register PCARD-capable drivers,
Nate Williams [Sun, 26 Oct 1997 21:08:42 +0000 (21:08 +0000)]
- Instead of relying on a functional call to register PCARD-capable drivers,
  use a Linker Set.  Note, if a driver is loaded as an LKM  if will have
  to use the function call, but since none of the existing drivers
  are loadable, this made things cleaner and boot messages nicer.

Obtained from: PAO-970616

26 years agoUpdate this little gadet to latest version.
Poul-Henning Kamp [Sun, 26 Oct 1997 21:06:33 +0000 (21:06 +0000)]
Update this little gadet to latest version.

26 years agoI guess nobody uses ext2fs in current ?
Poul-Henning Kamp [Sun, 26 Oct 1997 21:05:40 +0000 (21:05 +0000)]
I guess nobody uses ext2fs in current ?
vop_lookup is back now, don't know whan I lost it.

26 years ago- Patch the 'skeleton' example driver to be more consistant with the new
Nate Williams [Sun, 26 Oct 1997 21:01:44 +0000 (21:01 +0000)]
- Patch the 'skeleton' example driver to be more consistant with the new
  state of the world.