summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/ufs.c
AgeCommit message (Expand)Author
2013-10-20XXX: gcc initializationschristos
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-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-05-21Remove the code that tries to load the "ffs" kernel module during boot.dsl
2012-01-16PR/45796: Evgeniy Ivanov minixfs3 support.christos
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2008-01-02Merge vmlocking2 to head.ad
2007-12-01Use "uint" rather than "unsigned" without a type.tsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2007-09-29When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask andmartin
2006-05-11ssize_t -> size_t to match variable and functions.mrg
2006-01-25free -> deallocchristos
2006-01-18Define indp_t as signed int32_t, like ffsv1.c does.uwe
2005-12-11merge ktrace-lwp.christos
2005-08-1964 bit inode changes.christos
2005-02-26nuke trailing whitespaceperry
2004-03-20When searching for the superblock, check that the fs_sblockloc fielddsl
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-27Use memset not bzero to help shrink alpha bootxx_lfsdsl
2003-08-22Reduce memory footprint:dsl
2003-08-21Should call ufs_close() if it isn't being built in.elric
2003-08-18make 'path' argument to ufs_open 'const char *' and fix the fallout.dsl
2003-08-18KNF, fix a comment or twodsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-11Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2.dsl
2003-04-02Conditionalize declaration of local variable ``i'', now that thehe
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-02-23Use the MAX() macro from <sys/param.h> instead of a local inline. Resultssimonb
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-08-18note that these files should be easily diffable (until they share common codecgd
1999-08-17set f_seekp to 0 in ufs_open() before returning. It ended up being 0cgd
1999-04-01Don't compile in sanity checks for old file systems ifsimonb
1999-03-31G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*.simonb
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-02-22Drop support for symlinks of UFS_NOSYMLINK is defined.simonb
1999-02-11Add missing prototypes.pk
1998-03-01Sweep up some miscellaneous leftover lite2 integration shrapnel.ross
1997-06-26Avoid user space headers for standalone programs.drochner
1997-06-13Don't #include <string.h>, needed prototypes are in libkern.h.drochner
1997-01-17fix file system buffer leak that occurs if an error occurs (e.g. file notcgd
1996-09-30Add support for booting from cd9660 fsws
1996-06-02Fix include file order to confirm to KNF in master tree also.ragge