| Age | Commit message (Expand) | Author |
| 2014-02-20 | Casting to void is the canonical way of marking a variable as | joerg |
| 2014-01-12 | Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago. | tsutsui |
| 2014-01-05 | Make libsa fsmod string pointer const. | jakllsch |
| 2013-12-24 | intmax_t might be long long, handle accordingly. from christos | jakllsch |
| 2013-12-24 | Add 'j' format modifier for intmax_t. | jakllsch |
| 2013-11-27 | Fix a use-after-free (well, dealloc actually) issue. | jakllsch |
| 2013-11-03 | make a gcc unitialized variable | christos |
| 2013-10-20 | XXX: gcc initializations | christos |
| 2013-10-20 | remove unused | christos |
| 2013-10-20 | use new function to avoid array overflow | christos |
| 2013-10-13 | Let's not use uninitialized variables to write to random memory | joerg |
| 2013-10-11 | Rework previous (1.24) change. Rather than depending on the | pgoyette |
| 2013-08-21 | Use LIBISPRIVATE?= yes | matt |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | blkoff() -> mfs_blkoff() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-06-09 | Build properly against the lfs changes. | dholland |
| 2013-05-10 | Wrap >80 char lines that overflowed on NDADDR -> EXT2FS_NDADDR changes. | tsutsui |
| 2013-04-14 | Make the check in close() for a non-deflatable file mode symetric to | martin |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-12-12 | Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS. | matt |
| 2012-08-10 | Deal with optional HAVE_GCC. | joerg |
| 2012-07-23 | Fix cd9660_read() to not read past the end of the file. This would result | mhitch |
| 2012-05-21 | Remove the code that tries to load the "ffs" kernel module during boot. | dsl |
| 2012-03-02 | Fix a bug that libsa ls doesn't work in case of filename with directory path. | tsutsui |
| 2012-01-16 | PR/45796: Evgeniy Ivanov minixfs3 support. | christos |
| 2011-12-25 | Apply the following patch submitted by Evgeniy Ivanov: | tsutsui |
| 2011-07-30 | Fix printf formating in ifdef DEBUG sections. | jakllsch |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-03 | apply some -O0 with gcc 4.5 and vax. | mrg |
| 2011-06-20 | remove HAVE_GCC == 4 conditional | mrg |
| 2011-06-16 | Don't use C versions of memcmp, memcpy, memmove, memset and strchr | joerg |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-05-20 | KNF a bit. | tsutsui |
| 2011-05-13 | Use %zd for ssize_t, and %zu for size_t. | nakayama |
| 2011-05-11 | Separate the IP and UDP code paths inside libsa, so I can add HTTP booting | zoltan |
| 2011-02-25 | No trailing 0 byte for hexdigits. | joerg |
| 2011-02-25 | Move HEXDIGIT to mvme68k's sboot. It seems to be the only user. | joerg |
| 2011-02-17 | revert bad whitespace change. | christos |
| 2011-02-17 | fix -Wself-assign warning | christos |
| 2011-01-06 | Pacify Clang -Wformat-security. | jakllsch |
| 2011-01-02 | Zero the in-memory super block after allocation. It contains a pointer | jakllsch |
| 2010-12-26 | fix slightly wrong format. | christos |
| 2010-12-26 | Print size_t and ssize_t with %zd, not just %d. | he |
| 2010-12-25 | Correct recently exposed printf format problem. | jakllsch |