Commit Graph

12486 Commits

Author SHA1 Message Date
ache
15f25db6c3 Remove cdplay, cdcontrol is superset of it 1996-02-05 00:05:04 +00:00
ache
ff34863072 Alternative SUP servers list (correct me, if I forgot smth) 1996-02-04 23:23:31 +00:00
dyson
f8428b2cd3 Changed vm_fault_quick in vm_machdep.c to be global. Needed for
new pipe code.
1996-02-04 22:09:12 +00:00
dg
c053427517 Rewrote cpu_fork so that it doesn't use pmap_activate, and removed
pmap_activate since it's not used anymore. Changed cpu_fork so that
it uses one line of inline assembly rather than calling mvesp() to
get the current stack pointer. Removed mvesp() since it is no longer
being used.
1996-02-04 21:20:53 +00:00
dyson
276899d730 Improve the performance for pipe(2) again. Also include some
fixes for previous version of new pipes from Bruce Evans.  This
new version:

Supports more properly the semantics of select (BDE).
Supports "OLD_PIPE" correctly (kern_descrip.c, BDE).
Eliminates incorrect EPIPE returns (bash 'pipe broken' messages.)
Much faster yet, currently tuned relatively conservatively -- but now
	gives approx 50% more perf than the new pipes code did originally.
	(That was about 50% more perf than the original BSD pipe code.)

Known bugs outstanding:
	No support for async io (SIGIO).  Will be included soon.

Next to do:
	Merge support for FIFOs.

Submitted by: bde
1996-02-04 19:56:35 +00:00
pst
da64467214 Document kernel config flags better and add bidirectional override 1996-02-04 10:23:33 +00:00
pst
d918cfdd48 Add qcamcontrol 1996-02-04 10:11:35 +00:00
pst
30717ee2a1 Document ability to skip auto-probe 1996-02-04 10:08:24 +00:00
pst
fa0f914f53 Tell userconfig about qcam 1996-02-04 10:03:19 +00:00
pst
eeb6a1a35f Add ability to bypass the auto-detection code. It used to be rock solid
for me, but has gotten a bit flakey in bidirectional parallel port mode.

Fix a bug in bidirectional parallel port transfers, more work is still
needed here (testers welcome).

Minor cleanup.
1996-02-04 10:02:35 +00:00
pst
b7fe7384ce This commit was generated by cvs2svn to compensate for changes in r13899,
which included commits to RCS files with non-trunk default branches.
1996-02-04 09:33:52 +00:00
pst
9ee94e26ab Import very basic demo/control program for qcam driver.
Manual to follow real-soon-now(tm).
1996-02-04 09:33:52 +00:00
jkh
230605a054 Add some of Poul-Henning Kamp's items. 1996-02-04 08:58:21 +00:00
jkh
55913cb870 Add Justin's wish list to list of prioritized tasks. 1996-02-04 08:49:17 +00:00
wpaul
cd85caa537 Makefile.yp:
- Improve support for multiple domains. (In preparation for new rpc.yppasswdd.)

yp_dblookup.c:
- Improve error reporting: be more selective as to what error code
  we return when a (dbp->get) fails.
1996-02-04 05:39:35 +00:00
wpaul
72273a5aae ypxfr_getmap.c:
- Handle 'empty' maps more gracefully. By empty I mean a valid map that
  just happens not to have any entries in it, such as you would get if
  you built a map database from an empty file. Previously, trying to
  ypxfr such a map would yield an 'NIS map/database error' which is not
  the correct behavior.

ypxfr_misc:
- Make sure to free() or xdr_free() dynamically allocated memory in
  ypxfr_get_master() as necessary.
1996-02-04 05:18:44 +00:00
wpaul
ee7236e27a Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.
(There were cases where it was leaving the status uninitialized.)
1996-02-04 05:05:43 +00:00
wosch
7473bef6df Support killing of suid programs.
Now ``killall xterm'' works :-)

Don't fail for processes with meta chars (c+++)
1996-02-03 22:52:27 +00:00
joerg
0989a701a0 Try to preserve the fdisk table in the primary bootstrap, should it
already exist.

Mention the cases where this doesn't work in the BUGS section of the
man page.
1996-02-03 21:14:09 +00:00
joerg
b7b17e09c4 Create symlinks for vnboot and bootvn, too. 1996-02-03 21:12:27 +00:00
jfieber
f0814f742d Fixed botched addition of Alexander Seth Jones.
Remember, checking for botched changes is as simple as typing `make'!
1996-02-03 17:17:56 +00:00
ache
7bf1219d00 Print out media catalog number, if exists 1996-02-03 15:21:30 +00:00
ache
b2a974e602 Request/print out media catalog validation info in status command 1996-02-03 15:07:32 +00:00
peter
1146260c40 Fill in a lot of the missing blanks from the version I posted...
(better check to see that I've not misspelt somebody's name here, this
 info was collected from some strange places..)
1996-02-03 14:50:52 +00:00
ache
7e54aa0dab Implement CD_MEDIA_CATALOG request for read_subchannel
Obtained from: NetBSD
1996-02-03 14:33:56 +00:00
ache
a7443136fb Since ioc_read_subchannel don't used for hardware, remove padding.
Now almost all my changes backed out, expect one comment
about network byte order of LBA.
1996-02-03 14:19:13 +00:00
ache
a768aedccd Implement several new commands 1996-02-03 14:13:36 +00:00
joerg
660a4cf0c0 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
aa3af1501b 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
markm
b79e54892f Rename des_set_key -> des_set_key_krb. (libdes conflict) 1996-02-03 11:51:19 +00:00
markm
89c4fd7018 Rename des_set_key -> des_set_key. (libdes conflict) 1996-02-03 11:49:29 +00:00
phk
fb13b8ddcf 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
markm
60a1d6bd12 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
wosch
e20f3b0b19 Submitted by: pst
add forgotten file calendar.h. Sorry.
1996-02-03 10:58:11 +00:00
pst
b9e1cc58c2 Add qcam.4 to directory, was only mlinking 1996-02-03 07:43:21 +00:00
pst
16649f0763 Only print statistics in verbose mode 1996-02-03 06:33:23 +00:00
ache
12102ecb9d Detect yet one kind of device (taken from NetBSD)
Use more accurate TOC size calculation
1996-02-03 00:06:49 +00:00
jkh
21c9c34c6c Add install script for doc, make bin install more intelligent. 1996-02-02 23:53:48 +00:00
ache
a724de6de3 Simplify READTOCENTRYS by removing fake leadout code,
SCSI system do it for us
1996-02-02 23:43:40 +00:00
joerg
ab6036fedf Mention the currently supported vendor/model strings. 1996-02-02 23:01:17 +00:00
joerg
e23399eaf5 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
e13396326f 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
mpp
4b1008ade9 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
ache
d54012cef4 Don't mask last track number with end word, better be shure that it is 170 1996-02-02 22:14:39 +00:00
ache
bc4a7990f2 Implement PREVENT & CLOSE ioctls 1996-02-02 22:08:28 +00:00
ache
8b50fd992a Implement 'inject' command 1996-02-02 22:03:37 +00:00
ache
f690ea66de Remove close tray on open - works very bad with xcdplayer 1996-02-02 21:18:02 +00:00
ache
1dbf29acdc Exchange addr_type<->control 1996-02-02 20:54:27 +00:00
ache
92f57819e0 Calculate TOC size to match what scsi cd says.
Exchange control<->addr_type fields
1996-02-02 20:50:04 +00:00
ache
62a0fe7554 Back out my control->addr_type change, need to be fixed in another place 1996-02-02 20:46:46 +00:00