]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
28 years agoAdd moused hooks (OFF by default)
ache [Sun, 23 Jun 1996 20:54:42 +0000 (20:54 +0000)]
Add moused hooks (OFF by default)

28 years agoFix address mask calculation when using ':' syntax. Allow a mask
alex [Sun, 23 Jun 1996 20:47:51 +0000 (20:47 +0000)]
Fix address mask calculation when using ':' syntax.  Allow a mask
of /0 to have the desired effect.  Normalize IP addresses that
won't match a given mask (i.e. 1.2.3.4/24 becomes 1.2.3.0/24).
Submitted by R. Bezuidenhout <rbezuide@mikom.csir.co.za>

Code formatting and "frag" display fixes.

28 years agoFix problem with scb flag handing that crept in with the SCB paging support.
gibbs [Sun, 23 Jun 1996 20:02:37 +0000 (20:02 +0000)]
Fix problem with scb flag handing that crept in with the SCB paging support.
This only affected userland initiated device resets (using the reset command
from cdplay for instance).

Convert some spaces to tabs.

28 years agoOops, forget the fact that LINT compiles (fixing previos PAS commi)
ache [Sun, 23 Jun 1996 19:46:46 +0000 (19:46 +0000)]
Oops, forget the fact that LINT compiles (fixing previos PAS commi)

28 years agoDescribe the way how to add OPL for PAS without conflict
ache [Sun, 23 Jun 1996 19:41:34 +0000 (19:41 +0000)]
Describe the way how to add OPL for PAS without conflict

28 years agoUpdate the BUGS section, now that we've got some experience in using
joerg [Sun, 23 Jun 1996 18:27:12 +0000 (18:27 +0000)]
Update the BUGS section, now that we've got some experience in using
this driver.

28 years agoUnstaticize psratio and staticize profprocs. psratio needs to be exported
bde [Sun, 23 Jun 1996 17:40:47 +0000 (17:40 +0000)]
Unstaticize psratio and staticize profprocs.  psratio needs to be exported
to trap.c to fix user profiling.

28 years agoDon't truncate minor or major numbers in the nfsv3 client.
bde [Sun, 23 Jun 1996 17:19:25 +0000 (17:19 +0000)]
Don't truncate minor or major numbers in the nfsv3 client.

28 years agoMoved declarations of static functions to the correct file. This fixes
bde [Sun, 23 Jun 1996 17:12:05 +0000 (17:12 +0000)]
Moved declarations of static functions to the correct file.  This fixes
hundreds of warnings from -Wunused in lkm/syscons/*.

28 years agoRemoved unused #include. Linux doesn't support SCO consoles.
bde [Sun, 23 Jun 1996 17:08:11 +0000 (17:08 +0000)]
Removed unused #include.  Linux doesn't support SCO consoles.

28 years agoRun the headers through cpp -dM to find the #defines. The direct search
bde [Sun, 23 Jun 1996 17:05:10 +0000 (17:05 +0000)]
Run the headers through cpp -dM to find the #defines.  The direct search
has been broken at least since 4.4Lite moved most of the #defines out of
<sys/ioctl.h>.  This should be done better.  Only a few headers are
searched.

Added some #includes so that ioctl.c compiles.  The networking headers
have a maze of undocumented interdependencies and ioctl.c now actually
supports networking ioctls.

28 years agoAdd some examples on burning CDRs - I figured it was about time to
jkh [Sun, 23 Jun 1996 16:34:44 +0000 (16:34 +0000)]
Add some examples on burning CDRs - I figured it was about time to
document it! :-)

28 years agoForward-declare a struct tag so that this doesn't depend on a side effect
bde [Sun, 23 Jun 1996 15:02:02 +0000 (15:02 +0000)]
Forward-declare a struct tag so that this doesn't depend on a side effect
of indirectly including <i386/isa/isa_device.h>.

28 years agoDon't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
bde [Sun, 23 Jun 1996 14:58:14 +0000 (14:58 +0000)]
Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.

28 years agoDon't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.
bde [Sun, 23 Jun 1996 14:56:04 +0000 (14:56 +0000)]
Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.

Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.

28 years agoDon't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the
bde [Sun, 23 Jun 1996 14:52:20 +0000 (14:52 +0000)]
Don't (re)define ACTUALLY_LKM_NOT_KERNEL.  It wasn't even used by the
joy driver proper.

Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.

28 years agoFinished converting ipfw to use opt_ipfw.h.
bde [Sun, 23 Jun 1996 14:43:55 +0000 (14:43 +0000)]
Finished converting ipfw to use opt_ipfw.h.

28 years agoDon't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing
bde [Sun, 23 Jun 1996 14:41:55 +0000 (14:41 +0000)]
Don't (re)define or use ACTUALLY_LKM_NOT_KERNEL - use the existing
definition of QCAM_MODULE for everything involving LKM'ness.

Makefile:
Don't add -I/sys to CFLAGS.  bsd.kmod.mk adds the correct (relative)
path.

28 years agoUse IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
bde [Sun, 23 Jun 1996 14:28:02 +0000 (14:28 +0000)]
Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
LKM'ness.  ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it
only gets used until <machine/conf.h> goes away.  bsd.kmod.mk should
define a better-named general macro for this.  Some places use
PSEUDO_LKM.  This is another bad name.

Makefile:
Added IPFIREWALL_VERBOSE_LIMIT option (commented out).

28 years agoDisabled unusable union lkm.
bde [Sun, 23 Jun 1996 13:31:20 +0000 (13:31 +0000)]
Disabled unusable union lkm.

28 years agoDescribe MAXMEM better. Enable it by default. (It's a positive option.
bde [Sun, 23 Jun 1996 13:28:04 +0000 (13:28 +0000)]
Describe MAXMEM better.  Enable it by default.  (It's a positive option.
Only negative options in LINT should be enabled.)

28 years agoRemoved -g from CFLAGS.
bde [Sun, 23 Jun 1996 13:11:59 +0000 (13:11 +0000)]
Removed -g from CFLAGS.

28 years agoMade strip failures fatal. This fixes PR 1328.
bde [Sun, 23 Jun 1996 12:59:18 +0000 (12:59 +0000)]
Made strip failures fatal.  This fixes PR 1328.

28 years agoAdd moused to targets.
sos [Sun, 23 Jun 1996 12:13:02 +0000 (12:13 +0000)]
Add moused to targets.

28 years agoRemoved rubbish that stopped usr.bin/ncftp from going away.
bde [Sun, 23 Jun 1996 10:38:15 +0000 (10:38 +0000)]
Removed rubbish that stopped usr.bin/ncftp from going away.

28 years agoRemove an un-necessary call to microtime() to set if_lastchange
gpalmer [Sun, 23 Jun 1996 00:51:05 +0000 (00:51 +0000)]
Remove an un-necessary call to microtime() to set if_lastchange
as it is set in the call to if_down in the line above

28 years agoFix a couple of bogus casts to off_t that caused dumpfs to lseek negative
peter [Sun, 23 Jun 1996 00:05:04 +0000 (00:05 +0000)]
Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative
on filesystems > 2GB (which causes the disk slice code to call Debugger!!)

28 years agoSpecify that daemon(3) returns int, and standardise the
gpalmer [Sat, 22 Jun 1996 23:46:00 +0000 (23:46 +0000)]
Specify that daemon(3) returns int, and standardise the
phrasing in the ERRORS section a bit, as well as now specifying
the return status.

28 years agoAdjust the copyright to match reality, remove printing of gratuitous newline.
jkh [Sat, 22 Jun 1996 23:24:13 +0000 (23:24 +0000)]
Adjust the copyright to match reality, remove printing of gratuitous newline.

28 years agoFix a bug in the way binary/ascii settings were being done. New
jkh [Sat, 22 Jun 1996 21:43:56 +0000 (21:43 +0000)]
Fix a bug in the way binary/ascii settings were being done.  New
ftpAscii() call sets connection to ascii as counterpart to ftpBinary().

28 years agoClean up more bogons:
jkh [Sat, 22 Jun 1996 21:42:14 +0000 (21:42 +0000)]
Clean up more bogons:
1. Add a copyright at the top.
2. Make passive and binary modes work with new ftpio semantics.
3. Add a `mirror' (-m) flag which only copies the remote file if it's
   not the same size or is newer.

28 years agoAdd /var/log/ppp.log from iij ppp
pst [Sat, 22 Jun 1996 21:34:03 +0000 (21:34 +0000)]
Add /var/log/ppp.log from iij ppp

28 years agoCorrect spelling errors (i before e except after c :-) )
gpalmer [Sat, 22 Jun 1996 21:20:56 +0000 (21:20 +0000)]
Correct spelling errors (i before e except after c :-) )

Submitted by: James Raynard <jraynard>

28 years agoBack out security changes until pst review them
ache [Sat, 22 Jun 1996 21:10:19 +0000 (21:10 +0000)]
Back out security changes until pst review them

28 years agoAddress Andrey's complaints:
jkh [Sat, 22 Jun 1996 20:16:57 +0000 (20:16 +0000)]
Address Andrey's complaints:

1. Always use file modtime, and if that's not usable then default
   to current time.
2. Allow HTTP_TIMEOUT to be set as an environment variable to override
   default.
3. Handle SIGTERM.

28 years agoSubmitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
jraynard [Sat, 22 Jun 1996 18:05:15 +0000 (18:05 +0000)]
Submitted by:  Wolfram Schneider <wosch@cs.tu-berlin.de>
Document the fact that the tracefile argument must lead to a regular file.

Also took the opportunity to remove the spurious "Errors" entry
relating to filenames with the high-order bit set and add $Id$.

(More of the same to follow if there are no objections).

28 years agoAsk CVS to run in quiet mode, which makes it easier to see what the
pst [Sat, 22 Jun 1996 17:58:44 +0000 (17:58 +0000)]
Ask CVS to run in quiet mode, which makes it easier to see what the
update actually did.

28 years agoDump the timeout for st_erase().
joerg [Sat, 22 Jun 1996 14:57:55 +0000 (14:57 +0000)]
Dump the timeout for st_erase().

Fixes PR # kern/1341: Bug fix for SCSI tape

Submitted by: tundra@tundrware.com

28 years agoAdd a few hints about the cleaning policy of /tmp, including an example
joerg [Sat, 22 Jun 1996 13:05:20 +0000 (13:05 +0000)]
Add a few hints about the cleaning policy of /tmp, including an example
(commented out) for how to purge it regularly.

28 years agoSuggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer
jraynard [Sat, 22 Jun 1996 10:34:15 +0000 (10:34 +0000)]
Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer

Added $Id$'s to files that were lacking them (gpalmer), made some
cosmetic changes to conform to style guidelines (bde) and checked
against NetBSD and Lite2 to remove unnecessary divergences (hsu, bde)

One last code cleanup:-

Removed spurious casts in fseek.c and stdio.c.
Added missing function argument in fwalk.c.
Added missing header include in flags.c and rget.c.
Put in casts where int's were being passed as size_t's.
Put in missing prototypes for static functions.
Changed second args of __sflags() inflags.c and writehook() in vasprintf.c
from char * to const char * to conform to prototypes.

This directory now compiles with no warnings with -Wall under
gcc-2.6.3 and with considerably less warnings than before with the
ultra-pedantic script I used for testing. (Most of the remaining ones
are due to const poisoning).

28 years agoDo not produce empty cat file in debug mode
ache [Sat, 22 Jun 1996 08:05:11 +0000 (08:05 +0000)]
Do not produce empty cat file in debug mode

28 years agoTry to make it a bit clearer that our send-pr comes pre-configured
gpalmer [Sat, 22 Jun 1996 06:59:25 +0000 (06:59 +0000)]
Try to make it a bit clearer that our send-pr comes pre-configured
with a submitter-id, and that a new one is not required.

28 years agoAdd tcl related directories.
phk [Sat, 22 Jun 1996 06:02:47 +0000 (06:02 +0000)]
Add tcl related directories.

28 years agoAdd man-page section 'n' and LIBTCL macro.
phk [Sat, 22 Jun 1996 06:01:57 +0000 (06:01 +0000)]
Add man-page section 'n' and LIBTCL macro.

28 years agoUpdate my pgp key
ache [Sat, 22 Jun 1996 05:47:46 +0000 (05:47 +0000)]
Update my pgp key

28 years agoDocument the fact that it only works if the trace record is a regular file.
jraynard [Sat, 22 Jun 1996 02:15:28 +0000 (02:15 +0000)]
Document the fact that it only works if the trace record is a regular file.

28 years agoFlush out the rules before adding entries. This prevents duplicate
alex [Sat, 22 Jun 1996 00:54:36 +0000 (00:54 +0000)]
Flush out the rules before adding entries.  This prevents duplicate
rules from appearing when switching back and forth from single to
multi-user modes.

28 years agoSet the rmx.rmx_expire to 0 when creating fake ethernet addresses for the
peter [Fri, 21 Jun 1996 21:45:58 +0000 (21:45 +0000)]
Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the
broadcast and multicast routes, otherwise they will be expired by
arptimeout after a few minutes, reverting to " (incomplete)". This makes
the work done by rev 1.27 stay around until the route itself is deleted.
This is mainly cosmetic for 'arp' and 'netstat -r'.

28 years agoWhen writing the settings for stop bits and output hardware flow control,
peter [Fri, 21 Jun 1996 21:35:01 +0000 (21:35 +0000)]
When writing the settings for stop bits and output hardware flow control,
things tend to work better if you write the settings to the correct
register.. (*blush*).  This subtle bug has been haunting me for ages, and
will solve a few problems that have been reported to me.

Also, take a shot at fixing the serial BREAK processing, what was there
before never really worked.  (There is a PR on this I think)

28 years agoClose security holes and restore suid bit
ache [Fri, 21 Jun 1996 18:49:36 +0000 (18:49 +0000)]
Close security holes and restore suid bit
Restore writting cat's functionality

28 years agoAdd John Hay to list of developers and add him as an entity. I don't
jkh [Fri, 21 Jun 1996 13:16:37 +0000 (13:16 +0000)]
Add John Hay to list of developers and add him as an entity.  I don't
know how this got overlooked so long! :-(  Sorry, John!

28 years agoOops, fix a bug that caused updates to the screen to happen, without
sos [Fri, 21 Jun 1996 11:31:09 +0000 (11:31 +0000)]
Oops, fix a bug that caused updates to the screen to happen, without
anything actually changed, in this case the mousepointer logic.

28 years agoMoused is the daemon that provides the connection between the cut&paste
sos [Fri, 21 Jun 1996 09:24:09 +0000 (09:24 +0000)]
Moused is the daemon that provides the connection between the cut&paste
functionality in syscons and the real mouse hardware. If moused is
run one can switch on/off the mousepointer with vidcontrol -m on/off.
There is no manpage yet, but a fairly descriptive usage message....

Reviewed by:sos
Submitted by: Michael Smith
Obtained from:Some of the mouselogic comes from XFree86

28 years agoAdded new -m option, that enable / disables the mousepointer on
sos [Fri, 21 Jun 1996 07:20:13 +0000 (07:20 +0000)]
Added new -m option, that enable / disables the mousepointer on
a textmode screen.

28 years agoSome news for syscons (long overdue):
sos [Fri, 21 Jun 1996 07:19:18 +0000 (07:19 +0000)]
Some news for syscons (long overdue):

Real support for a Textmode mousecursor, works by reprogramming the
charset. Together with this support for cut&paste in text mode.
To use it a userland daemon is needed (moused), which provides
the interface to the various mice protokols.
Bug fixes here and there, all known PR's closed by this update.

28 years agoImprove algorithm for page hash queue. It was previously about
dyson [Fri, 21 Jun 1996 05:39:22 +0000 (05:39 +0000)]
Improve algorithm for page hash queue.  It was previously about
as bad as it could be.  This algorithm appears to improve fork
performance (barely) measurably.

28 years agoCode clean up. Prototypes, parentheses around assignments used in
alex [Fri, 21 Jun 1996 02:39:19 +0000 (02:39 +0000)]
Code clean up.  Prototypes, parentheses around assignments used in
if statements, #if 0 some unused code, use off_t in calls to read/
write_disk, fix a printf format, remove unused variables, and
#include necessary files.

28 years agoHandle the `distribute' target.
jkh [Thu, 20 Jun 1996 23:52:45 +0000 (23:52 +0000)]
Handle the `distribute' target.

28 years agoUse the route that's guaranteed to exist when picking a source address
fenner [Thu, 20 Jun 1996 22:53:08 +0000 (22:53 +0000)]
Use the route that's guaranteed to exist when picking a source address
for ARP requests.

The NetBSD version of this patch (see NetBSD PR kern/2381) has this change
already.  This should close our PR kern/1140 .

Although it's not quite what he submitted, I got the idea from him so
Submitted by: Jin Guojun <jin@george.lbl.gov>

28 years agoRemove $log's.
markm [Thu, 20 Jun 1996 21:31:46 +0000 (21:31 +0000)]
Remove $log's.

28 years agoDon't un-necessarily include varargs.h.
nate [Thu, 20 Jun 1996 21:06:53 +0000 (21:06 +0000)]
Don't un-necessarily include varargs.h.

28 years agoTry to get some of the most egregiously old cruft out of here.
jkh [Thu, 20 Jun 1996 19:45:23 +0000 (19:45 +0000)]
Try to get some of the most egregiously old cruft out of here.

28 years agoSubmitted by: archie@whistle.com
julian [Thu, 20 Jun 1996 19:19:29 +0000 (19:19 +0000)]
Submitted by: archie@whistle.com
This program should COMPLAIN about uids > 65K but not abort.. they are after
all legal, and some of us NEED them!

28 years agoWhoops - I made `make clean' chatty by mistake.
jkh [Thu, 20 Jun 1996 18:51:28 +0000 (18:51 +0000)]
Whoops - I made `make clean' chatty by mistake.

28 years agoAdd pre-world and post-world hooks so that people can do site specific
jkh [Thu, 20 Jun 1996 18:47:04 +0000 (18:47 +0000)]
Add pre-world and post-world hooks so that people can do site specific
cleanup or preinitializion of /usr/src before and after the world target
is run.

28 years agoMake pkg_install understand and use libftpio instead of its own
jkh [Thu, 20 Jun 1996 18:33:55 +0000 (18:33 +0000)]
Make pkg_install understand and use libftpio instead of its own
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.

28 years agoRemove one last rip_output from inetsw (gpalmer missed it in rev 1.30)
fenner [Thu, 20 Jun 1996 17:52:32 +0000 (17:52 +0000)]
Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)

28 years agoadded fetch
adam [Thu, 20 Jun 1996 17:47:24 +0000 (17:47 +0000)]
added fetch

28 years agoUpdate net.inet.ip.forwarding example to give right value.
jkh [Thu, 20 Jun 1996 17:17:03 +0000 (17:17 +0000)]
Update net.inet.ip.forwarding example to give right value.
Indicate that gateway in /etc/sysconfig is *really* the correct way
if you have an /etc/sysconfig file.  Other small tweaks.
Requested by: Guy Helmer <ghelmer@alpha.dsu.edu>

28 years agoMake certain small things more consistent with the other stdio man pages.
jkh [Thu, 20 Jun 1996 15:49:54 +0000 (15:49 +0000)]
Make certain small things more consistent with the other stdio man pages.

28 years agoPut the 'debug' messages of the type:
nate [Thu, 20 Jun 1996 15:41:23 +0000 (15:41 +0000)]
Put the 'debug' messages of the type:
  /kernel: in_rtqtimo: adjusted rtq_reallyold to 1066
  /kernel: in_rtqtimo: adjusted rtq_reallyold to 710
inside of #ifdef DIAGNOSTIC to avoid the support questions from folks
asking what this means.

28 years agoI hate to read a man page that almost has useful information
jmacd [Thu, 20 Jun 1996 14:13:15 +0000 (14:13 +0000)]
I hate to read a man page that almost has useful information
but falls a little short.  I added a comment on the null
termination of struct group's gr_mem field.

Reviewed by: jkh

28 years agolibforms is no more
adam [Thu, 20 Jun 1996 13:38:15 +0000 (13:38 +0000)]
libforms is no more

28 years agoProperly account for non-page aligned buffers.
dg [Thu, 20 Jun 1996 08:07:30 +0000 (08:07 +0000)]
Properly account for non-page aligned buffers.

28 years agoMinor KNF formatting change to vmapbuf() and vunmapbuf().
dg [Thu, 20 Jun 1996 01:47:21 +0000 (01:47 +0000)]
Minor KNF formatting change to vmapbuf() and vunmapbuf().

28 years agoWhoops, forgot one FreeBSD specific change necessary for the lex .mk
nate [Wed, 19 Jun 1996 22:25:32 +0000 (22:25 +0000)]
Whoops, forgot one FreeBSD specific change necessary for the lex .mk
macros to work.

28 years agoDon't try to do a 'make bootstrap all install' in one commend. Break it
nate [Wed, 19 Jun 1996 21:19:56 +0000 (21:19 +0000)]
Don't try to do a 'make bootstrap all install' in one commend.  Break it
into two make commands so that make will recognize that it doesn't need
to buid scan.c w/lex.

28 years agoRemove libforms, it was never used.
jkh [Wed, 19 Jun 1996 21:19:37 +0000 (21:19 +0000)]
Remove libforms, it was never used.

28 years agoRemove libforms - it's unused.
jkh [Wed, 19 Jun 1996 21:18:24 +0000 (21:18 +0000)]
Remove libforms - it's unused.

28 years agoRemove ncftp
jkh [Wed, 19 Jun 1996 21:13:45 +0000 (21:13 +0000)]
Remove ncftp

28 years agoNuke this thing.
jkh [Wed, 19 Jun 1996 21:13:05 +0000 (21:13 +0000)]
Nuke this thing.

28 years agoAdded lex to the bootstrap target.
nate [Wed, 19 Jun 1996 20:48:48 +0000 (20:48 +0000)]
Added lex to the bootstrap target.

28 years agoFinish the import and merge in FreeBSD specific changes.
nate [Wed, 19 Jun 1996 20:48:06 +0000 (20:48 +0000)]
Finish the import and merge in FreeBSD specific changes.

Add a 'bootstrap' target which *must* be run before building the new
version, since the new scanner relies on the current version of flex to
build itself otherwise.

28 years agoAdd a newline - it seems to want it.
jkh [Wed, 19 Jun 1996 20:36:35 +0000 (20:36 +0000)]
Add a newline - it seems to want it.

28 years agoThis commit was generated by cvs2svn to compensate for changes in r16514,
nate [Wed, 19 Jun 1996 20:26:48 +0000 (20:26 +0000)]
This commit was generated by cvs2svn to compensate for changes in r16514,
which included commits to RCS files with non-trunk default branches.

28 years agoFlex version 2.5.3 from Vern Paxson at LBL.
nate [Wed, 19 Jun 1996 20:26:48 +0000 (20:26 +0000)]
Flex version 2.5.3 from Vern Paxson at LBL.

28 years agoPrint out the IRQ rather than the IRQ mask when printing out the
nate [Wed, 19 Jun 1996 17:27:55 +0000 (17:27 +0000)]
Print out the IRQ rather than the IRQ mask when printing out the
resources allocated to the driver when DEBUG is defined.

28 years agoSet IFF_RUNNING on the loopback interface.
wollman [Wed, 19 Jun 1996 16:24:10 +0000 (16:24 +0000)]
Set IFF_RUNNING on the loopback interface.

28 years agoMacro expressions should be fully parenthesized! Fix the MAXMEM
nate [Wed, 19 Jun 1996 15:37:52 +0000 (15:37 +0000)]
Macro expressions should be fully parenthesized!   Fix the MAXMEM
definition although it would work as it was written.

options        "MAXMEM=(128*1024)"

Suggested by: bde

28 years agoFix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing with
dg [Wed, 19 Jun 1996 11:20:07 +0000 (11:20 +0000)]
Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing with
continuation lines.

Submitted by: Keith Bostic via Kirk McKusick

28 years agoMerged in 4.4Lite2 versions, added $Id$'s. The ktrace changes should
jraynard [Wed, 19 Jun 1996 09:56:30 +0000 (09:56 +0000)]
Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes should
fix the garbage error messages printed out under certain circumstances.

28 years agoThe changes to go with ncftp -> fetch. Besides changing the names,
asami [Wed, 19 Jun 1996 09:33:31 +0000 (09:33 +0000)]
The changes to go with ncftp -> fetch.  Besides changing the names,
standardize the variables a little, and simplify some parts because
we can now trust the fetcher's return value.

Reviewed by: the list

28 years agoThis commit was generated by cvs2svn to compensate for changes in r16504,
asami [Wed, 19 Jun 1996 09:32:11 +0000 (09:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r16504,
which included commits to RCS files with non-trunk default branches.

28 years agoJean-Marc's url fetch program, with Josh MacDonald's patches and
asami [Wed, 19 Jun 1996 09:32:11 +0000 (09:32 +0000)]
Jean-Marc's url fetch program, with Josh MacDonald's patches and
Jordan's ftpio library.

Submitted by: jmz, jkh, jmacd (three-j!)

28 years agoSpit out the a proper port path for the describe target.
jkh [Wed, 19 Jun 1996 07:07:16 +0000 (07:07 +0000)]
Spit out the a proper port path for the describe target.
Submitted-By: Chuck Robey <chuckr@Glue.umd.edu>
28 years agoClean up vmapbuf and vunmapbuf significantly. The previous code was
dyson [Wed, 19 Jun 1996 03:39:24 +0000 (03:39 +0000)]
Clean up vmapbuf and vunmapbuf significantly.  The previous code was
very rough.

28 years agoSubmitted by: archie@whistle.com
julian [Wed, 19 Jun 1996 01:50:10 +0000 (01:50 +0000)]
Submitted by: archie@whistle.com

gary went a little overboard on commenting out unused variables.
Variables needed for ISO, LLC and NETATALK
were only enabled for ISO &  LLC.. so NETATALK bombed.

28 years agoAdd #include <err.h>.
alex [Wed, 19 Jun 1996 01:49:01 +0000 (01:49 +0000)]
Add #include <err.h>.

28 years agoRemove the hardcoding of the IRQ, and instead have it determine a free
nate [Wed, 19 Jun 1996 01:28:07 +0000 (01:28 +0000)]
Remove the hardcoding of the IRQ, and instead have it determine a free
IRQ.

For now only enable on the 3C589 until other cards have been tested.

28 years agoOk, now cleandir: is correct.
jkh [Wed, 19 Jun 1996 01:26:18 +0000 (01:26 +0000)]
Ok, now cleandir: is correct.