summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
1999-07-12fix damage in error handling crept in in 1.4drochner
1999-06-22bring back my friend the twiddle.christos
1999-06-22Nuke obsolete printf comment.christos
1999-05-28don't bother initializing 'freelist' -- it can be bsscgd
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-04-28Nuke local prototype for closeall(). Add a new define LIBSA_NO_CLOSE so thatchristos
1999-04-28cosmetic printf changechristos
1999-04-28MI loadfile (used by i386, pmax and sparc shortly)christos
1999-04-20set lflag when printing pointers with %pcgd
1999-04-14add getopt prototype, and externschristos
1999-04-14move "ls" utility from i386/stand/libsa heredrochner
1999-04-12libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup...ross
1999-04-11The "found" label is not used if ALLOC_FIRST_FIT is defined.simonb
1999-04-01Don't compile in sanity checks for old file systems ifsimonb
1999-04-01It's no use having a memcmp() that calls bcmp() if there's no bcmp() insimonb
1999-04-01bestsize is unused if ALLOC_FIRST_FIT is defined.simonb
1999-03-31G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*.simonb
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-03-31replace memcpy() implementation (which just called bcopy()) withcgd
1999-03-30#undef bcopy, so that this will still compile if LIBSA_USE_MEMCPY is definedcgd
1999-03-30Add bzero.c, errno.c, and memset.c to SRCScgd
1999-03-30add simple (small) implementations of memset and bzero. the versionscgd
1999-03-30move errno to its own file; if you just need errno, you don't need dev.c's fnscgd
1999-03-26Changes to compile the next68k bootblocks withdbj
1999-03-26Don't call f_dev->dv_close if it's a null pointer when an open() callsimonb
1999-03-23Revert SA_NOPUTCHAR - the pmax was the only port using it and the newsimonb
1999-02-28Made this compile:kim
1999-02-26Add missing prototypes for static functions.christos
1999-02-25XXX include libkern.h for strlen() XXXross
1999-02-24build tftp filesystem, rearrange .ifdef slightly so that network stuffdrochner
1999-02-24move TFTP filesystem from i386/stand/libsa here, it is midrochner
1999-02-22Define bzero()/bcopy() in terms of memset()/memcpy() if LIBSA_USE_MEMSETsimonb
1999-02-22Drop support for symlinks of UFS_NOSYMLINK is defined.simonb
1999-02-22Use printf() instead of putchar() if SA_NOPUTCHAR is defined (for thesimonb
1999-02-13Split the printf variants into separate files.pk
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-12Add some #ifdef SUPPORT_LINUX code which specifies a BOOTP tag to passdrochner
1999-02-12We can't prototype exit() publically because it might take an argument ordrochner
1999-02-12That got broken in KNFifying.drochner
1999-02-11sprintf() now produces a return value, like the standard counterpart does.pk
1999-02-11Add missing prototypes.pk
1999-02-11Add missing prototypes and KNF the lot.pk
1999-01-12Separate the userland and libsa errno declarations from <sys/errno.h> intokleink
1998-12-19Retry ustarfs_cylinder_read after disk change, apparently required on i386.he
1998-10-30Conditionalize include of <lib/libkern/libkern.h> with _STANDALONE (likematt
1998-10-15Work around gcc warning.bad
1998-10-151. Avoid snarfing label areas unless necessary; read with monotonicallyross
1998-10-05Reserve an 8K label area on every disk, not just the first. Rewrite the blockross
1998-09-24tfs -> ustarfsross