Home | History | Annotate | Download | only in cd9660
History log of /src/sys/fs/cd9660/iso.h
RevisionDateAuthorComments
 1.10  27-Sep-2011  christos define and use ISO_MAXNAMLEN instead of MAXNAMLEN
 1.9  27-Jan-2007  cbiere * Added missing cast in isonum_712().
* Added const-qualifiers.
* Removed unnecessary duplicate prototypes.
* Use the endian conversion functions from <sys/endian.h>.
 1.8  16-Feb-2006  perry branches: 1.8.14;
Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.
 1.7  24-Dec-2005  perry branches: 1.7.2; 1.7.4; 1.7.6;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.6  03-Dec-2005  christos - protect userland exported files against multiple inclusion.
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.
 1.5  22-Jun-2005  junyoung branches: 1.5.2;
ANSIfy and de-__P.
 1.4  26-Feb-2005  perry nuke trailing whitespace
 1.3  30-Nov-2004  martin branches: 1.3.4; 1.3.6;
Declare functions with the proper type they return. While there, replace
some strange type names with their C99 equivalent.
This avoids sign extension of 32bit fields (like the file size) on 64bit
archs.
Based on a patch supplied by Olaf 'Rhialto' Seibert in PR kern/28471;
should fix that PR.
 1.2  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.1  23-Dec-2002  jdolecek branches: 1.1.2; 1.1.4;
move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660
 1.1.4.7  11-Dec-2005  christos Sync with head.
 1.1.4.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.4.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.1.4.4  18-Dec-2004  skrll Sync with HEAD.
 1.1.4.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.1  03-Aug-2004  skrll Sync with HEAD
 1.1.2.2  29-Dec-2002  thorpej With with HEAD.
 1.1.2.1  23-Dec-2002  thorpej file iso.h was added on branch nathanw_sa on 2002-12-29 19:55:43 +0000
 1.3.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.3.4.1  29-Apr-2005  kent sync with -current
 1.5.2.2  26-Feb-2007  yamt sync with head.
 1.5.2.1  21-Jun-2006  yamt sync with head.
 1.7.6.1  22-Apr-2006  simonb Sync with head.
 1.7.4.1  09-Sep-2006  rpaulo sync with head
 1.7.2.1  18-Feb-2006  yamt sync with head.
 1.8.14.1  01-Feb-2007  ad Sync with head.

RSS XML Feed