The NetBSD Project

src/lib/libc/gen/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / gen

Current tag: netbsd-1-3-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] regexp/        
[TXT] Makefile.inc  1.81   26 years  fvdl   branches: 1.81.2; Hacks to enable libc to work without bumping the major.
[TXT] getpwent.c  1.23   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getgrent.c  1.21   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] fts.c  1.20   26 years  fvdl   branches: 1.20.2; Hacks to enable libc to work without bumping the major.
[TXT] sleep.c  1.19   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] setmode.c  1.18   26 years  mycroft   Make sure the command list is properly terminated when parsing an octal mode. F...
[TXT] sysctl.3  1.17   26 years  thorpej   Document net.inet.ip.allowsrcrt and net.inet.ip.subnetsarelocal.
[TXT] disklabel.c  1.15   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] err.c  1.15   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] getcap.c  1.15   26 years  kleink   Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, use SEEK_S...
[TXT] opendir.c  1.15   26 years  fvdl   Use getdents(). Read NFS directories in one go (just as union dirs, but without ...
[TXT] popen.c  1.15   26 years  thorpej   Make this safe in environments that have a Real vfork(2). Bug pointed out by Ch...
[TXT] usleep.c  1.15   26 years  mikel   fix overflow problem found by Rick Byers <rickb@iaw.on.ca>; fix by <entropy@ta...
[TXT] ctype_.c  1.14   26 years  christos   branches: 1.14.14; Fix RCSID's
[TXT] initgroups.c  1.14   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] isctype.c  1.14   26 years  christos   Fix RCSID's
[TXT] fnmatch.c  1.13   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] fts.3  1.13   27 years  mikel   branches: 1.13.2; fix type of fts_open() argument; from Enami Tsugutomo in PR l...
[TXT] getnetgrent.c  1.13   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getttyent.c  1.12   26 years  scottr   Add support for DTR/CTS flow control, from Bill Studenmund.
[TXT] nlist.c  1.12   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] syslog.c  1.12   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] alarm.3  1.11   27 years  perry   change sigpause(2) to sigsuspend(2) or sigpause(3), depending Also try to fix ot...
[TXT] fnmatch.3  1.11   27 years  cjs   Add `glob' to the brief description to make this easier to find when searching t...
[TXT] fstab.c  1.11   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getpass.c  1.11   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getpwent.3  1.11   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] psignal.c  1.11   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] sigsetops.c  1.11   26 years  christos   Fix RCSID's
[TXT] ttyname.c  1.11   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getbsize.c  1.10   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getgrent.3  1.10   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] glob.3  1.10   28 years  cgd   fix a couple of typesetting and grammatical errors in GLOB_BRACE's description
[TXT] setproctitle.c  1.10   26 years  thorpej   Fix the shared library versioning snafu caused by the recent changes to the stat...
[TXT] getlogin.c  1.9   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] readdir.c  1.9   26 years  fvdl   Fix another getdents() botch. I must've had a Makefile without warnings on.
[TXT] scandir.c  1.9   26 years  mikel   don't forget d_type when copying dirent structure; from Giles Lean in PR lib/3...
[TXT] siginterrupt.c  1.9   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] siglist.c  1.9   26 years  christos   Fix RCSID's
[TXT] signal.c  1.9   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] unvis.c  1.9   26 years  thorpej   branches: 1.9.2; Fix the shared library versioning snafu caused by the recent c...
[TXT] utime.3  1.9   26 years  jtc   Changed order of STANDARDS and HISTORY subheads to conform with specification in...
[TXT] confstr.c  1.8   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] directory.3  1.8   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] err.3  1.8   26 years  enami   Use warn() instead of err() as an example of ``Warn of an error''.
[TXT] getttyent.3  1.8   26 years  scottr   Add support for DTR/CTS flow control, from Bill Studenmund.
[TXT] glob.c  1.8   26 years  fvdl   branches: 1.8.2; Hacks to enable libc to work without bumping the major.
[TXT] pwcache.c  1.8   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] sleep.3  1.8   26 years  jtc   Implement sleep() and usleep() in terms of nanosleep(). Uses only one syscall i...
[TXT] tolower_.c  1.8   26 years  christos   Fix RCSID's
[TXT] toupper_.c  1.8   26 years  christos   Fix RCSID's
[TXT] vis.c  1.8   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] assert.c  1.7   26 years  christos   Fix RCSID's
[TXT] ctermid.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] daemon.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getcwd.3  1.7   26 years  kleink   branches: 1.7.2; getcwd(3) is not defined by ANSI C but by 1003.1; pointed out ...
[TXT] getcwd.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getgrouplist.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getloadavg.3  1.7   27 years  mikel   there is no sysctl(2); reference sysctl(3) instead.
[TXT] getloadavg.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getmntinfo.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getpagesize.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getusershell.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] nice.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] pause.3  1.7   26 years  kleink   Add/update 1003.1 conformance notice.
[TXT] setmode.3  1.7   28 years  jtc   Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section w...
[TXT] signame.c  1.7   26 years  christos   Fix RCSID's
[TXT] sigsetops.3  1.7   26 years  kleink   Add/update 1003.1 conformance notice.
[TXT] timezone.3  1.7   26 years  christos   Bring timezone back to libc.
[TXT] ttyslot.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] ualarm.3  1.7   26 years  hubertf   Fix some typos reported by entropy@tardis.bernstein.com. Fixed PR lib/4154.
[TXT] utime.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] valloc.c  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] vis.3  1.7   28 years  scottr   branches: 1.7.8; comprised -> composed. Closes PR 2345.
[TXT] alarm.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] clock.c  1.6   26 years  christos   Fix RCSID's
[TXT] closedir.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] ctype.3  1.6   29 years  cgd   merge with Lite, keep local changes. clean up id usage
[TXT] devname.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] exec.3  1.6   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] initgroups.3  1.6   28 years  jtc   Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section w...
[TXT] isatty.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] nlist_elf32.c  1.6   26 years  thorpej   - Don't deref a bad pointer in the event the object has no symbol section head...
[TXT] pause.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] psignal.3  1.6   28 years  jtc   add setlocale(3) and strsignal(3) cross references
[TXT] raise.c  1.6   26 years  christos   branches: 1.6.14; Fix RCSID's
[TXT] rewinddir.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] seekdir.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] setdomainname.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] sethostname.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] setjmperr.c  1.6   26 years  christos   Fix RCSID's
[TXT] signal.3  1.6   28 years  jtc   Changed signal prototype to be more like ANSI C
[TXT] sysctl.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] syslog.3  1.6   27 years  mouse   alternate -> alternative, per PR 2643
[TXT] telldir.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] time.3  1.6   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] time.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] times.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] ualarm.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] unvis.3  1.6   28 years  jtc   Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section w...
[TXT] usleep.3  1.6   26 years  mikel   crib text from sleep(3) to document response to signals; fixes PR 4008
[TXT] wait.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] wait3.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] waitpid.c  1.6   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] clock.3  1.5   29 years  cgd   merge with Lite, keep local changes. clean up id usage
[TXT] confstr.3  1.5   26 years  jtc   Changed order of STANDARDS and HISTORY subheads to conform with specification in...
[TXT] ctermid.3  1.5   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] ftok.c  1.5   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getdomainname.c  1.5   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] gethostname.c  1.5   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getmntinfo.3  1.5   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] getnetgrent.3  1.5   26 years  lukem   cleanup some problems with the use of mandoc macros
[TXT] isascii.3  1.5   29 years  cgd   branches: 1.5.10; merge with Lite, keeping local changes. Fix up Id format, et...
[TXT] isupper.3  1.5   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] nlist.3  1.5   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] popen.3  1.5   29 years  cgd   clean up Id's on files previously imported...
[TXT] pwcache.3  1.5   27 years  christos   branches: 1.5.8; Close PR 2376
[TXT] setjmp.3  1.5   29 years  cgd   merge with 4.4-Lite, keeping local changes. clean up Ids
[TXT] stringlist.c  1.5   26 years  enami   Delete `: %m' from a format string passed to err().
[TXT] sysconf.c  1.5   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] times.3  1.5   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] toupper.3  1.5   26 years  kleink   Add a missing comma.
[TXT] _errno.c  1.4   26 years  jtc   branches: 1.4.8; Fix files using old TNF copyright notice
[TXT] execl.c  1.4   26 years  jtc   branches: 1.4.2; If port provides __weak_alias(), provide an Standard C and POS...
[TXT] execle.c  1.4   26 years  jtc   branches: 1.4.2; If port provides __weak_alias(), provide an Standard C and POS...
[TXT] execlp.c  1.4   26 years  jtc   branches: 1.4.2; If port provides __weak_alias(), provide an Standard C and POS...
[TXT] execvp.c  1.4   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getfsent.3  1.4   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] gethostname.3  1.4   28 years  jtc   Add proper punctuation; Reported by Mike Long <mike.long@analog.com> in PR #2302...
[TXT] getpass.3  1.4   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] isalnum.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isalpha.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] iscntrl.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isdigit.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isgraph.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] islower.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isprint.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] ispunct.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isspace.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isxdigit.3  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] nlist_ecoff.c  1.4   26 years  christos   Fix RCSID's
[TXT] nlist_private.h  1.4   27 years  thorpej   MIPS: a.out, ecoff, and elf nlist support PowerPC: a.out and elf nlist support
[TXT] scandir.3  1.4   29 years  cgd   clean up Id's on files previously imported...
[TXT] setproctitle.3  1.4   26 years  cgd   Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: .Dd is suppo...
[TXT] siginterrupt.3  1.4   27 years  perry   change sigpause(2) to sigsuspend(2) or sigpause(3), depending Also try to fix ot...
[TXT] sysconf.3  1.4   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] tolower.3  1.4   26 years  kleink   Add a missing comma.
[TXT] ttyname.3  1.4   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] uname.3  1.4   26 years  kleink   Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION to ...
[TXT] uname.c  1.4   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] daemon.3  1.3   29 years  cgd   update to 4.4-Lite where appropriate, clean up Id format, etc.
[TXT] errx.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] execv.c  1.3   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] getdiskbyname.3  1.3   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] getdomainname.3  1.3   27 years  mikel   there is no sysctl(2); reference sysctl(3) instead.
[TXT] getgrouplist.3  1.3   28 years  jtc   Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS section w...
[TXT] getusershell.3  1.3   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] isblank.3  1.3   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] isinf.3  1.3   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] nice.3  1.3   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] nlist_aout.c  1.3   26 years  christos   Fix RCSID's
[TXT] nlist_elf64.c  1.3   26 years  christos   branches: 1.3.10; Fix RCSID's
[TXT] raise.3  1.3   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] stringlist.3  1.3   26 years  jtc   Fix files using old TNF copyright notice
[TXT] valloc.3  1.3   29 years  cgd   merge with Lite, keep local changes. clean up id usage
[TXT] verr.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] verrx.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] vwarn.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] vwarnx.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] warn.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] warnx.c  1.3   26 years  thorpej   "Fix" the non-__indr_reference verions of the user-callable versions of these fu...
[TXT] devname.3  1.2   29 years  cgd   merge with Lite, keeping local changes. Also use new Id format.
[TXT] errno.c  1.2   29 years  cgd   branches: 1.2.12; merge with Lite, keeping local changes. Also use new Id form...
[TXT] ftok.3  1.2   29 years  cgd   merge with Lite, keeping local changes. Also use new Id format.
[TXT] getbsize.3  1.2   29 years  cgd   update to 4.4-Lite where appropriate, clean up Id format, etc.
[TXT] getpagesize.3  1.2   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] toascii.3  1.2   26 years  mikel   add NetBSD RCSid
[TXT] __fts13.c (in the Attic) [Hide]  1.1   26 years  fvdl   branches: 1.1.1; 1.1.2; Hacks to enable libc to work without bumping the major...
[TXT] __glob13.c (in the Attic) [Hide]  1.1   26 years  fvdl   branches: 1.1.2; Hacks to enable libc to work without bumping the major.
[TXT] _err.c (in the Attic) [Hide]  1.6   26 years  thorpej   branches: 1.6.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _errx.c (in the Attic) [Hide]  1.6   26 years  thorpej   branches: 1.6.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _sys_errlist.c (in the Attic) [Hide]  1.4   29 years  jtc   branches: 1.4.8; Changed name of __weak_reference() to __indr_reference(). The...
[TXT] _sys_nerr.c (in the Attic) [Hide]  1.4   29 years  jtc   branches: 1.4.8; Changed name of __weak_reference() to __indr_reference(). The...
[TXT] _sys_siglist.c (in the Attic) [Hide]  1.5   29 years  jtc   branches: 1.5.8; Changed name of __weak_reference() to __indr_reference(). The...
[TXT] _verr.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _verrx.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _vwarn.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _vwarnx.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _warn.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] _warnx.c (in the Attic) [Hide]  1.5   26 years  thorpej   branches: 1.5.2; "Fix" the non-__indr_reference verions of the user-callable ve...
[TXT] errlist.c (in the Attic) [Hide]  1.6   26 years  mycroft   Make _sys_nerr const.
[TXT] frexp.3 (in the Attic) [Hide]  1.3   29 years  cgd   merge with Lite, keeping local changes. Also use new Id format.
[TXT] getcap.3 (in the Attic) [Hide]  1.5   26 years  cgd   Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: .Dd is suppo...
[TXT] getsubopt.3 (in the Attic) [Hide]  1.3   29 years  cgd   update from Lite, with local changes. fix Ids, etc.
[TXT] getsubopt.c (in the Attic) [Hide]  1.7   26 years  jtc   If port provides __weak_alias(), provide an Standard C and POSIX pure identifier...
[TXT] ldexp.3 (in the Attic) [Hide]  1.4   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] modf.3 (in the Attic) [Hide]  1.3   29 years  cgd   merge with Lite, keeping local changes. Fix up Id format, etc.
[TXT] timezone.c (in the Attic) [Hide]  1.10   26 years  christos   Bring timezone back to libc.


CVSweb <webmaster@jp.NetBSD.org>