summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
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
2012-12-12Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS.matt
2012-08-10Deal with optional HAVE_GCC.joerg
2012-07-23Fix cd9660_read() to not read past the end of the file. This would resultmhitch
2012-05-21Remove the code that tries to load the "ffs" kernel module during boot.dsl
2012-03-02Fix a bug that libsa ls doesn't work in case of filename with directory path.tsutsui
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-07-30Fix printf formating in ifdef DEBUG sections.jakllsch
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-03apply some -O0 with gcc 4.5 and vax.mrg
2011-06-20remove HAVE_GCC == 4 conditionalmrg
2011-06-16Don't use C versions of memcmp, memcpy, memmove, memset and strchrjoerg
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-20KNF a bit.tsutsui
2011-05-13Use %zd for ssize_t, and %zu for size_t.nakayama
2011-05-11Separate the IP and UDP code paths inside libsa, so I can add HTTP bootingzoltan
2011-02-25No trailing 0 byte for hexdigits.joerg
2011-02-25Move HEXDIGIT to mvme68k's sboot. It seems to be the only user.joerg
2011-02-17revert bad whitespace change.christos
2011-02-17fix -Wself-assign warningchristos
2011-01-06Pacify Clang -Wformat-security.jakllsch
2011-01-02Zero the in-memory super block after allocation. It contains a pointerjakllsch
2010-12-26fix slightly wrong format.christos
2010-12-26Print size_t and ssize_t with %zd, not just %d.he
2010-12-25Correct recently exposed printf format problem.jakllsch