index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libstand
/
cd9660.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to ANSI function prototypes in a few places.
rodrigc
2011-05-03
1
-1
/
+1
*
Implement the full range of ISO9660 number conversion routines in iso.h.
des
2005-10-18
1
-15
/
+0
*
- Change the f_isdir field of struct file to be a flags field and two
jhb
2001-11-06
1
-13
/
+54
*
- Add a simple SUSP parser.
jhb
2001-11-06
1
-8
/
+154
*
Switch to using ANSI function declarations and add missing function
jhb
2001-11-06
1
-31
/
+15
*
Add __FBSDID()s to libstand
dillon
2001-09-30
1
-1
/
+3
*
Bail if we go beyond the directory size, not just if we hit it.
gallatin
2001-08-23
1
-1
/
+1
*
fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreak
gallatin
2001-04-07
1
-3
/
+4
*
Add a readdir function to the loader fsops vector, and implement the
jlemon
2000-04-29
1
-145
/
+110
*
trailing white space removal.
obrien
2000-01-18
1
-16
/
+14
*
Add two new functions cd9660_readfile() & cd9660_readdir(), which
obrien
2000-01-18
1
-110
/
+175
*
Path arguments to *_open functions should be const, but we were mangling
msmith
1998-09-18
1
-4
/
+4
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+401