Andrey A. Chernov
5f0f376b27
Implement several new commands
1996-02-03 14:13:36 +00:00
Joerg Wunsch
c38a76a7d0
Add a quirk record for the Tandberg 42XX series. Not only that these
...
drives require ST_Q_SNS_HLP, they also wrongly accept a blocksize of
1024 in the first place (for a QIC-150 cartridge), but complain later
about it. The hack is to only probe for 512 for them.
Reorder the entries in st_decide_mode() so that QIC >= 525 is properly
accepted as variable blocksize.
1996-02-03 13:31:13 +00:00
Joerg Wunsch
0f9a535124
Fix the borokeness that crept in with rev 1.10 of parser.c, the sh
...
didn't correctly start background jobs anymore. Strange that nobody
was complaining...
Add a dummy target for `builtins' in the Makefile, to prevent it
from attempting to build this file by compiling builtins.c. :-/
1996-02-03 13:27:55 +00:00
Mark Murray
5bf1814b0e
Rename des_set_key -> des_set_key_krb. (libdes conflict)
1996-02-03 11:51:19 +00:00
Mark Murray
d523df8926
Rename des_set_key -> des_set_key. (libdes conflict)
1996-02-03 11:49:29 +00:00
Poul-Henning Kamp
821c204e91
Make the sorting of IPFW rules an option. You don't want it to sort them.
...
>>>WARNING<<< you may have to revisit your firewall setup.
1996-02-03 11:48:12 +00:00
Mark Murray
9e084cdbbc
Rename des_set_key -> des_set_key_krb. This was a name conflict with a
...
documented routine in libdes.
1996-02-03 11:40:16 +00:00
Wolfram Schneider
1d6b2fd781
Submitted by: pst
...
add forgotten file calendar.h. Sorry.
1996-02-03 10:58:11 +00:00
Paul Traina
a74f01ce5e
Add qcam.4 to directory, was only mlinking
1996-02-03 07:43:21 +00:00
Paul Traina
38751bfcd6
Only print statistics in verbose mode
1996-02-03 06:33:23 +00:00
Andrey A. Chernov
0b2207bcb3
Detect yet one kind of device (taken from NetBSD)
...
Use more accurate TOC size calculation
1996-02-03 00:06:49 +00:00
Jordan K. Hubbard
6ef18d7ac5
Add install script for doc, make bin install more intelligent.
1996-02-02 23:53:48 +00:00
Andrey A. Chernov
628257e0b0
Simplify READTOCENTRYS by removing fake leadout code,
...
SCSI system do it for us
1996-02-02 23:43:40 +00:00
Joerg Wunsch
863e656f6d
Mention the currently supported vendor/model strings.
1996-02-02 23:01:17 +00:00
Joerg Wunsch
1d98b891d0
Add the HP4020i CD-R as a known device.
...
Reorder the CD-R entries in knowndevs[].
Submitted by: fred@jjarray.umd.edu (Fred Cawthorne)
1996-02-02 22:59:48 +00:00
Joerg Wunsch
b73b631531
Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than
...
one LUN).
Submitted by: Wilko Bulte
1996-02-02 22:57:27 +00:00
Mike Pritchard
790ae9291a
Added a FreeBSD specific crash(8) man page that was adapted from
...
the hp300 crash(8) man page in the lite-2 source tree.
Also removed man8/makedev.8 (this was vax specific and was replaced
by man8/man8.i386/MAKEDEV.8 a long time ago - it was just never removed
from the source tree).
1996-02-02 22:17:04 +00:00
Andrey A. Chernov
fccbca1d40
Don't mask last track number with end word, better be shure that it is 170
1996-02-02 22:14:39 +00:00
Andrey A. Chernov
1cf944e85c
Implement PREVENT & CLOSE ioctls
1996-02-02 22:08:28 +00:00
Andrey A. Chernov
aeb13d5b74
Implement 'inject' command
1996-02-02 22:03:37 +00:00
Andrey A. Chernov
8b1448af24
Remove close tray on open - works very bad with xcdplayer
1996-02-02 21:18:02 +00:00
Andrey A. Chernov
c3ed4fcf9d
Exchange addr_type<->control
1996-02-02 20:54:27 +00:00
Andrey A. Chernov
4a52a30aff
Calculate TOC size to match what scsi cd says.
...
Exchange control<->addr_type fields
1996-02-02 20:50:04 +00:00
Andrey A. Chernov
3017478d1c
Back out my control->addr_type change, need to be fixed in another place
1996-02-02 20:46:46 +00:00
Andrey A. Chernov
b03135a62b
I forget the fact that cd_read_toc reads toc header in any case
1996-02-02 20:43:11 +00:00
Andrey A. Chernov
fd04d24d6b
Remove #pragma pack, use byte filler in ioc_read_subchannel
...
instead, all other structures already aligned
1996-02-02 20:41:11 +00:00
Paul Traina
b184a4f4e4
Remove the ability for the user mode programs to specify bidirectional
...
vs unidirectional transfer modes. The kernel handles hardware, user mode
programs shouldn't get in the way.
This cleans up some really ugly grots that I hated too. :-)
Suggested by: Sujal Patel <smpatel@wam.umd.edu>
1996-02-02 20:37:51 +00:00
Paul Traina
b0f4bf0063
Add support for Connectix QuickCam(tm)
...
* this is my unoptimized driver, it works fine, it's not as fast as it
* could be (yet) -- I have yet to merge in ideas from other QuickCam
* developers.
1996-02-02 19:27:57 +00:00
Paul Traina
0b59977032
Add support for Connectix QuickCam(tm)
...
* warning: this user interface is still in flux pending negotiations
* with other quickcam driver authors. It is _not_ compatible with the
* original linux interface due to the fact that it was too restrictive.
1996-02-02 19:26:37 +00:00
Paul Traina
869fc587ed
Add support for Connectix QuickCam(tm)
1996-02-02 19:25:24 +00:00
Paul Traina
744f4aaa11
Add Peter's list of major numbers
1996-02-02 19:12:43 +00:00
David Greenman
ac474627f4
Killed last change - it was bogus. cpu_switch() already assumes that
...
return address is on the stack.
1996-02-02 18:30:06 +00:00
Mike Pritchard
f3c0267f19
Fix some incorrect locations in the FILES sections of some man pages.
1996-02-02 18:22:04 +00:00
Mike Pritchard
ad27caee81
Added missing gsc(4) (Genius scanner related man page).
1996-02-02 18:12:12 +00:00
Mike Pritchard
5ea43fd200
Add some missing manual page links.
1996-02-02 17:48:46 +00:00
Paul Traina
4cf6236007
Add in hooks for quickcam driver
1996-02-02 06:55:35 +00:00
Wolfram Schneider
12e1f465dd
recursive grep, enabled with -DHAVE_FTS=1
...
enable mmap (-DHAVE_MMAP=1)
1996-02-02 06:45:26 +00:00
Jordan K. Hubbard
15eb9fcea7
Understand about the doc distribution.
1996-02-02 06:44:02 +00:00
Wolfram Schneider
7a5ab50d3f
man page link tmpfs.8 -> mfs.8 for former SunOS users
1996-02-02 06:31:57 +00:00
Jeffrey Hsu
eae4034b95
There is no longer a typedef clash with <rpc/auth.h>, so remove
...
conditional. Also, use the system defined fixed sized types.
This removes a 32-bit dependency on non-32-bit architectures.
1996-02-02 06:17:42 +00:00
Wolfram Schneider
413b01e6ac
man page link swapfile.8 -> vnconfig.8
1996-02-02 06:14:09 +00:00
Wolfram Schneider
43ee9528de
_de_DE_ISO8859_1_* -> _de_DE_ISO_8859_1_*
...
+ Muttertag
+ first german newspaper(s) in WWW
+ Konrad Zuse
1996-02-02 06:05:20 +00:00
Wolfram Schneider
43025a6ede
easter and easter depending day
1996-02-02 06:04:06 +00:00
Wolfram Schneider
c9c822e632
- handle events that move around from year to year, i.e.,
...
``the last Monday in April'
- handle easter
new options
-f calendarfile
-A days
-B days
Calendar HOME directory ~/.calendar
don't sent mail if ~/.calendar/nomail exist
1996-02-02 06:02:41 +00:00
Wolfram Schneider
4ad1bd1e33
Umlauts corrected
1996-02-02 05:27:27 +00:00
Wolfram Schneider
1d08058f65
add ruid and rgid to file 'status'
1996-02-02 05:19:20 +00:00
Wolfram Schneider
000ee932d4
filenames corrected
1996-02-02 05:14:04 +00:00
Wolfram Schneider
8ed714cd80
Submitted by: bruce, davidg, dyson
...
add a BUG section for mmap with current limitation
section SYNOPSIS completed
1996-02-02 05:06:29 +00:00
Mike Pritchard
7c87ef470d
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
Jordan K. Hubbard
7762115a5b
Reshuffle the task list somewhat, add Alexander Seth Jones as the
...
coordinator for the AFS port, since he just volunteered!
1996-02-01 21:00:38 +00:00