| Age | Commit message (Expand) | Author |
| 2021-09-14 | sbin: enable lint for almost all programs | rillig |
| 2020-09-07 | remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds | mrg |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2015-10-15 | Enable the creation of lfs64 volumes. | dholland |
| 2015-10-10 | Use a specific SEGSUM size instead of the size of the union. | dholland |
| 2015-09-21 | Fix some assorted 32-bit assumptions not yet otherwise handled. | dholland |
| 2015-09-21 | Add 64-bit directory entry structures, and adjust accessors accordingly. | dholland |
| 2015-09-21 | Oops; LFS_DIRECTSIZ() is going to need the fs as an argument. | dholland |
| 2015-09-15 | Pass around struct lfs_dirheader instead of struct lfs_direct. | dholland |
| 2015-09-15 | Add an accessor function for directory names. | dholland |
| 2015-09-15 | Add a function lfs_copydirname() to copy directory names in place; use | dholland |
| 2015-09-15 | Move the header part of struct lfs_direct to its own structure. | dholland |
| 2015-09-15 | Add and use accessor functions for more of the directory entry fields. | dholland |
| 2015-09-01 | Add new accessors for the d_type and d_namlen fields of struct lfs_direct. | dholland |
| 2015-09-01 | Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. | dholland |
| 2015-09-01 | Tidy the MAXSYMLINKLEN macros. | dholland |
| 2015-09-01 | The ifile's inode number is constant. (it is always 1) | dholland |
| 2015-09-01 | Add byteswapping to the dinode accessors. | dholland |
| 2015-08-19 | Part two of dinodes; use the same union everywhere. | 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-12 | Make 32-bit and 64-bit versions of CLEANERINFO. | dholland |
| 2015-08-02 | Add a (draft) 64-bit superblock. Make things build again. | dholland |
| 2015-08-02 | Use accessor functions for the version field of the lfs superblock. | dholland |
| 2015-08-02 | Typo in comment. | dholland |
| 2015-08-02 | Use c99 initializers. | dholland |
| 2015-08-02 | Second batch of 64 -> 32 truncations in lfs, along with more minor | dholland |
| 2015-08-02 | Fix assorted 64 -> 32 truncations in lfs. Also, some minor tidyups and | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-24 | More lfs superblock accessors. | dholland |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2015-05-31 | Use VFS_PROTOS() for lfs. | hannken |
| 2015-03-29 | - Fix fallout for recent bread() change (removing cred arg). | chopps |
| 2014-01-04 | New sentence, new line. Remove trailing whitespace. | wiz |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-08 | Redo these changes properly: | dholland |
| 2013-06-08 | Tidy up the LFS userland build hacks. | dholland |
| 2013-06-08 | DIRBLKSIZ -> LFS_DIRBLKSIZ | dholland |
| 2013-06-08 | struct direct -> struct lfs_direct | dholland |
| 2013-06-08 | Stick LFS_ in front of IFMT, IFIFO, IFREG, etc. so as not to conflict | dholland |
| 2013-06-08 | Move the dinode (on-disk inode) structures to lfs.h, since they are | dholland |
| 2013-06-06 | Cleanups and hacks to make lfs userland stuff build: | dholland |
| 2013-06-06 | ufs -> ulfs for newfs_lfs | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-02-16 | Pass t_renamerace and t_rmdirrace tests. | perseant |
| 2012-02-02 | When creating a very small filesystem, use well-known small segment, | perseant |
| 2012-02-02 | If invoked with -D and creating an image file, ensure that the image | perseant |
| 2012-01-17 | Use an even smaller segment size when creating a very small filesystem. | perseant |
| 2010-02-16 | Three changes in a single commit. | mlelstv |