summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
AgeCommit message (Expand)Author
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
1999-02-11Add missing prototypes.pk
1998-09-22Remove memset() prototype.ross
1998-09-22Prototype memset().ross
1998-07-27back out last changeis
1998-07-27write prototype: void * -> const void *.is
1997-06-26Allow to define the location of the heap at runtime #if HEAP_VARIABLE.drochner
1997-06-13Add prototype for strerror().drochner
1997-01-22prototype lseek(). also, prototype oopen(), oclose(), oread(), and olseek()cgd
1997-01-16add memcmp, implemented as a wrapper around bcmp() (like memcpy() iscgd
1996-11-30Oops... get the vprintf prototype right.gwr
1996-11-30Add declaration for vprintf.gwr
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-06-21Allow seeks on raw devices. A `f_offset' field is added to the file structurepk
1996-01-13Some files containing more than one function are split. This reduces theleo
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
1995-09-14Clear up some size_t/ssize_t confusion.pk
1995-04-30first arg to open() is a 'const char *'. pointed out by David Brownleecgd
1995-04-22various attribute poisoning, don't be as quick to specify size of files[]cgd
1995-02-21Update prototypes.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-26new RCS ID format.cgd
1994-08-22Cleanup to make more ANSI compliant; checkpointbrezak
1994-08-04Make libsa compile again by not including sys/errno.hbrezak
1994-05-08Standalone networking for network boot loaders.brezak