The NetBSD Project

src/lib/libc/stdlib/

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 / stdlib

Current tag: yamt-pagecache


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Lint_abs.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_div.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_imaxabs.c  1.1   15 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] Lint_labs.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_ldiv.c  1.2   23 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_llabs.c  1.2   24 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] Makefile.inc  1.78.2.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] _env.c  1.6.2.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] _rand48.c  1.7   18 years  lukem   branches: 1.7.86; Add missing __RCSID()
[TXT] a64l.3  1.10   13 years  jruoho   Note POSIX compliance.
[TXT] a64l.c  1.9.56.1   11 years  yamt   sync with head
[TXT] abort.3  1.12.56.1   11 years  yamt   sync with head
[TXT] abort.c  1.14.4.1   11 years  yamt   sync with head
[TXT] abs.3  1.14   13 years  jruoho   Collect abs(3), labs(3), llabs(3), and imaxabs(3) to a single small page.
[TXT] abs.c  1.7.56.1   11 years  yamt   sync with head
[TXT] alloca.3  1.14.4.1   11 years  yamt   sync with head
[TXT] at_quick_exit.3  1.2.8.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] atexit.3  1.9.56.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] atexit.c  1.24.6.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] atof.3  1.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] atof.c  1.12.56.1   11 years  yamt   sync with head
[TXT] atoi.3  1.10   20 years  agc   branches: 1.10.96; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] atoi.c  1.11.56.1   11 years  yamt   sync with head
[TXT] atol.3  1.8   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] atol.c  1.10.56.1   11 years  yamt   sync with head
[TXT] atoll.3  1.6   20 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] atoll.c  1.5.56.1   11 years  yamt   sync with head
[TXT] bsearch.3  1.10   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] bsearch.c  1.14.6.1   12 years  yamt   sync with head
[TXT] div.3  1.14   12 years  wiz   branches: 1.14.26; Remove \*[q] -- not necessary, just use plain double quotes ...
[TXT] div.c  1.7.56.1   11 years  yamt   sync with head
[TXT] drand48.c  1.6   18 years  lukem   Add missing __RCSID()
[TXT] erand48.c  1.9   18 years  drochner   <math.h> is just needed for the ldexp() call in erand48() - remove unnecessary d...
[TXT] erand48_ieee754.c  1.2   18 years  drochner   switch byteorder of seed to match previous (and documented) behaviour
[TXT] exit.3  1.14.56.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] exit.c  1.15   12 years  dsl   branches: 1.15.36; Remove __P()
[TXT] getenv.3  1.25   13 years  wiz   Improve wording after consultation with njoly.
[TXT] getenv.c  1.35   13 years  tron   1.) Rename internal function __findvar() to __findenvvar(). 2.) Add a wrapper fu...
[TXT] getopt.3  1.32   14 years  joerg   branches: 1.32.12; 1.32.22; Use .In for header files instead of .Ar Pa and var...
[TXT] getopt.c  1.28   15 years  joerg   branches: 1.28.12; 1.28.22; ANSIfy. Remove conditional macros around __RCSID.
[TXT] getopt_long.3  1.18   16 years  ginsbach   Document that getopt_long(3) can and will accept unique abbreviated long option ...
[TXT] getopt_long.c  1.25   15 years  joerg   ANSIfy. Remove conditionals around __RCSID.
[TXT] getsubopt.3  1.14   14 years  wiz   Mention that it is included in IEEE Std 1003.1-2008.
[TXT] getsubopt.c  1.8.50.1   11 years  yamt   sync with head
[TXT] grantpt.3  1.4   15 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] hcreate.3  1.10   12 years  wiz   branches: 1.10.8; 1.10.18; Various fixes, mostly missing words or letters.
[TXT] hcreate.c  1.8   12 years  christos   branches: 1.8.8; 1.8.18; remove the advertising clause so it can be used by th...
[TXT] imaxabs.c  1.1   15 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] imaxdiv.c  1.1   15 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] insque.3  1.5   13 years  jruoho   Rewrite the HISTORY section.
[TXT] insque.c  1.2.46.1   11 years  yamt   sync with head
[TXT] jemalloc.3  1.8.2.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] jemalloc.c  1.24.4.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] jrand48.c  1.8.44.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] l64a.c  1.13.56.1   12 years  yamt   sync with head
[TXT] labs.c  1.7.56.1   11 years  yamt   sync with head
[TXT] lcong48.c  1.8   18 years  lukem   Add missing __RCSID()
[TXT] ldiv.c  1.7.56.1   11 years  yamt   sync with head
[TXT] llabs.c  1.3.56.1   11 years  yamt   sync with head
[TXT] lldiv.c  1.3.56.1   11 years  yamt   sync with head
[TXT] local.h  1.6   13 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...
[TXT] lrand48.c  1.8.44.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] lsearch.3  1.3   18 years  wiz   branches: 1.3.2; Remove superfluous Pp, sort sections.
[TXT] lsearch.c  1.5.4.2   11 years  yamt   sync with head
[TXT] malloc.3  1.38   13 years  jruoho   Fix previous commit by also moving the type of _malloc_options. In addition, add...
[TXT] malloc.c  1.54.4.1   11 years  yamt   sync with head
[TXT] memory.3  1.11   12 years  jruoho   Note memoryallocators(9) in this perhaps too generally named page.
[TXT] merge.c  1.13.4.1   12 years  yamt   sync with head
[TXT] mi_vector_hash.3  1.2   14 years  joerg   Add HISTORY.
[TXT] mrand48.c  1.7.44.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] nrand48.c  1.9.44.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] posix_memalign.3  1.1   16 years  ad   branches: 1.1.4; Enable posix_memalign().
[TXT] posix_openpt.3  1.6   12 years  wiz   Add missing preposition.
[TXT] posix_openpt.c  1.2   15 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] ptsname.3  1.5.4.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] pty.c  1.2.4.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] putenv.c  1.19.6.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] qabs.3  1.9   15 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qabs.c  1.6.56.1   11 years  yamt   sync with head
[TXT] qdiv.3  1.9   15 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qdiv.c  1.6.56.1   11 years  yamt   sync with head
[TXT] qsort.3  1.13   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] qsort.c  1.21.4.1   11 years  yamt   sync with head
[TXT] quick_exit.3  1.2.8.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] quick_exit.c  1.1.8.2   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] radixsort.3  1.13   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] radixsort.c  1.19   14 years  dsl   Ansify functions and remove __P/
[TXT] rand.3  1.12   14 years  joerg   Use .In for header files instead of .Ar Pa and variations.
[TXT] rand.c  1.10.56.1   11 years  yamt   sync with head
[TXT] rand48.3  1.11   18 years  drochner   branches: 1.11.86; correct multiplicand in pseudorandom generation
[TXT] rand48.h  1.6   12 years  dsl   Remove __P()
[TXT] rand_r.c  1.5.56.1   11 years  yamt   sync with head
[TXT] random.3  1.20   12 years  rmind   branches: 1.20.8; 1.20.18; Mention POSIX conformance of some functions, when t...
[TXT] remque.c  1.2.46.1   11 years  yamt   sync with head
[TXT] seed48.c  1.8   18 years  lukem   Add missing __RCSID()
[TXT] setenv.c  1.43   13 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...
[TXT] srand48.c  1.7   18 years  lukem   Add missing __RCSID()
[TXT] strfmon.3  1.3.44.1   9 years  yamt   sync with head. for a reference, the tree before this commit was tagged as yamt...
[TXT] strfmon.c  1.8.2.1   12 years  yamt   sync with head
[TXT] strsuftoll.3  1.11   13 years  jruoho   Reference strsuftoll(3) and orders(7) with each other.
[TXT] strsuftoll.c  1.9   12 years  christos   Put a recursion limit to avoid DoS attacks (Maksymilian Arciemowicz) While there...
[TXT] strtod.3  1.20   16 years  reed   branches: 1.20.50; 1.20.54; Add HISTORY: The strtof() and strtold() functions ...
[TXT] strtol.3  1.26   14 years  wiz   branches: 1.26.24; Bump date for previous.
[TXT] strtol.c  1.18   15 years  joerg   branches: 1.18.6; Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq}...
[TXT] strtoq.c  1.19   15 years  joerg   branches: 1.19.6; Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq}...
[TXT] strtoul.3  1.25   14 years  pooka   branches: 1.25.24; tyop de fix
[TXT] strtouq.c  1.20   15 years  drochner   branches: 1.20.6; fix range of strtouq(), from Henning Petersen per PR lib/3939...
[TXT] system.3  1.17   15 years  christos   branches: 1.17.6; system(NULL) should return if the command interpreter is ther...
[TXT] system.c  1.23.6.1   11 years  yamt   sync with head
[TXT] tdelete.c  1.5.4.1   11 years  yamt   sync with head
[TXT] tfind.c  1.6.4.1   11 years  yamt   sync with head
[TXT] tsearch.3  1.12   13 years  jruoho   Put the period outside the quotation marks.
[TXT] tsearch.c  1.6.4.1   11 years  yamt   sync with head
[TXT] twalk.c  1.3.4.1   12 years  yamt   sync with head
[TXT] unlockpt.3  1.4   15 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] unsetenv.c  1.10   13 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...


CVSweb <webmaster@jp.NetBSD.org>