]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years agoClose PR #4867: improve _listmatch() to avoid returning false positives.
Bill Paul [Sun, 16 Nov 1997 03:02:39 +0000 (03:02 +0000)]
Close PR #4867: improve _listmatch() to avoid returning false positives.

PR: 4867

26 years agoMF22:
Nate Williams [Sat, 15 Nov 1997 14:20:31 +0000 (14:20 +0000)]
MF22:
(update_intr_masks might not need to be done in 3.X, but the new generic
 interrupt code is incomplete w/regard to support for the PCCARD code, so
 to avoid any potential problems use it.  It can't hurt).

- Correctly register pcic_imask with the system interrupt code.

- Call update_intr_masks() so that pcic_imask modifications that occur
  when card interrupts are registered get updated in the system
  interrupt code.

26 years agotarget(__target) -> target(${__target})
Wolfram Schneider [Sat, 15 Nov 1997 13:09:52 +0000 (13:09 +0000)]
target(__target) -> target(${__target})

PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk 1997/06/21 15:40:34 1.18
+++ bsd.subdir.mk 1997/11/09 18:04:33
@@ -59,7 +59,7 @@

 .for __target in all checkdpadd clean cleandir depend lint \
   maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
 ${__target}: _SUBDIRUSE
 .endif
 .endfor

26 years agoInterpret AF_LINK sockaddrs correctly in show/delete route.
Brian Somers [Sat, 15 Nov 1997 02:15:56 +0000 (02:15 +0000)]
Interpret AF_LINK sockaddrs correctly in show/delete route.
Print out inteface names rather than numbers, and use the
same "find out the names" code in SetIfAddr().  This means
that the nasty ioctl(,SIOCGIFCONF,)/realloc loop is now
buried :-)

26 years agoSimplify map entries during user page wire and user page unwire operations in
Tor Egge [Fri, 14 Nov 1997 23:42:10 +0000 (23:42 +0000)]
Simplify map entries during user page wire and user page unwire operations in
vm_map_user_pageable().

Check return value of vm_map_lock_upgrade() during a user page wire operation.

26 years agoDon't try to obtain an excluive lock on the vm map, since a deadlock might
Tor Egge [Fri, 14 Nov 1997 22:57:46 +0000 (22:57 +0000)]
Don't try to obtain an excluive lock on the vm map, since a deadlock might
occur if the process owning the map is wiring pages.

26 years agouucplock is in section 3 not section 8 !
Brian Somers [Fri, 14 Nov 1997 20:07:39 +0000 (20:07 +0000)]
uucplock is in section 3 not section 8 !

26 years ago- Added entry for Accton 2216 ethernet card.
Nate Williams [Fri, 14 Nov 1997 18:48:59 +0000 (18:48 +0000)]
- Added entry for Accton 2216 ethernet card.

Submitted by:  Patrick Gardella <patrick@cre8tivegroup.com>

26 years agoUpdate the cftypes arrays according to rfc1700.
Brian Somers [Fri, 14 Nov 1997 15:39:15 +0000 (15:39 +0000)]
Update the cftypes arrays according to rfc1700.
Log IPCP reqests as IPCP.

26 years agoAllow blank lines in config entries (they aren't terminators).
Brian Somers [Fri, 14 Nov 1997 15:38:07 +0000 (15:38 +0000)]
Allow blank lines in config entries (they aren't terminators).

26 years agoLog the request from the remote side, in addition to it having happened.
Sean Eric Fagan [Fri, 14 Nov 1997 04:39:38 +0000 (04:39 +0000)]
Log the request from the remote side, in addition to it having happened.

Reviewed by: julian

26 years agoMF22: Revert part of -p handling.
Jordan K. Hubbard [Fri, 14 Nov 1997 01:56:04 +0000 (01:56 +0000)]
MF22: Revert part of -p handling.

26 years agoSwitch the effective uid to that of the user when writing mail files,
Alexander Langer [Thu, 13 Nov 1997 23:14:34 +0000 (23:14 +0000)]
Switch the effective uid to that of the user when writing mail files,
allowing quotas to be enforced on mail spools.

PR:             1111
Submitted by:   Charles Henrich <henrich@crh.cl.msu.edu>

26 years agoSubmitted by: Archie cobbs (IPDIVERT author)
Julian Elischer [Thu, 13 Nov 1997 22:57:57 +0000 (22:57 +0000)]
Submitted by:   Archie cobbs (IPDIVERT author)
close small security hole where an atacker could sendpackets with
IPDIVERT protocol, and select how it would be diverted thus bypassing
the ipfirewall.  Discovered by inspection rather than attack.
(you'd have to know how the firewall was configured (EXACTLY) to
make use of this but..)

26 years agoUse seteuid() instead of setreuid().
Brian Somers [Thu, 13 Nov 1997 17:31:52 +0000 (17:31 +0000)]
Use seteuid() instead of setreuid().
The setreuid() page says seteuid is better !

26 years agoDon't run if ppp.conf is writable.
Brian Somers [Thu, 13 Nov 1997 15:35:06 +0000 (15:35 +0000)]
Don't run if ppp.conf is writable.

26 years agoLog a warning when a -direct invocation is denied.
Brian Somers [Thu, 13 Nov 1997 14:44:06 +0000 (14:44 +0000)]
Log a warning when a -direct invocation is denied.

26 years agoFix command logging (broken with the "allow" command).
Brian Somers [Thu, 13 Nov 1997 14:43:20 +0000 (14:43 +0000)]
Fix command logging (broken with the "allow" command).

26 years agoNull commit: The last commit made some warning messages clearer.
Brian Somers [Thu, 13 Nov 1997 12:10:50 +0000 (12:10 +0000)]
Null commit:  The last commit made some warning messages clearer.

26 years agoDon't delete interface routes when we do an LcpDown.
Brian Somers [Thu, 13 Nov 1997 12:09:57 +0000 (12:09 +0000)]
Don't delete interface routes when we do an LcpDown.
They'll get deleted in Cleanup().

26 years agoThe prefix override code was bogus. The original idea was sound
Jordan K. Hubbard [Thu, 13 Nov 1997 11:49:23 +0000 (11:49 +0000)]
The prefix override code was bogus.  The original idea was sound
enough, but we're not using the pkg_create tool that way anymore
in the ports collection.

PR: 4894
Submitted by: Adrian Colley <aecolley@ois.ie>

26 years agoWhine when a depended package can't be found at all, vs being found
Jordan K. Hubbard [Thu, 13 Nov 1997 11:44:42 +0000 (11:44 +0000)]
Whine when a depended package can't be found at all, vs being found
but failing to load.
PR: 4959

26 years agoUse htonl() rather than htons().
Brian Somers [Thu, 13 Nov 1997 11:43:02 +0000 (11:43 +0000)]
Use htonl() rather than htons().

26 years agooops, fix left out semicolon in code I patched by hand.
Julian Elischer [Thu, 13 Nov 1997 01:48:30 +0000 (01:48 +0000)]
oops, fix left out semicolon in code I patched by hand.

26 years agoSubmitted by: Archie@Whistle.com (Archie Cobbs)
Julian Elischer [Thu, 13 Nov 1997 01:16:57 +0000 (01:16 +0000)]
Submitted by: Archie@Whistle.com (Archie Cobbs)

allow teh -a option to work with the  -d option
thus:
arp -d -a now flushes your arp cache.
also fix the -n option so that -an now works correctly.

26 years agoReviewed by: hackers@freebsd.org in general
Julian Elischer [Thu, 13 Nov 1997 00:28:51 +0000 (00:28 +0000)]
Reviewed by: hackers@freebsd.org in general
Obtained from: Whistle Communications tree

Add an option to the way UFS works dependent on the SUID bit of directories
This changes makes things a whole lot simpler on systems running as
fileservers for PCs and MACS. to enable the new code you must
1/ enable option SUIDDIR on the kernel.
2/ mount the filesystem with option suiddir.
hopefully this makes it difficult enough for people to
do this accidentally.
see the new chmod(2) man page for detailed info.

26 years agoUnderstand networks in the filter rules. We don't
Brian Somers [Wed, 12 Nov 1997 21:04:21 +0000 (21:04 +0000)]
Understand networks in the filter rules.  We don't
insist on x.x.x.0/24 - x.x.x.x/24 is ok too.

26 years agoLog whether or not IP packets are bloked due to
Brian Somers [Wed, 12 Nov 1997 19:48:45 +0000 (19:48 +0000)]
Log whether or not IP packets are bloked due to
a filter.

26 years agoReturn correct value from "set loopback".
Brian Somers [Wed, 12 Nov 1997 18:47:30 +0000 (18:47 +0000)]
Return correct value from "set loopback".
Output "set ?filter deny host|port" rules correctly
with show ?filter.
Submitted by: Dave Bodenstab <imdave@mcs.net>

26 years agoDon't attempt to dial if "dial label" has specified
Brian Somers [Wed, 12 Nov 1997 16:34:51 +0000 (16:34 +0000)]
Don't attempt to dial if "dial label" has specified
a restricted label.

26 years agoPass a missing arg to LogPrintf().
Brian Somers [Wed, 12 Nov 1997 15:50:38 +0000 (15:50 +0000)]
Pass a missing arg to LogPrintf().

26 years agoSet return value for the correct process in ptrace().
Tor Egge [Wed, 12 Nov 1997 12:28:12 +0000 (12:28 +0000)]
Set return value for the correct process in ptrace().

26 years agoUpgrade perl to perl5.004_04
Mark Murray [Wed, 12 Nov 1997 10:25:17 +0000 (10:25 +0000)]
Upgrade perl to perl5.004_04

26 years agofix return type so that it returns both bytes (instead of just first)
John-Mark Gurney [Wed, 12 Nov 1997 08:48:13 +0000 (08:48 +0000)]
fix return type so that it returns both bytes (instead of just first)

Found-by: conrads@neosoft.com
Fix-by: Luigi
26 years agostate that "kernel includes" ==> sys/*.h
David E. O'Brien [Wed, 12 Nov 1997 06:29:10 +0000 (06:29 +0000)]
state that "kernel includes" ==> sys/*.h

26 years agoReviewed by: various.
Julian Elischer [Wed, 12 Nov 1997 05:42:33 +0000 (05:42 +0000)]
Reviewed by: various.

Ever since I first say the way the mount flags were used I've hated the
fact that modes, and events, internal and exported, and short-term
and long term flags are all thrown together. Finally it's annoyed me enough..
This patch to the entire FreeBSD tree adds a second mount flag word
to the mount struct. it is not exported to userspace. I have moved
some of the non exported flags over to this word. this means that we now
have 8 free bits in the mount flags. There are another two that might
well move over, but which I'm not sure about.
The only user visible change would have been in pstat -v, except
that davidg has disabled it anyhow.
I'd still like to move the state flags and the 'command' flags
apart from each other.. e.g. MNT_FORCE really doesn't have the
same semantics as MNT_RDONLY, but that's left  for another day.

26 years agostyle-police got me. :-)
David E. O'Brien [Wed, 12 Nov 1997 04:39:33 +0000 (04:39 +0000)]
style-police got me.  :-)
Also fixed some "didn't make the most sense" problems.

Submitted by: bde

26 years agoDocument the exit status for a command that was terminated by a
John Polstra [Wed, 12 Nov 1997 04:32:50 +0000 (04:32 +0000)]
Document the exit status for a command that was terminated by a
signal.

26 years agoOutput the estimated battery lifetime as "hh:mm:ss" along with
John Polstra [Wed, 12 Nov 1997 04:16:23 +0000 (04:16 +0000)]
Output the estimated battery lifetime as "hh:mm:ss" along with
everything else.  Add a "-t" option for outputting it in raw form.
Define and document the order in which raw values are printed when
more than one is requested on the command line.

26 years agoExpand the APMIO_GETINFO ioctl to return the estimated remaining
John Polstra [Wed, 12 Nov 1997 04:12:51 +0000 (04:12 +0000)]
Expand the APMIO_GETINFO ioctl to return the estimated remaining
battery time.  For backward compatibility with old binaries, I
assigned a new ioctl number for this call, and retained the old
one as APMIO_GETINFO_OLD.  I also added eight words of padding and
a version field, so that future enhancements won't require jumping
through this hoop again.

26 years agoDon't warn that we're waiting for the command to complete if
Brian Somers [Wed, 12 Nov 1997 02:10:05 +0000 (02:10 +0000)]
Don't warn that we're waiting for the command to complete if
we've put it in the background (!bg).

26 years agoSome "allow" examples.
Brian Somers [Wed, 12 Nov 1997 00:52:16 +0000 (00:52 +0000)]
Some "allow" examples.

26 years agoDon't moan about unexpected config req's when in ST_STOPPING.
Brian Somers [Tue, 11 Nov 1997 23:23:11 +0000 (23:23 +0000)]
Don't moan about unexpected config req's when in ST_STOPPING.

26 years agoFinish the security improvements:
Brian Somers [Tue, 11 Nov 1997 22:58:14 +0000 (22:58 +0000)]
Finish the security improvements:
  o Add "allow" command:
      "allow users a b c" gives access to users a, b and c.
      "allow modes auto"  gives those users access to auto mode only.
      "allow users *" and  "allow modes *" are accepted.
      No users and all modes are allowed by default.
    UID 0 can do anything.
  o Set the current label with the "load" and "dial" commands
    so that the call to ppp.linkdown makes sense.
  o Up the verison number.
  o Don't OR MODE_AUTO for -background and -ddial.
  o Don't OR MODE_INTER when we get a diagnostic connection.
  o Allow up to 40 args per line (was 20).
  o "set ifaddr" only changes the interface in AUTO mode (with other
    modes, it happens after IPCP negotiation).
  o Sort command descriptions in the man page.
  o Support -dedicated mode where we just talk ppp forever (no login etc).

26 years agoSort "sparse" into alphabetical order, since dd's `conv' options need
Joerg Wunsch [Tue, 11 Nov 1997 20:35:29 +0000 (20:35 +0000)]
Sort "sparse" into alphabetical order, since dd's `conv' options need
to be sorted.  This temporarily broke the "osync" option.

26 years agoUse select() instead of poll() for portabilities sake.
Brian Somers [Tue, 11 Nov 1997 13:27:47 +0000 (13:27 +0000)]
Use select() instead of poll() for portabilities sake.

26 years agoFix typo that causes CHAP RESPONSEs to *always*
Brian Somers [Tue, 11 Nov 1997 13:08:12 +0000 (13:08 +0000)]
Fix typo that causes CHAP RESPONSEs to *always*
be damned M$ responses if you've got DES.

26 years agoPoll the socket descriptor while in el_gets()
Brian Somers [Tue, 11 Nov 1997 12:28:02 +0000 (12:28 +0000)]
Poll the socket descriptor while in el_gets()
so that our display is scribbled over as we
requested.

26 years agoFlush the output stream when doing local logging.
Brian Somers [Tue, 11 Nov 1997 12:26:34 +0000 (12:26 +0000)]
Flush the output stream when doing local logging.

26 years agoCorrect some anomalies in the man page.
Steve Price [Tue, 11 Nov 1997 05:00:59 +0000 (05:00 +0000)]
Correct some anomalies in the man page.

PR: 3808
Parially submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>

26 years agoDocumented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.
Kazutaka YOKOTA [Tue, 11 Nov 1997 03:06:45 +0000 (03:06 +0000)]
Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options.

26 years agoAttempt to tell the user precisely what sort of VGA-like PCI device is
Garrett Wollman [Tue, 11 Nov 1997 01:50:06 +0000 (01:50 +0000)]
Attempt to tell the user precisely what sort of VGA-like PCI device is
in their system.  The list comes originally from XFree86's SuperProbe
program.

26 years ago- Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.
Nate Williams [Tue, 11 Nov 1997 00:47:01 +0000 (00:47 +0000)]
- Added PSM_HOOKAPM & PSM_RESETAFTERSUSPEND options.
OK'd by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>

26 years agoAdd a ypinit script and man page (script lifted from OpenBSD and haqued
Bill Paul [Mon, 10 Nov 1997 22:17:13 +0000 (22:17 +0000)]
Add a ypinit script and man page (script lifted from OpenBSD and haqued
to work on FreeBSD, man page written by me.)

Also change Makefile.yp a little to be more tolerane in the face of
missing source files. Print a message if we can't find /var/yp/master.passwd
telling the user what to do to fix things.

26 years agoMention IP address label in ppp.linkup.
Brian Somers [Mon, 10 Nov 1997 21:27:36 +0000 (21:27 +0000)]
Mention IP address label in ppp.linkup.
Add an "examples:" label so that people don't
inadvertently get all the examples with the
"ondemand" label.

26 years agoFix conflicts.
Mark Murray [Mon, 10 Nov 1997 18:31:35 +0000 (18:31 +0000)]
Fix conflicts.

26 years agoFixed chip_offsets[] which I broke in rev.1.53. The offsets aren't
Bruce Evans [Mon, 10 Nov 1997 15:46:33 +0000 (15:46 +0000)]
Fixed chip_offsets[] which I broke in rev.1.53.  The offsets aren't
actually offsets, they are offsets scaled by dividing by 2^cy_align.
I use different values for cy_align since the -current values are
unnaturally scaled, so I need different offsets, and the wrong
offsets got committed.

Reported by: nnd@itfs.nsk.su (N.Dudorov)

26 years ago- Convert c++ comment to c comment.
Nate Williams [Mon, 10 Nov 1997 14:38:08 +0000 (14:38 +0000)]
- Convert c++ comment to c comment.

Noted by:  Bruce

26 years agoSync with sys/i386/conf/majors.i386 revision 1.20.
KATO Takenori [Mon, 10 Nov 1997 13:46:38 +0000 (13:46 +0000)]
Sync with sys/i386/conf/majors.i386 revision 1.20.

26 years agoFixed some type and value mismatches. setsignal() returned a bogusly
Bruce Evans [Mon, 10 Nov 1997 11:32:24 +0000 (11:32 +0000)]
Fixed some type and value mismatches.  setsignal() returned a bogusly
cast value that was always ignored.  Rev.1.9 of trap.c made this
more bogus by returning a semantically different value after calling
siginterrupt().  Avoid these problems by not returning a value.

26 years agoAdd (unsigned) cast to prevent overflow in %
Andrey A. Chernov [Mon, 10 Nov 1997 08:03:36 +0000 (08:03 +0000)]
Add (unsigned) cast to prevent overflow in %
Submitted by:  "Alex G. Bulushev" <bag@demos.su>

26 years agoUse more secure defaults for amd.map.
Jordan K. Hubbard [Mon, 10 Nov 1997 05:24:01 +0000 (05:24 +0000)]
Use more secure defaults for amd.map.

PR: 3846
Submitted by: Takeshi WATANABE <watanabe@komadori.planet.kobe-u.ac.jp>

26 years agoAssign 84 to Andrew Gordon <arg@arg1.demon.co.uk> for the 'ttxt' Unitext
Mike Smith [Mon, 10 Nov 1997 03:50:29 +0000 (03:50 +0000)]
Assign 84 to Andrew Gordon <arg@arg1.demon.co.uk> for the 'ttxt' Unitext
teletext decoder.

26 years agoremove #include <login_cap.h>, this is included as needed elsewhere now.
Peter Wemm [Mon, 10 Nov 1997 02:51:16 +0000 (02:51 +0000)]
remove #include <login_cap.h>, this is included as needed elsewhere now.

26 years agosetusercontext() came into the 2.2 branch just before 2.2.2-release.
Peter Wemm [Mon, 10 Nov 1997 02:32:27 +0000 (02:32 +0000)]
setusercontext() came into the 2.2 branch just before  2.2.2-release.

26 years agoMerge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, when
Peter Wemm [Mon, 10 Nov 1997 02:05:23 +0000 (02:05 +0000)]
Merge sendmail 8.8.8 changes onto mainline.  (For all of CVS's warts, when
things like this turn out this easy (ie: it took 30 seconds), it's nice :-)

26 years agoThis commit was generated by cvs2svn to compensate for changes in r31087,
Peter Wemm [Mon, 10 Nov 1997 01:58:17 +0000 (01:58 +0000)]
This commit was generated by cvs2svn to compensate for changes in r31087,
which included commits to RCS files with non-trunk default branches.

26 years agoImport sendmail-8.8.8
Peter Wemm [Mon, 10 Nov 1997 01:58:17 +0000 (01:58 +0000)]
Import sendmail-8.8.8

Obtained from: ftp.sendmail.org

26 years agotarget(__target) -> target(${__target})
Wolfram Schneider [Mon, 10 Nov 1997 00:35:25 +0000 (00:35 +0000)]
target(__target) -> target(${__target})

PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

26 years agoDon't Cleanup() in background mode when
Brian Somers [Sun, 9 Nov 1997 23:40:21 +0000 (23:40 +0000)]
Don't Cleanup() in background mode when
we get a "close", the LcpClose() will
eventually do it when we get to PHASE_DEAD.

26 years agoInitialize VarAltPhone.
Brian Somers [Sun, 9 Nov 1997 22:56:15 +0000 (22:56 +0000)]
Initialize VarAltPhone.
PR: 4993

26 years agoDon't create a diagnostic socket by default.
Brian Somers [Sun, 9 Nov 1997 22:07:29 +0000 (22:07 +0000)]
Don't create a diagnostic socket by default.
Allow a password spec on the "set server" command line.
Use SIGUSR2 to close the diagnostic socket.
Some man page corrections.

26 years agoDon't ask for a password if it's specified as empty.
Brian Somers [Sun, 9 Nov 1997 18:51:23 +0000 (18:51 +0000)]
Don't ask for a password if it's specified as empty.

26 years agoPrompt correctly when ppp *doesn't* ask for a password.
Brian Somers [Sun, 9 Nov 1997 18:50:34 +0000 (18:50 +0000)]
Prompt correctly when ppp *doesn't* ask for a password.

26 years agoSuggest that a ``!include ~/.ppp.conf'' may be in order.
Brian Somers [Sun, 9 Nov 1997 17:54:27 +0000 (17:54 +0000)]
Suggest that a ``!include ~/.ppp.conf'' may be in order.

26 years agoAdd the "!include" syntax.
Brian Somers [Sun, 9 Nov 1997 17:51:27 +0000 (17:51 +0000)]
Add the "!include" syntax.
Return 0 from "show" commands.

26 years agoDocument the ``-o 3'' option.
David E. O'Brien [Sun, 9 Nov 1997 16:08:11 +0000 (16:08 +0000)]
Document the ``-o 3'' option.

The Man award to: Jo"rg

26 years agoRemove the comments hat just list the nested includes.
Wolfram Schneider [Sun, 9 Nov 1997 15:03:15 +0000 (15:03 +0000)]
Remove the comments hat just list the nested includes.
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce

26 years agotarget(__target) -> target(${__target})
Wolfram Schneider [Sun, 9 Nov 1997 14:37:40 +0000 (14:37 +0000)]
target(__target) -> target(${__target})

PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

26 years agoDon't mention removed ppp sample files
Brian Somers [Sun, 9 Nov 1997 14:24:24 +0000 (14:24 +0000)]
Don't mention removed ppp sample files
Pointed out by:  jkh

26 years agoIncrease chat script sizes to 512
Brian Somers [Sun, 9 Nov 1997 14:18:55 +0000 (14:18 +0000)]
Increase chat script sizes to 512
Requested by: Michael Reifenberger <root@totum.plaut.de>

26 years agoRemove the use of $HOME/.ppp.*
Brian Somers [Sun, 9 Nov 1997 13:18:51 +0000 (13:18 +0000)]
Remove the use of $HOME/.ppp.*

26 years agoNull commit:
Brian Somers [Sun, 9 Nov 1997 13:18:18 +0000 (13:18 +0000)]
Null commit:
  The last modification removed the use of $HOME/.ppp.*

26 years agoAdd html-mv script. Html-mv rename HTML generated filenames to
Wolfram Schneider [Sun, 9 Nov 1997 11:23:54 +0000 (11:23 +0000)]
Add html-mv script. Html-mv rename HTML generated filenames to
human readable filenames. E.g.:

$ cd FAQ
$ make FORMATS=html
$ html-mv FAQ
$ ls
FAQ_ACKNOWLEDGMENTS.html
FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html
FAQ_Are_there_any_Database_systems_for_FreeBSD_.html
FAQ_Are_there_any_commercial_high-performance_X_servers_.html
FAQ_Books_on_FreeBSD.html
FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html
[...]

26 years agoA better fix for the ddb command history buffer problem; use a static
Mike Smith [Sun, 9 Nov 1997 06:30:29 +0000 (06:30 +0000)]
A better fix for the ddb command history buffer problem; use a static
buffer instead of trying to use malloc() in the input routine.
Submitted by: john hood <cgull@smoke.marlboro.vt.us>

26 years agoIntroduce ID0 logging.
Brian Somers [Sun, 9 Nov 1997 06:22:49 +0000 (06:22 +0000)]
Introduce ID0 logging.
Stay as the invoking uid as much as possible.
Execution as a normal user is still forbidden for now,
so these changes are pretty ineffective.
The next commit will implement the modifications suggested
on -hackers a number of days ago.

26 years agoAdd an introductory manpage for the ports system.
David E. O'Brien [Sun, 9 Nov 1997 06:05:45 +0000 (06:05 +0000)]
Add an introductory manpage for the ports system.

26 years agoNeed to skip argv[0] when we are named "sum".
David E. O'Brien [Sun, 9 Nov 1997 05:47:55 +0000 (05:47 +0000)]
Need to skip argv[0] when we are named "sum".

26 years agoWhen called "sum", it is not documented as accepting any arguments.
David E. O'Brien [Sun, 9 Nov 1997 05:35:26 +0000 (05:35 +0000)]
When called "sum", it is not documented as accepting any arguments.

26 years agoMF22: MSG_EOR bug fix.
Jordan K. Hubbard [Sun, 9 Nov 1997 05:07:40 +0000 (05:07 +0000)]
MF22: MSG_EOR bug fix.
Submitted by: wollman

26 years agoWhen responding to a CHAP challenge, don't try to use
Brian Somers [Sun, 9 Nov 1997 03:55:27 +0000 (03:55 +0000)]
When responding to a CHAP challenge, don't try to use
ppp.secret to get a key value based on the peers name,
then send the value of AuthName with the encrypted result.
This is *way* too confusing.
Instead, always use AuthName and AuthKey as the documentation
says.

26 years agoDescribe MNT_NOCLUSTER{R,W} flags.
KATO Takenori [Sun, 9 Nov 1997 03:36:26 +0000 (03:36 +0000)]
Describe MNT_NOCLUSTER{R,W} flags.

Pointed out by: bde

26 years agoDon't include RTA_GATEWAY in rtm_addrs unless it's specified.
Brian Somers [Sun, 9 Nov 1997 03:22:49 +0000 (03:22 +0000)]
Don't include RTA_GATEWAY in rtm_addrs unless it's specified.

26 years agoMake fix for PR 4883 consistent with other similar cases.
James Raynard [Sun, 9 Nov 1997 00:48:01 +0000 (00:48 +0000)]
Make fix for PR 4883 consistent with other similar cases.

26 years agoIf "-l" is given, make sure the target of the link exist.
David E. O'Brien [Sat, 8 Nov 1997 22:15:55 +0000 (22:15 +0000)]
If "-l" is given, make sure the target of the link exist.

26 years agoMerge ppp configuration examples.
Brian Somers [Sat, 8 Nov 1997 20:58:41 +0000 (20:58 +0000)]
Merge ppp configuration examples.
Add some useful bits & pieces.

26 years agoBack-out previous change. A better fix is to follow.
James Raynard [Sat, 8 Nov 1997 20:29:33 +0000 (20:29 +0000)]
Back-out previous change.  A better fix is to follow.
Requested-by: bde
26 years agofix slight breakages from PHK's VFS work.
Julian Elischer [Sat, 8 Nov 1997 19:02:28 +0000 (19:02 +0000)]
fix slight breakages from PHK's VFS work.
also remove irrelevant copyright, now that all that code has gone away.

26 years agoMerge 971020 stuff.. Check 21142? SROM CRC.
Peter Wemm [Sat, 8 Nov 1997 14:46:58 +0000 (14:46 +0000)]
Merge 971020 stuff.. Check 21142? SROM CRC.

26 years agoTypo police.
Brian Somers [Sat, 8 Nov 1997 12:37:33 +0000 (12:37 +0000)]
Typo police.