Home | History | Annotate | Download | only in cd9660
History log of /src/usr.sbin/makefs/cd9660/cd9660_conversion.c
RevisionDateAuthorComments
 1.6  17-Jun-2024  reinoud We know the target string buffer only needs 18 but gcc can't figure this out.
Fixes compiling with -Werror=format-truncation
 1.5  08-Feb-2017  christos If we are using a timestamp from the command line, don't pay attention to
the user timezone, use UTC instead (for reproducible builds).
 1.4  14-Mar-2007  christos branches: 1.4.58; 1.4.62;
PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong time
stamp because localtime(3) and gmtime(3) share the same buffer. Fixed by using
the _r functions.
 1.3  24-Dec-2005  perry branches: 1.3.4;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.2  30-Oct-2005  dyoung Remove invisible whitespace at ends of lines that disrupted my
speedy cursor-movement habits in vi.
 1.1  13-Aug-2005  fvdl cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,
Alan Perez-Rathke and Ram Vedam.

Prototyping, KNF, WARNS=3 by me.

Note that this is marked experimental for now. It works well enough to
make NetBSD/i386 bootable images, but does need more work.
 1.3.4.1  31-Mar-2007  bouyer Pull up following revision(s) (requested by taca in ticket #539):
usr.sbin/makefs/cd9660/cd9660_conversion.c: revision 1.4
PR/36006: Takahiro Kambe: makefs(8) create cd9660 file system with wrong time
stamp because localtime(3) and gmtime(3) share the same buffer. Fixed by using
the _r functions.
 1.4.62.1  21-Apr-2017  bouyer Sync with HEAD
 1.4.58.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed