mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 17:35:17 -04: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. |
||
|---|---|---|
| .. | ||
| compat | ||
| csu | ||
| libalias | ||
| libatm | ||
| libbind | ||
| libbluetooth | ||
| libbsnmp | ||
| libbz2 | ||
| libc | ||
| libc_r | ||
| libcalendar | ||
| libcam | ||
| libcom_err | ||
| libcompat | ||
| libcrypt | ||
| libdevinfo | ||
| libdevstat | ||
| libdisk | ||
| libedit | ||
| libexpat | ||
| libfetch | ||
| libform | ||
| libftpio | ||
| libgeom | ||
| libio | ||
| libipsec | ||
| libipx | ||
| libisc | ||
| libkiconv | ||
| libkse | ||
| libkvm | ||
| libmd | ||
| libmenu | ||
| libmilter | ||
| libmp | ||
| libncp | ||
| libncurses | ||
| libnetgraph | ||
| libngatm | ||
| libopie | ||
| libpam | ||
| libpanel | ||
| libpcap | ||
| libpthread | ||
| libradius | ||
| librpcsvc | ||
| libsbuf | ||
| libsdp | ||
| libsm | ||
| libsmb | ||
| libsmdb | ||
| libsmutil | ||
| libstand | ||
| libtacplus | ||
| libtelnet | ||
| libthr | ||
| libufs | ||
| libugidfw | ||
| libusbhid | ||
| libutil | ||
| libvgl | ||
| libwrap | ||
| libxpg4 | ||
| liby | ||
| libypclnt | ||
| libz | ||
| msun | ||
| ncurses | ||
| Makefile | ||
| Makefile.inc | ||