| Age | Commit message (Expand) | Author |
| 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 |
| 1999-03-31 | replace memcpy() implementation (which just called bcopy()) with | cgd |
| 1999-03-30 | #undef bcopy, so that this will still compile if LIBSA_USE_MEMCPY is defined | cgd |
| 1999-03-30 | Add bzero.c, errno.c, and memset.c to SRCS | cgd |
| 1999-03-30 | add simple (small) implementations of memset and bzero. the versions | cgd |
| 1999-03-30 | move errno to its own file; if you just need errno, you don't need dev.c's fns | cgd |
| 1999-03-26 | Changes to compile the next68k bootblocks with | dbj |
| 1999-03-26 | Don't call f_dev->dv_close if it's a null pointer when an open() call | simonb |
| 1999-03-23 | Revert SA_NOPUTCHAR - the pmax was the only port using it and the new | simonb |
| 1999-02-28 | Made this compile: | kim |
| 1999-02-26 | Add missing prototypes for static functions. | christos |
| 1999-02-25 | XXX include libkern.h for strlen() XXX | ross |
| 1999-02-24 | build tftp filesystem, rearrange .ifdef slightly so that network stuff | drochner |
| 1999-02-24 | move TFTP filesystem from i386/stand/libsa here, it is mi | drochner |
| 1999-02-22 | Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSET | simonb |
| 1999-02-22 | Drop support for symlinks of UFS_NOSYMLINK is defined. | simonb |
| 1999-02-22 | Use printf() instead of putchar() if SA_NOPUTCHAR is defined (for the | simonb |
| 1999-02-13 | Split the printf variants into separate files. | pk |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-02-12 | Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to pass | drochner |
| 1999-02-12 | We can't prototype exit() publically because it might take an argument or | drochner |
| 1999-02-12 | That got broken in KNFifying. | drochner |
| 1999-02-11 | sprintf() now produces a return value, like the standard counterpart does. | pk |
| 1999-02-11 | Add missing prototypes. | pk |
| 1999-02-11 | Add missing prototypes and KNF the lot. | pk |
| 1999-01-12 | Separate the userland and libsa errno declarations from <sys/errno.h> into | kleink |
| 1998-12-19 | Retry ustarfs_cylinder_read after disk change, apparently required on i386. | he |
| 1998-10-30 | Conditionalize include of <lib/libkern/libkern.h> with _STANDALONE (like | matt |
| 1998-10-15 | Work around gcc warning. | bad |
| 1998-10-15 | 1. Avoid snarfing label areas unless necessary; read with monotonically | ross |
| 1998-10-05 | Reserve an 8K label area on every disk, not just the first. Rewrite the block | ross |
| 1998-09-24 | tfs -> ustarfs | ross |