summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Expand)Author
2022-04-30Now, NULL is always defined correctly, as we include <sys/param.h> above.rin
2022-04-29Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE isrin
2022-04-27Revert previous at the moment.rin
2022-04-27Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE isrin
2021-05-17move bi-endian disklabel support from the kernel and libsa into libkern.mrg
2016-08-27Remove gets() from here too.dholland
2016-06-11gets_s -> kgets.dholland
2016-06-05Use gets_s instead of gets. The x86 bootloader prompt is easy tomaxv
2014-08-10Unify all arch/*/stand's atoi() to MI libsa.isaki
2014-03-26Remove {v,}sprintfchristos
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