]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoadd extern for inetsw
darrenr [Wed, 16 Aug 2000 13:54:56 +0000 (13:54 +0000)]
add extern for inetsw

23 years agoISDN B channels have a bandwidth of 64000, not 65536
brian [Wed, 16 Aug 2000 13:54:04 +0000 (13:54 +0000)]
ISDN B channels have a bandwidth of 64000, not 65536

Pointed out by: Christian Weisgerber <naddy@mips.inka.de>

23 years agoDisable part of my 8-bits fixes from December 1999.
cracauer [Wed, 16 Aug 2000 12:23:57 +0000 (12:23 +0000)]
Disable part of my 8-bits fixes from December 1999.

Serious fix still needed, see discussion on -current
(Subject: /bin/sh dumps core with here-document of 8bit text)

Problem in this code originally spotted by
Jun Kuriyama <kuriyama@FreeBSD.org>

23 years agoFix type builtin for absolute paths and relative paths with directory
cracauer [Wed, 16 Aug 2000 12:08:02 +0000 (12:08 +0000)]
Fix type builtin for absolute paths and relative paths with directory
names in them.

Also use a colon in the answer of `type` everytime the questioned item
is not usable.

PR: bin/20567

23 years agoIf the -p option is used, use setproctitle() to hide it's argument
brian [Wed, 16 Aug 2000 12:01:17 +0000 (12:01 +0000)]
If the -p option is used, use setproctitle() to hide it's argument
(a password) asap.

23 years agoFrom submitter:
cracauer [Wed, 16 Aug 2000 10:39:43 +0000 (10:39 +0000)]
From submitter:
growstackblock() sometimes relocates a stack_block considered empty
without properly relocating stack marks referencing that block.
The first call to popstackmark() with the unrelocated stack mark
as argument then causes sh to abort.

Relocating the relevant stack marks seems to solve this problem.

The patch changes the semantics of popstackmark() somewhat.  It can
only be called once after a call to setstackmark(), thus cmdloop() in
main.c needs an extra call to setstackmark().

PR: bin/19983
Submitted by: Tor.Egge@fast.no
Reviewed by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>

23 years agoadd missing splx(), when outgoing interface queue is full on tunnelled
itojun [Wed, 16 Aug 2000 09:56:45 +0000 (09:56 +0000)]
add missing splx(), when outgoing interface queue is full on tunnelled
IPsec packet output.  KAME PR 280.

23 years agoDecrease the size of mfsroot.flp for PC-98 to 1.2MB.
nyan [Wed, 16 Aug 2000 09:30:47 +0000 (09:30 +0000)]
Decrease the size of mfsroot.flp for PC-98 to 1.2MB.

23 years agoFix `control socket: Protocol not supported' failure in
ru [Wed, 16 Aug 2000 09:12:33 +0000 (09:12 +0000)]
Fix `control socket: Protocol not supported' failure in
standalone -D mode when neither -4 nor -6 is specified.

23 years agosetproctitle() doesn't need to be called with root privs, so move
brian [Wed, 16 Aug 2000 09:07:23 +0000 (09:07 +0000)]
setproctitle() doesn't need to be called with root privs, so move
it from id.c into defs.c

23 years agoDefault the bandwidth of an ISDN B channel to 65536bps
brian [Wed, 16 Aug 2000 09:06:59 +0000 (09:06 +0000)]
Default the bandwidth of an ISDN B channel to 65536bps

23 years agooptreset is declared in unistd.h now.
imp [Wed, 16 Aug 2000 07:36:30 +0000 (07:36 +0000)]
optreset is declared in unistd.h now.

23 years agoRearrange the probe a bit, hopefully this will help to eleminate
sos [Wed, 16 Aug 2000 07:09:04 +0000 (07:09 +0000)]
Rearrange the probe a bit, hopefully this will help to eleminate
some of the fake devices sometimes seen on single device ATA
channels.

Proberly fail on failures in ata-disk.c, retry instead of hang.

Cleanup the VIA probe/init code a bit.

Fix a couble of missing free's in atapi-cd.c in the changer code.

23 years agoDon't explicitly declare optarg and optind. These are declared in
imp [Wed, 16 Aug 2000 05:14:49 +0000 (05:14 +0000)]
Don't explicitly declare optarg and optind.  These are declared in
unistd.h, which is already included.

23 years agoopen_drive:
grog [Wed, 16 Aug 2000 04:31:37 +0000 (04:31 +0000)]
open_drive:
  Add support for AMD RAID controllers as "disks".

Requested-by: Marius Bendiksen <mbendiks@eunet.no>
  Remove potential panic when attempting to open non-existent drivers.

init_drive: Return error codes correctly.  Previously it would
            occasionally return 0.  The error was redetected
            elsewhere, but this was causing a number of confusing
            error messages.

23 years agoAdd another USR modem.
peter [Tue, 15 Aug 2000 21:03:28 +0000 (21:03 +0000)]
Add another USR modem.

PR: 20621
Submitted by: Masanori Taira <mtaira@logicaleffect.com>

23 years agoMention the gawk-3.0.6 upgrade.
sheldonh [Tue, 15 Aug 2000 18:05:05 +0000 (18:05 +0000)]
Mention the gawk-3.0.6 upgrade.

23 years agoRemove redundant code left over on removal of /dev/rXXX handling
rnordier [Tue, 15 Aug 2000 18:04:16 +0000 (18:04 +0000)]
Remove redundant code left over on removal of /dev/rXXX handling
in r1.12.

23 years agoMove the running of the Linux and SVR4 compat bits to the arch independent
obrien [Tue, 15 Aug 2000 18:02:49 +0000 (18:02 +0000)]
Move the running of the Linux and SVR4 compat bits to the arch independent
location.

Sponsored by:   LinuxWorld frustration

23 years agoPartially revert r1.12, in which a warnx() if the device is not a
rnordier [Tue, 15 Aug 2000 17:42:24 +0000 (17:42 +0000)]
Partially revert r1.12, in which a warnx() if the device is not a
character device is changed to an errx().  This unnecessarily
compromises device independence.

23 years agoGrammar police; "has been written by" --> "was written by".
markm [Tue, 15 Aug 2000 15:23:46 +0000 (15:23 +0000)]
Grammar police; "has been written by" --> "was written by".

23 years agoImprove the cross-references.
markm [Tue, 15 Aug 2000 15:14:13 +0000 (15:14 +0000)]
Improve the cross-references.

23 years agoMake the pppoe-in config entry a bit more useful (and verbose)
brian [Tue, 15 Aug 2000 15:13:16 +0000 (15:13 +0000)]
Make the pppoe-in config entry a bit more useful (and verbose)

23 years agoAdd a sample ifconfig entry for an IPX address family address, to give
sheldonh [Tue, 15 Aug 2000 15:09:34 +0000 (15:09 +0000)]
Add a sample ifconfig entry for an IPX address family address, to give
IPX folks a fighting chance of figuring this out themselves.  I can't
work out how to document this carefully in rc.conf(5), but this ought
to close the PR.

PR: 17904
Reported by: John Gelnaw <jeg@hawk.circa.ufl.edu>

23 years agoFix grammar and a function name.
markm [Tue, 15 Aug 2000 15:09:13 +0000 (15:09 +0000)]
Fix grammar and a function name.

23 years agoDescribe the process used for the gawk-3.0.6 update in
sheldonh [Tue, 15 Aug 2000 14:42:50 +0000 (14:42 +0000)]
Describe the process used for the gawk-3.0.6 update in
FREEBSD-upgrade and remove the config.h which should never
have existed in the contrib area.  That file has been moved
into gnu/usr.bin/awk where it belongs.

23 years agoInstall mode 644, not mode 664 during kernel compile. Yes, Peter, I am
kris [Tue, 15 Aug 2000 11:06:56 +0000 (11:06 +0000)]
Install mode 644, not mode 664 during kernel compile. Yes, Peter, I am
psycho :-)

23 years agoUpdate for the newly-updated gawk-3.0.6.
sheldonh [Tue, 15 Aug 2000 10:47:38 +0000 (10:47 +0000)]
Update for the newly-updated gawk-3.0.6.

23 years agoUpdate for the newly-updated gawk-3.0.6.
sheldonh [Tue, 15 Aug 2000 10:31:12 +0000 (10:31 +0000)]
Update for the newly-updated gawk-3.0.6.

23 years agoMaintain input and output throughput averages and choose the highest
brian [Tue, 15 Aug 2000 10:25:42 +0000 (10:25 +0000)]
Maintain input and output throughput averages and choose the highest
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.

This makes more sense as all links I know of are full-duplex.  This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).

This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.

23 years agoMerge the vendor release of gawk-3.0.6 onto HEAD.
sheldonh [Tue, 15 Aug 2000 10:20:01 +0000 (10:20 +0000)]
Merge the vendor release of gawk-3.0.6 onto HEAD.

This addresses one known problem in the PR database.

PR: 13921
Reported by: Jin Guojun <j_guojun@lbl.gov>

23 years agoThis commit was generated by cvs2svn to compensate for changes in r64666,
sheldonh [Tue, 15 Aug 2000 10:02:07 +0000 (10:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r64666,
which included commits to RCS files with non-trunk default branches.

23 years agoUpdate vendor branch to gawk-3.0.6.
sheldonh [Tue, 15 Aug 2000 10:02:07 +0000 (10:02 +0000)]
Update vendor branch to gawk-3.0.6.

23 years agoInstall /var/crash/minfree mode 644 instead of 664 - group wheel shouldn't
kris [Tue, 15 Aug 2000 09:42:12 +0000 (09:42 +0000)]
Install /var/crash/minfree mode 644 instead of 664 - group wheel shouldn't
have special write permissions to things.

23 years agoreorder "localhost" entry, to prefer ::1 than 127.0.0.1.
itojun [Tue, 15 Aug 2000 09:38:19 +0000 (09:38 +0000)]
reorder "localhost" entry, to prefer ::1 than 127.0.0.1.

23 years agoWhen warning that a log file can't be compressed, tell the reader which
joe [Tue, 15 Aug 2000 09:34:41 +0000 (09:34 +0000)]
When warning that a log file can't be compressed, tell the reader which
log file it was.

23 years agoDon't extract these files as mode 664 during build, use mode 644 instead.
kris [Tue, 15 Aug 2000 09:17:50 +0000 (09:17 +0000)]
Don't extract these files as mode 664 during build, use mode 644 instead.

23 years agoDon't extract these files as mode 666 during build, use mode 644 instead.
kris [Tue, 15 Aug 2000 09:14:04 +0000 (09:14 +0000)]
Don't extract these files as mode 666 during build, use mode 644 instead.

23 years agoFixed determination method for sector size of the 2nd IDE HDD.
kato [Tue, 15 Aug 2000 08:17:03 +0000 (08:17 +0000)]
Fixed determination method for sector size of the 2nd IDE HDD.

23 years agoFix nit in previous delta: trailing punctuation arguments to mdoc
sheldonh [Tue, 15 Aug 2000 07:36:08 +0000 (07:36 +0000)]
Fix nit in previous delta: trailing punctuation arguments to mdoc
macros must be whitespace separated.

23 years agorepair endianness issue in IN_MULTICAST().
itojun [Tue, 15 Aug 2000 07:34:08 +0000 (07:34 +0000)]
repair endianness issue in IN_MULTICAST().
again, *BSD difference...

From: Nick Sayer <nsayer@quack.kfu.com>

23 years agoSeveral cleanups:
sobomax [Tue, 15 Aug 2000 05:42:39 +0000 (05:42 +0000)]
Several cleanups:
- use getopt(3) to parse command line arguments instead of home-made incomplete
  parser;
- be more verbose when error in command line encountered (i.e. incorrect
  playing/recording device, incorrect recsrc syntax).

23 years agoDocument three new control messages.
archie [Tue, 15 Aug 2000 01:17:44 +0000 (01:17 +0000)]
Document three new control messages.

23 years agoAdd three more control messages to complement their opposites:
archie [Tue, 15 Aug 2000 01:05:50 +0000 (01:05 +0000)]
Add three more control messages to complement their opposites:
NGM_ETHER_SET_ENADDR, NGM_ETHER_GET_PROMISC, and NGM_ETHER_GET_AUTOSRC.
Alter parsing algorithm so the EN address really looks like one.

23 years agoCalculate the average link throughput using a counter based on the
brian [Tue, 15 Aug 2000 00:59:21 +0000 (00:59 +0000)]
Calculate the average link throughput using a counter based on the
cumulative total of all active links rather than basing it on the
total of PROTO_MP traffic.

This fixes a problem whereby Cisco routers send PROTO_IP packets only
when there's only one link (hmm, what a good idea!).

23 years agoExport the functionality of SIOCSIFLLADDR with if_setlladdr()
archie [Tue, 15 Aug 2000 00:48:38 +0000 (00:48 +0000)]
Export the functionality of SIOCSIFLLADDR with if_setlladdr()
and add some more rigorous sanity checking in the process.

Reviewed by: freebsd-net

23 years agoFixed PunchFW code segmentation violation bug.
ru [Mon, 14 Aug 2000 15:24:47 +0000 (15:24 +0000)]
Fixed PunchFW code segmentation violation bug.

Reported by: Christian Schade <chris@cube.sax.de>

23 years agoUse queue(3) LIST_* macros for doubly-linked lists.
ru [Mon, 14 Aug 2000 14:18:16 +0000 (14:18 +0000)]
Use queue(3) LIST_* macros for doubly-linked lists.

23 years agoawictl configuration interface is never used and now it is replaced by
onoe [Mon, 14 Aug 2000 14:10:10 +0000 (14:10 +0000)]
awictl configuration interface is never used and now it is replaced by
wicontrol(8).

23 years agoadd dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface.
onoe [Mon, 14 Aug 2000 13:45:42 +0000 (13:45 +0000)]
add dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface.
add dev/awi/awi_wep.c to support WEP for awi.
add dependency for awi to crypto/rc4/rc4.c

23 years agoAdd support for WEP functionality.
onoe [Mon, 14 Aug 2000 13:42:38 +0000 (13:42 +0000)]
Add support for WEP functionality.
Add support for wi(4) compatible configuration interface.  It enables
wicontrol(8) to configure some 802.11 specific parameters.
Some minor fixes from NetBSD.
Obtained from:  NetBSD current

23 years agoChange the argument for SIOCG80211NWID/SIOCS80211NWID to include the
onoe [Mon, 14 Aug 2000 13:29:49 +0000 (13:29 +0000)]
Change the argument for SIOCG80211NWID/SIOCS80211NWID to include the
length of NWID.  This breaks binary compatibility but only the awi driver
refers this ioctl; no userland tools refers it.
Add WEP stuff.
Obtained from: NetBSD current

23 years agoAdd the -i option, as found in rm(1), which provides an interactive
sheldonh [Mon, 14 Aug 2000 08:48:55 +0000 (08:48 +0000)]
Add the -i option, as found in rm(1), which provides an interactive
mode in which the user is prompted for confirmation before an
existing file is replaced.

Submitted by: alex

23 years agoDon't delete sticky routes when unconfiguring the interface.
brian [Mon, 14 Aug 2000 08:43:40 +0000 (08:43 +0000)]
Don't delete sticky routes when unconfiguring the interface.
Deleting all routes that match the interface is sufficient.

23 years agoMerged from sys/i386/i386/machdep.c revision 1.401.
kato [Mon, 14 Aug 2000 07:27:10 +0000 (07:27 +0000)]
Merged from sys/i386/i386/machdep.c revision 1.401.

23 years agoThis file contains a shim just for NetBSD, and not used in FreeBSD at all.
onoe [Mon, 14 Aug 2000 05:44:35 +0000 (05:44 +0000)]
This file contains a shim just for NetBSD, and not used in FreeBSD at all.

23 years agofix LP64 issue in routing socket manipulation.
itojun [Mon, 14 Aug 2000 04:54:58 +0000 (04:54 +0000)]
fix LP64 issue in routing socket manipulation.
make behavior of -A safer.
(sync with kame)

23 years agoNewbusify ed driver.
tanimura [Mon, 14 Aug 2000 04:31:07 +0000 (04:31 +0000)]
Newbusify ed driver.

Partly submitted by: alex

23 years agoUpon installation, create a symbolic link for /etc/aliases pointing to
gshapiro [Mon, 14 Aug 2000 02:49:39 +0000 (02:49 +0000)]
Upon installation, create a symbolic link for /etc/aliases pointing to
/etc/mail/aliases.  This should both help users as well as other MTAs which
still use a default aliases path of /etc/aliases.

23 years agoTurn on support for IPv6
gshapiro [Mon, 14 Aug 2000 02:36:29 +0000 (02:36 +0000)]
Turn on support for IPv6

23 years agoIndex: ppp.8
brian [Sun, 13 Aug 2000 22:03:42 +0000 (22:03 +0000)]
Index: ppp.8
===================================================================
RCS file: /home/ncvs/src/usr.sbin/ppp/ppp.8,v
retrieving revision 1.233
diff -u -r1.233 ppp.8
--- ppp.8 2000/08/10 13:26:01 1.233
+++ ppp.8 2000/08/12 19:50:41
@@ -1,8 +1,8 @@
 .\" $FreeBSD: src/usr.sbin/ppp/ppp.8,v 1.233 2000/08/10 13:26:01 brian Exp $
 .Dd 20 September 1995
 .nr XX \w'\fC00'
-.Os FreeBSD
 .Dt PPP 8
+.Os
 .Sh NAME
 .Nm ppp
 .Nd Point to Point Protocol (a.k.a. user-ppp)

23 years agoSuidperl fixes.
markm [Sun, 13 Aug 2000 20:05:58 +0000 (20:05 +0000)]
Suidperl fixes.

1) Official patch - remove the whole effort to fork off a process
   to run /bin/mail; we don't have a /bin/mail, but this brings our
   code in line with mainstream Perl recommendation.

2) Make the "Can't do setuid" message a bit clearer; when our userbase
   bumps into our suidperl-with-no-commit-bit, give them a good clue as
   to what is going on.

23 years agoUse new aliases path (/etc/mail/aliases)
gshapiro [Sun, 13 Aug 2000 19:32:19 +0000 (19:32 +0000)]
Use new aliases path (/etc/mail/aliases)

Approved by: Doug Barton <DougB@gorean.org>

23 years agoThis patch appears to solve the problems with recording resulting
nsayer [Sun, 13 Aug 2000 19:20:02 +0000 (19:20 +0000)]
This patch appears to solve the problems with recording resulting
in bogus hwptr warnings. Further comments sought on -hackers
were not forthcoming. I can only hope that calling DELAY() like
this doesn't cause any heartburn.

23 years agoDo not require a local-host-names file as this configuration file is the
gshapiro [Sun, 13 Aug 2000 18:53:58 +0000 (18:53 +0000)]
Do not require a local-host-names file as this configuration file is the
default /etc/mail/sendmail.cf installed on a fresh install.
Problem noted by: Hajimu UMEMOTO <ume@mahoroba.org>

23 years agoCAM, the module: scbus, da, cd, and st wrapped in one module.
n_hibma [Sun, 13 Aug 2000 18:49:40 +0000 (18:49 +0000)]
CAM, the module: scbus, da, cd, and st wrapped in one module.

Make the umass driver depend on this module.

Makes it possible to compile the kernel without SCSI support and load it
when for example a USB floppy is conencted.

23 years agoFix syntax for Received: header after conflict resolution.
gshapiro [Sun, 13 Aug 2000 18:47:42 +0000 (18:47 +0000)]
Fix syntax for Received: header after conflict resolution.
Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>

23 years agoFrom NetBSD:
n_hibma [Sun, 13 Aug 2000 18:39:24 +0000 (18:39 +0000)]
From NetBSD:

Make it possible to move a device to its unconfigured state by
using config #0.

Add some comments.

Change error reporting in port reset function.

usbd_devinfo_vp(): search the know devs array also if the device doesn't
return product description (e.g. Kye's Genius NetScroll mouse returns
vendor, but not product); the strings returned by device are still
preferred to those in the array, though

23 years agoComplete migration of aliases file to /etc/mail/aliases.
gshapiro [Sun, 13 Aug 2000 18:38:58 +0000 (18:38 +0000)]
Complete migration of aliases file to /etc/mail/aliases.
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.

23 years agoAdd more CDC defines.
n_hibma [Sun, 13 Aug 2000 18:23:07 +0000 (18:23 +0000)]
Add more CDC defines.

23 years agoFake the Power On command on the virtual hub.
n_hibma [Sun, 13 Aug 2000 18:21:18 +0000 (18:21 +0000)]
Fake the Power On command on the virtual hub.

This removes the two IOERROR's on startup a many has been seeing on UHCI
controllers.

Taken from NetBSD.

23 years agoAdd output of per battery information to apm(1).
ume [Sun, 13 Aug 2000 17:05:27 +0000 (17:05 +0000)]
Add output of per battery information to apm(1).
New ioctl APMIO_GETPWSTATUS is introduced.

Reviewed by: -mobile and -current folks (no objection)

23 years agoAdd dates for FreeBSD 3.5 and 4.1.
alex [Sun, 13 Aug 2000 14:54:51 +0000 (14:54 +0000)]
Add dates for FreeBSD 3.5 and 4.1.
Not included in both the tree and the dates part FreeBSD 3.5.1.

23 years ago- Add $FreeBSD$
alex [Sun, 13 Aug 2000 14:46:31 +0000 (14:46 +0000)]
- Add $FreeBSD$
- Refer to the README files in the subdirs.

23 years agosecure/ may be exported now.
alex [Sun, 13 Aug 2000 14:34:35 +0000 (14:34 +0000)]
secure/ may be exported now.

23 years agoAdd PAO devices supported by drivers.
alex [Sun, 13 Aug 2000 14:25:33 +0000 (14:25 +0000)]
Add PAO devices supported by drivers.

23 years agoMFS4: The stable branch is now RELENG_4 not RELENG_3. Alex changed this
joe [Sun, 13 Aug 2000 14:14:41 +0000 (14:14 +0000)]
MFS4: The stable branch is now RELENG_4 not RELENG_3.  Alex changed this
in RELENG_4, but not in HEAD.

23 years agoDefine SUPHOST. If this is set a '-h ${SUPHOST}' is added to the
joe [Sun, 13 Aug 2000 12:36:40 +0000 (12:36 +0000)]
Define SUPHOST.  If this is set a '-h ${SUPHOST}' is added to the
SUPFLAGS when a 'make update' is run.  This means that the supfile
doesn't need to be edited because the -h will override the
CHANGE_THIS.FreeBSD.org host.

23 years agoUn-deprecate the -G flag at obrien's request. Colour sequences are still
joe [Sun, 13 Aug 2000 12:17:03 +0000 (12:17 +0000)]
Un-deprecate the -G flag at obrien's request.  Colour sequences are still
dependent upon the output being directed to a terminal however.
(Use the CLICOLOR_FORCE variable to force output).

23 years agoFix off by one error in track# calculation.
sos [Sun, 13 Aug 2000 09:08:19 +0000 (09:08 +0000)]
Fix off by one error in track# calculation.

23 years agoAdd alaises as another file to install into /etc/mail/.
gshapiro [Sun, 13 Aug 2000 09:01:12 +0000 (09:01 +0000)]
Add alaises as another file to install into /etc/mail/.
Rename the variable from NOSPAM to ETCMAIL as the list of files actually
only contains one antispam related file.

23 years agoGet rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases
gshapiro [Sun, 13 Aug 2000 08:36:40 +0000 (08:36 +0000)]
Get rid of the /etc/aliases -> /etc/mail/aliases hack.  /etc/mail/aliases
now exists in the distribution.

23 years agoCorrect path name.
grog [Sun, 13 Aug 2000 07:48:32 +0000 (07:48 +0000)]
Correct path name.

Submitted-by: Crist J. Clark <cjclark@alum.mit.com>

23 years agoThis commit was generated by cvs2svn to compensate for changes in r64593,
kris [Sun, 13 Aug 2000 05:23:23 +0000 (05:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r64593,
which included commits to RCS files with non-trunk default branches.

23 years agoFix setproctitle() and syslog() vulnerabilities.
kris [Sun, 13 Aug 2000 05:23:23 +0000 (05:23 +0000)]
Fix setproctitle() and syslog() vulnerabilities.

23 years agoInclude machine/cputypes.h so we get the cpu_class variable. This is needed
jhb [Sun, 13 Aug 2000 05:17:46 +0000 (05:17 +0000)]
Include machine/cputypes.h so we get the cpu_class variable.  This is needed
if I386_CPU is defined in the kernel config file.

23 years agoresolve conflicts
darrenr [Sun, 13 Aug 2000 05:00:44 +0000 (05:00 +0000)]
resolve conflicts

23 years agoThis commit was generated by cvs2svn to compensate for changes in r64588,
darrenr [Sun, 13 Aug 2000 04:58:02 +0000 (04:58 +0000)]
This commit was generated by cvs2svn to compensate for changes in r64588,
which included commits to RCS files with non-trunk default branches.

23 years agoImport base ipfilter 3.4.9 into contrib dir.
darrenr [Sun, 13 Aug 2000 04:58:02 +0000 (04:58 +0000)]
Import base ipfilter 3.4.9 into contrib dir.

23 years agoThis commit was generated by cvs2svn to compensate for changes in r64583,
kris [Sun, 13 Aug 2000 04:46:54 +0000 (04:46 +0000)]
This commit was generated by cvs2svn to compensate for changes in r64583,
which included commits to RCS files with non-trunk default branches.

23 years agoFix benign bugs due to missing format string in err() and warn().
kris [Sun, 13 Aug 2000 04:46:54 +0000 (04:46 +0000)]
Fix benign bugs due to missing format string in err() and warn().

Approved by: assar (vendor :-)

23 years agoFix setproctitle() vulnerability in non-compiled code.
kris [Sun, 13 Aug 2000 04:35:43 +0000 (04:35 +0000)]
Fix setproctitle() vulnerability in non-compiled code.

23 years agoresolve conflicts
darrenr [Sun, 13 Aug 2000 04:31:06 +0000 (04:31 +0000)]
resolve conflicts

23 years agoNew suidperl instructions.
imp [Sun, 13 Aug 2000 02:19:13 +0000 (02:19 +0000)]
New suidperl instructions.

23 years agoChange BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
imp [Sun, 13 Aug 2000 01:41:35 +0000 (01:41 +0000)]
Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what
it does.

23 years agoAlways build and install suidperl. Only install suidperl setuid when
imp [Sun, 13 Aug 2000 01:40:06 +0000 (01:40 +0000)]
Always build and install suidperl.  Only install suidperl setuid when
ENABLE_SUIDPERL is set to true.  When perl is updated to remove the
fork mail code, additional warnings will enable the users to know what
is gonig on and how to correct it.  Markm will make those commits as
part of his perl patch integration.  suidperl is installed with
execute permissions so that markm's added error messages wil be seen
by the user.

23 years agoFix an off-by-one error in the recursive mutex handling that made it
alfred [Sun, 13 Aug 2000 01:30:36 +0000 (01:30 +0000)]
Fix an off-by-one error in the recursive mutex handling that made it
prematurely release recursive mutexes.

Test case provided by: Bradley T. Hughes <bhughes@trolltech.com>
Reviewed by: deischen

23 years agoCorrect spelling: depricated -> deprecated.
joe [Sat, 12 Aug 2000 23:53:11 +0000 (23:53 +0000)]
Correct spelling: depricated -> deprecated.

23 years agoAdd excellent entry written by gshaprio for his import of Sendmail
imp [Sat, 12 Aug 2000 22:47:21 +0000 (22:47 +0000)]
Add excellent entry written by gshaprio for his import of Sendmail
8.11.0 into the tree.  Good job Gregory!

Submitted by: Gregory Neil Shapiro <gshapiro@freebsd.org>

23 years agoA change to the way that colours are switched on in ls. The -G
joe [Sat, 12 Aug 2000 22:40:14 +0000 (22:40 +0000)]
A change to the way that colours are switched on in ls.  The -G
flag has been depricated, although it still works with a warning
message, and replaced with an environment variable CLICOLOR (command
line interface colour).  This could be used by other tools that
want to be able to control colour output.

In addition if the environment variable CLICOLOR_FORCE is defined
colour sequences are output irrespective of whether the output is
directed to a terminal (as long as TERM references a colour capable
terminal of course ;)

PR: bin/20291 and bin/20483