]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
29 years agoDeal with systems, that lack a fully decoded PCI configuration space.
Stefan Eßer [Sat, 25 Feb 1995 17:26:22 +0000 (17:26 +0000)]
Deal with systems, that lack a fully decoded PCI configuration space.

Submitted by: <wolf@kintaro.cologne.de> Wolfgang Stanglmeier

29 years agoFixed severely broken printf (arguments out of order, no newline).
David Greenman [Sat, 25 Feb 1995 17:02:48 +0000 (17:02 +0000)]
Fixed severely broken printf (arguments out of order, no newline).

29 years agoRemove YF comments.
Bruce Evans [Sat, 25 Feb 1995 16:48:28 +0000 (16:48 +0000)]
Remove YF comments.

29 years agoFix previous fix to agree with the man page - don't report errors in
Bruce Evans [Sat, 25 Feb 1995 16:44:01 +0000 (16:44 +0000)]
Fix previous fix to agree with the man page - don't report errors in
kvm_open() if errstr is NULL.

29 years agoDon't attempt to lstat() the POSIXLY invalid empty pathname.
Bruce Evans [Sat, 25 Feb 1995 16:06:07 +0000 (16:06 +0000)]
Don't attempt to lstat() the POSIXLY invalid empty pathname.

realpath() still accepts "" as an arg and converts it to a canonical
pathname for the current directory.

29 years agoFixed comment - IFT_P80 is 80mbit.
David Greenman [Sat, 25 Feb 1995 15:57:55 +0000 (15:57 +0000)]
Fixed comment - IFT_P80 is 80mbit.

Submitted by: frank@fwi.uva.nl (Frank van der Linden)

29 years agoSpell "guaranteed" correctly.
David Greenman [Sat, 25 Feb 1995 15:56:00 +0000 (15:56 +0000)]
Spell "guaranteed" correctly.

Submitted by: frank@fwi.uva.nl (Frank van der Linden)

29 years agocons25: turn off bold in "op" escape
Andrey A. Chernov [Sat, 25 Feb 1995 13:49:47 +0000 (13:49 +0000)]
cons25: turn off bold in "op" escape

29 years agoAdd a '-l' option, which lists the argv[0]'s we will respond to. This will
Poul-Henning Kamp [Sat, 25 Feb 1995 07:25:31 +0000 (07:25 +0000)]
Add a '-l' option, which lists the argv[0]'s we will respond to.  This will
simplify the src/release Makefile quite a bit.

29 years ago(Not tested yet. I may insist that ctm be invoked with absolute path. /phk)
Poul-Henning Kamp [Sat, 25 Feb 1995 05:10:18 +0000 (05:10 +0000)]
(Not tested yet.  I may insist that ctm be invoked with absolute path.  /phk)

This patch fixes the concurrency problem, and adds a possibly useful -f switch
(which you can read about in the man page :-) ).  It also removes the absolute
path from the invocation of ctm.  I'll write a note about how to use a script
with sendmail and procmail or some such, and people can fix their PATH there.

BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail
directory.

Stephen.

Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>

29 years agoJust a precaution: ctm will not accept '..' in paths anymore.
Poul-Henning Kamp [Sat, 25 Feb 1995 05:02:18 +0000 (05:02 +0000)]
Just a precaution:  ctm will not accept '..' in paths anymore.
I'm never going to generate one, so this is a guard against hackers mostly.

Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
Obtained from:

29 years agoExplain the full story, and make it understandable too.
Poul-Henning Kamp [Sat, 25 Feb 1995 04:43:20 +0000 (04:43 +0000)]
Explain the full story, and make it understandable too.

29 years agoFixed thrashing buffer problem.
David Greenman [Sat, 25 Feb 1995 01:46:26 +0000 (01:46 +0000)]
Fixed thrashing buffer problem.

Submitted by: John Dyson

29 years agoAllow tty0? to be an alias for tty? when creating the dev nodes.
Joerg Wunsch [Fri, 24 Feb 1995 19:26:59 +0000 (19:26 +0000)]
Allow tty0? to be an alias for tty? when creating the dev nodes.
People tend to be confused unnecessarily otherwise.

29 years agoAllow "via" to be specified ever as IP adress or
Ugen J.S. Antsilevich [Fri, 24 Feb 1995 14:33:54 +0000 (14:33 +0000)]
Allow "via" to be specified ever as IP adress or
as interface name/unit...

29 years agoAdd commeent to say that this manpage is out of date
Ugen J.S. Antsilevich [Fri, 24 Feb 1995 14:33:18 +0000 (14:33 +0000)]
Add commeent to say that this manpage is out of date
and will be rewwritten..

29 years agoChange utility to accept interface name
Ugen J.S. Antsilevich [Fri, 24 Feb 1995 14:32:45 +0000 (14:32 +0000)]
Change utility to accept interface name
along with IP as "via" argument

29 years agoIn ifa_ifwithdstaddr() when walking through ifa structs associated with
David Greenman [Fri, 24 Feb 1995 11:47:31 +0000 (11:47 +0000)]
In ifa_ifwithdstaddr() when walking through ifa structs associated with
a point-to-point link, don't attempt a comparison if the pointer to the
destination sockaddr is NULL (i.e. it has not been set/initialized).

29 years agoCorrect a few typos.
Jordan K. Hubbard [Fri, 24 Feb 1995 11:21:34 +0000 (11:21 +0000)]
Correct a few typos.

29 years agoRemove a couple of nested comments.
Poul-Henning Kamp [Fri, 24 Feb 1995 08:57:45 +0000 (08:57 +0000)]
Remove a couple of nested comments.

29 years agoClean a bunch of -Wall warnings.
Poul-Henning Kamp [Fri, 24 Feb 1995 08:51:34 +0000 (08:51 +0000)]
Clean a bunch of -Wall warnings.

29 years agoRemove some unused variables and fix two blatant core dump triggers.
Poul-Henning Kamp [Fri, 24 Feb 1995 08:15:27 +0000 (08:15 +0000)]
Remove some unused variables and fix two blatant core dump triggers.

29 years agoRemove an unused variable.
Poul-Henning Kamp [Fri, 24 Feb 1995 07:51:13 +0000 (07:51 +0000)]
Remove an unused variable.

29 years agofix the synopsis to show
Poul-Henning Kamp [Fri, 24 Feb 1995 07:35:49 +0000 (07:35 +0000)]
fix the synopsis to show

|     void
|    *signal(int sig, void (*func)(int))

instead of

|     void
|     *signal(sig, func())
|
|     void
|     (*func)()

29 years agoI (phk) blundered with the last change. Make it right & better now.
Poul-Henning Kamp [Fri, 24 Feb 1995 05:41:24 +0000 (05:41 +0000)]
I (phk) blundered with the last change.  Make it right & better now.

Reviewed by: phk
Submitted by: John Hay <jhay@mikom.csir.co.za>

29 years agoOK, we changed our mind again: -ln -s ...
Poul-Henning Kamp [Fri, 24 Feb 1995 04:16:26 +0000 (04:16 +0000)]
OK, we changed our mind again:  -ln -s ...

29 years agoAdd releasing of input flow control into
Andrey A. Chernov [Fri, 24 Feb 1995 02:36:01 +0000 (02:36 +0000)]
Add releasing of input flow control into
ttyflush(FREAD)

29 years agoAdd missing #include <time.h> with time() prototype
Andrey A. Chernov [Fri, 24 Feb 1995 01:02:59 +0000 (01:02 +0000)]
Add missing #include <time.h> with time() prototype

29 years agoRevive input flow control, some ideas from iverson@leonheart.com
Andrey A. Chernov [Fri, 24 Feb 1995 00:11:01 +0000 (00:11 +0000)]
Revive input flow control, some ideas from iverson@leonheart.com
Get rid of TS_RTS_IFLOW, all kinds of input flow control handled
by only one flag now: TS_TBLOCK
Add missing put(VSTOP) when IXOFF control is active.

29 years agoImplement --hline "line" and --hfile file
Andrey A. Chernov [Thu, 23 Feb 1995 22:42:44 +0000 (22:42 +0000)]
Implement --hline "line" and --hfile file

29 years agoSimplify notify()
Andrey A. Chernov [Thu, 23 Feb 1995 22:36:56 +0000 (22:36 +0000)]
Simplify notify()
Fix dupwin usage, now it really restore screen
Disable helpline while helpfile displayed
Fix helpfile borders
Fix mesgbox range computing

29 years agoRemoved redundant HOLDRELE()'s.
David Greenman [Thu, 23 Feb 1995 22:32:38 +0000 (22:32 +0000)]
Removed redundant HOLDRELE()'s.

29 years agoUpdate my mail addr, now that i've got my own subdomain.
Joerg Wunsch [Thu, 23 Feb 1995 20:34:09 +0000 (20:34 +0000)]
Update my mail addr, now that i've got my own subdomain.

29 years agoOnce and for all: Never a ${DESTDIR} in ${BINDIR} !
Poul-Henning Kamp [Thu, 23 Feb 1995 19:45:30 +0000 (19:45 +0000)]
Once and for all:  Never a ${DESTDIR} in ${BINDIR} !

29 years agoMake sure link to /etc/rmt happens.
Poul-Henning Kamp [Thu, 23 Feb 1995 19:40:48 +0000 (19:40 +0000)]
Make sure link to /etc/rmt happens.

Now I know that there was talk of moving it to the release/Makefile or the
etc/Makefile, but I don't think it was ever decided where.

Reviewed by: phk
Submitted by: John Hay <jhay@mikom.csir.co.za>

29 years agoImplemented mbstat.m_wait and mbstat.m_drops.
David Greenman [Thu, 23 Feb 1995 19:10:21 +0000 (19:10 +0000)]
Implemented mbstat.m_wait and mbstat.m_drops.

29 years agoChanged "mapped pages in use" to "mbuf clusters in use".
David Greenman [Thu, 23 Feb 1995 19:08:11 +0000 (19:08 +0000)]
Changed "mapped pages in use" to "mbuf clusters in use".

29 years agoFix typo: pcap.h.h
Andrey A. Chernov [Thu, 23 Feb 1995 18:47:06 +0000 (18:47 +0000)]
Fix typo: pcap.h.h

29 years agoFix spelling error (scipt -> script).
Rodney W. Grimes [Thu, 23 Feb 1995 17:46:35 +0000 (17:46 +0000)]
Fix spelling error (scipt -> script).
Submitted by: <jhawk@MIT.EDU>
Obtained from: NetBSD-bugs mailling list

29 years agoREADSUBCHANNEL:
Andrey A. Chernov [Thu, 23 Feb 1995 17:40:16 +0000 (17:40 +0000)]
READSUBCHANNEL:
complete implementation of CD_MSF_FORMAT
implement CD_LBA_FORMAT
Issue STOP before reading toc entries

29 years agoSubmitted by: seb@erix.ericsson.se (Sebastian Strollo)
Bruce Evans [Thu, 23 Feb 1995 17:32:38 +0000 (17:32 +0000)]
Submitted by: seb@erix.ericsson.se (Sebastian Strollo)

Remove over-cautious early fnop() synchronization.  It caused the probe to
hang on systems without an FPU.

29 years agoMake diskslice files standard and remove option DISKSLICE. ufs_disksubr.c
Bruce Evans [Thu, 23 Feb 1995 17:19:54 +0000 (17:19 +0000)]
Make diskslice files standard and remove option DISKSLICE.  ufs_disksubr.c
needed a diskslice function yesterday and all disk drivers will need it.
The diskslice initialization routine should be configurable (but isn't).

29 years agoFix(it was 1 character actually:)
Ugen J.S. Antsilevich [Thu, 23 Feb 1995 11:18:35 +0000 (11:18 +0000)]
Fix(it was 1 character actually:)

29 years agoFix -Wall warnings.
Poul-Henning Kamp [Thu, 23 Feb 1995 07:05:01 +0000 (07:05 +0000)]
Fix -Wall warnings.

Yes I have better things to do, but just now I'm waiting...

29 years agoQuench a warning and fix some duplicity by using the official strerror
Poul-Henning Kamp [Thu, 23 Feb 1995 06:55:14 +0000 (06:55 +0000)]
Quench a warning and fix some duplicity by using the official strerror
routine, instead of rolling our own.

29 years agoDon't rely on execute bit.
Poul-Henning Kamp [Thu, 23 Feb 1995 05:48:38 +0000 (05:48 +0000)]
Don't rely on execute bit.

29 years agoMake us a little safer, by writing to a tempfile, and rename when done.
Poul-Henning Kamp [Thu, 23 Feb 1995 04:51:36 +0000 (04:51 +0000)]
Make us a little safer, by writing to a tempfile, and rename when done.
Still needs more locking I belive.

29 years agoAdd two IXOFF checks to not confuse with CRTS_IFLOW.
Andrey A. Chernov [Thu, 23 Feb 1995 03:02:38 +0000 (03:02 +0000)]
Add two IXOFF checks to not confuse with CRTS_IFLOW.
Now TS_TBLOCK used as general input flow flag
for both IXOFF and CRTS_IFLOW cases.

29 years agoCorrect error in structure definition
Paul Traina [Thu, 23 Feb 1995 01:27:17 +0000 (01:27 +0000)]
Correct error in structure definition

29 years agoClean up man page
Paul Traina [Thu, 23 Feb 1995 01:25:48 +0000 (01:25 +0000)]
Clean up man page

29 years agoImport 8.6.10 release notes
Paul Traina [Thu, 23 Feb 1995 00:53:39 +0000 (00:53 +0000)]
Import 8.6.10 release notes

29 years agoCover 8.6.10 merge conflicts and warnings
Paul Traina [Thu, 23 Feb 1995 00:46:36 +0000 (00:46 +0000)]
Cover 8.6.10 merge conflicts and warnings

29 years agoRemove watch(8)
Paul Traina [Thu, 23 Feb 1995 00:27:08 +0000 (00:27 +0000)]
Remove watch(8)

29 years agoAdd watch(8)
Paul Traina [Thu, 23 Feb 1995 00:26:49 +0000 (00:26 +0000)]
Add watch(8)

29 years agoSendmail 8.6.10 update for security problems.
Paul Traina [Thu, 23 Feb 1995 00:20:00 +0000 (00:20 +0000)]
Sendmail 8.6.10 update for security problems.
Imported on CSRG/V_8_6_10 branch.

Obtained from: CSRG/Allman

29 years agoChange permissions and ownership of joystick device files.
Jean-Marc Zucconi [Wed, 22 Feb 1995 23:52:58 +0000 (23:52 +0000)]
Change permissions and ownership of joystick device files.

29 years agoRewrite manual page to use mandoc correctly and fix english grammar.
Paul Traina [Wed, 22 Feb 1995 23:47:51 +0000 (23:47 +0000)]
Rewrite manual page to use mandoc correctly and fix english grammar.

29 years agoPut the joystick status in a struct {int x, y, b1, b2;} rather than in a
Jean-Marc Zucconi [Wed, 22 Feb 1995 23:34:58 +0000 (23:34 +0000)]
Put the joystick status in a struct {int x, y, b1, b2;} rather than in a
dummy array of 4 integers. Declare the struct in the header file and update
the man page.

29 years agoDon't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces all
Bruce Evans [Wed, 22 Feb 1995 23:21:29 +0000 (23:21 +0000)]
Don't clobber d_secperunit in `disklabel -e'.  `disklabel -e' replaces all
the values that it doesn't print by defaults.  This seems wrong.  I want
to be able to see the total number of sectors more than edit it.  The
default d_secperunit of (sectors/track * tracks/cylinder * cylinders) is
bogus if sectors/track is only an approximation and more bogus if
sectors/track and tracks/cylinder are dummy values such as 4096 and 1
to defeat ufs's pessimizations.

29 years agoRevive hadrware input flow control
Andrey A. Chernov [Wed, 22 Feb 1995 23:20:51 +0000 (23:20 +0000)]
Revive hadrware input flow control
Submitted by: iverson@lionheart.com

29 years agoAdded name to contributor list.
Paul Traina [Wed, 22 Feb 1995 22:57:20 +0000 (22:57 +0000)]
Added name to contributor list.

29 years agoUse dsname() to get consistent names.
Bruce Evans [Wed, 22 Feb 1995 22:46:48 +0000 (22:46 +0000)]
Use dsname() to get consistent names.

29 years agoRemove the #error that temporarily stopped this from supporting slices and
Bruce Evans [Wed, 22 Feb 1995 22:06:20 +0000 (22:06 +0000)]
Remove the #error that temporarily stopped this from supporting slices and
labels.

Please test the slice/label features:
cd /dev; sh MAKEDEV svn0
cd /var/tmp; dd if=/dev/zero of=vnfile bs=8192 count=1024
vnconfig -c /dev/rvn0 /var/tmp/vnfile
fdisk /dev/rvn0  # invent a geometry, create one BSD partition
disklabel -r -w vn0 floppy  # a convenient (bogus) label
disklabel -e vn0  # edit label to match device
newfs /dev/rvn0a
mount /dev/vn0a /mnt
...
The steps after the fdisk could name the device vn0s1 instead of vn0.

29 years agoFix initialization of the copy of the label passed to setdisklabel().
Bruce Evans [Wed, 22 Feb 1995 21:51:53 +0000 (21:51 +0000)]
Fix initialization of the copy of the label passed to setdisklabel().

Fix the sign of the adjustment after writing a label.

Writing of labels should work now.

Merge adjust_label() into fixlabel().  Detect more errors and don't
write if there is an error.  Adjust sectors/unit and total sectors
to the numbers on the slice.

Add a function dsname() to print slice device names consistently, and
use it.

29 years agoAdd my thin 8x16 font with ISO-8859-1 characters.
Ollivier Robert [Wed, 22 Feb 1995 21:49:53 +0000 (21:49 +0000)]
Add my thin 8x16 font with ISO-8859-1 characters.
Sorry, no 8x8 or 8x14 font.

29 years agoDocument the mountdtab file in the man page.
Andreas Schulz [Wed, 22 Feb 1995 21:42:48 +0000 (21:42 +0000)]
Document the mountdtab file in the man page.

29 years agoAdd a prototype.
Bruce Evans [Wed, 22 Feb 1995 21:24:21 +0000 (21:24 +0000)]
Add a prototype.

29 years agoAdd ``Make find smarter about -fstype local''.
Rodney W. Grimes [Wed, 22 Feb 1995 20:28:07 +0000 (20:28 +0000)]
Add ``Make find smarter about -fstype local''.

29 years agoAdded v_interrupt_free_min to cnt struct.
David Greenman [Wed, 22 Feb 1995 18:06:49 +0000 (18:06 +0000)]
Added v_interrupt_free_min to cnt struct.

29 years agoCleanup for compatibility with another OS.
Stefan Eßer [Wed, 22 Feb 1995 18:04:56 +0000 (18:04 +0000)]
Cleanup for compatibility with another OS.

Submitted by: wolf

29 years agoMake good on my promise to finally clean up the config clobbering.
Jordan K. Hubbard [Wed, 22 Feb 1995 15:37:32 +0000 (15:37 +0000)]
Make good on my promise to finally clean up the config clobbering.
If you invoke config with the `-n' flag or have NO_CONFIG_CLOBBER in
your environment, config will behave the same way it used to.  This is
now _documented_ as well.  Rip out all the CONFIG_DONT_CLOBBER cruft;
some of it wasn't even correct anyway.

29 years agoNew PCI attach code:
Stefan Eßer [Wed, 22 Feb 1995 14:17:15 +0000 (14:17 +0000)]
New PCI attach code:

PCI BIOS mappings are retained, except if option PCI_REMAP
is specified in the kernel config file.
There is now a list of attach addresses, and the first
address that seems to make some device registers appear
is chosen.

Reviewed by: se
Submitted by: wolf

29 years agoAdded six new thin fonts (great on laptops)
Søren Schmidt [Wed, 22 Feb 1995 14:03:16 +0000 (14:03 +0000)]
Added six new thin fonts (great on laptops)
Cleaned up Makefile

29 years agoNext syscons update (given up on numbering :)
Søren Schmidt [Wed, 22 Feb 1995 13:48:07 +0000 (13:48 +0000)]
Next syscons update (given up on numbering :)

Removed screensavers from syscons, they are now LKM's. This makes it
possible to do some really "interesting" screensavers...
Fixed bug that sometimes caused garbage to appear when leaving
"scroll-lock" history.
Reformattet indentation, it got too deep for a normal 80 pos screen.
Split up in syscons.c & syscons.h for use with the saver-lkm's.
Temporarily removed -s option from vidcontrol, savers should now
be loaded with modload.

29 years agoAdd a man page for the Sony CDROM driver. Other driver authors, you might
Jordan K. Hubbard [Wed, 22 Feb 1995 13:30:39 +0000 (13:30 +0000)]
Add a man page for the Sony CDROM driver.  Other driver authors, you might
do a quick check here..

29 years agoChanged return value from vnode_pager_addr to be in DEV_BSIZE units so
David Greenman [Wed, 22 Feb 1995 10:34:34 +0000 (10:34 +0000)]
Changed return value from vnode_pager_addr to be in DEV_BSIZE units so
that 9 bits aren't lost in the conversion. Changed all callers to expect
this. This allows paging on large (>2GB) filesystems.

Submitted by: John Dyson

29 years agovm_page.c:
David Greenman [Wed, 22 Feb 1995 10:27:24 +0000 (10:27 +0000)]
vm_page.c:
Use request==VM_ALLOC_NORMAL rather than object!=kmem_object in deciding
if the caller is "important" in vm_page_alloc(). Also established a new
low threshold for non-interrupt allocations via cnt.v_interrupt_free_min.

vm_pageout.c:
Various algorithmic cleanup. Some calculations simplified. Initialize
cnt.v_interrupt_free_min to 2 pages.

Submitted by: John Dyson

29 years agoJust return in the case of a page not on any queue in vm_page_unqueue().
David Greenman [Wed, 22 Feb 1995 10:16:21 +0000 (10:16 +0000)]
Just return in the case of a page not on any queue in vm_page_unqueue().
Return VM_PAGE_BITS_ALL even if size > PAGE_SIZE in vm_page_bits().

Submitted by: John Dyson

29 years agoRemoved object locking code (it was a left over from an abortion that
David Greenman [Wed, 22 Feb 1995 10:06:43 +0000 (10:06 +0000)]
Removed object locking code (it was a left over from an abortion that
was done a month or so ago).

Submitted by: John Dyson

29 years agoRemoved bogus copy object collapse check (the idea is right, but the
David Greenman [Wed, 22 Feb 1995 10:00:16 +0000 (10:00 +0000)]
Removed bogus copy object collapse check (the idea is right, but the
spcific check was bogus).
Removed old copy of vm_object_page_clean and took out the #if 1 around
the remaining one.

Submitted by: John Dyson

29 years agovfs_cluster.c:
David Greenman [Wed, 22 Feb 1995 09:39:22 +0000 (09:39 +0000)]
vfs_cluster.c:
Various more tweaks from John Dyson to improve read ahead calculations.

vfs_subr.c:
Only wakeup if numoutput is 0 in vwakeup().

Submitted by: John Dyson

29 years agoAdded some code to make sure that buffers associated with directories and
David Greenman [Wed, 22 Feb 1995 09:30:13 +0000 (09:30 +0000)]
Added some code to make sure that buffers associated with directories and
metadata aren't thrashed by regular file I/O.
Added mechanism to limit the amount of outstanding I/O on a given vnode.
Pagedaemon wakeup policy changed to skew priority a little in favor of
file caching.
Slight code reorganization to improve clarity.
Added a few more comments.

Submitted by: John Dyson

29 years agoOnly do object paging_in_progress wakeups if someone is waiting on this
David Greenman [Wed, 22 Feb 1995 09:16:07 +0000 (09:16 +0000)]
Only do object paging_in_progress wakeups if someone is waiting on this
condition.
Added some comments.

Submitted by: John Dyson

29 years agoOnly do object paging_in_progress wakeups if someone is waiting on this
David Greenman [Wed, 22 Feb 1995 09:15:35 +0000 (09:15 +0000)]
Only do object paging_in_progress wakeups if someone is waiting on this
condition.

Submitted by: John Dyson

29 years agoRewrote MAP_PRIVATE case of vm_mmap() - all of the COW portion of this
David Greenman [Wed, 22 Feb 1995 08:40:54 +0000 (08:40 +0000)]
Rewrote MAP_PRIVATE case of vm_mmap() - all of the COW portion of this
routine was highly convoluted.

Submitted by: John Dyson

29 years agoFix benign type mismatch.
Bruce Evans [Wed, 22 Feb 1995 07:23:26 +0000 (07:23 +0000)]
Fix benign type mismatch.

29 years agoThe 'set ifilter'/'set ofilter' commands accept a syntax containing
Atsushi Murai [Wed, 22 Feb 1995 06:44:03 +0000 (06:44 +0000)]
The 'set ifilter'/'set ofilter' commands accept a syntax containing
IP addresses and/or protocol+port, but in the case where both are
supplied, it happily accepts the command but ignores the proto+port
It also attempts to handle the case where the second IP address
is omitted, but this doesn't work.

Reviewed by:  amurai@spec.co.jp
Submitted by: Andrew.Gordon@net-tel.co.uk

29 years agoadd /usr/local/share, needed by some ports
Andrey A. Chernov [Wed, 22 Feb 1995 04:34:19 +0000 (04:34 +0000)]
add /usr/local/share, needed by some ports

29 years agoAdded entry from Jim Bryant
Poul-Henning Kamp [Wed, 22 Feb 1995 03:49:46 +0000 (03:49 +0000)]
Added entry from Jim Bryant

29 years agoIncrease retry count while reading toc, old one
Andrey A. Chernov [Wed, 22 Feb 1995 02:12:10 +0000 (02:12 +0000)]
Increase retry count while reading toc, old one
isn't enough for spin up

29 years agoUse CDPLAY environment variable to not type argument each time
Andrey A. Chernov [Wed, 22 Feb 1995 01:45:03 +0000 (01:45 +0000)]
Use CDPLAY environment variable to not type argument each time
Submitted by: hvd@terry.ping.dk

29 years agoAdd a define for the SCSI_QUEUE_FULL sense message
Justin T. Gibbs [Wed, 22 Feb 1995 01:44:21 +0000 (01:44 +0000)]
Add a define for the SCSI_QUEUE_FULL sense message

29 years agoAdd tagged queueing support. Right now, we only allow two tagged
Justin T. Gibbs [Wed, 22 Feb 1995 01:43:25 +0000 (01:43 +0000)]
Add tagged queueing support.  Right now, we only allow two tagged
commands per target.  I could have followed the route of the ncr driver
and gone to great lengths to get the SCSI subsystem to support more, but
I think I'll use the time saved to help Julian and Peter make tagged
queuing a better handled generic feature.  This also includes some comment
and enum clean up and a possible fix for the hanging PCI controllers.

29 years agoAdd tagged queueing support to the aic7xxx sequencer code.
Justin T. Gibbs [Wed, 22 Feb 1995 01:37:52 +0000 (01:37 +0000)]
Add tagged queueing support to the aic7xxx sequencer code.

29 years agomixer added
Andrey A. Chernov [Wed, 22 Feb 1995 01:37:47 +0000 (01:37 +0000)]
mixer added

29 years agoMove mixer to usr.sbin
Andrey A. Chernov [Wed, 22 Feb 1995 01:36:12 +0000 (01:36 +0000)]
Move mixer to usr.sbin

29 years agoDo not close cd after eject, close on each ioctl error instead.
Andrey A. Chernov [Wed, 22 Feb 1995 01:19:06 +0000 (01:19 +0000)]
Do not close cd after eject, close on each ioctl error instead.
Do not open cd on help and quit commands.

29 years agoImplement tray closing and tray locking
Andrey A. Chernov [Wed, 22 Feb 1995 01:11:36 +0000 (01:11 +0000)]
Implement tray closing and tray locking
Fix first open fails bug

29 years agoObtained from: memories of 1.1.5
Bruce Evans [Tue, 21 Feb 1995 18:41:30 +0000 (18:41 +0000)]
Obtained from: memories of 1.1.5

Fix the sign of the timezone offset again.

29 years agoRemove FAT_CURSOR - it's deprecated.
Jordan K. Hubbard [Tue, 21 Feb 1995 13:42:57 +0000 (13:42 +0000)]
Remove FAT_CURSOR - it's deprecated.
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>