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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] Lint_abs.c  1.2   13 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_div.c  1.2   13 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_imaxabs.c  1.1   4 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] Lint_labs.c  1.2   13 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_ldiv.c  1.2   13 years  cgd   fix up NetBSD RCS Ids to match the standard, and the leading comment as to match...
[TXT] Lint_llabs.c  1.2   13 years  kleink   Make lint happy about long long integers. (C99 mode for lint, anyone?)
[TXT] Makefile.inc  1.79   7 weeks  christos   add {at_,}quick_exit(3) from FreeBSD
[TXT] _env.c  1.6   20 months  christos   Provide symbol definitions for environ and __progname. These are duplicate defin...
[TXT] _rand48.c  1.7   8 years  lukem   Add missing __RCSID()
[TXT] a64l.3  1.10   3 years  jruoho   Note POSIX compliance.
[TXT] a64l.c  1.10   12 months  abs   ANSI prototypes
[TXT] abort.3  1.13   12 months  jdf   Use correct macro (.Nm is only used within the NAME section, for section 3 manpa...
[TXT] abort.c  1.15   12 months  abs   ANSI prototypes
[TXT] abs.3  1.14   2 years  jruoho   Collect abs(3), labs(3), llabs(3), and imaxabs(3) to a single small page.
[TXT] abs.c  1.8   12 months  abs   ANSI prototypes
[TXT] alloca.3  1.16   7 months  wiz   Whitespace improvements.
[TXT] at_quick_exit.3  1.2   7 weeks  wiz   Bump date for adding the function to NetBSD. Fix xref.
[TXT] atexit.3  1.11   7 weeks  wiz   Add commas in list.
[TXT] atexit.c  1.25   7 weeks  christos   add {at_,}quick_exit(3) from FreeBSD
[TXT] atexit.h  1.11   5 years  martin   branches: 1.11.8; Remove clause 3 and 4 from TNF licenses
[TXT] atof.3  1.9   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] atof.c  1.13   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] atoi.3  1.10   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] atoi.c  1.12   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] atol.3  1.8   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] atol.c  1.11   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] atoll.3  1.6   9 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] atoll.c  1.6   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] bsearch.3  1.10   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] bsearch.c  1.15   15 months  christos   base0 == NULL is allowed when nmemb == 0, in fact the nsdispatch code calls bsea...
[TXT] div.3  1.14   2 years  wiz   Remove \*[q] -- not necessary, just use plain double quotes instead.
[TXT] div.c  1.8   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] drand48.c  1.6   8 years  lukem   Add missing __RCSID()
[TXT] erand48.c  1.9   7 years  drochner   <math.h> is just needed for the ldexp() call in erand48() - remove unnecessary d...
[TXT] erand48_ieee754.c  1.2   7 years  drochner   switch byteorder of seed to match previous (and documented) behaviour
[TXT] exit.3  1.16   7 weeks  christos   add {at_,}quick_exit(3) from FreeBSD
[TXT] exit.c  1.15   2 years  dsl   Remove __P()
[TXT] getenv.3  1.25   2 years  wiz   Improve wording after consultation with njoly.
[TXT] getenv.c  1.35   2 years  tron   1.) Rename internal function __findvar() to __findenvvar(). 2.) Add a wrapper fu...
[TXT] getopt.3  1.32   3 years  joerg   Use .In for header files instead of .Ar Pa and variations.
[TXT] getopt.c  1.28   4 years  joerg   ANSIfy. Remove conditional macros around __RCSID.
[TXT] getopt_long.3  1.18   5 years  ginsbach   Document that getopt_long(3) can and will accept unique abbreviated long option ...
[TXT] getopt_long.c  1.25   4 years  joerg   ANSIfy. Remove conditionals around __RCSID.
[TXT] getsubopt.3  1.14   3 years  wiz   Mention that it is included in IEEE Std 1003.1-2008.
[TXT] getsubopt.c  1.9   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] grantpt.3  1.4   5 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] hcreate.3  1.10   21 months  wiz   Various fixes, mostly missing words or letters.
[TXT] hcreate.c  1.8   21 months  christos   remove the advertising clause so it can be used by the OpenJDK.
[TXT] imaxabs.c  1.1   4 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] imaxdiv.c  1.1   4 years  matt   branches: 1.1.2; 1.1.8; Add C99 functions imaxabs and imaxdiv.
[TXT] insque.3  1.5   3 years  jruoho   Rewrite the HISTORY section.
[TXT] insque.c  1.3   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] jemalloc.3  1.8   23 months  wiz   Sort sections.
[TXT] jemalloc.c  1.28   14 months  christos   rename umax2s->size_t2s function per apb's request.
[TXT] jrand48.c  1.8   8 years  lukem   Add missing __RCSID()
[TXT] l64a.c  1.14   15 months  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] labs.c  1.8   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] lcong48.c  1.8   8 years  lukem   Add missing __RCSID()
[TXT] ldiv.c  1.8   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] llabs.c  1.4   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] lldiv.c  1.4   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] local.h  1.6   2 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...
[TXT] lrand48.c  1.8   8 years  lukem   Add missing __RCSID()
[TXT] lsearch.3  1.3   7 years  wiz   branches: 1.3.2; Remove superfluous Pp, sort sections.
[TXT] lsearch.c  1.7   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] malloc.3  1.38   3 years  jruoho   Fix previous commit by also moving the type of _malloc_options. In addition, add...
[TXT] malloc.c  1.55   5 months  dholland   typo in comment, from Abhinav Upadhyay in PR 47385
[TXT] memory.3  1.11   21 months  jruoho   Note memoryallocators(9) in this perhaps too generally named page.
[TXT] merge.c  1.14   15 months  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] mi_vector_hash.3  1.2   3 years  joerg   Add HISTORY.
[TXT] mi_vector_hash.c  1.4   19 months  joerg   sys/endian.h might not exist in the src/tools case
[TXT] mrand48.c  1.7   8 years  lukem   Add missing __RCSID()
[TXT] nrand48.c  1.9   8 years  lukem   Add missing __RCSID()
[TXT] posix_memalign.3  1.1   5 years  ad   branches: 1.1.4; Enable posix_memalign().
[TXT] posix_openpt.3  1.6   2 years  wiz   Add missing preposition.
[TXT] posix_openpt.c  1.2   5 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] ptsname.3  1.6   7 months  apb   Use the correct field name when describing the equivalence between ptsname(3) an...
[TXT] pty.c  1.2   5 years  martin   branches: 1.2.8; Remove clause 3 and 4 from TNF licenses
[TXT] putenv.c  1.20   7 weeks  matt   Remove weak_alias since that's now in the compat_putenv.c
[TXT] qabs.3  1.9   4 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qabs.c  1.7   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] qdiv.3  1.9   4 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qdiv.c  1.7   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] qsort.3  1.13   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] qsort.c  1.22   12 months  christos   don't trigger diagassert for a null array with 0 elements or 0 elementsize.
[TXT] quick_exit.3  1.2   7 weeks  wiz   Bump date after adding function to NetBSD.
[TXT] quick_exit.c  1.1   7 weeks  christos   add {at_,}quick_exit(3) from FreeBSD
[TXT] radixsort.3  1.13   9 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] radixsort.c  1.19   3 years  dsl   Ansify functions and remove __P/
[TXT] rand.3  1.12   3 years  joerg   Use .In for header files instead of .Ar Pa and variations.
[TXT] rand.c  1.12   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] rand48.3  1.11   7 years  drochner   correct multiplicand in pseudorandom generation
[TXT] rand48.h  1.6   2 years  dsl   Remove __P()
[TXT] rand_r.c  1.6   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] random.3  1.20   20 months  rmind   Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr.
[TXT] remque.c  1.3   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] seed48.c  1.8   8 years  lukem   Add missing __RCSID()
[TXT] setenv.c  1.43   2 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...
[TXT] srand48.c  1.7   8 years  lukem   Add missing __RCSID()
[TXT] strfmon.3  1.3   8 years  wiz   Remove duplicate words; grammar fix.
[TXT] strfmon.c  1.10   14 months  christos   unsigned char portability casts
[TXT] strsuftoll.3  1.11   2 years  jruoho   Reference strsuftoll(3) and orders(7) with each other.
[TXT] strsuftoll.c  1.9   19 months  christos   Put a recursion limit to avoid DoS attacks (Maksymilian Arciemowicz) While there...
[TXT] strtod.3  1.20   5 years  reed   Add HISTORY: The strtof() and strtold() functions appeared in NetBSD 4.0.
[TXT] strtoimax.c  1.8   2 months  joerg   Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain strtol_l unless...
[TXT] strtol.3  1.26   3 years  wiz   Bump date for previous.
[TXT] strtol.c  1.18   4 years  joerg   branches: 1.18.6; Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq}...
[TXT] strtoq.c  1.19   4 years  joerg   branches: 1.19.6; Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq}...
[TXT] strtoul.3  1.25   3 years  pooka   tyop de fix
[TXT] strtouq.c  1.20   4 years  drochner   branches: 1.20.6; fix range of strtouq(), from Henning Petersen per PR lib/3939...
[TXT] system.3  1.17   4 years  christos   branches: 1.17.6; system(NULL) should return if the command interpreter is ther...
[TXT] system.c  1.24   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] tdelete.c  1.6   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] tfind.c  1.7   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] tsearch.3  1.12   3 years  jruoho   Put the period outside the quotation marks.
[TXT] tsearch.c  1.7   11 months  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] twalk.c  1.4   14 months  matt   Remove use of __P Switch to using C89 definitions.
[TXT] unlockpt.3  1.4   5 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] unsetenv.c  1.10   2 years  tron   Improve and simplify implementation of *env(3) functions: - Use RB tree to keep ...


CVSweb <webmaster@jp.NetBSD.org>