]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoadd common.c to SRCS to fix compile problems
darrenr [Wed, 24 May 2000 20:04:41 +0000 (20:04 +0000)]
add common.c to SRCS to fix compile problems

24 years agoMove c-decl.c out of the common libcc_int.a into the binary Makefiles
obrien [Wed, 24 May 2000 20:02:21 +0000 (20:02 +0000)]
Move c-decl.c out of the common libcc_int.a into the binary Makefiles
where it is used.  c-decl has symbols that conflict with several of the
cc1plus sources.

GNU `ld' was changed in Dec 1999 to be more be compatable with the way that
other linkers work (specifically in the Solaris linker).  The 2.9.1 `ld',
did the Wrong Thing in that if a library contained a common symbol that
matched a definition of that symbol in another (already linked in object)
it would also be linked in, even if there was no other reason to do so.
This is wrong.  The library should only be linked in if it contains
non-common, non-weak symbols which are needed by previously linked in
objects.

24 years agofix duplicate rcsid's
darrenr [Wed, 24 May 2000 19:38:17 +0000 (19:38 +0000)]
fix duplicate rcsid's

24 years agoDon't allow people to create new PRs with a 'wish' class.
steve [Wed, 24 May 2000 14:40:25 +0000 (14:40 +0000)]
Don't allow people to create new PRs with a 'wish' class.

Requested by: Sheldon Hearn <sheldonh@uunet.co.za>

24 years agopmap_enter() masked off the page offset bits, pmap_kenter() did not.
peter [Wed, 24 May 2000 14:22:22 +0000 (14:22 +0000)]
pmap_enter() masked off the page offset bits, pmap_kenter() did not.
This (I believe) is the cause of the XFree86 startup and/or mptable(8)
panics when programs were reading from /dev/mem at non-page-aligned
offsets.  The offsets were being converted into random page flags in the
page tables. :-(   (including PG_PS = 4MB page size)

24 years agoMention what ``enable proxy'' actually does
brian [Wed, 24 May 2000 13:49:39 +0000 (13:49 +0000)]
Mention what ``enable proxy'' actually does

24 years agoRemove the lpr/runqueue directory and associated files.
mpp [Wed, 24 May 2000 13:05:50 +0000 (13:05 +0000)]
Remove the lpr/runqueue directory and associated files.
These are not used anymore and are outdated and only cause
confusion (I just committed a fix to one of these files within
the last hour, thinking it was still valid).

24 years agoFixed some style bugs (mainly convoluted logic for blackhole processing).
bde [Wed, 24 May 2000 12:57:52 +0000 (12:57 +0000)]
Fixed some style bugs (mainly convoluted logic for blackhole processing).

24 years agoRe-implement my fix from rev 1.6 (same rev for both files being committed)
mpp [Wed, 24 May 2000 11:38:50 +0000 (11:38 +0000)]
Re-implement my fix from rev 1.6 (same rev for both files being committed)
that was lost during the lite-2 merge.  From the original commit message:

Initialize the group list so that any filter programs that are
run by lpd are not run with root's groups.

24 years agoWe should see the ai_canonname menber of the first addrinfo
ume [Wed, 24 May 2000 11:24:49 +0000 (11:24 +0000)]
We should see the ai_canonname menber of the first addrinfo
structure in the linked list.  RFC2553 mentions only first.

Reviewed by: shin

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60867,
peter [Wed, 24 May 2000 10:44:45 +0000 (10:44 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60867,
which included commits to RCS files with non-trunk default branches.

24 years agoBring in the fix for the trace/_nc_trace issue, without breaking the
peter [Wed, 24 May 2000 10:44:45 +0000 (10:44 +0000)]
Bring in the fix for the trace/_nc_trace issue, without breaking the
vendor branching.  The author has fixed this also so we can do this
safely.

24 years agoIt would have been nice if this actually compiled. Close the header
peter [Wed, 24 May 2000 09:08:55 +0000 (09:08 +0000)]
It would have been nice if this actually compiled.  Close the header
comment */.

24 years agoHonour ``set speed sync'' and ``set device !program'' when
brian [Wed, 24 May 2000 09:05:58 +0000 (09:05 +0000)]
Honour ``set speed sync'' and ``set device !program'' when
used together by creating a SOCK_DGRAM socketpair() between
the processes.

Be polite when closing !program links and send a HUP to the
process.  This makes ssh tunnels over unreliable media (such
as via httptunnel) reconnect properly.

24 years agoMention it in the log file when we HUP a process that
brian [Wed, 24 May 2000 09:05:45 +0000 (09:05 +0000)]
Mention it in the log file when we HUP a process that
controls a link.

24 years agoAdd OPTi 82C700 chipset.
kuriyama [Wed, 24 May 2000 09:03:30 +0000 (09:03 +0000)]
Add OPTi 82C700 chipset.

Submitted by: sanpei@sanpei.org
PR: kern/18155 (part of)

24 years agoAdd missing source files. Sort SRCS.
tg [Wed, 24 May 2000 09:01:23 +0000 (09:01 +0000)]
Add missing source files. Sort SRCS.

PR: 18631

24 years agoMake exe a symlink.
des [Wed, 24 May 2000 07:37:02 +0000 (07:37 +0000)]
Make exe a symlink.

24 years agoFix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label
obrien [Wed, 24 May 2000 06:47:10 +0000 (06:47 +0000)]
Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label
to be overwritten.

Submitted by: green

24 years agofix up conflicts
darrenr [Wed, 24 May 2000 04:40:17 +0000 (04:40 +0000)]
fix up conflicts

24 years agofix up the kqueue documentation... comment some things that were left
jmg [Wed, 24 May 2000 04:29:57 +0000 (04:29 +0000)]
fix up the kqueue documentation...  comment some things that were left
out that really needed to be here...

Reviewed-by: jlemon
24 years agofix conflicts
darrenr [Wed, 24 May 2000 04:21:35 +0000 (04:21 +0000)]
fix conflicts

24 years agofix conflicts
darrenr [Wed, 24 May 2000 04:09:13 +0000 (04:09 +0000)]
fix conflicts

24 years agofix conflicts
darrenr [Wed, 24 May 2000 04:01:49 +0000 (04:01 +0000)]
fix conflicts

24 years agofix conflicts
darrenr [Wed, 24 May 2000 04:01:30 +0000 (04:01 +0000)]
fix conflicts

24 years agofix conflicts
darrenr [Wed, 24 May 2000 03:43:24 +0000 (03:43 +0000)]
fix conflicts

24 years agofix conflicts
darrenr [Wed, 24 May 2000 03:17:16 +0000 (03:17 +0000)]
fix conflicts

24 years agoAdd 440MX chipset.
kuriyama [Wed, 24 May 2000 02:24:38 +0000 (02:24 +0000)]
Add 440MX chipset.

Submitted by: YOSHIMURA Hideaki <hideakiy@cs-tokyo01.chuosystem.co.jp>
References: [bsd-nomads:13764]

24 years agoConvert the short stub of real-mode code into 16-bit assembly.
jhb [Wed, 24 May 2000 02:20:34 +0000 (02:20 +0000)]
Convert the short stub of real-mode code into 16-bit assembly.

24 years agofix conflicts
darrenr [Wed, 24 May 2000 02:19:15 +0000 (02:19 +0000)]
fix conflicts

24 years agoUse the new machine-independent versions of crtbegin and crtend
obrien [Wed, 24 May 2000 02:17:12 +0000 (02:17 +0000)]
Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60841,
darrenr [Wed, 24 May 2000 02:14:22 +0000 (02:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60841,
which included commits to RCS files with non-trunk default branches.

24 years agoImport IP Filter 3.4.4 into FreeBSD-current
darrenr [Wed, 24 May 2000 02:14:22 +0000 (02:14 +0000)]
Import IP Filter 3.4.4 into FreeBSD-current

24 years agoDon't attempt to fputs(NULL, fp) when ``enable dns'' is given and
brian [Wed, 24 May 2000 01:00:24 +0000 (01:00 +0000)]
Don't attempt to fputs(NULL, fp) when ``enable dns'' is given and
there's no resolv.conf.
Use a umask of 022 when creating resolv.conf, not 0644 !

24 years agoAvoid double-call to bpf_mtap(). This is now handled in ether_input().
archie [Wed, 24 May 2000 00:05:44 +0000 (00:05 +0000)]
Avoid double-call to bpf_mtap(). This is now handled in ether_input().

24 years agoPropogate the ``call mktime'' flag from adjwday() down to adjday().
brian [Tue, 23 May 2000 23:58:18 +0000 (23:58 +0000)]
Propogate the ``call mktime'' flag from adjwday() down to adjday().

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

24 years agoAdd D-Link DE-650.
imp [Tue, 23 May 2000 22:15:03 +0000 (22:15 +0000)]
Add D-Link DE-650.

Submitted by: Thiemo Nordenholz <nordenholz@rz.tu-clausthal.de>

24 years agoChange the way that the queue(3) structures are declared; don't assume that
jake [Tue, 23 May 2000 20:41:01 +0000 (20:41 +0000)]
Change the way that the queue(3) structures are declared; don't assume that
the type argument to *_HEAD and *_ENTRY is a struct.

Suggested by: phk
Reviewed by: phk
Approved by: mdodd

24 years agoDescribe errx/warnx in comparison to errc/warnc/err/warn.
ghelmer [Tue, 23 May 2000 19:52:35 +0000 (19:52 +0000)]
Describe errx/warnx in comparison to errc/warnc/err/warn.
Use .Fa instead of .Va for function arguments.

Reviewed by: sheldonh

24 years agoAdd code which actually checks for the NCR PCI id so it can be used.
jlemon [Tue, 23 May 2000 19:27:43 +0000 (19:27 +0000)]
Add code which actually checks for the NCR PCI id so it can be used.

24 years agoFix a nasty bug in ata_intr, parens are a good thing if used right.
sos [Tue, 23 May 2000 19:05:56 +0000 (19:05 +0000)]
Fix a nasty bug in ata_intr, parens are a good thing if used right.

Make the error recovery code a little more obvious.

Inform the user if UDMA66 mode couldn't be selected due to a
non ATA66 compliant 80pin cable.

Minor cosmetics.

24 years agoMoved a bit of resource allocation from probe to attach based on feedback
dmlb [Tue, 23 May 2000 16:38:12 +0000 (16:38 +0000)]
Moved a bit of resource allocation from probe to attach based on feedback
in -hackers on the correct driver structure.

Started to tidy up _detach and _stop.

Added the comq array stuff into mcast.

24 years agoAlways pass packets through libalias when NAT is enabled.
brian [Tue, 23 May 2000 14:55:08 +0000 (14:55 +0000)]
Always pass packets through libalias when NAT is enabled.

Submitted by: luoqi
Forgotten by: me

24 years agoCatch and report fdopen failures.
ghelmer [Tue, 23 May 2000 13:46:04 +0000 (13:46 +0000)]
Catch and report fdopen failures.

24 years agoCatch and report memory allocation failures.
ghelmer [Tue, 23 May 2000 13:44:00 +0000 (13:44 +0000)]
Catch and report memory allocation failures.

24 years agoGrrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,
jhb [Tue, 23 May 2000 12:31:32 +0000 (12:31 +0000)]
Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr.  Also,
remove unnecessary cruft from the Makefiles for both.

24 years agoClean up some more 16-bit code and get rid of more m4 macros.
jhb [Tue, 23 May 2000 12:28:31 +0000 (12:28 +0000)]
Clean up some more 16-bit code and get rid of more m4 macros.

24 years agoClean up all of the 16-bit assembly code in the x86 bootstrap to work
jhb [Tue, 23 May 2000 12:18:49 +0000 (12:18 +0000)]
Clean up all of the 16-bit assembly code in the x86 bootstrap to work
with the new binutils.  Now that we have a decent assembler, all the old
m4 macros are no longer needed.  Instead, straight assembly can be used
since as(1) now understands 16-bit addressing, branches, etc.  Also,
several bugs have been fixed in as(1), allowing boot0.s to be further
cleaned up.

24 years agoDocument abial's .#.
dcs [Tue, 23 May 2000 11:47:23 +0000 (11:47 +0000)]
Document abial's .#.

24 years agoFixed return value of adv_attach function.
nyan [Tue, 23 May 2000 10:12:42 +0000 (10:12 +0000)]
Fixed return value of adv_attach function.

Submitted by: Oleg Sharoiko <os@rsu.ru>

24 years agoInstall a manpage for more.
ps [Tue, 23 May 2000 08:26:15 +0000 (08:26 +0000)]
Install a manpage for more.

24 years agoForgot one small more(1) compat patch.
ps [Tue, 23 May 2000 08:18:52 +0000 (08:18 +0000)]
Forgot one small more(1) compat patch.

Obtained from: NetBSD

24 years agoDetach usr.bin/more and install a link from less. less will behave
ps [Tue, 23 May 2000 08:16:25 +0000 (08:16 +0000)]
Detach usr.bin/more and install a link from less.  less will behave
like more if invoked as more.  The old more has not been removed.

24 years agoAllow less to work on > 2GB files.
ps [Tue, 23 May 2000 07:34:27 +0000 (07:34 +0000)]
Allow less to work on > 2GB files.

24 years agoTurn on CheckMail to be more login-compatible by default
ache [Tue, 23 May 2000 06:06:54 +0000 (06:06 +0000)]
Turn on CheckMail to be more login-compatible by default

24 years agoMake less act like more(1) when it is invoked as more.
ps [Tue, 23 May 2000 05:51:17 +0000 (05:51 +0000)]
Make less act like more(1) when it is invoked as more.

Obtained from: NetBSD

24 years agoUse the new machine-independent versions of crtbegin and crtend
jdp [Tue, 23 May 2000 04:53:24 +0000 (04:53 +0000)]
Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.

As a side-effect, this also fixes a bug in the ordering of global
constructors and destructors on the Alpha.  See revision 1.3 of
"../common/crtbegin.c" for details.

24 years agoMake a trip to Pointy-Hats-R-Us and actually include the header that
msmith [Mon, 22 May 2000 17:25:47 +0000 (17:25 +0000)]
Make a trip to Pointy-Hats-R-Us and actually include the header that
defines ROOTDEVNAME.

Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>

24 years agoApply a `fixup' to the blocksize gathered from the device after a READ
joerg [Mon, 22 May 2000 17:21:50 +0000 (17:21 +0000)]
Apply a `fixup' to the blocksize gathered from the device after a READ
CAPACITY operation.  SCSI-3 mandates this to be 2048, but some older
drives like my old Plasmon CD-R report weird numbers between 2048 and
up to 2352 bytes depending on the mode of the last track etc.  This in
turn confuses stuff like the slice code since it refuses to work with
devices that do not have a blocksize which is a multiple of 512 bytes.

Reviewed by: ken

24 years agoReplace isurl() with isipv6addr().
ume [Mon, 22 May 2000 17:18:38 +0000 (17:18 +0000)]
Replace isurl() with isipv6addr().

Reported by: Koji Kondo <koji@jp.above.net>
Obtained from: NetBSD

24 years agoSort the sys includes.
obrien [Mon, 22 May 2000 17:09:13 +0000 (17:09 +0000)]
Sort the sys includes.

24 years agoAT&T asm syntax requires a leading '*' in front of the operand for
obrien [Mon, 22 May 2000 17:02:53 +0000 (17:02 +0000)]
AT&T asm syntax requires a leading '*' in front of the operand for
indirect calls and jumps.

24 years agoFix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
obrien [Mon, 22 May 2000 17:00:15 +0000 (17:00 +0000)]
Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!

24 years agoIf we are going to do a byte compare, the operands should be byte-sized.
obrien [Mon, 22 May 2000 16:58:44 +0000 (16:58 +0000)]
If we are going to do a byte compare, the operands should be byte-sized.
In this case, I believe we want to compare against the 32-bit operand so
use a full-world compare operation.

24 years agoFix inconsistent assembly. If byte moves are specified, a byte-sized
obrien [Mon, 22 May 2000 16:56:42 +0000 (16:56 +0000)]
Fix inconsistent assembly.  If byte moves are specified, a byte-sized
target must be too.

24 years agoEliminate unaligned accesses that occurred when relocating the
jdp [Mon, 22 May 2000 16:31:18 +0000 (16:31 +0000)]
Eliminate unaligned accesses that occurred when relocating the
DWARF2 exception tables emitted by the compiler for C++ sources.
These tables are tightly packed, and they contain some relocated
addresses which are not well-aligned.

24 years agosysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.
dan [Mon, 22 May 2000 16:12:28 +0000 (16:12 +0000)]
sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.

Suggested by: des/nbm

24 years agoAdd option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,
dan [Mon, 22 May 2000 15:00:41 +0000 (15:00 +0000)]
Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix.  With this option,
badport_bandlim() will not muck up your console with printf() messages.

24 years agoAdd PCI ID for NEC/Compaq controller.
jlemon [Mon, 22 May 2000 13:59:32 +0000 (13:59 +0000)]
Add PCI ID for NEC/Compaq controller.

24 years agoAdd PCI id for Compaq Smart Array 431 card.
jlemon [Mon, 22 May 2000 13:45:41 +0000 (13:45 +0000)]
Add PCI id for Compaq Smart Array 431 card.

24 years agoSync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.
nyan [Mon, 22 May 2000 13:11:12 +0000 (13:11 +0000)]
Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.

24 years agoUse $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not
ume [Mon, 22 May 2000 13:01:13 +0000 (13:01 +0000)]
Use $FTP_PASSWORD for FTP password.  If $FTP_PASSWORD is not
found, `yourname@yourhost' is used.

24 years agoDont use/install the formatted man file.
ps [Mon, 22 May 2000 10:43:56 +0000 (10:43 +0000)]
Dont use/install the formatted man file.

24 years agobmake glue for less.
ps [Mon, 22 May 2000 10:00:00 +0000 (10:00 +0000)]
bmake glue for less.

Reviewed by: peter

24 years agoThis commit was generated by cvs2svn to compensate for changes in r60786,
ps [Mon, 22 May 2000 09:53:22 +0000 (09:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r60786,
which included commits to RCS files with non-trunk default branches.

24 years agoImport the [now] dual licensed version 3.5.4 of less. It is
ps [Mon, 22 May 2000 09:53:22 +0000 (09:53 +0000)]
Import the [now] dual licensed version 3.5.4 of less.  It is
distributed under your choice of the GPL or a BSD style license.

Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/

24 years agoDon't USE_PIPES
brian [Mon, 22 May 2000 09:51:18 +0000 (09:51 +0000)]
Don't USE_PIPES

Spammed by: peter
Submitted by: mkn@uk.FreeBSD.org

24 years agoFix a small grammar nit, with the maintainer's implicit approval.
sheldonh [Mon, 22 May 2000 08:41:57 +0000 (08:41 +0000)]
Fix a small grammar nit, with the maintainer's implicit approval.

24 years agoUpdated 2.10 headers.
obrien [Mon, 22 May 2000 08:40:17 +0000 (08:40 +0000)]
Updated 2.10 headers.

24 years agoTweaks to match those done in the Binutils mainline code.
obrien [Mon, 22 May 2000 08:33:03 +0000 (08:33 +0000)]
Tweaks to match those done in the Binutils mainline code.

24 years agoversion 2.10 config file.
obrien [Mon, 22 May 2000 08:26:10 +0000 (08:26 +0000)]
version 2.10 config file.

24 years agoConditionally define "CROSS_COMPILE" here.
obrien [Mon, 22 May 2000 08:25:40 +0000 (08:25 +0000)]
Conditionally define "CROSS_COMPILE" here.

24 years agoReturn -2 when tcp_OpenConnection() fails so that ppp doesn't
brian [Mon, 22 May 2000 08:23:35 +0000 (08:23 +0000)]
Return -2 when tcp_OpenConnection() fails so that ppp doesn't
report that the device name is of an invalid format.

24 years agoBe more verbose when a second link doesn't match the first because the
brian [Mon, 22 May 2000 08:23:13 +0000 (08:23 +0000)]
Be more verbose when a second link doesn't match the first because the
peer enddisc/authname is different.

24 years agoPull the switch and activate our Binutils to a snapshot of the up and
obrien [Mon, 22 May 2000 08:09:42 +0000 (08:09 +0000)]
Pull the switch and activate our Binutils to a snapshot of the up and
comming 2.10 release.

24 years agoDo not use DWARF2 unwinding mechanisms for C++ exceptions on all of our
obrien [Mon, 22 May 2000 06:52:04 +0000 (06:52 +0000)]
Do not use DWARF2 unwinding mechanisms for C++ exceptions on all of our
platforms.

24 years ago<blush> I tested the real code changes, but neglected to test the
imp [Mon, 22 May 2000 06:01:31 +0000 (06:01 +0000)]
<blush> I tested the real code changes, but neglected to test the
insertion of $FreeBSD$.  I miffed it (pointy hat please).  Hopefully
no one will notice this short window where -current didn't compile.

24 years agoDo not read editrc file from '.'. This can be as unsafe as having
imp [Mon, 22 May 2000 05:55:22 +0000 (05:55 +0000)]
Do not read editrc file from '.'.  This can be as unsafe as having
. first in root's path.

While I'm here:
o Add $FreeBSD$
o Get errno from <errno.h>, but extern int errno.

Submitted by: Tim Vanderhoek

24 years agoMake comment match code forgotten in last commit
imp [Mon, 22 May 2000 05:51:09 +0000 (05:51 +0000)]
Make comment match code forgotten in last commit

24 years agoAdd $FreeBSD$ so I can commit:
imp [Mon, 22 May 2000 05:49:31 +0000 (05:49 +0000)]
Add $FreeBSD$ so I can commit:

Remove extern int errno;.  Instead include the ANSI <errno.h>.  No
functional changes, just a higher level of pedantry.

24 years agoIt turns out that I was wrong. The chip in my machine is not a
imp [Mon, 22 May 2000 03:43:16 +0000 (03:43 +0000)]
It turns out that I was wrong.  The chip in my machine is not a
CXD1847A, but a CXD1947A.  I checked by visual inspection after
prompting from onoe-san.

24 years agoCXD1847A and CXD1947A have same product ID.
kuriyama [Mon, 22 May 2000 03:20:18 +0000 (03:20 +0000)]
CXD1847A and CXD1947A have same product ID.

Approved by: imp (original CXD1847A addition)

24 years agoImplement a new camcontrol function, 'camcontrol format'.
ken [Sun, 21 May 2000 23:57:52 +0000 (23:57 +0000)]
Implement a new camcontrol function, 'camcontrol format'.

libcam/Makefile: Add scsi_da.c to libcam for the new
scsi_format_unit() function.

camcontrol.8: Update the man page for the new format
functionality, and take out the examples section
describing how to do it with 'camcontrol cmd'.

camcontrol.c: New format functionality.  Note that unlike the
rest of the camcontrol subcommands, this one is
interactive by default.  Because of the potential
destructiveness of the format command, I thought
it necessary to get confirmation from the user
before spamming a disk.  You can disable the
interactive behavior, and the status meter with
command line arguments.

scsi_da.c: Add the new scsi_format_unit() cdb building
function and use #ifdef _KERNEL to make this file
compile in both the kernel and userland.  The
format unit function is currently only defined in
the non-kernel case, because nothing in the kernel
is using it.  If that changes, it should be
un-ifdefed and compiled in both cases.

scsi_da.h: New function declaration, CDB structure and format
data structures.

Thanks to Nick Hibma for providing some valuable input on these changes.

24 years agoCompute the checksum before handing the packet off to IPFilter.
jlemon [Sun, 21 May 2000 21:26:06 +0000 (21:26 +0000)]
Compute the checksum before handing the packet off to IPFilter.

Tested by:  Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>

24 years agoMFRELENG_3
dmlb [Sun, 21 May 2000 21:20:18 +0000 (21:20 +0000)]
MFRELENG_3

24 years agoMFRELENG_3
dmlb [Sun, 21 May 2000 20:51:09 +0000 (20:51 +0000)]
MFRELENG_3

24 years agoMFRELENG_3
dmlb [Sun, 21 May 2000 20:43:24 +0000 (20:43 +0000)]
MFRELENG_3

24 years agoIn the modern world, things are much faster than when more(1) was created.
green [Sun, 21 May 2000 18:35:28 +0000 (18:35 +0000)]
In the modern world, things are much faster than when more(1) was created.
Scrolling sideways is fast, and a "...skipping..." message making everything
blink does much more harm than good.

24 years agoDon't segv if bs or bc aren't defined in termcap's entry. Misc cleanup.
hoek [Sun, 21 May 2000 17:44:33 +0000 (17:44 +0000)]
Don't segv if bs or bc aren't defined in termcap's entry.  Misc cleanup.
Fix `|' -> `||'.  Use usleep() instead of delay loop.  Etc.

Submitted by: Andrew <[3]andrew@ugh.net.au> (bin/8501)

24 years agoBack out NOTE_EXIT status reporting pending discussion.
green [Sun, 21 May 2000 16:27:41 +0000 (16:27 +0000)]
Back out NOTE_EXIT status reporting pending discussion.