summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cd9660.c
AgeCommit message (Expand)Author
2019-03-31fix warnings, printf formats, etc.christos
2018-03-08Add missed file in previous commit.nonaka
2014-03-20reduce size by 1K by sharing the ls code.christos
2012-07-23Fix cd9660_read() to not read past the end of the file. This would resultmhitch
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2010-10-18Allow multiple path separators between/after directory names.ws
2010-03-22Ensure cd9660_read() gives accurate EOF indication.jakllsch
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2007-11-24style, indent, and ANSI-fy.isaki
2007-03-05We need char* for pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-06-13Oops, missed a semicolon.junyoung
2005-06-13ANSI, De-__P(), and some cosmetic changes includingjunyoung
2005-02-26nuke trailing whitespaceperry
2003-10-18Rename local variables `read' to `nread' to shut up -Wshadow.itohy
2003-08-21make 'path' argument to cd9660_open 'const char *' and fix the fallout.elric
2002-12-30Fix broken build due too the move of the cd9660 and msdosfs kernel source code.veego
2001-04-05libkern.h now has the ctype routines.thorpej
1999-11-23Remove leading '/' from pathnames, using same logic as ufs.c. Allows newsimonb
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-03-26Changes to compile the next68k bootblocks withdbj
1999-02-11Add missing prototypes.pk
1997-06-26Avoid user space headers for standalone programs.drochner
1997-06-13-Wall fixesdrochner
1997-01-24isonum_722 and isonum_732 are now back in iso.hcgd
1997-01-24update for iso.h changes which remove the need for the nastiness that was herecgd
1996-09-30Add support for booting from cd9660 fsws