aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs/cd9660/cd9660_mount.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-181-0/+1
| | | | | | | | | | | | | | | | cannot yet be closed, though. I hope I got all credits right, and that the multiple submitted by lines do not break anyone's scripts... PR: kern/5038, kern/5567 Submitted by: Keith Jang <keith@email.gcn.net.tw> Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de> Submitted by: Byung Yang <byung@wam.umd.edu> Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Notes: svn path=/head/; revision=45773
* Add support for ISO9660 multi-session CD-ROMs. This is just nothingJoerg Wunsch1997-04-291-0/+1
| | | | | | | | | | | | | but searching the directory on something else than the default location. NB: this comprises an interface change to the mount_cd9660(8) utility (commit will follow). You need to rebuild both. I've got similar patches for RELENG_2_2, should i commit them too? Notes: svn path=/head/; revision=25285
* Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allPeter Wemm1996-03-111-0/+51
files are off the vendor branch, so this should not change anything. A "U" marker generally means that the file was not changed in between the 4.4Lite and Lite-2 releases, and does not need a merge. "C" generally means that there was a change. [note, new file: cd9660_mount.h] Notes: svn path=/vendor/CSRG/dist/; revision=14553