summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cread.c
AgeCommit message (Expand)Author
2013-10-13Let's not use uninitialized variables to write to random memoryjoerg
2013-10-11Rework previous (1.24) change. Rather than depending on thepgoyette
2013-04-14Make the check in close() for a non-deflatable file mode symetric tomartin
2009-03-25Fix build problems caused by crc32 addition to libkern. Also, this makestls
2009-01-17Remove __P().tsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-12-02unsigned -> unsigned inttsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-25free -> deallocchristos
2006-01-14Don't include zlib.h directly; redirect through libz.h; this mirrors howchristos
2005-12-11merge ktrace-lwp.christos
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2003-03-18Move some stuff into .rodata.mycroft
2000-11-26Fix tyop in comment.simonb
2000-02-03cosmetics: remove double semicolon, whitespacedrochner
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-02-12That got broken in KNFifying.drochner
1999-02-11Add missing prototypes and KNF the lot.pk
1997-10-18Change sd.transparent to sd.compressed, so that we default to non-cjs
1997-07-04Catch errors from underlying reads, ie where oread() returns -1.drochner
1997-06-26Avoid user space headers for standalone programs.drochner
1997-06-13Bring prototypes into scope.drochner
1997-02-04In close(), if the file descriptor was used for writing, don't freethorpej
1997-01-22code to open/close/read/lseek gzipped files, from Matthias Drochner.cgd