HardenedBSD src tree
Go to file
ache 5f18a711b2 Newly implemented ioctls list:
DIOCGDINFO, DIOCGPART, DIOCWDINFO, DIOCSDINFO, CDIOCPLAYMSF, CDIOCRESET,
CDIOCEJECT.

CDIOCPLAYBLOCKS removed (old implementation completely wrong and I don't
know how to implement it correctly).

All routines now detects media change correctly.

DELAY_GETREPLAY increased for long time access from first track
to last.

mcd_waitrdy() now use MIN_DELAY=15 as minimal delay which independs
of machine speed.

mcd_doread() now uses real status (old code uses obsoleted soft copy of it).

clear XBSY on error in mcd_doread()

mcd_statrt(): add missing splx(s), cause dead hang with unmatched slpbio()

optimize mcd_doread(), don't set CD mode each time, keep soft copy of mode.

call getdisklabel() _after_ mcdsize() for proper sizes

mcdopen(): old code forget to set MCDREADRAW in flags when open RAW
partition, doread check it for setting RAW CD mode.

Do nothing on stray interrupt (which sometimes occurse, because driver
read data block too slow, DOS driver use 'insb' here). Old stray code
cause timeouts.

Read toc entries code rewritten to return many requested entries
(as supposed) instead of one entry with incorrect structure.

CMDREAD2 requests covered with disable_intr()/enable_intr()
(from DOS driver)

Read junk code added after read block code in doread (from DOS driver)

mcd_read_toc() code fixed to read all needed entries, old code cause
some audio tracks is not played.

mcd_playtracks() code fixed to proper check valid track range.

New binary read modes implemented (from DOS driver).
1994-09-03 16:48:13 +00:00
bin Added rtprio option/field. 1994-09-01 11:28:45 +00:00
eBones
etc Example of locale setup corrected 1994-09-03 14:03:10 +00:00
gnu Disable one of my extensions (function profiler epilogues) that 1994-09-02 20:39:41 +00:00
include
lib Fixed editing blunder. 1994-09-01 12:09:17 +00:00
libexec
sbin
secure
share Fixed a couple of typos. Ok, this works now. Only one significant hurdle 1994-09-02 01:53:33 +00:00
sys Newly implemented ioctls list: 1994-09-03 16:48:13 +00:00
tools/regression/usr.bin/sed
usr.bin Add and properly install locales 1994-09-03 14:00:40 +00:00
usr.sbin fixed typos 1994-09-03 13:20:05 +00:00
CVS-INFO
HW.TROUBLE
Makefile Taken update rule out of world target so it doesn't try and sup and 1994-09-03 02:38:28 +00:00
TODO