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