| Age | Commit message (Expand) | Author |
| 2016-06-11 | PR 51200 gets in libsa considered harmful: use kgets | dholland |
| 2016-06-11 | gets_s -> kgets. | dholland |
| 2016-06-05 | dedup | christos |
| 2016-06-05 | Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simple | maxv |
| 2016-06-05 | Use gets_s instead of gets. The x86 bootloader prompt is easy to | maxv |
| 2016-03-22 | remove a bunch of "@echo done" from the tail of rules. these messages | mrg |
| 2016-03-11 | PR/50952: David Binderman: Clarify expression | christos |
| 2016-01-17 | Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation. | tsutsui |
| 2015-09-07 | Order library object build. | uebayasi |
| 2015-09-07 | Sprinkle more done messages. | uebayasi |
| 2015-09-06 | In kernel lib build, print message when things not only start bug also end. | uebayasi |
| 2015-09-01 | Add new accessors for the d_type and d_namlen fields of struct lfs_direct. | dholland |
| 2015-09-01 | The ifile's inode number is constant. (it is always 1) | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-08-12 | Add IFILE32 and IFILE64 structures for the on-disk ifile entries. | dholland |
| 2015-08-02 | Add a (draft) 64-bit superblock. Make things build again. | dholland |
| 2015-07-28 | Move struct salfs back inside libsa now that lfs_accessors.h is separate. | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-25 | white space -> tab. | isaki |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2015-07-24 | Rearrange the structures in the lfs bootbollocks slightly. | dholland |
| 2014-08-30 | Revert stupid and untested changes. There was no extra copy in the macros. | tsutsui |
| 2014-08-30 | remove extra copy of the macro. | christos |
| 2014-08-30 | Rename padding macros to reflect and clarify the original intention. | tsutsui |
| 2014-08-10 | Unify all arch/*/stand's atoi() to MI libsa. | isaki |
| 2014-06-28 | patch posted to tech-kern@ 2014/06/25 for review with minor changes | rtr |
| 2014-06-14 | remove remaining makefile support for GCC < 45 that i found. | mrg |
| 2014-03-29 | Obtain and/or use ETHER_ADDR_LEN. | jakllsch |
| 2014-03-29 | Use ETHER_ADDR_LEN more. | jakllsch |
| 2014-03-29 | Obtain and use ETHER_ADDR_LEN where appropriate. | jakllsch |
| 2014-03-26 | Remove {v,}sprintf | christos |
| 2014-03-22 | for LIBSA_PRINTF_WIDTH_SUPPORT, | hkenken |
| 2014-03-20 | kill sprintf | christos |
| 2014-03-20 | new header. | christos |
| 2014-03-20 | reduce size by 1K by sharing the ls code. | christos |
| 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 |