summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2005-04-09Use std form for a multi-line commentdsl
2005-02-26nuke trailing whitespaceperry
2004-07-01DECONST -> UNCONSTchristos
2004-06-30constification fixes.christos
2004-06-30- multiple inclusion protection.christos
2004-06-30help with casts, and lint hints.christos
2004-05-19Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead ofabs
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2004-03-24I was told I'm just an "author", not a "regent"drochner
2004-03-24remove license clauses 3 and 4 from my copyright noticedrochner
2004-03-20When searching for the superblock, check that the fs_sblockloc fielddsl
2003-11-07Make 'dependall' generate dependencies in these libraries.dsl
2003-10-30Add a prototype for memset().he
2003-10-23The paddr_t type is integral, so no longer compatible with NULL,he
2003-10-18Rename local variables `read' to `nread' to shut up -Wshadow.itohy
2003-09-04Um, undo last; libsa printf doesn't do %z.he
2003-09-04Use the %zu format for size_t printing instead of cast + %lu.he
2003-09-03Cast size_t to u_long before printing, and use %lu instead of %d as format.he
2003-09-01Another attempt to get libsa to contain the right things.dsl
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-29The __strong_alias() seems to have to be in the file with the definition.dsl
2003-08-27An ever sneakier way of making memcmp and bcmp use the same code:dsl
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-21make 'path' argument to cd9660_open 'const char *' and fix the fallout.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-07-15In lookup(), don't free "dir" on exit if we found a matching entry.scw
2003-06-23Protect opt_*.h include by _KERNEL_OPTmartin
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-04-29Allow the default location of "machine/loadfile_machdep.h" to bescw
2003-04-27Remove two unused variable to fix a build problem.tron
2003-04-26Remove %b support.bjh21
2003-04-20If the format string ends with "%" or "%l", print those characters, justbjh21
2003-04-20ANSIfy, assume __STDC__, un-__P, KNF.bjh21
2003-04-16lfs code is built from ufs.cdsl
2003-04-15Add interface to boot password checking code that takes password parameter.dsl
2003-04-11Build ffsv1 and ffsv2dsl
2003-04-11Add externs for ffsv1_xxx and ffsv2_xxxdsl
2003-04-11Files to build ffsv1 and ffsv2 versions of ufs.cdsl
2003-04-11Use common ffs/lfs file ufs.c instead of lfs specific version.dsl
2003-04-11Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2.dsl
2003-04-11Put extern definition of bcopy in () to avoid macro expansion whendsl
2003-04-10Fix prototypes of null_read and null_write, change to return errno values.dsl
2003-04-10Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere.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-04-01constify a couple of pointers.mycroft