summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2015-09-07Order library object build.uebayasi
2015-09-07Sprinkle more done messages.uebayasi
2015-09-06In kernel lib build, print message when things not only start bug also end.uebayasi
2015-09-01Add new accessors for the d_type and d_namlen fields of struct lfs_direct.dholland
2015-09-01The ifile's inode number is constant. (it is always 1)dholland
2015-08-12Hack up dinode usage to be 64 vs. 32 as needed. Part 1.dholland
2015-08-12Add IFILE32 and IFILE64 structures for the on-disk ifile entries.dholland
2015-08-02Add a (draft) 64-bit superblock. Make things build again.dholland
2015-07-28Move struct salfs back inside libsa now that lfs_accessors.h is separate.dholland
2015-07-28Add a new lfs header file: lfs_accessors.h.dholland
2015-07-25white space -> tab.isaki
2015-07-24Switch to accessor functions for elements of the LFS on-diskdholland
2015-07-24Rearrange the structures in the lfs bootbollocks slightly.dholland
2014-08-30Revert stupid and untested changes. There was no extra copy in the macros.tsutsui
2014-08-30remove extra copy of the macro.christos
2014-08-30Rename padding macros to reflect and clarify the original intention.tsutsui
2014-08-10Unify all arch/*/stand's atoi() to MI libsa.isaki
2014-06-28patch posted to tech-kern@ 2014/06/25 for review with minor changesrtr
2014-06-14remove remaining makefile support for GCC < 45 that i found.mrg
2014-03-29Obtain and/or use ETHER_ADDR_LEN.jakllsch
2014-03-29Use ETHER_ADDR_LEN more.jakllsch
2014-03-29Obtain and use ETHER_ADDR_LEN where appropriate.jakllsch
2014-03-26Remove {v,}sprintfchristos
2014-03-22for LIBSA_PRINTF_WIDTH_SUPPORT,hkenken
2014-03-20kill sprintfchristos
2014-03-20new header.christos
2014-03-20reduce size by 1K by sharing the ls code.christos
2014-02-20Casting to void is the canonical way of marking a variable asjoerg
2014-01-12Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.tsutsui
2014-01-05Make libsa fsmod string pointer const.jakllsch
2013-12-24intmax_t might be long long, handle accordingly. from christosjakllsch
2013-12-24Add 'j' format modifier for intmax_t.jakllsch
2013-11-27Fix a use-after-free (well, dealloc actually) issue.jakllsch
2013-11-03make a gcc unitialized variablechristos
2013-10-20XXX: gcc initializationschristos
2013-10-20remove unusedchristos
2013-10-20use new function to avoid array overflowchristos
2013-10-13Let's not use uninitialized variables to write to random memoryjoerg
2013-10-11Rework previous (1.24) change. Rather than depending on thepgoyette
2013-08-21Use LIBISPRIVATE?= yesmatt
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19blkoff() -> mfs_blkoff()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-18Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.christos
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-06-09Build properly against the lfs changes.dholland
2013-05-10Wrap >80 char lines that overflowed on NDADDR -> EXT2FS_NDADDR changes.tsutsui
2013-04-14Make the check in close() for a non-deflatable file mode symetric tomartin
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland