summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Expand)Author
2014-01-05Make libsa fsmod string pointer const.jakllsch
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-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2011-02-25Move HEXDIGIT to mvme68k's sboot. It seems to be the only user.joerg
2010-12-24panic takes a printf format too.christos
2009-03-19Revert previous. MI libsa doesn't provide bcmp().tsutsui
2009-03-19Add 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> hastsutsui
2009-01-17Remove __P().tsutsui
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-12-24Remove __attribute__((__noreturn__)) from things already marked __deadperry
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-25Sync alloc/dealloc prototypes with unsigned int -> size_t change.uwe
2006-01-25- Add attributes to printf functionschristos
2006-01-13constify write prototype.christos
2005-12-11merge ktrace-lwp.christos
2005-06-13Remove bcmp(). Use memcmp() instead.junyoung
2005-05-23Provide HEXDIGITS as well (needed on mvme68k/stand)jmc
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-02-26nuke trailing whitespaceperry
2004-06-30- multiple inclusion protection.christos
2004-05-19Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead ofabs
2003-10-30Add a prototype for memset().he
2003-08-18make 'path' argument to ufs_open 'const char *' and fix the fallout.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-15Add interface to boot password checking code that takes password parameter.dsl
2003-04-11Put extern definition of bcopy in () to avoid macro expansion whendsl
2003-04-10Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere.dsl
2003-04-01constify a couple of pointers.mycroft
2002-06-01use exit(int), not exit(void), consistently - even if the arg has no meaning.itojun
2001-09-02Add a small version of memmove() for libsa.tsutsui
2001-04-05libkern.h now has the ctype routines.thorpej
2000-10-21Add LIBSA_RENAME_PRINTF to solve conflict with prototype definition oftakemura
2000-02-03provide stat() and fstat() here for standalone programs' usecgd
1999-11-13Backout my libsa changes.thorpej
1999-11-12Add memset() prototype.simonb
1999-11-12Add strncpy().simonb
1999-11-11Small, MI strcat() and strcpy().thorpej
1999-11-11Networking routines needed for libsa to be self-contained.thorpej
1999-11-11Add small, MI strcmp(), strlen(), and strncmp() functions. Modules withinthorpej
1999-09-09add a function to verify a password against an in-core md5 sumdrochner
1999-04-14add getopt prototype, and externschristos
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-02-22Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSETsimonb
1999-02-12We can't prototype exit() publically because it might take an argument ordrochner
1999-02-11sprintf() now produces a return value, like the standard counterpart does.pk