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