]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoRemove extraneous arguments to the Os (operating system) and Nm
sheldonh [Thu, 17 Aug 2000 16:57:31 +0000 (16:57 +0000)]
Remove extraneous arguments to the Os (operating system) and Nm
(name) macros.

Do not terminate the cross-reference list in the SEE ALSO section
with a period.

24 years agoImplement the GDB counterpart to use hardware watchpoints in connection
joerg [Thu, 17 Aug 2000 16:27:26 +0000 (16:27 +0000)]
Implement the GDB counterpart to use hardware watchpoints in connection
with Brian's kernel support for i386 debug registers.  This makes
watchpoints actually usable for real-life problems.  Note: you can
only set watchpoints on 1-, 2- or 4-byte locations, gdb automatically
falls back to [sloooow] software watchpoints when attempting to use
them on variables which don't fit into this category.  To circumvent
this, one can use the following hack:

watch *(int *)0x<some address>

David O'Brien is IMHO considering to get this fully integrated into the
official GDB, but as long as we've got the i386/* files sitting around
in our private FreeBSD tree here, the feature can now be tested more
extensively, so i'm committing this for the time being.

This work has been done in order to debug a tix toolkit problem, thus
it has been sponsored by teh Deutsche Post AG.

Reviewed by: bsd (not the operating system, but Brian :-)

24 years agoFix style bugs and poor wording introduced in rev 1.12.
sheldonh [Thu, 17 Aug 2000 16:09:27 +0000 (16:09 +0000)]
Fix style bugs and poor wording introduced in rev 1.12.

Submitted by: bde

24 years agoFix style bugs and inconsistencies introduced in rev 1.16.
sheldonh [Thu, 17 Aug 2000 16:08:06 +0000 (16:08 +0000)]
Fix style bugs and inconsistencies introduced in rev 1.16.

Submitted by: bde

24 years agoThe previous delta was wrong; an empty MAKEOBJDIRPREFIX should
sheldonh [Thu, 17 Aug 2000 14:41:48 +0000 (14:41 +0000)]
The previous delta was wrong; an empty MAKEOBJDIRPREFIX should
cause the working directory to be used.  Make it so.

When we're more convinced that it'll work, we might try this
to avoid a shell invocation:

.if defined(MAKEOBJDIRPREFIX) && !empty(MAKEOBJDIRPREFIX) &&
    exists(${CANONICALOBJDIR}/)

Reported by: bde

24 years agoUse an MRU of 1504 with 1500 byte MRRUs
brian [Thu, 17 Aug 2000 14:40:42 +0000 (14:40 +0000)]
Use an MRU of 1504 with 1500 byte MRRUs

24 years agoMake this file look prettier
brian [Thu, 17 Aug 2000 14:39:24 +0000 (14:39 +0000)]
Make this file look prettier
Bump the MRU by 4 bytes to make room for the MP header
Down the autoload threshold to a practical value
Don't specify the ISDN bandwidth as 65536 (ahem!)
Don't specifiy a carrier period (the default of 6 seconds is fine)

24 years agoDon't let an illegal value for dr7 get set, which can lead to an
bsd [Thu, 17 Aug 2000 14:35:23 +0000 (14:35 +0000)]
Don't let an illegal value for dr7 get set, which can lead to an
unexpected TRCTRAP.

Reported by: John W. De Boskey <jwd@FreeBSD.org>

24 years agoIf we're in MP mode with a single open link, MP link level compression
brian [Thu, 17 Aug 2000 14:14:54 +0000 (14:14 +0000)]
If we're in MP mode with a single open link, MP link level compression
isn't open and the links MRU >= our MRRU, send outbound traffic as
PROTO_IP rather than PROTO_MP.  This shaves some bytes off the front
of each packet 'till the second link is brought up.

Idea obtained from: Cisco

24 years agoDon't set an arbitrary limit on username lengths; use MAXLOGNAME
sheldonh [Thu, 17 Aug 2000 12:31:17 +0000 (12:31 +0000)]
Don't set an arbitrary limit on username lengths; use MAXLOGNAME
instead.

PR: 20675
Submitted by: Vladimir B Grebenschikov <vova@express.ru>

24 years ago- Fixed the conversion to bus_space interface.
nyan [Thu, 17 Aug 2000 12:15:45 +0000 (12:15 +0000)]
- Fixed the conversion to bus_space interface.
- Added PC-98 Cbus devices support.
  The original patch is submitted by chi@bd.mbn.or.jp (Chiharu Shibata)
- Removed old ed driver.

24 years agoAllow a /etc/finger.conf file that contains finger aliases
brian [Thu, 17 Aug 2000 10:59:17 +0000 (10:59 +0000)]
Allow a /etc/finger.conf file that contains finger aliases
This allows people who's email address differs from their account name
to be fingerable.

Submitted by: Mark Knight <markk@knigma.org>

24 years agoClear extraneous arguments to the name (Nm) macro.
sheldonh [Thu, 17 Aug 2000 08:17:16 +0000 (08:17 +0000)]
Clear extraneous arguments to the name (Nm) macro.
Mark PRISON_ROOT and EPERM as defined values (Dv).

24 years agoRevert gratuitous whitespace changes from revisions 1.111 and 1.112.
jhb [Thu, 17 Aug 2000 07:51:48 +0000 (07:51 +0000)]
Revert gratuitous whitespace changes from revisions 1.111 and 1.112.

24 years agoMention that basic network options now include firewall/security options as
jhb [Thu, 17 Aug 2000 06:04:13 +0000 (06:04 +0000)]
Mention that basic network options now include firewall/security options as
well.

24 years agoAdd support for loading this as a module (before there were some
imp [Thu, 17 Aug 2000 05:52:18 +0000 (05:52 +0000)]
Add support for loading this as a module (before there were some
problems).  Also pick an irq if one isn't specified.  Ditto for
memory.

Add additional printfs in the error paths.  These will disappear in time.

There are still some panics, but this is a good checkpoint.

24 years agoAdd in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as
jhb [Thu, 17 Aug 2000 05:43:41 +0000 (05:43 +0000)]
Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as
/boot/device.hints in the bin dist during releases so that current snapshots
have a chance of booting up ok after installing.  The real fix for this
problem is to rewrite userconfig in Forth, stick it in the loader, axe
userconfig from the kernel, and extract the hints from the booted kernel in
sysinstall similar to the way we generate /boot/kernel.conf right now.  For
now, however, this will have to do.

24 years agoFix style bugs (including ones introduced from OpenBSD).
green [Wed, 16 Aug 2000 23:37:16 +0000 (23:37 +0000)]
Fix style bugs (including ones introduced from OpenBSD).

24 years agoAllow use of the ${MAKE_SHELL} variable to specify alternate shells for
green [Wed, 16 Aug 2000 23:31:43 +0000 (23:31 +0000)]
Allow use of the ${MAKE_SHELL} variable to specify alternate shells for
make(1) to use.  Setting it to "sh" and "ksh" are the only values which
work right ATM; I wouldn't expect "csh" to get you far ;)

24 years agoFix a couple cases where p_trespass wasn't transitioned into place.
green [Wed, 16 Aug 2000 23:28:54 +0000 (23:28 +0000)]
Fix a couple cases where p_trespass wasn't transitioned into place.

Make RTP_SET (rtprio) only accessible to real root, not root in jails.

24 years agoFix a whitespace bogon.
jhb [Wed, 16 Aug 2000 23:08:28 +0000 (23:08 +0000)]
Fix a whitespace bogon.

24 years agoPrepare for a cleanup of pmap module API pollution introduced by the
tegge [Wed, 16 Aug 2000 21:24:44 +0000 (21:24 +0000)]
Prepare for a cleanup of pmap module API pollution introduced by the
suggested fix in PR 12378.

Keep track of all existing pmaps independent of existing processes.

This allows for a process to temporarily connect to a different address
space without the risk of missing an update of the original address space if
the kernel grows.

pmap_pinit2() is no longer needed on the i386 platform but is left as a
stub until the alpha pmap code is updated.

PR: 12378

24 years agoMention more functions in the headers so whatis(1) can find them, and
markm [Wed, 16 Aug 2000 19:53:38 +0000 (19:53 +0000)]
Mention more functions in the headers so whatis(1) can find them, and
create links to functions so added found.

24 years agoGrammar police; make the English style more consistent throughout,
markm [Wed, 16 Aug 2000 19:52:03 +0000 (19:52 +0000)]
Grammar police; make the English style more consistent throughout,
and give suser_xxx some more airtime.

24 years agoAdd in the linux, tcl83, and tk83 ports categories.
jhb [Wed, 16 Aug 2000 18:44:40 +0000 (18:44 +0000)]
Add in the linux, tcl83, and tk83 ports categories.

PR: bin/20328
Submitted by: obrien

24 years agoAdd new 'ruby' ports category.
jhb [Wed, 16 Aug 2000 17:44:35 +0000 (17:44 +0000)]
Add new 'ruby' ports category.

PR: conf/20629
Submitted by: asami

24 years agoAdd unit2minor() and use it where appropriate so that we handle
brian [Wed, 16 Aug 2000 16:42:50 +0000 (16:42 +0000)]
Add unit2minor() and use it where appropriate so that we handle
units > 255 properly.

Fix usio while I'm there

24 years agoRemove unnecessary extern definition of strrchr. It is defined in
imp [Wed, 16 Aug 2000 16:39:42 +0000 (16:39 +0000)]
Remove unnecessary extern definition of strrchr.  It is defined in
string.h, which already was included.

24 years agoAdd cross reference to the ast device.
imp [Wed, 16 Aug 2000 16:38:47 +0000 (16:38 +0000)]
Add cross reference to the ast device.
Remove reference to the now defunct wt device.

24 years agooptreset is declared in unistd.h, so we don't need to declare it here again.
imp [Wed, 16 Aug 2000 15:36:14 +0000 (15:36 +0000)]
optreset is declared in unistd.h, so we don't need to declare it here again.

Reviews by: ken

24 years agoDo not allow the cleandir target to blow away the entire source
sheldonh [Wed, 16 Aug 2000 14:58:42 +0000 (14:58 +0000)]
Do not allow the cleandir target to blow away the entire source
directory when MAKEOBJDIRPREFIX is defined but empty.

Reported by: Vernon Schryver <vjs@calcite.rhyolite.com>

24 years agobackout previous change for now
darrenr [Wed, 16 Aug 2000 13:59:50 +0000 (13:59 +0000)]
backout previous change for now

24 years agoadd extern for inetsw
darrenr [Wed, 16 Aug 2000 13:54:56 +0000 (13:54 +0000)]
add extern for inetsw

24 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>

24 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>

24 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

24 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.

24 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>

24 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.

24 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.

24 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.

24 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

24 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

24 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.

24 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.

24 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.

24 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.

24 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>

24 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.

24 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.

24 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

24 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.

24 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".

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

24 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)

24 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>

24 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.

24 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.

24 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 :-)

24 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.

24 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.

24 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.

24 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>

24 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.

24 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.

24 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.

24 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.

24 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.

24 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.

24 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.

24 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.

24 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.

24 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>

24 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).

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

24 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.

24 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!).

24 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

24 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>

24 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.

24 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).

24 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

24 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

24 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

24 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

24 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.

24 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.

24 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.

24 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)

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

Partly submitted by: alex

24 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.

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

24 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)

24 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.

24 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>

24 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.

24 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>

24 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.

24 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>

24 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