Subject: CVS commit: [nathanw_sa] src/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/14/2003 04:18:56
Module Name: src
Committed By: thorpej
Date: Tue Jan 14 02:18:56 UTC 2003
Modified Files:
src/lib/libc/sys [nathanw_sa]: Makefile.inc
Added Files:
src/lib/libc/sys [nathanw_sa]: _lwp_create.2 _lwp_exit.2 _lwp_self.2
_lwp_suspend.2 _lwp_wait.2 _lwp_wakeup.2
Log Message:
Manual pages for the LWP-related system calls.
XXX Note our current implementation mis-matches these slightly (error
codes are stuff into errno, where they should simply be returned by
these calls). This will be addressed shortly.
To generate a diff of this commit:
cvs rdiff -r1.111.2.15 -r1.111.2.16 src/lib/libc/sys/Makefile.inc
cvs rdiff -r0 -r1.1.2.1 src/lib/libc/sys/_lwp_create.2 \
src/lib/libc/sys/_lwp_exit.2 src/lib/libc/sys/_lwp_self.2 \
src/lib/libc/sys/_lwp_suspend.2 src/lib/libc/sys/_lwp_wait.2 \
src/lib/libc/sys/_lwp_wakeup.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.