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: pgoyette-compat-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] regexp/        
[TXT] Lint___setjmp14.c  1.3   19 years  dsl   KNF
[TXT] Lint___sigsetjmp14.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint__setjmp.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_alloca.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_bswap16.c  1.3   23 years  cgd   fix NetBSD RCS id tags
[TXT] Lint_bswap32.c  1.2   23 years  cgd   fix NetBSD RCS id tags
[TXT] Lint_bswap64.c  1.2   23 years  cgd   fix NetBSD RCS id tags
[TXT] Lint_fabs.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_flt_rounds.c  1.3   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] Lint_fpgetmask.c  1.3   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] Lint_fpgetround.c  1.3   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] Lint_fpgetsticky.c  1.3   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] Lint_fpsetmask.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_fpsetround.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_fpsetsticky.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_frexp.c  1.2   25 years  christos   PR/6251: ``TheMan'': Delint.
[TXT] Lint_ldexp.c  1.2   25 years  christos   PR/6251: ``TheMan'': Delint.
[TXT] Lint_modf.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_resumecontext.c  1.3   12 years  joerg   Mark _resumecontext as dead. ANSIfy all declarations for it.
[TXT] Lint_swapcontext.c  1.2   21 years  thorpej   Merge the nathanw_sa branch.
[TXT] Makefile.inc  1.200   6 years  kamil   Install new man-page devname_r(3). This is a link to devname(3).
[TXT] _errno.c  1.13   15 years  martin   branches: 1.13.8; Remove clause 3 and 4 from TNF licenses
[TXT] _lwp_makecontext.3  1.4   15 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] alarm.3  1.22   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] alarm.c  1.11   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] alphasort.c  1.3   7 years  mrg   scandir/alphasort take "const struct dirent **" not "const void *" in modern uni...
[TXT] arc4random.3  1.21   7 years  wiz   Fix mdoclint warnings.
[TXT] arc4random.c  1.31   8 years  riastradh   branches: 1.31.16; KNF
[TXT] assert.c  1.18   6 years  christos   Don't make assert use stdio; saves >100K on an empty static binary.
[TXT] asysctl.c  1.2   7 years  christos   cast for size_t
[TXT] basename.3  1.14   15 years  christos   branches: 1.14.6; undo the constification of the argument. Per opengroup.
[TXT] basename.c  1.11   9 years  christos   basename_r and dirname_r are non-standard and different from what we define here...
[TXT] bsd_signal.3  1.2   7 years  wiz   Remove trailing whitespace. Fix Xr. Fix Dd argument.
[TXT] bswap.3  1.11   14 years  bouyer   Remove closes 3 and 4 from my copyright.
[TXT] cgetcap.3  1.9   6 years  abhinav   Fix typo: s/cexpandtc/csetexpandtc The synopsis and description mention only cs...
[TXT] clock.3  1.10   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] clock.c  1.10   15 years  christos   merge christos-time_t
[TXT] closedir.c  1.16   13 years  yamt   fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)
[TXT] closefrom.3  1.5   19 years  kleink   Don't refer to errno as "global integer variable".
[TXT] closefrom.c  1.4   6 years  kamil   Revert to commits as they broke few rump tests "Include namespace.h in a few of...
[TXT] confstr.3  1.20   14 years  jruoho   Use .In for includes.
[TXT] confstr.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] cpuset.3  1.6   12 years  wiz   Fix typo.
[TXT] ctermid.3  1.11   14 years  joerg   Use .In for header files instead of .Ar Pa and variations.
[TXT] ctermid.c  1.11   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] ctype.3  1.23   6 years  abhinav   branches: 1.23.2; 1.23.4; Add ctype to the NAME section (as this is a man page...
[TXT] ctype_.c  1.20   11 years  joerg   Extend ctype classification table to 16bit. Based on patch by Takehiko Nozaki, w...
[TXT] daemon.3  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] daemon.c  1.10   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] dehumanize_number.c  1.7   9 years  apb   include "nbtool_config.h", not "nbtools_config.h".
[TXT] devname.3  1.17   6 years  wiz   Fix typo.
[TXT] devname.c  1.22   11 years  joerg   branches: 1.22.32; Switch device database to cdb(5). Rework ttyname(3) and ttyn...
[TXT] directory.3  1.41   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] dirent_private.h  1.4   13 years  yamt   fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)
[TXT] dirname.3  1.14   15 years  christos   branches: 1.14.6; undo the constification of the argument. Per opengroup.
[TXT] dirname.c  1.13   9 years  christos   branches: 1.13.22; 1.13.24; basename_r and dirname_r are non-standard and diff...
[TXT] disklabel.c  1.37   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] endutxent.3  1.5   15 years  martin   branches: 1.5.8; Convert TNF licenses to new 2 clause variant
[TXT] err.3  1.22   6 years  wiz   branches: 1.22.8; 1.22.16; Remove workaround for ancient HTML generation code....
[TXT] err.c  1.26   16 years  ginsbach   Follow the example of other nbtool compat functions, like dirname, and don't cre...
[TXT] errc.c  1.3   9 years  joerg   branches: 1.3.4; Fix conditionals.
[TXT] errlist.awk  1.4   13 years  joerg   Replace use of errlist with a single concatenated version and an offset array. T...
[TXT] errno.c  1.5   18 years  lukem   Add missing __RCSID()
[TXT] errx.c  1.14   16 years  ginsbach   Follow the example of other nbtool compat functions, like dirname, and don't cre...
[TXT] exec.3  1.29   6 years  wiz   branches: 1.29.4; 1.29.6; Remove superfluous Tn.
[TXT] execl.c  1.17   12 years  joerg   Drop special cases for i386 and m68k. It is not a validate assumption that the a...
[TXT] execle.c  1.12   12 years  joerg   Drop special cases for i386 and m68k. It is not a validate assumption that the a...
[TXT] execlp.c  1.13   9 years  christos   add execvpe, execlpe (reviewed by phone)
[TXT] exect.c  1.3   6 years  kamil   Revert to commits as they broke few rump tests "Include namespace.h in a few of...
[TXT] execv.c  1.10   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] execvp.c  1.31   9 years  christos   add execvpe, execlpe (reviewed by phone)
[TXT] extattr.c  1.5   7 years  maya   Remove redundant null check before free. it is safe to free(NULL) While here, cl...
[TXT] extattr_copy_file.3  1.2   12 years  manu   branches: 1.2.4; Do not tell about specific errno, as all xattr copying functio...
[TXT] extattr_namespace_to_string.3  1.1   12 years  wiz   branches: 1.1.4; Split extattr(3) into two man pages to get rid of ugly duplica...
[TXT] fabs_ieee754.c  1.3   10 years  joerg   Add fabsl alias if necessary.
[TXT] fixunsdfsi_ieee754.c  1.3   10 years  matt   Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases.
[TXT] fixunsgen64_ieee754.c  1.1   12 years  matt   Add ieee754 versions of the compiler runtime functions __fixuns{sf,df,tf}{si,di...
[TXT] fixunsgen_ieee754.c  1.3   12 years  christos   cast RHS of >>= operation to unsigned int
[TXT] fixunssfsi_ieee754.c  1.3   10 years  matt   Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases.
[TXT] fixunstfdi_ieee754.c  1.1   12 years  matt   Add ieee754 versions of the compiler runtime functions __fixuns{sf,df,tf}{si,di...
[TXT] fixunstfsi_ieee754.c  1.2   11 years  matt   If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we can pi...
[TXT] floatunditf_ieee754.c  1.1   10 years  joerg   branches: 1.1.4; 1.1.8; Provide a simple floatunditf implementation, at least ...
[TXT] floatunsidf_ieee754.c  1.1   10 years  matt   branches: 1.1.4; 1.1.8; Add __floatunsi{sd}f for IEEE754. Unlike the quad vers...
[TXT] floatunsisf_ieee754.c  1.1   10 years  matt   branches: 1.1.4; 1.1.8; Add __floatunsi{sd}f for IEEE754. Unlike the quad vers...
[TXT] fmtcheck.3  1.8   9 years  apb   Teach fmtcheck(3) that a pointer and a long are not the same.
[TXT] fmtcheck.c  1.16   6 years  rin   Revert change made by rev 1.11; now, fmtcheck(3) does not complain about unused ...
[TXT] fmtmsg.3  1.7   13 years  jruoho   Markup improvements.
[TXT] fmtmsg.c  1.6   9 years  christos   make more descriptors that we open as close-on-exec
[TXT] fnmatch.3  1.22   13 years  jruoho   Xref glob(7).
[TXT] fnmatch.c  1.26   9 years  christos   Fix fnmatch issues according to POSIX. http://pubs.opengroup.org/onlinepubs/0096...
[TXT] fpclassify.3  1.3   15 years  martin   branches: 1.3.8; Convert TNF licenses to new 2 clause variant
[TXT] fpclassifyd_ieee754.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] fpclassifyf_ieee754.c  1.3   15 years  martin   branches: 1.3.8; Remove clause 3 and 4 from TNF licenses
[TXT] fpclassifyl_ieee754.c  1.3   10 years  martin   Fix very stupid typo
[TXT] fpgetmask.3  1.12   13 years  wiz   Whitespace and punctuation.
[TXT] fstab.c  1.31   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] ftok.3  1.18   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] ftok.c  1.11   12 years  matt   branches: 1.11.30; 1.11.32; Use C89 definitions. Remove use of __P
[TXT] fts.3  1.31   10 years  wiz   Strings are NUL-terminated, not NULL-terminated.
[TXT] fts.c  1.49   7 years  pgoyette   Use calloc(1, ...) instead of malloc(...) followed immediately by memset() Addr...
[TXT] ftw.3  1.5   13 years  jruoho   More obsolete things. These are all already deprecated in NetBSD, but it is wort...
[TXT] ftw.c  1.1   18 years  agc   Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality, from OpenB...
[TXT] getbsize.3  1.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] getbsize.c  1.17   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] getcap.c  1.57   6 years  manu   branches: 1.57.8; 1.57.16; Make shared -DSMALL libc buildable without breaking...
[TXT] getcwd.3  1.18   13 years  jruoho   Add some STANDARDS lingo, mainly to note the functions that have been removed fr...
[TXT] getcwd.c  1.53   11 years  enami   All error path must go through the free function call after an allocation of res...
[TXT] getdevmajor.3  1.6   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] getdevmajor.c  1.6   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] getdiskbyname.3  1.13   14 years  joerg   Fix markup.
[TXT] getdomainname.3  1.16   9 years  ginsbach   PR/49642: change processor to host Use the wording used by FreeBSD, IRIX, and M...
[TXT] getdomainname.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] getfsent.3  1.12   12 years  christos   cross reference getfsspecname
[TXT] getgrent.3  1.32   6 years  pgoyette   Fix typos, as reported by Eitan Adler. Update dates.
[TXT] getgrent.c  1.67   11 years  dholland   Check for NULL *before* using ALIGN(). I don't remember what prompted this, but...
[TXT] getgrouplist.3  1.15   6 years  abhinav   Remove trailing comma after last Nm entry in the NAME section
[TXT] getgrouplist.c  1.22   15 years  martin   branches: 1.22.8; Remove clause 3 and 4 from TNF licenses
[TXT] getgroupmembership.c  1.4   15 years  martin   branches: 1.4.8; Remove clause 3 and 4 from TNF licenses
[TXT] gethostname.3  1.18   8 years  jnemeth   PR/49641 - Henning Petersen -- wordo
[TXT] gethostname.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] getlastlogx.3  1.2   15 years  martin   branches: 1.2.8; Convert TNF licenses to new 2 clause variant
[TXT] getloadavg.3  1.15   13 years  jruoho   Use RETURN VALUES rather than DIAGNOSTIC for... return values.
[TXT] getloadavg.c  1.14   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] getlogin.c  1.15   15 years  christos   branches: 1.15.48; merge christos-time_t
[TXT] getmntinfo.3  1.16   7 years  abhinav   Don't refer getfsstat() using .Xr as we don't have man page for it anymore. Ok f...
[TXT] getmntinfo.c  1.17   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] getnetgrent.3  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] getnetgrent.c  1.43   7 years  dholland   PR 51002 David Binderman: fix wrong printing code not enabled by default.
[TXT] getpagesize.3  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] getpagesize.c  1.11   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] getpass.3  1.23   6 years  abhinav   Add getpass_r and getpassfd to the NAME section as well.
[TXT] getpass.c  1.30   8 years  christos   PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh) Always res...
[TXT] getprogname.3  1.8   12 years  dholland   Clarify paragraph about calling setprogname, requested by Tobias Ulmer on freeno...
[TXT] getprogname.c  1.4   12 years  christos   Provide symbol definitions for environ and __progname. These are duplicate defin...
[TXT] getpwent.3  1.40   6 years  pgoyette   Fix typos, as reported by Eitan Adler. Update dates.
[TXT] getpwent.c  1.82   7 years  christos   don't include machine/param.h <sys/param.h> already does WTF?
[TXT] getttyent.3  1.21   10 years  christos   don't lie about function signatures.
[TXT] getttyent.c  1.26   10 years  martin   Rearrange to make lint deal with it (to unbreak the build). Someone please (1) f...
[TXT] getusershell.3  1.10   19 years  lukem   document which #include file to use
[TXT] getusershell.c  1.29   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] glob.3  1.43   6 years  wiz   branches: 1.43.6; Remove workaround for ancient HTML generation code.
[TXT] glob.c  1.38   6 years  christos   branches: 1.38.10; use the symbolic M_ALL and trim with M_MASK
[TXT] gr_private.h  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] humanize_number.3  1.11   12 years  wiz   branches: 1.11.42; Fix variable name in SYNOPSIS to match DESCRIPTION. From Abh...
[TXT] humanize_number.c  1.17   7 years  christos   branches: 1.17.12; Fix out of bounds read for very large numbers (pointed out b...
[TXT] infinity_ieee754.c  1.3   18 years  lukem   Add missing __RCSID()
[TXT] infinityf_ieee754.c  1.2   18 years  lukem   Add missing __RCSID()
[TXT] infinityl_dbl_ieee754.c  1.1   20 years  kleink   Add __infinityf and __infinityl, float respectively long double analogs of __inf...
[TXT] infinityl_ieee754.c  1.1   13 years  matt   branches: 1.1.4; Make the MIPS N32/N64 ABIs properly support 128-bit long doubl...
[TXT] initdir.c  1.4   7 years  mrg   scandir/alphasort take "const struct dirent **" not "const void *" in modern uni...
[TXT] initgroups.3  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] initgroups.c  1.22   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] isalnum.3  1.15   16 years  apb   branches: 1.15.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isalpha.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isascii.3  1.18   13 years  jruoho   Interestingly, the committees plan to remove also isascii(3) and toascii(3) in t...
[TXT] isascii.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] isatty.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] isblank.3  1.13   16 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] iscntrl.3  1.13   16 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isctype.c  1.25   10 years  joerg   Remove most LC_CTYPE specific parts of locale.cache.
[TXT] isdigit.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isfinite.3  1.4   12 years  jruoho   Xref the non-standard finite(3).
[TXT] isfinited_ieee754.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] isfinitef_ieee754.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] isfinitel_ieee754.c  1.1   13 years  matt   branches: 1.1.4; Make the MIPS N32/N64 ABIs properly support 128-bit long doubl...
[TXT] isgraph.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isgreater.3  1.1   17 years  drochner   -get cabs() and cabsf() out of public view - these are historical and conflict ...
[TXT] isinf.3  1.13   6 years  maya   Move VAX notes to CAVEATS, clarify that it just returns zero The VAX isinf impl...
[TXT] isinfd_ieee754.c  1.1   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isinff_ieee754.c  1.1   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isinfl_ieee754.c  1.5   10 years  martin   Make ext_fraclm and ext_frachm parts of the long double mantissa optional in gen...
[TXT] islower.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isnan.3  1.3   6 years  maya   move VAX notes to CAVEATS, clarify.
[TXT] isnand_ieee754.c  1.1   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isnanf_ieee754.c  1.1   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isnanl_ieee754.c  1.7   10 years  martin   Make ext_fraclm and ext_frachm parts of the long double mantissa optional in gen...
[TXT] isnormal.3  1.3   15 years  martin   branches: 1.3.8; Convert TNF licenses to new 2 clause variant
[TXT] isprint.3  1.13   16 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] ispunct.3  1.13   16 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isspace.3  1.15   11 years  wiz   Improve wording. From Bug Hunting.
[TXT] isupper.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isxdigit.3  1.13   16 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] lockf.3  1.12   12 years  rmind   Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.
[TXT] lockf.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] makecontext.3  1.10   11 years  joerg   Drop obsolete pthread restriction.
[TXT] nftw.c  1.1   18 years  agc   Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality, from OpenB...
[TXT] nice.3  1.14   12 years  christos   Start eliminating "super-user" from the documentation.
[TXT] nice.c  1.13   12 years  christos   nice should always return EPERM, not EACCES
[TXT] nlist.3  1.11   20 years  agc   branches: 1.11.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] nlist.c  1.25   9 years  christos   make more descriptors that we open as close-on-exec
[TXT] nlist_aout.c  1.23   12 years  christos   c89 definitions
[TXT] nlist_coff.c  1.11   12 years  christos   get rid of the cheesy BAD macros
[TXT] nlist_ecoff.c  1.23   12 years  matt   Simplify a bit and constify as well. Since the file is mapped read-only, use co...
[TXT] nlist_elf32.c  1.39   8 years  christos   lint comment
[TXT] nlist_elf64.c  1.6   20 years  salo   netbsd.org->NetBSD.org
[TXT] nlist_private.h  1.25   8 years  christos   branches: 1.25.16; add or1k
[TXT] opendir.c  1.39   9 years  christos   - Use O_DIRECTORY to open the file, so that we don't need to stat() after that...
[TXT] pause.3  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] pause.c  1.11   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] popen.3  1.21   7 years  abhinav   Use Fn for function name.
[TXT] popen.c  1.35   9 years  christos   branches: 1.35.8; 1.35.14; 1.35.16; CID/1267868: Resource leak "cur"
[TXT] posix_spawn.3  1.6   10 years  wiz   branches: 1.6.26; Bump date for previous.
[TXT] posix_spawn_file_actions_addopen.3  1.5   10 years  wiz   Sort errors. Bump date for previous.
[TXT] posix_spawn_file_actions_init.3  1.5   10 years  wiz   Sort errors. Bump date for previous.
[TXT] posix_spawn_fileactions.c  1.4   10 years  martin   Remove paranthesis from return operands.
[TXT] posix_spawn_sched.c  1.2   10 years  martin   Remove paranthesis from return operands.
[TXT] posix_spawnattr_getflags.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_getpgroup.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_getschedparam.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_getschedpolicy.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_getsigdefault.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_getsigmask.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnattr_init.3  1.4   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] posix_spawnp.c  1.3   6 years  kamil   Add bunch of missing includes of namespace.h in libc The NetBSD Standard C Libr...
[TXT] psignal.3  1.17   13 years  christos   add psiginfo.
[TXT] psignal.c  1.23   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] pthread_atfork.3  1.7   9 years  wiz   Use Nx.
[TXT] pthread_atfork.c  1.10   9 years  christos   branches: 1.10.16; 1.10.18; Fix non _REENTRANT build.
[TXT] pw_private.h  1.3   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] pw_scan.c  1.23   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] pwcache.3  1.18   6 years  abhinav   Add missing functions from the SYNOPSIS to the NAME section
[TXT] pwcache.c  1.31   14 years  drochner   branches: 1.31.44; 1.31.46; remove some stray __weak_aliases, where the target...
[TXT] pwcache.h  1.5   20 years  wiz   Spell address with two d's. Inspired by similar changes in OpenBSD, originating ...
[TXT] raise.3  1.10   12 years  jruoho   Xref raise_default_signal(3).
[TXT] raise.c  1.8   15 years  rmind   Change raise(3) to be thread-aware - send the signal to current LWP. From <ad> v...
[TXT] randomid.3  1.9   6 years  abhinav   Use commas at the right places in the NAME section
[TXT] randomid.c  1.13   15 years  christos   branches: 1.13.48; merge christos-time_t
[TXT] readdir.c  1.26   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] realpath.3  1.19   7 years  pgoyette   Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list.
[TXT] rewinddir.c  1.13   13 years  yamt   fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)
[TXT] scandir.3  1.16   7 years  wiz   Fix typo.
[TXT] scandir.c  1.28   7 years  mrg   scandir/alphasort take "const struct dirent **" not "const void *" in modern uni...
[TXT] seekdir.c  1.15   11 years  yamt   wrap a long line
[TXT] setdomainname.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] sethostname.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] setjmp.3  1.17   15 years  enami   branches: 1.17.6; 1.17.64; 1.17.68; Refer sigprocmask(2) instead of non exist...
[TXT] setjmperr.c  1.8   11 years  christos   fix old style definitions; XXX: gcc should have picked them up but it did not.
[TXT] setmode.3  1.22   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] setmode.c  1.34   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] setproctitle.3  1.18   20 years  salo   netbsd.org->NetBSD.org
[TXT] setproctitle.c  1.22   16 years  christos   Simplify and check for snprintf() error.
[TXT] setprogname.c  1.3   20 years  salo   netbsd.org->NetBSD.org
[TXT] shquote.3  1.10   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] shquote.c  1.8   18 years  christos   Coverity CID 561: Remove dead code.
[TXT] shquotev.c  1.5   18 years  lukem   Add missing __RCSID()
[TXT] sighold.3  1.5   13 years  jruoho   More obsolete things. These are all already deprecated in NetBSD, but it is wort...
[TXT] sighold.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] sigignore.3  1.6   13 years  wiz   Merge two entries for the same error.
[TXT] sigignore.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] siginterrupt.3  1.11   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] siginterrupt.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] siglist.c  1.18   7 years  dholland   Fix three of these strings (ones that are rarely seen)
[TXT] signal.3  1.28   6 years  dholland   The list of async-signal-safe functions got moved to sigaction(2).
[TXT] signal.c  1.14   7 years  christos   Add bsd_signal as required by POSIX (from GSoC 2016, Charles Cui)
[TXT] signalname.3  1.2   6 years  wiz   Formatting and punctuation improvements.
[TXT] signalname.c  1.1   6 years  kre   branches: 1.1.2; Add the new signalname/signalnext/signalnumber interface to ...
[TXT] signalnext.c  1.1   6 years  kre   branches: 1.1.2; Add the new signalname/signalnext/signalnumber interface to ...
[TXT] signalnumber.c  1.2   6 years  kamil   Add bunch of missing includes of namespace.h in libc The NetBSD Standard C Libr...
[TXT] signame.c  1.13   18 years  christos   compat core reorg.
[TXT] signbit.3  1.3   15 years  martin   branches: 1.3.8; Convert TNF licenses to new 2 clause variant
[TXT] signbitd_ieee754.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] signbitf_ieee754.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] signbitl_ieee754.c  1.1   13 years  matt   branches: 1.1.4; 1.1.48; Make the MIPS N32/N64 ABIs properly support 128-bit l...
[TXT] sigrelse.3  1.4   13 years  jruoho   More obsolete things. These are all already deprecated in NetBSD, but it is wort...
[TXT] sigrelse.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] sigset.3  1.8   13 years  wiz   Merge two entries for the same error.
[TXT] sigset.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] sigsetops.3  1.14   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] sigsetops.c  1.16   13 years  joerg   Define a new __c99inline macro for compilers known to implement the C99 behavior...
[TXT] sleep.3  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] sleep.c  1.23   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] stringlist.3  1.16   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] stringlist.c  1.14   8 years  christos   use reallocarr (Ingo Schwarze)
[TXT] sysconf.3  1.51   7 years  ryoon   Fix _SC_TIMER_MAX listing, bump date
[TXT] sysconf.c  1.41   7 years  christos   branches: 1.41.14; 1.41.16; Realtime signal support from GSoC 2016, Charles Cu...
[TXT] sysctl.3  1.203   6 years  wiz   branches: 1.203.4; 1.203.6; Remove workaround for ancient HTML generation code...
[TXT] sysctl.c  1.36   7 years  christos   branches: 1.36.12; simplify cast.
[TXT] sysctlbyname.c  1.7   13 years  pooka   Don't __weak_alias non-existent symbols. Apparently the alpha compiler doesn't ...
[TXT] sysctlgetmibinfo.c  1.13   7 years  dholland   branches: 1.13.14; 1.13.16; Be more careful about preserving errno. Might conc...
[TXT] sysctlnametomib.c  1.7   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] syslog.3  1.33   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] syslog.c  1.58   7 years  christos   undo SSP damage from -Wsystem-headers
[TXT] syslog_private.h  1.2   7 years  christos   branches: 1.2.4; 1.2.16; A little more restructuring so that we don't need mut...
[TXT] syslog_ss.c  1.3   7 years  christos   branches: 1.3.4; fix *syslog_ss*
[TXT] telldir.c  1.20   11 years  yamt   remove unnecessary casts
[TXT] time.3  1.16   12 years  christos   there no errors defined for time.
[TXT] time.c  1.12   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] times.3  1.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] times.c  1.15   15 years  christos   merge christos-time_t
[TXT] timespec_get.3  1.2   7 years  wiz   branches: 1.2.2; 1.2.14; 1.2.16; Fix xref.
[TXT] timespec_get.c  1.2   7 years  christos   branches: 1.2.2; return 0 on unsupported bases.
[TXT] timezone.3  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] toascii.3  1.13   13 years  jruoho   Interestingly, the committees plan to remove also isascii(3) and toascii(3) in t...
[TXT] toascii.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] tolower.3  1.14   16 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] tolower_.c  1.14   11 years  joerg   Use more consistent naming for tolower/toupper translation table for the C local...
[TXT] toupper.3  1.17   16 years  apb   branches: 1.17.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] toupper_.c  1.14   11 years  joerg   Use more consistent naming for tolower/toupper translation table for the C local...
[TXT] ttyname.3  1.24   11 years  joerg   Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend o...
[TXT] ttyname.c  1.26   11 years  joerg   Prefix devname's buffer with /dev/ as ttyname is supposed to return the full pat...
[TXT] ttyslot.c  1.13   15 years  christos   merge christos-time_t
[TXT] ualarm.3  1.19   12 years  jruoho   Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX).
[TXT] ualarm.c  1.11   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] ulimit.3  1.9   13 years  jruoho   Deprecated in POSIX (rev. 2008).
[TXT] ulimit.c  1.3   15 years  martin   branches: 1.3.8; Remove clause 3 and 4 from TNF licenses
[TXT] uname.3  1.13   9 years  apb   Document the relationship between uname(3) and sysctl(7) variables.
[TXT] uname.c  1.12   9 years  apb   If sysctl kern.version returns a string that's too long to fit in {struct utsnam...
[TXT] unvis.3  1.29   6 years  abhinav   branches: 1.29.4; Add missing functions from the SYNOPSIS to the NAME section
[TXT] unvis.c  1.44   9 years  roy   Revert prior patch as it breaks `vis -l` as pointed out by apb.
[TXT] usleep.3  1.19   13 years  jruoho   No more usleep(3) in POSIX; "use nanosleep(2) instead".
[TXT] usleep.c  1.20   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] utime.3  1.22   9 years  njoly   Do not use hard-coded values with ENAMETOOLONG, use symbolic constants instead.
[TXT] utime.c  1.14   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] utimens.c  1.1   11 years  christos   branches: 1.1.2; 1.1.4; 1.1.34; add utimens and lutimens wrappers using utime...
[TXT] utmp.c  1.10   12 years  christos   close on exec fixes: - open + fcntl -> open O_CLOEXEC - configuration database f...
[TXT] utmpx.c  1.35   8 years  christos   use VIS_NOLOCALE
[TXT] valloc.3  1.14   13 years  wiz   Remove double quotes around missing function in BUGS section.
[TXT] valloc.c  1.11   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] verr.c  1.16   10 years  christos   Add the {v,}{err,warn}c flavors, from FreeBSD.
[TXT] verrc.c  1.3   9 years  joerg   branches: 1.3.4; Fix conditionals.
[TXT] verrx.c  1.15   12 years  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] vis.3  1.49   6 years  wiz   Remove superfluous Pp.
[TXT] vis.c  1.74   6 years  christos   branches: 1.74.6; Use 16x instead of 4x the amount of space since each wint_t c...
[TXT] vwarn.c  1.16   10 years  christos   Add the {v,}{err,warn}c flavors, from FreeBSD.
[TXT] vwarnc.c  1.3   9 years  joerg   branches: 1.3.4; Fix conditionals.
[TXT] vwarnx.c  1.15   12 years  joerg   Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e...
[TXT] wait.c  1.9   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] wait3.c  1.10   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] waitid.c  1.4   8 years  christos   revert part of previous; not needed.
[TXT] waitpid.c  1.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] warn.c  1.14   16 years  ginsbach   Follow the example of other nbtool compat functions, like dirname, and don't cre...
[TXT] warnc.c  1.3   9 years  joerg   branches: 1.3.4; Fix conditionals.
[TXT] warnx.c  1.14   16 years  ginsbach   Follow the example of other nbtool compat functions, like dirname, and don't cre...
[TXT] wordexp.3  1.3   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] wordexp.c  1.3   15 years  lukem   sign-compare fix
[TXT] xsyslog.c  1.5   7 years  maya   branches: 1.5.12; always initialize iovcnt from clang static analyzer
[TXT] Lint_setjmp.c (in the Attic) [Hide]  1.2   25 years  christos   Remove old lint files.
[TXT] Lint_sigsetjmp.c (in the Attic) [Hide]  1.2   25 years  christos   Remove old lint files.
[TXT] __err.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] __errlist14.c (in the Attic) [Hide]  1.10   18 years  christos   compat core reorg.
[TXT] __fts13.c (in the Attic) [Hide]  1.46   18 years  christos   compat core reorg.
[TXT] __fts30.c (in the Attic) [Hide]  1.2   18 years  christos   compat core reorg.
[TXT] __getmntinfo13.c (in the Attic) [Hide]  1.3   18 years  christos   compat core reorg.
[TXT] __glob13.c (in the Attic) [Hide]  1.29   18 years  christos   compat core reorg.
[TXT] __opendir30.c (in the Attic) [Hide]  1.2   18 years  christos   compat core reorg.
[TXT] __readdir30.c (in the Attic) [Hide]  1.2   18 years  christos   compat core reorg.
[TXT] __scandir30.c (in the Attic) [Hide]  1.2   18 years  christos   compat core reorg.
[TXT] __siglist14.c (in the Attic) [Hide]  1.4   18 years  christos   compat core reorg.
[TXT] __signame14.c (in the Attic) [Hide]  1.4   18 years  christos   compat core reorg.
[TXT] __sigsetops14.c (in the Attic) [Hide]  1.3   18 years  christos   compat core reorg.
[TXT] __times13.c (in the Attic) [Hide]  1.4   18 years  christos   compat core reorg.
[TXT] _err.c (in the Attic) [Hide]  1.13   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _errc.c (in the Attic) [Hide]  1.2   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _errlist.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] _errx.c (in the Attic) [Hide]  1.13   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _siglist.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] _sys_errlist.c (in the Attic) [Hide]  1.10   18 years  christos   compat core reorg.
[TXT] _sys_nerr.c (in the Attic) [Hide]  1.10   18 years  christos   compat core reorg.
[TXT] _sys_siglist.c (in the Attic) [Hide]  1.11   18 years  christos   compat core reorg.
[TXT] _sysconf.c (in the Attic) [Hide]  1.7   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _verr.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _verrc.c (in the Attic) [Hide]  1.2   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _verrx.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _vwarn.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _vwarnc.c (in the Attic) [Hide]  1.2   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _vwarnx.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _warn.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _warnc.c (in the Attic) [Hide]  1.2   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] _warnx.c (in the Attic) [Hide]  1.12   10 years  christos   "soon" is "now". Remove all __indr_reference crap.
[TXT] bswap16.c (in the Attic) [Hide]  1.3   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] bswap32.c (in the Attic) [Hide]  1.3   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] bswap64.c (in the Attic) [Hide]  1.6   18 years  christos   Use reach-over sources from common/lib/libc
[TXT] commaize_number.3 (in the Attic) [Hide]  1.3   13 years  christos   goodbye short-live commaize_number(3), if you liked it: #define commaize_number(...
[TXT] commaize_number.c (in the Attic) [Hide]  1.2   13 years  christos   goodbye short-live commaize_number(3), if you liked it: #define commaize_number(...
[TXT] crypt.3 (in the Attic) [Hide]  1.3   30 years  mycroft   Clean up deleted files.
[TXT] crypt.c (in the Attic) [Hide]  1.5   30 years  mycroft   Clean up deleted files.
[TXT] ctime.3 (in the Attic) [Hide]  1.5   29 years  jtc   ctime.3 and tzset.3 manpages have been moved to libc/time.
[TXT] ctime.c (in the Attic) [Hide]  1.11   29 years  jtc   date and time functions have been moved
[TXT] cuserid.3 (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] cuserid.c (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] difftime.c (in the Attic) [Hide]  1.5   29 years  jtc   date and time functions have been moved
[TXT] directory.c (in the Attic) [Hide]  1.5   29 years  mycroft   Clean up deleted files.
[TXT] errlist.c (in the Attic) [Hide]  1.19   13 years  christos   errlist.c is automatically generated now.
[TXT] errlst.c (in the Attic) [Hide]  1.6   29 years  mycroft   Clean up deleted files.
[TXT] exec.c (in the Attic) [Hide]  1.9   27 years  jtc   Split all exec*() functions out of exec.c into their own files.
[TXT] extattr.3 (in the Attic) [Hide]  1.6   12 years  wiz   Split extattr(3) into two man pages to get rid of ugly duplicate Nd. Work done b...
[TXT] fpclassify_ieee754.c (in the Attic) [Hide]  1.2   20 years  kleink   Upon rereading the implementation suggestions in the standard, rename the double...
[TXT] frexp.3 (in the Attic) [Hide]  1.13   17 years  drochner   move manpages for frexp/ldexp/modf to libm -- the (most) implementation is alrea...
[TXT] frexp_ieee754.c (in the Attic) [Hide]  1.6   17 years  drochner   replaced by code in libc/compat/gen
[TXT] getcap.3 (in the Attic) [Hide]  1.22   19 years  drochner   Both libcurses and libc installed a getcap(3) manpage, and both used it as targe...
[TXT] getsubopt.3 (in the Attic) [Hide]  1.5   26 years  fair   remove getsubopt.3 - there is another man page for this in ../stdlib that came f...
[TXT] getsubopt.c (in the Attic) [Hide]  1.13   19 years  kleink   There are two instances of getsubopt.c, one in gen, which came by the ways of 38...
[TXT] getvfsbyname.3 (in the Attic) [Hide]  1.3   26 years  perry   it turns out we don't want getvfsbyname after all.
[TXT] getvfsbyname.c (in the Attic) [Hide]  1.3   26 years  perry   it turns out we don't want getvfsbyname after all.
[TXT] ieee754_frexp.c (in the Attic) [Hide]  1.3   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_infinity.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_isinf.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_isnan.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_ldexp.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_modf.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] ieee754_nanf.c (in the Attic) [Hide]  1.2   20 years  kleink   Rename ieee754_function.c to function_ieee754.c, following the convention used i...
[TXT] insque.3 (in the Attic) [Hide]  1.3   30 years  mycroft   Clean up deleted files.
[TXT] insque.c (in the Attic) [Hide]  1.5   30 years  mycroft   Clean up deleted files.
[TXT] isinf_ieee754.c (in the Attic) [Hide]  1.5   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isinfl_dbl_ieee754.c (in the Attic) [Hide]  1.3   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isnan_ieee754.c (in the Attic) [Hide]  1.4   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] isnanl_dbl_ieee754.c (in the Attic) [Hide]  1.3   20 years  kleink   * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports...
[TXT] ldexp.3 (in the Attic) [Hide]  1.14   17 years  drochner   move manpages for frexp/ldexp/modf to libm -- the (most) implementation is alrea...
[TXT] ldexp_ieee754.c (in the Attic) [Hide]  1.6   7 years  christos   Sync with compat and remove dup implementations of ldexp and modf, switching mip...
[TXT] lfind.c (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] lsearch.3 (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] lsearch.c (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] modf.3 (in the Attic) [Hide]  1.11   17 years  drochner   move manpages for frexp/ldexp/modf to libm -- the (most) implementation is alrea...
[TXT] modf_ieee754.c (in the Attic) [Hide]  1.5   7 years  christos   Sync with compat and remove dup implementations of ldexp and modf, switching mip...
[TXT] msgctl.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] msgget.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] msgrcv.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] msgsnd.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] nanf_ieee754.c (in the Attic) [Hide]  1.3   19 years  kleink   Push back the descriptions of NaN formats, and descriptions of the distinction b...
[TXT] pw_dup.3 (in the Attic) [Hide]  1.3   20 years  jdolecek   remove pw_dup(3), for now at least follows discussion on mailing lists, discusse...
[TXT] pw_dup.c (in the Attic) [Hide]  1.3   20 years  jdolecek   remove pw_dup(3), for now at least follows discussion on mailing lists, discusse...
[TXT] regexp.3 (in the Attic) [Hide]  1.3   30 years  mycroft   Clean up deleted files.
[TXT] remque.c (in the Attic) [Hide]  1.5   30 years  mycroft   Clean up deleted files.
[TXT] semconfig.c (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] semctl.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] semget.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] semop.c (in the Attic) [Hide]  1.2   29 years  mycroft   Clean up deleted files.
[TXT] setrgid.c (in the Attic) [Hide]  1.4   30 years  mycroft   Clean up deleted files.
[TXT] setruid.c (in the Attic) [Hide]  1.4   30 years  mycroft   Clean up deleted files.
[TXT] setuid.3 (in the Attic) [Hide]  1.5   30 years  mycroft   Clean up deleted files.
[TXT] shmat.c (in the Attic) [Hide]  1.7   29 years  mycroft   Clean up deleted files.
[TXT] shmctl.c (in the Attic) [Hide]  1.6   29 years  mycroft   Clean up deleted files.
[TXT] shmdt.c (in the Attic) [Hide]  1.6   29 years  mycroft   Clean up deleted files.
[TXT] shmget.c (in the Attic) [Hide]  1.5   29 years  mycroft   Clean up deleted files.
[TXT] sigsetjmp.c (in the Attic) [Hide]  1.3   29 years  mycroft   Clean up deleted files.
[TXT] tcgetpgrp.3 (in the Attic) [Hide]  1.4   29 years  jtc   termios code has been moved to new libc/termios directory.
[TXT] tcsendbreak.3 (in the Attic) [Hide]  1.4   29 years  jtc   termios code has been moved to new libc/termios directory.
[TXT] tcsetattr.3 (in the Attic) [Hide]  1.6   29 years  jtc   termios code has been moved to new libc/termios directory.
[TXT] tcsetpgrp.3 (in the Attic) [Hide]  1.5   29 years  jtc   termios code has been moved to new libc/termios directory.
[TXT] termios.c (in the Attic) [Hide]  1.10   29 years  jtc   termios code has been moved to new libc/termios directory.
[TXT] timezone.c (in the Attic) [Hide]  1.19   18 years  christos   compat core reorg.
[TXT] tzset.3 (in the Attic) [Hide]  1.4   29 years  jtc   ctime.3 and tzset.3 manpages have been moved to libc/time.


CVSweb <webmaster@jp.NetBSD.org>