| Age | Commit message (Expand) | Author |
| 2000-03-31 | Make standalone in_cksum work on little-endian machines, too, courtesy of | castor |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-02-03 | cosmetics: remove double semicolon, whitespace | drochner |
| 2000-02-03 | provide stat() and fstat() here for standalone programs' use | cgd |
| 2000-02-01 | Revert STRIPPROG -> STRIP | tsutsui |
| 2000-01-19 | STRIP -> STRIPPROG | tsutsui |
| 1999-12-29 | Fix IS_DATA and IS_TEXT. PF_X and PF_W are valid on p_pflags, not p_ptype. | hannken |
| 1999-11-23 | Remove leading '/' from pathnames, using same logic as ufs.c. Allows new | simonb |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-12 | add -DNET_DEBUG to the list of commented-out debug options | lukem |
| 1999-11-12 | fix pointer size in debug message | lukem |
| 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 | The hack needed to work around gcc lameness. | thorpej |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej |
| 1999-11-11 | Networking routines needed for libsa to be self-contained. | thorpej |
| 1999-11-11 | Minimal quad routines needed for libsa to be self-contained. The compiler | thorpej |
| 1999-11-11 | Add small, MI strcmp(), strlen(), and strncmp() functions. Modules within | thorpej |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-08 | - a.out header is not a part of text segment in NMAGIC. | itohy |
| 1999-09-20 | Fix error flow that was broken 10 days ago in the previous commit. | ross |
| 1999-09-10 | * Fix the volume zero recognition bug; it was interacting with a | ross |
| 1999-09-09 | add a function to verify a password against an in-core md5 sum | drochner |
| 1999-09-01 | Fix read retry error case. Closes kern/8300. | ross |
| 1999-08-19 | Remove prototype for find_inode(). | simonb |
| 1999-08-18 | note that these files should be easily diffable (until they share common code | cgd |
| 1999-08-18 | Add a standalone LFS implementation. Currently not merged with ufs (FFS), | cgd |
| 1999-08-17 | set f_seekp to 0 in ufs_open() before returning. It ended up being 0 | cgd |
| 1999-07-12 | fix damage in error handling crept in in 1.4 | drochner |
| 1999-06-22 | bring back my friend the twiddle. | christos |
| 1999-06-22 | Nuke obsolete printf comment. | christos |
| 1999-05-28 | don't bother initializing 'freelist' -- it can be bss | cgd |
| 1999-05-07 | move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro, | drochner |
| 1999-05-07 | Build libraries for kernel/standalone code from within their compilation | drochner |
| 1999-04-28 | Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so that | christos |
| 1999-04-28 | cosmetic printf change | christos |
| 1999-04-28 | MI loadfile (used by i386, pmax and sparc shortly) | christos |
| 1999-04-20 | set lflag when printing pointers with %p | cgd |
| 1999-04-14 | add getopt prototype, and externs | christos |
| 1999-04-14 | move "ls" utility from i386/stand/libsa here | drochner |
| 1999-04-12 | libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup... | ross |
| 1999-04-11 | The "found" label is not used if ALLOC_FIRST_FIT is defined. | simonb |
| 1999-04-01 | Don't compile in sanity checks for old file systems if | simonb |
| 1999-04-01 | It's no use having a memcmp() that calls bcmp() if there's no bcmp() in | simonb |
| 1999-04-01 | bestsize is unused if ALLOC_FIRST_FIT is defined. | simonb |
| 1999-03-31 | G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*. | simonb |
| 1999-03-31 | Make a bunch of backward-compatible changes to the boot blocks which allow | cgd |