Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/lib/libc



Module Name:    src
Committed By:   snj
Date:           Sun Feb  8 22:05:55 UTC 2015

Modified Files:
        src/lib/libc/include [netbsd-7]: namespace.h
        src/lib/libc/sys [netbsd-7]: Makefile.inc fdiscard.2
Added Files:
        src/lib/libc/sys [netbsd-7]: fdiscard.c posix_fallocate.c

Log Message:
Pull up following revision(s) (requested by christos in ticket #472):
        lib/libc/include/namespace.h: revision 1.175
        lib/libc/sys/Makefile.inc: revision 1.225, 1.227
        lib/libc/sys/fdiscard.2: revision 1.3
        lib/libc/sys/fdiscard.c: revision 1.1
        lib/libc/sys/posix_fallocate.c: revision 1.1
Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x
--
PR/49617: Kirk Russell: posix_fallocate() should be returning an error on
failure, without setting errno, so make it PSEUDO_NOERROR, by adding a new
category GLUENOERR.
--
PR/49617: Kirk Russell: Describe the posix_fallocate return values correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.174.2.1 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.224 -r1.224.2.1 src/lib/libc/sys/Makefile.inc
cvs rdiff -u -r1.2 -r1.2.4.1 src/lib/libc/sys/fdiscard.2
cvs rdiff -u -r0 -r1.1.2.2 src/lib/libc/sys/fdiscard.c \
    src/lib/libc/sys/posix_fallocate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index