mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
- bzipfs and gzipfs now properly return errno values directly from their read routines rather than returning -1. - missing errno values on error returns for the seek routines on almost all filesystems were added. - fstat() now returns -1 if an error occurs rather than ignoring it. - nfs's readdir() routine now reports valid errno values if an error or EOF occurs rather than EPERM (It was just returning 0 for success and 1 for failure). - nullfs used the wrong semantics for every function besides close() and seek(). Getting it right for close() appears to be an accident at that. - read() for buffered files no longer returns 0 (EOF) if an error occurs, but returns -1 instead. |
||
|---|---|---|
| .. | ||
| alpha | ||
| i386 | ||
| powerpc | ||
| sparc64 | ||
| __main.c | ||
| arp.c | ||
| assert.c | ||
| bcd.c | ||
| bootp.c | ||
| bootp.h | ||
| bootparam.c | ||
| bootparam.h | ||
| bswap.c | ||
| bzipfs.c | ||
| bzlib.c.diff | ||
| bzlib.h.diff | ||
| bzlib_private.h.diff | ||
| cd9660.c | ||
| close.c | ||
| closeall.c | ||
| dev.c | ||
| dosfs.c | ||
| dosfs.h | ||
| environment.c | ||
| ether.c | ||
| ext2fs.c | ||
| fstat.c | ||
| getopt.c | ||
| gets.c | ||
| globals.c | ||
| gzipfs.c | ||
| if_ether.h | ||
| in_cksum.c | ||
| inet_ntoa.c | ||
| ioctl.c | ||
| iodesc.h | ||
| libstand.3 | ||
| lseek.c | ||
| Makefile | ||
| net.c | ||
| net.h | ||
| netif.c | ||
| netif.h | ||
| nfs.c | ||
| nfsv2.h | ||
| nullfs.c | ||
| open.c | ||
| pager.c | ||
| printf.c | ||
| qdivrem.c | ||
| quad.h | ||
| random.c | ||
| rarp.c | ||
| read.c | ||
| readdir.c | ||
| rpc.c | ||
| rpc.h | ||
| rpcv2.h | ||
| saioctl.h | ||
| sbrk.c | ||
| splitfs.c | ||
| stand.h | ||
| stat.c | ||
| strcasecmp.c | ||
| strdup.c | ||
| strerror.c | ||
| strtol.c | ||
| tftp.c | ||
| tftp.h | ||
| twiddle.c | ||
| udp.c | ||
| ufs.c | ||
| write.c | ||
| zalloc.c | ||
| zalloc_defs.h | ||
| zalloc_malloc.c | ||
| zalloc_mem.h | ||
| zalloc_protos.h | ||
| zutil.h.diff | ||