Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src
Module Name: src
Committed By: martin
Date: Fri Aug 8 16:37:02 UTC 2025
Modified Files:
src/lib/libc/stdlib [netbsd-11]: posix_openpt.3
src/sys/kern [netbsd-11]: tty_ptm.c
src/tests/lib/libc/ttyio [netbsd-11]: t_ptm.c
Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #8):
tests/lib/libc/ttyio/t_ptm.c: revision 1.3
lib/libc/stdlib/posix_openpt.3: revision 1.11
sys/kern/tty_ptm.c: revision 1.47
tty_ptm.c: support setting O_CLOFORK here as well
t_ptm.c: now also validate O_CLOFORK can be set
posix_openpt.3: note O_CLOFORK is also now supported
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.6.1 src/lib/libc/stdlib/posix_openpt.3
cvs rdiff -u -r1.46 -r1.46.8.1 src/sys/kern/tty_ptm.c
cvs rdiff -u -r1.2 -r1.2.4.1 src/tests/lib/libc/ttyio/t_ptm.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