]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years ago- Fix braino in last commit. (Slow networks should be outlawed!)
Nate Williams [Thu, 23 Oct 1997 04:53:32 +0000 (04:53 +0000)]
- Fix braino in last commit.  (Slow networks should be outlawed!)

26 years ago- Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.
Nate Williams [Thu, 23 Oct 1997 04:18:49 +0000 (04:18 +0000)]
- Back out the last.  APM_BROKEN_STATCLOCK doesn't exist in -current.

26 years agoReject unreasonable values passed to CONS_HISTORY ioctl. It did not
Kazutaka YOKOTA [Thu, 23 Oct 1997 03:23:50 +0000 (03:23 +0000)]
Reject unreasonable values passed to CONS_HISTORY ioctl. It did not
check the value and caused kernel panic when a large value was given.

- Move the configuration option SC_HISTORY_SIZE from syscons.h to
syscons.c.
- Define the maximum total number of history lines of all consoles.
It is SC_HISTORY_SIZE*MAXCONS or 1000*MAXCONS; whichever is larger.
CONS_HISTORY will allow the user to set the history size up to
SC_HISTORY_SIZE unconditionally (or the current height of the console
if it is larger than SC_HISTORY_SIZE). If the user requests a larger
buffer, it will be granted only if the total number of all allocated
history lines and the requested number of lines won't exceed the maximum.
- Don't free the previous history buffer and leave the history buffer
pointer holding a invalid pointer. Set the pointer to NULL first, then
free the buffer.

PR: bin/4592

26 years agoAdd (unsigned char) cast to ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 02:44:23 +0000 (02:44 +0000)]
Add (unsigned char) cast to ctype macros

26 years ago- When doing suspend/resume, only try to suspend those drivers on active
Nate Williams [Thu, 23 Oct 1997 02:30:39 +0000 (02:30 +0000)]
- When doing suspend/resume, only try to suspend those drivers on active
  slots.  Otherwise, we try to suspend drivers who have been disabled
  already.

[
The only reason the drivers are still on the list is because of race
conditions where the card is removed while the driver is in use.  We
leave the drivers on the slot list (leaving all of their structures in
place in case a process is using it) but set it's state to empty so that
further uses by the pccard code know not to expect active cards.
]

26 years agoBack our V1.36, due to reports of badness. (IRQ's are again allocated
Nate Williams [Thu, 23 Oct 1997 02:25:14 +0000 (02:25 +0000)]
Back our V1.36, due to reports of badness. (IRQ's are again allocated
from the 'lower' interrupts to the 'higher' interrupts.)  We need to
find a way to set the interrupt for the controller in the config file.

Determined by: handy@sag.space.lockheed.com

26 years agoAdd (unsigned char) cast to ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 02:22:51 +0000 (02:22 +0000)]
Add (unsigned char) cast to ctype macros

26 years agoAdd unsigned char cast to ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 02:08:16 +0000 (02:08 +0000)]
Add unsigned char cast to ctype macros

26 years agoAdd more (unsigned char) casts to ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 02:03:43 +0000 (02:03 +0000)]
Add more (unsigned char) casts to ctype macros
Fix casetable usage in the same manner too

26 years agoRewrote fxp_start() for better clarity and efficiency.
David Greenman [Thu, 23 Oct 1997 01:45:15 +0000 (01:45 +0000)]
Rewrote fxp_start() for better clarity and efficiency.

26 years agoAdd (unsigned char) casts to ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 01:43:00 +0000 (01:43 +0000)]
Add (unsigned char) casts to ctype macros

26 years agoAdd (unsigned char) cast to all ctype macros
Andrey A. Chernov [Thu, 23 Oct 1997 01:29:44 +0000 (01:29 +0000)]
Add (unsigned char) cast to all ctype macros

26 years ago- Simplify code by removing a variable which was initialized once, never
Nate Williams [Thu, 23 Oct 1997 00:51:29 +0000 (00:51 +0000)]
- Simplify code by removing a variable which was initialized once, never
  modified, and was expected to have the initialized value.

26 years agoFix a few typos.
James Raynard [Wed, 22 Oct 1997 23:12:27 +0000 (23:12 +0000)]
Fix a few typos.

26 years ago- If APM_BROKEN_STATCLOCK is defined, make sure the statcloock is
Nate Williams [Wed, 22 Oct 1997 23:04:07 +0000 (23:04 +0000)]
- If APM_BROKEN_STATCLOCK is defined, make sure the statcloock is
  disabled, don't rely on the flags to set it.

26 years agoBack out part of OpenGroup specs about limiting max arg since it may break
Andrey A. Chernov [Wed, 22 Oct 1997 12:04:49 +0000 (12:04 +0000)]
Back out part of OpenGroup specs about limiting max arg since it may break
compatibility.

26 years agoReflect usleep code changes:
Andrey A. Chernov [Wed, 22 Oct 1997 11:27:20 +0000 (11:27 +0000)]
Reflect usleep code changes:
Limit max arg
Change return type to int

26 years agoChange usleep return type from void to int to match OpenGroup specs.
Andrey A. Chernov [Wed, 22 Oct 1997 10:57:54 +0000 (10:57 +0000)]
Change usleep return type from void to int to match OpenGroup specs.

26 years agoChanges in spirit of OpenGroup Singe Unix specs:
Andrey A. Chernov [Wed, 22 Oct 1997 10:55:49 +0000 (10:55 +0000)]
Changes in spirit of OpenGroup Singe Unix specs:
1) Limit max allowed argument to 1000000
2) Change return type from void to int to indicate premature termination
(by signal)

26 years agoDocument EINVAL as a possible return value from open(2).
Joerg Wunsch [Wed, 22 Oct 1997 07:29:13 +0000 (07:29 +0000)]
Document EINVAL as a possible return value from open(2).

26 years agoReject attempts to call open() with an illegal combination of O_RDONLY,
Joerg Wunsch [Wed, 22 Oct 1997 07:28:51 +0000 (07:28 +0000)]
Reject attempts to call open() with an illegal combination of O_RDONLY,
O_WRONLY, O_RDWR.

26 years agoUse err(3). Add usage() and prototypes.
Philippe Charnier [Wed, 22 Oct 1997 06:23:12 +0000 (06:23 +0000)]
Use err(3). Add usage() and prototypes.
Hide reference to trsp(8) that does not exist.

26 years agoUse err(3).
Philippe Charnier [Wed, 22 Oct 1997 06:20:04 +0000 (06:20 +0000)]
Use err(3).
Sync man page and usage string.
Strcpy -> strncpy from OpenBSD.
-Wall cleaning.
Obtained from: OpenBSD

26 years agoFix HDLC logging (actually LogDumpBp()). It was only
Brian Somers [Wed, 22 Oct 1997 01:22:51 +0000 (01:22 +0000)]
Fix HDLC logging (actually LogDumpBp()).  It was only
outputting the first mbuf in the chain.

26 years agoPut in an initial %VERSREQ field. This will cause existing config(8)'s
Peter Wemm [Wed, 22 Oct 1997 00:48:36 +0000 (00:48 +0000)]
Put in an initial %VERSREQ field.  This will cause existing config(8)'s
to give a non-fatal warning about unknown directives, so there is no
hurry to rebuild config(8) yet, apart from shutting up the warning.

26 years agoFor safety's sake, explicitly depend all objects on the configvers.h header
Peter Wemm [Wed, 22 Oct 1997 00:44:08 +0000 (00:44 +0000)]
For safety's sake, explicitly depend all objects on the configvers.h header
to make sure that it's all recompiled even if there is no 'make depend'.
This is overkill, but should be one less thing that someone can do wrong.

26 years agoRecognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)
Peter Wemm [Wed, 22 Oct 1997 00:38:48 +0000 (00:38 +0000)]
Recognize a %VERSREQ=nnnnn string in the system Makefile.  Both config(8)
and the kernel will have a 'config interface version number'.  If an
incompatable change is made to the kernel that requires a rebuild of
config(8) (such as the cam devtab stuff), then the version number would be
bumped in both places.  If a user neglects to rebuild config, then they
will get a nagging (but non-fatal) warning that they need to rebuild
config.

26 years agoFix the same leak as in nullfs. Now the lowervp is properly marked inactive.
Ollivier Robert [Tue, 21 Oct 1997 21:08:17 +0000 (21:08 +0000)]
Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.

Reviewed by: phk

26 years agoFix the file leak bug. The lower layer wasn't informed the vnode was inactive
Ollivier Robert [Tue, 21 Oct 1997 21:01:34 +0000 (21:01 +0000)]
Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
and kept a reference, preventing the blocks to be reclaimed.

Changed the comment in null_inactive to reflect the current situation.

Reviewed by: phk

26 years ago- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
Nate Williams [Tue, 21 Oct 1997 18:07:36 +0000 (18:07 +0000)]
- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
  default pccard daemon.

26 years ago- PCCARD support to the much maligned SCSI driver. This gives up support
Nate Williams [Tue, 21 Oct 1997 17:57:31 +0000 (17:57 +0000)]
- PCCARD support to the much maligned SCSI driver.  This gives up support
  for a couple of external CD's (notably the Sony PRD-650).

Note: In order to get my CD recognized, I had to configure the CD under
      Win95, but it seems to work now even if I turn it off.

Submitted by: PAO [minor mods by me]

26 years agoAdd const to a couple of casts to silence some of the warnings Bruce
Poul-Henning Kamp [Tue, 21 Oct 1997 13:28:36 +0000 (13:28 +0000)]
Add const to a couple of casts to silence some of the warnings Bruce
has let loose on us.

26 years agoOops, comment lines can't be indented either.
Bruce Evans [Tue, 21 Oct 1997 10:39:27 +0000 (10:39 +0000)]
Oops, comment lines can't be indented either.

26 years agoOops, comment lines can't be continued.
Bruce Evans [Tue, 21 Oct 1997 10:36:07 +0000 (10:36 +0000)]
Oops, comment lines can't be continued.

26 years agoa few code style changes:
John-Mark Gurney [Tue, 21 Oct 1997 09:59:26 +0000 (09:59 +0000)]
a few code style changes:
    o start function names in column 1
    o sort order of flags in getopt and switch
    o don't try to reference progname
    o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box

doc changes:
    o document when these commands first appeared
    o put email address in angle brakets
    o minor mdoc clean up

26 years agoMerge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.
KATO Takenori [Tue, 21 Oct 1997 09:51:47 +0000 (09:51 +0000)]
Merge from RELENG_2_2.  Bandaid for 'lockmgr panic' on the VN device.

26 years agoSynchronize with sys/i386/isa/fd.c revision 1.105.
KATO Takenori [Tue, 21 Oct 1997 09:48:38 +0000 (09:48 +0000)]
Synchronize with sys/i386/isa/fd.c revision 1.105.

26 years agoSorted lists.
Bruce Evans [Tue, 21 Oct 1997 08:41:15 +0000 (08:41 +0000)]
Sorted lists.

26 years agoReference the DMI table inside the SMBIOS table correctly, not using a variable
Mike Smith [Tue, 21 Oct 1997 07:40:22 +0000 (07:40 +0000)]
Reference the DMI table inside the SMBIOS table correctly, not using a variable
that won't be initialised until a later test.
Submitted by: bde via -Wunused

26 years agoDon't install mount_msdos setuid root. Lite2's mount(2) handles
Bruce Evans [Tue, 21 Oct 1997 07:26:50 +0000 (07:26 +0000)]
Don't install mount_msdos setuid root.  Lite2's mount(2) handles
permissions centrally and a setuid root mount utility just breaks
its security.  There was no new breakage in practice because
mfdosfs_mount() still checks the ruid.

26 years agoAdded -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized
Bruce Evans [Tue, 21 Oct 1997 06:53:24 +0000 (06:53 +0000)]
Added -Wuninitialized to CWARNFLAGS.  Warnings about uninitialialized
variables were lost when we removed -W, and 23 new ones including at
least one serious one have crept in for LINT.

Restored -Winline to CFLAGS.  This gives only 3 old warnings and 1 new
for LINT.

26 years agoMF22 - make firewall_type a little more robust
Daniel O'Callaghan [Tue, 21 Oct 1997 00:54:08 +0000 (00:54 +0000)]
MF22 - make firewall_type a little more robust

26 years agoMF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.
Joerg Wunsch [Mon, 20 Oct 1997 21:57:14 +0000 (21:57 +0000)]
MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.

26 years agoI belive this fixes MFS after I broke it.
Poul-Henning Kamp [Mon, 20 Oct 1997 19:53:26 +0000 (19:53 +0000)]
I belive this fixes MFS after I broke it.

26 years agoFix returned sleep period for large values
Andrey A. Chernov [Mon, 20 Oct 1997 18:43:49 +0000 (18:43 +0000)]
Fix returned sleep period for large values
Submitted by: bde

26 years agoRemove terminfo manpage we don't have it
Andrey A. Chernov [Mon, 20 Oct 1997 17:53:55 +0000 (17:53 +0000)]
Remove terminfo manpage we don't have it

26 years agoCosmetic in usage string.
Philippe Charnier [Mon, 20 Oct 1997 12:55:49 +0000 (12:55 +0000)]
Cosmetic in usage string.

26 years agoUse err(3). Change err(-1,... to err(1,...
Philippe Charnier [Mon, 20 Oct 1997 12:53:54 +0000 (12:53 +0000)]
Use err(3). Change err(-1,... to err(1,...

26 years agoUse err(3). Remove progname.
Philippe Charnier [Mon, 20 Oct 1997 12:51:34 +0000 (12:51 +0000)]
Use err(3). Remove progname.

26 years agoUse err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,
Philippe Charnier [Mon, 20 Oct 1997 12:50:57 +0000 (12:50 +0000)]
Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,
use MLINKS instead.

26 years agoFix usage in man page. Remove progname.
Philippe Charnier [Mon, 20 Oct 1997 12:44:53 +0000 (12:44 +0000)]
Fix usage in man page. Remove progname.

26 years agoTypo.
Philippe Charnier [Mon, 20 Oct 1997 12:43:03 +0000 (12:43 +0000)]
Typo.

26 years agoHardcode progname in usage string.
Philippe Charnier [Mon, 20 Oct 1997 12:41:41 +0000 (12:41 +0000)]
Hardcode progname in usage string.

26 years agoMake rc.conf man page reflect reality w.r.t firewall_{*}.
Daniel O'Callaghan [Mon, 20 Oct 1997 08:37:59 +0000 (08:37 +0000)]
Make rc.conf man page reflect reality w.r.t firewall_{*}.

26 years agoDocument 100Mbit media selection flag.
Jordan K. Hubbard [Mon, 20 Oct 1997 08:11:25 +0000 (08:11 +0000)]
Document 100Mbit media selection flag.

26 years agoadd /etc/mail--the anti-spam files
Jonathan M. Bresler [Mon, 20 Oct 1997 00:35:38 +0000 (00:35 +0000)]
add /etc/mail--the anti-spam files
branches affected: -current, RELENG_2_2, and RELENG_2_1_0

26 years agokern.maxproc is not writable since there are tables that are statically
David Greenman [Sun, 19 Oct 1997 18:45:59 +0000 (18:45 +0000)]
kern.maxproc is not writable since there are tables that are statically
sized at startup.
PR: 4675

26 years ago"Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since
David Greenman [Sun, 19 Oct 1997 18:41:23 +0000 (18:41 +0000)]
"Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since
we no longer support that sysctl (in my opinion, pstat -v is a security
hole in any case).

26 years agoDeclare the various 2-byte values in TFTP as being `unsigned short'.
Joerg Wunsch [Sun, 19 Oct 1997 16:48:50 +0000 (16:48 +0000)]
Declare the various 2-byte values in TFTP as being `unsigned short'.
RFC 1350 isn't very explicit about this, but the use of signed
integers doesn't seem to make sense.

Should be in 2.2.5, but is probably too late to be verified completely.

PR: bin/4502
Submitted by: Dirk Nehrling <nerle@pdv.de> via Lars Koeller

26 years agoanti-spam filter used by the FreeBSD mailing lists.
Jonathan M. Bresler [Sun, 19 Oct 1997 16:40:10 +0000 (16:40 +0000)]
anti-spam filter used by the FreeBSD mailing lists.

26 years agoIntroduce a -N option that disables the use of reserved ports, now
Joerg Wunsch [Sun, 19 Oct 1997 16:40:01 +0000 (16:40 +0000)]
Introduce a -N option that disables the use of reserved ports, now
that -P is on by default.  Remove do-nothing code in the -P case (but
leave the option itself for backward compatibility).

PR: bin/4500

26 years ago<gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer
James Raynard [Sun, 19 Oct 1997 13:39:55 +0000 (13:39 +0000)]
<gnuregex.h> is rather old and breaks AWK's regex matching.  Use a newer
version instead.

26 years agoAdd the hint how to install on a Compaq `Aero'.
Joerg Wunsch [Sun, 19 Oct 1997 13:13:04 +0000 (13:13 +0000)]
Add the hint how to install on a Compaq `Aero'.

26 years agoDocument the new fdc(4) flags.
Joerg Wunsch [Sun, 19 Oct 1997 13:12:35 +0000 (13:12 +0000)]
Document the new fdc(4) flags.

26 years agoIntroduce a device flags value of 0x1 to always pretend a 1.44 MB
Joerg Wunsch [Sun, 19 Oct 1997 13:12:02 +0000 (13:12 +0000)]
Introduce a device flags value of 0x1 to always pretend a 1.44 MB
floppy drive #0, regardless of what the CMOS says.  This is intended
as a bandaid for those plagued with Compaq's idea to not announce the
floppy drive on their `Aero' notebook.

Using the device flags is not very nice (in particular since they
aren't per-drive but per-controller), but still looks a lot better to
me than the disgusting guesswork hack that was recently posted to
-hackers.

Doc update will follow shortly.

26 years agoactivate the programs that will be used to manipulate kld modules
John-Mark Gurney [Sun, 19 Oct 1997 11:15:45 +0000 (11:15 +0000)]
activate the programs that will be used to manipulate kld modules

fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars

these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)

26 years agoRename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
Kazutaka YOKOTA [Sun, 19 Oct 1997 10:45:18 +0000 (10:45 +0000)]
Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
in console.h.
Pointed out by bde.

26 years agoFix a number of buffer overflow conditions.
Joerg Wunsch [Sun, 19 Oct 1997 10:42:39 +0000 (10:42 +0000)]
Fix a number of buffer overflow conditions.

PR: bin/4610
Submitted by: David Holland (dholland@burgundy.eecs.harvard.edu)

26 years agoFix the man page description about what will go into an incremental
Joerg Wunsch [Sun, 19 Oct 1997 09:43:08 +0000 (09:43 +0000)]
Fix the man page description about what will go into an incremental
backup.

PR: docs/4785
Submitted by: Matthew Dillon

26 years agoMake the Sun OEM version of the DLT a known multi-LUN device so changers
Joerg Wunsch [Sun, 19 Oct 1997 09:37:49 +0000 (09:37 +0000)]
Make the Sun OEM version of the DLT a known multi-LUN device so changers
will work.

PR: kern/4802
Submitted by: dawes@physics.usyd.edu.au (David Dawes)

26 years agoFix a fatal typo.
Joerg Wunsch [Sun, 19 Oct 1997 09:34:06 +0000 (09:34 +0000)]
Fix a fatal typo.

PR: bin/4801
Submitted by: mishania@demos.su (Mikhail A. Sokolov)

26 years agoThis might fix the mfs_badop problem left over with the cool VFS fixes.
John Dyson [Sun, 19 Oct 1997 01:36:49 +0000 (01:36 +0000)]
This might fix the mfs_badop problem left over with the cool VFS fixes.
PHK should check this.

26 years agoFix disk counting bug.
Jordan K. Hubbard [Sat, 18 Oct 1997 21:22:25 +0000 (21:22 +0000)]
Fix disk counting bug.
Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>

26 years agoAdd an $Id$
Peter Wemm [Sat, 18 Oct 1997 18:17:45 +0000 (18:17 +0000)]
Add an $Id$

26 years agoMerge in changes from Matt. Accton EN12xx support, bugfixes. There is
Peter Wemm [Sat, 18 Oct 1997 18:15:03 +0000 (18:15 +0000)]
Merge in changes from Matt.  Accton EN12xx support, bugfixes.  There is
a change that might have an effect on the problems some have seen
with older chips, it looks like the driver may have mistakenly thought
there was an SIA when there isn't.

26 years agoAdd -redirect_port and -redirect_address to the
Brian Somers [Sat, 18 Oct 1997 16:31:28 +0000 (16:31 +0000)]
Add -redirect_port and -redirect_address to the
synopsis.

26 years agoSynchronize with sys/i386/conf/options.i386 revision 1.62.
KATO Takenori [Sat, 18 Oct 1997 14:19:57 +0000 (14:19 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.62.

26 years agoRemoved unused file. It just forces a return value of 0 on success
Bruce Evans [Sat, 18 Oct 1997 13:59:48 +0000 (13:59 +0000)]
Removed unused file.  It just forces a return value of 0 on success
(no carry), but mount() in the kernel has returned 0 on success since
prehistoric times.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30549,
Peter Wemm [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30549,
which included commits to RCS files with non-trunk default branches.

26 years agoImport Matt's current de driver... He appears to be maintaining it in
Peter Wemm [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
Import Matt's current de driver...  He appears to be maintaining it in
the NetBSD source tree now.  This is slightly newer than the updated
.tar.gz on the 3am-software web site.

26 years agoImport Matt's current de driver... He appears to be maintaining it in
Peter Wemm [Sat, 18 Oct 1997 13:23:35 +0000 (13:23 +0000)]
Import Matt's current de driver...  He appears to be maintaining it in
the NetBSD source tree now.  This is slightly newer than the updated
.tar.gz on the 3am-software web site.

26 years agoFix a #include "regex.h" that slipped through the net.
James Raynard [Sat, 18 Oct 1997 13:12:39 +0000 (13:12 +0000)]
Fix a #include "regex.h" that slipped through the net.

26 years agoMF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37
Joerg Wunsch [Sat, 18 Oct 1997 11:20:02 +0000 (11:20 +0000)]
MF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37

26 years agoMake all the documented (in pcvt(4)) options supported options. While
Joerg Wunsch [Sat, 18 Oct 1997 10:59:47 +0000 (10:59 +0000)]
Make all the documented (in pcvt(4)) options supported options.  While
i was at it, do no longer insist on `PCVT_FREEBSD' being declared in
the config file, but default it to a reasonable value.

More cleanup to follow, but this part is safe for RELENG_2_2, too.

26 years agoSomething that should have been done 2.5 years ago: install pcvt's
Joerg Wunsch [Sat, 18 Oct 1997 10:40:02 +0000 (10:40 +0000)]
Something that should have been done 2.5 years ago: install pcvt's
accompanying doc files into /usr/share/pcvt/.  (This goes to the `doc'
distribution, not `bin'.)

26 years agoMF22: Minor cosmetic tweak.
Jordan K. Hubbard [Sat, 18 Oct 1997 10:11:04 +0000 (10:11 +0000)]
MF22: Minor cosmetic tweak.

26 years agoDon't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that the
Peter Wemm [Sat, 18 Oct 1997 10:10:36 +0000 (10:10 +0000)]
Don't doc PPP_BSDCOMP and PPP_DEFLATE twice.  slight reorder so that the
options are not in the middle of the pseudo-device list.

Prompted by: bde

26 years agoBraino on my part.. a #define isn't a reference to a structure, so the
Peter Wemm [Sat, 18 Oct 1997 09:02:39 +0000 (09:02 +0000)]
Braino on my part..  a #define isn't a reference to a structure, so the
struct only needs to be defined if the macro is used.

Pointed out by: bde

26 years ago - do string-magic on the right variable when trying
Jordan K. Hubbard [Sat, 18 Oct 1997 05:54:17 +0000 (05:54 +0000)]
 - do string-magic on the right variable when trying
   to find dependent packages on the local disk (i.e. package given as
   filename, not URL)
 - document $PKG_PATH
 - use -v on pkg_add for dependent packages

Submitted by: hubertf@NetBSD.ORG
Obtained from: NetBSD

26 years agoDeal with PLIST_UNEXEC properly.
Jordan K. Hubbard [Sat, 18 Oct 1997 05:42:05 +0000 (05:42 +0000)]
Deal with PLIST_UNEXEC properly.
PR: 4784
Submitted by: Stefan `Sec` Zehl <sec@quit.42.org>

26 years agoUpdate Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
Peter Wemm [Sat, 18 Oct 1997 01:37:52 +0000 (01:37 +0000)]
Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and
PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the
original method of "#define PPP_DEFLATE 0" did not actually disable
anything.  It was not possible to configure out bsdcomp or zlib
compression.  Also, join the settings for PPP_FILTER and NBPFILTER together
since they are related here (can't have PPP_FILTER without NBPFILTER).

26 years agoDon't say that the filtering options are only available under NetBSD, and
Peter Wemm [Sat, 18 Oct 1997 01:29:18 +0000 (01:29 +0000)]
Don't say that the filtering options are only available under NetBSD, and
don't claim that _any_ serial speed is settable, mention that it has to
be supported by the device driver.  Some have very flexible baud rate
selection (ie: based on divisors etc, such as the com ports), while others
have explicit baud rate choices.

26 years agoDoc PPP_* options and add PPP_FILTER
Peter Wemm [Sat, 18 Oct 1997 01:24:20 +0000 (01:24 +0000)]
Doc PPP_* options and add PPP_FILTER

26 years agoConvert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
Peter Wemm [Sat, 18 Oct 1997 01:20:28 +0000 (01:20 +0000)]
Convert PPP_FILTER to an option, like PPP_BSDCOMP and PPP_DEFLATE.
It requires bpf, I'll note this in LINT.

26 years agoConvert PPP_FILTER to an option
Peter Wemm [Sat, 18 Oct 1997 01:15:32 +0000 (01:15 +0000)]
Convert PPP_FILTER to an option

26 years agoBetter fix for the bpf dependency that doesn't have such a large impact
Peter Wemm [Sat, 18 Oct 1997 00:56:23 +0000 (00:56 +0000)]
Better fix for the bpf dependency that doesn't have such a large impact
on the code and pppd in userland.  PPP_FILTER is meant to be an option (or
negatable option).

26 years agoBack out the `PPP_FILTER => NBPFILTER' changes.
Peter Wemm [Sat, 18 Oct 1997 00:49:59 +0000 (00:49 +0000)]
Back out the `PPP_FILTER => NBPFILTER' changes.

26 years agoBack out the `PPP_FILTER => NBPFILTER' changes
Peter Wemm [Sat, 18 Oct 1997 00:46:10 +0000 (00:46 +0000)]
Back out the `PPP_FILTER => NBPFILTER' changes

26 years agoKilled non-sensical call to splimp/splx in crfree().
David Greenman [Fri, 17 Oct 1997 23:52:56 +0000 (23:52 +0000)]
Killed non-sensical call to splimp/splx in crfree().

26 years agoA better fix for both kernel and LKM compilation.
Ollivier Robert [Fri, 17 Oct 1997 21:50:32 +0000 (21:50 +0000)]
A better fix for both kernel and LKM compilation.