| Age | Commit message (Expand) | Author |
| 2022-04-30 | Now, NULL is always defined correctly, as we include <sys/param.h> above. | rin |
| 2022-04-29 | Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is | rin |
| 2022-04-27 | Revert previous at the moment. | rin |
| 2022-04-27 | Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is | rin |
| 2021-05-17 | move bi-endian disklabel support from the kernel and libsa into libkern. | mrg |
| 2016-08-27 | Remove gets() from here too. | dholland |
| 2016-06-11 | gets_s -> kgets. | dholland |
| 2016-06-05 | Use gets_s instead of gets. The x86 bootloader prompt is easy to | maxv |
| 2014-08-10 | Unify all arch/*/stand's atoi() to MI libsa. | isaki |
| 2014-03-26 | Remove {v,}sprintf | christos |
| 2014-01-05 | Make libsa fsmod string pointer const. | jakllsch |
| 2012-05-21 | Remove the code that tries to load the "ffs" kernel module during boot. | dsl |
| 2012-01-16 | PR/45796: Evgeniy Ivanov minixfs3 support. | christos |
| 2011-12-25 | Apply the following patch submitted by Evgeniy Ivanov: | tsutsui |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2011-02-25 | Move HEXDIGIT to mvme68k's sboot. It seems to be the only user. | joerg |
| 2010-12-24 | panic takes a printf format too. | christos |
| 2009-03-19 | Revert previous. MI libsa doesn't provide bcmp(). | tsutsui |
| 2009-03-19 | Add a prototype for the bcmp() function as well. | he |
| 2009-03-18 | - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has | tsutsui |
| 2009-01-17 | Remove __P(). | tsutsui |
| 2008-11-19 | For the x86 boot loader, autoload a kernel module corresponding to the | ad |
| 2008-03-25 | - use mem* instead of b* routines, and kill the b* routines. | christos |
| 2007-12-24 | Remove __attribute__((__noreturn__)) from things already marked __dead | perry |
| 2007-11-24 | style, indent, and ANSI-fy. | isaki |
| 2006-01-25 | Sync alloc/dealloc prototypes with unsigned int -> size_t change. | uwe |
| 2006-01-25 | - Add attributes to printf functions | christos |
| 2006-01-13 | constify write prototype. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-13 | Remove bcmp(). Use memcmp() instead. | junyoung |
| 2005-05-23 | Provide HEXDIGITS as well (needed on mvme68k/stand) | jmc |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-06-30 | - multiple inclusion protection. | christos |
| 2004-05-19 | Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of | abs |
| 2003-10-30 | Add a prototype for memset(). | he |
| 2003-08-18 | make 'path' argument to ufs_open 'const char *' and fix the fallout. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-15 | Add interface to boot password checking code that takes password parameter. | dsl |
| 2003-04-11 | Put extern definition of bcopy in () to avoid macro expansion when | dsl |
| 2003-04-10 | Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere. | dsl |
| 2003-04-01 | constify a couple of pointers. | mycroft |
| 2002-06-01 | use exit(int), not exit(void), consistently - even if the arg has no meaning. | itojun |
| 2001-09-02 | Add a small version of memmove() for libsa. | tsutsui |
| 2001-04-05 | libkern.h now has the ctype routines. | thorpej |
| 2000-10-21 | Add LIBSA_RENAME_PRINTF to solve conflict with prototype definition of | takemura |
| 2000-02-03 | provide stat() and fstat() here for standalone programs' use | cgd |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-12 | Add memset() prototype. | simonb |