summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cread.c
AgeCommit message (Collapse)Author
2009-01-18If open() failed because the file does not exist, a struct sd for this fileMiod Vallat
won't be allocated. Check for this in close() so as not to free() bogus pointers.
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2003-08-11ansification and knf and protosTheo de Raadt
2003-04-17missing indentMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
1999-02-14place a bin-patcheable z_verbose here for -DDEBUGMichael Shalayeff
1999-01-25fix a real bad bug, which consists of return value fromMichael Shalayeff
read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such.
1998-09-08minor changes from zlib-1.1.3 gzio.cTodd C. Miller
1997-02-15SAVE_MEMORY even moreMichael Shalayeff
1997-02-06* remove reference to non-existant fat.c.Jason Downs
* make cread.c work with libz again.
1997-02-06missed test compile );Michael Shalayeff
1997-02-06make it work w/ old allocatorMichael Shalayeff
no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel.
1997-02-06Add libz and make libsa aware of it. From NetBSD.Jason Downs