aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660.c
Commit message (Expand)AuthorAgeFilesLines
* makefs: Exit with error if writing cd image failsEd Maste2025-01-151-3/+6
* makefs: Fix cd9660 duplicate directory namesEd Maste2025-01-151-2/+3
* makefs: Remove impossible if conditionEd Maste2025-01-151-5/+1
* makefs: Fix cd9660 filename buffer maximum lengthEd Maste2025-01-151-9/+7
* makefs: Crudely fix a sprintf warningEd Maste2025-01-151-13/+19
* makefs cd9660: Unexpand a few TAILQ macrosJohn Baldwin2024-11-301-3/+3
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* makefs: use unsigned and %u for rock_ridge_move_countEd Maste2023-04-211-1/+1
* makefs: remove unused cd9660 optionsEd Maste2023-04-211-13/+0
* makefs: use size_t or ssize_t where appropriateEd Maste2023-04-141-5/+6
* makefs: simplify filename conversion handlingEd Maste2023-04-141-24/+5
* makefs: avoid uninitialized memory in root directory dateEd Maste2023-04-141-7/+3
* makefs: remove CD9660MAXPATH #defineEd Maste2023-04-141-2/+2
* makefs: improve some cd9660 error messagesEd Maste2023-04-141-4/+4
* makefs: correct "filname" typoEd Maste2023-04-141-1/+1
* makefs: whitespace cleanup (remove space before tab)Ed Maste2022-10-021-3/+3
* Synchronise with NetBSD's version of EFI handling for El Torito images.Benno Rice2018-03-311-1/+3
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* makefs: clean up warningsEd Maste2017-05-031-1/+1
* makefs: remove unused cd9660_defaults_set globalEd Maste2017-05-011-4/+0
* makefs: Sync with NetBSD (fix unused variable warnings)Ed Maste2017-04-071-5/+4
* makefs: use emalloc and friendsEd Maste2017-04-061-84/+20
* makefs: sync with NetBSDEd Maste2017-03-291-1/+2
* makefs: improve error messagesEd Maste2017-03-151-26/+27
* makefs: use 'm' for cd9660 allow-multidot, per NetBSDEd Maste2017-03-151-1/+1
* makefs: sync option parsing with NetBSDEd Maste2017-03-151-124/+150
* makefs: eliminate global cd9660 structureEd Maste2017-02-231-295/+329
* Fix null dereference when running out of nodes during rename.Sevan Janiyan2016-11-261-1/+1
* Be more precise when including headers so that we're less likely toMarcel Moolenaar2016-10-251-2/+3
* makefs: diff reduction with NetBSDEd Maste2016-10-071-2/+3
* makefs: sync NetBSD IDs with upstream for changes that we already haveEd Maste2016-07-191-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-141-14/+16
* Initialize date of rootNode.Simon J. Gerraty2016-05-181-0/+3
* makefs(8): use NULL instead of zero for pointers.Pedro F. Giffuni2016-05-171-5/+5
* Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 byEnji Cooper2015-11-021-2/+4
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Don't check if `val` is NULL before calling free; free(3) alreadyEnji Cooper2015-10-191-2/+1
* - Set the System Identifier in the Primary Volume Descriptor to FreeBSDMarius Strobl2013-07-271-2/+3
* Allow contents of multiple directories to be merged to the current image.Jung-uk Kim2012-01-311-18/+7
* Fix a SIGSEGV problem in directory entry renaming.Hiroki Sato2012-01-251-0/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-5/+0
* Fix a variety of warnings when compiling with gcc46Eitan Adler2012-01-201-10/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-4/+0
* Fix buffer overflow and possible ISO image corruption in wrongMartin Matuska2011-08-231-7/+3
* Sync makefs(8) ISO 9660 support with NetBSD:Marius Strobl2011-08-101-7/+7
* Fix NetBSD PR bin/44114:Martin Matuska2011-08-071-7/+8
* Add analogs to the -chrp-boot and -prep-boot options to mkisofs.Nathan Whitehorn2011-05-221-0/+3
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-0/+2154