| Age | Commit message (Expand) | Author |
| 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 |
| 1999-11-12 | Add strncpy(). | simonb |
| 1999-11-11 | Small, MI strcat() and strcpy(). | thorpej |
| 1999-11-11 | Networking routines needed for libsa to be self-contained. | thorpej |
| 1999-11-11 | Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within | thorpej |
| 1999-09-09 | add a function to verify a password against an in-core md5 sum | drochner |
| 1999-04-14 | add getopt prototype, and externs | christos |
| 1999-03-31 | Make a bunch of backward-compatible changes to the boot blocks which allow | cgd |
| 1999-02-22 | Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSET | simonb |
| 1999-02-12 | We can't prototype exit() publically because it might take an argument or | drochner |
| 1999-02-11 | sprintf() now produces a return value, like the standard counterpart does. | pk |
| 1999-02-11 | Add missing prototypes. | pk |
| 1998-09-22 | Remove memset() prototype. | ross |
| 1998-09-22 | Prototype memset(). | ross |
| 1998-07-27 | back out last change | is |
| 1998-07-27 | write prototype: void * -> const void *. | is |
| 1997-06-26 | Allow to define the location of the heap at runtime #if HEAP_VARIABLE. | drochner |
| 1997-06-13 | Add prototype for strerror(). | drochner |
| 1997-01-22 | prototype lseek(). also, prototype oopen(), oclose(), oread(), and olseek() | cgd |
| 1997-01-16 | add memcmp, implemented as a wrapper around bcmp() (like memcpy() is | cgd |
| 1996-11-30 | Oops... get the vprintf prototype right. | gwr |
| 1996-11-30 | Add declaration for vprintf. | gwr |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-06-21 | Allow seeks on raw devices. A `f_offset' field is added to the file structure | pk |
| 1996-01-13 | Some files containing more than one function are split. This reduces the | leo |
| 1995-09-18 | Another round of clean up, including fixes presented by Matthias Drochner | pk |
| 1995-09-17 | Revert fs_ops read/write declarations; these return error numbers. | pk |
| 1995-09-14 | Clear up some size_t/ssize_t confusion. | pk |
| 1995-04-30 | first arg to open() is a 'const char *'. pointed out by David Brownlee | cgd |
| 1995-04-22 | various attribute poisoning, don't be as quick to specify size of files[] | cgd |
| 1995-02-21 | Update prototypes. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-08-22 | Cleanup to make more ANSI compliant; checkpoint | brezak |
| 1994-08-04 | Make libsa compile again by not including sys/errno.h | brezak |
| 1994-05-08 | Standalone networking for network boot loaders. | brezak |