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: localcount-20160914


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.92   7 years  msaitoh   branches: 1.92.8; Add malloc.conf.5 (link to jemalloc.3).
[TXT] _env.c  1.9   9 years  christos   branches: 1.9.16; Fix non _REENTRANT build.
[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.10   11 years  abs   ANSI prototypes
[TXT] abort.3  1.13   11 years  jdf   Use correct macro (.Nm is only used within the NAME section, for section 3 manpa...
[TXT] abort.c  1.15   11 years  abs   ANSI prototypes
[TXT] abs.3  1.14   12 years  jruoho   Collect abs(3), labs(3), llabs(3), and imaxabs(3) to a single small page.
[TXT] abs.c  1.8   11 years  abs   ANSI prototypes
[TXT] aligned_alloc.c  1.1   8 years  nros   branches: 1.1.14; 1.1.16; Add the C11 function aligned_alloc to libc.
[TXT] alloca.3  1.16   11 years  wiz   Whitespace improvements.
[TXT] at_quick_exit.3  1.2   10 years  wiz   branches: 1.2.2; 1.2.8; Bump date for adding the function to NetBSD. Fix xref....
[TXT] atexit.3  1.11   10 years  wiz   Add commas in list.
[TXT] atexit.c  1.29   8 years  joerg   Redo __aeabi_atexit by shuffling the arguments and dropping the code in libstdc+...
[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.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.12   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.11   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.6   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.15   12 years  christos   base0 == NULL is allowed when nmemb == 0, in fact the nsdispatch code calls bsea...
[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.8   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.16   10 years  christos   branches: 1.16.28; 1.16.30; add {at_,}quick_exit(3) from FreeBSD
[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.36   9 years  christos   Fix non _REENTRANT build.
[TXT] getopt.3  1.34   9 years  wiz   Remove trailing whitespace.
[TXT] getopt.c  1.29   9 years  christos   Bring getopt(3) inline with getopt_long(3): recognize option:: as an optional op...
[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.27   8 years  kamil   ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) For t...
[TXT] getsubopt.3  1.14   14 years  wiz   Mention that it is included in IEEE Std 1003.1-2008.
[TXT] getsubopt.c  1.9   11 years  abs   branches: 1.9.30; 1.9.32; Update old-style definitions to ANSI, remove a coupl...
[TXT] grantpt.3  1.4   15 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] hcreate.3  1.13   9 years  christos   branches: 1.13.6; 1.13.10; amend the new destroy function to take function poi...
[TXT] hcreate.c  1.10   9 years  christos   amend the new destroy function to take function pointers.
[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.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] jemalloc.3  1.9   10 years  wiz   Use Mt for email addresses.
[TXT] jemalloc.c  1.40   7 years  joerg   lib/50791: Instead of using sorting the arena chunks by address only, sort by si...
[TXT] jrand48.c  1.9   10 years  matt   Reduce amount of casts and make LP64 safe.
[TXT] l64a.c  1.14   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] labs.c  1.8   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] lcong48.c  1.8   18 years  lukem   Add missing __RCSID()
[TXT] ldiv.c  1.8   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] llabs.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] lldiv.c  1.4   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.9   10 years  matt   Reduce amount of casts and make LP64 safe.
[TXT] lsearch.3  1.3   18 years  wiz   branches: 1.3.2; Remove superfluous Pp, sort sections.
[TXT] lsearch.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] malloc.3  1.48   7 years  wiz   Fix manually applied patch. Mark up NULL with Dv.
[TXT] malloc.c  1.56   9 years  christos   branches: 1.56.2; make more descriptors that we open as close-on-exec
[TXT] memory.3  1.11   12 years  jruoho   Note memoryallocators(9) in this perhaps too generally named page.
[TXT] merge.c  1.14   12 years  christos   branches: 1.14.10; 1.14.24; PR/45989: Martin Husemann: lint invocation does in...
[TXT] mi_vector_hash.3  1.2   14 years  joerg   Add HISTORY.
[TXT] mrand48.c  1.8   10 years  matt   Reduce amount of casts and make LP64 safe.
[TXT] nrand48.c  1.10   10 years  matt   Reduce amount of casts and make LP64 safe.
[TXT] posix_memalign.3  1.3   8 years  wiz   branches: 1.3.14; 1.3.16; Use Dv for NULL.
[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.9   10 years  wiz   whitespace.
[TXT] pty.c  1.4   10 years  christos   return the same errors as linux for ptsname_r
[TXT] putenv.c  1.21   9 years  christos   Fix non _REENTRANT build.
[TXT] qabs.3  1.9   15 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qabs.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] qdiv.3  1.9   15 years  matt   branches: 1.9.6; Add C99 functions imaxabs and imaxdiv.
[TXT] qdiv.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] qsort.3  1.14   9 years  wiz   Sort sections. From Henning Petersen in PR 49222.
[TXT] qsort.c  1.22   11 years  christos   don't trigger diagassert for a null array with 0 elements or 0 elementsize.
[TXT] quick_exit.3  1.3   8 years  christos   From Timo Buhrmester: Fix wrong parameter description
[TXT] quick_exit.c  1.1   10 years  christos   branches: 1.1.2; 1.1.8; add {at_,}quick_exit(3) from FreeBSD
[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.12   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.6   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] random.3  1.21   9 years  christos   update for new signatures
[TXT] reallocarr.3  1.4   8 years  kamil   Compatibility fixes in reallocarr(3) Make this work on !NetBSD platforms: - rep...
[TXT] reallocarr.c  1.5   8 years  kamil   Minor alterations to reallocarr(3) Add comment about division. Mark error branc...
[TXT] reallocarray.3  1.4   8 years  kamil   Add license header (the NetBSD 2-clause version) with (C) TNF
[TXT] reallocarray.c  1.7   7 years  roy   Revert prior, no idea why it was causing me problems, but it no longer does.
[TXT] remque.c  1.3   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] seed48.c  1.8   18 years  lukem   Add missing __RCSID()
[TXT] setenv.c  1.44   9 years  christos   Fix non _REENTRANT build.
[TXT] srand48.c  1.7   18 years  lukem   Add missing __RCSID()
[TXT] strfmon.3  1.5   10 years  riastradh   branches: 1.5.18; Merge riastradh-drm2 to HEAD.
[TXT] strfmon.c  1.10   12 years  christos   branches: 1.10.24; unsigned char portability casts
[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.22   8 years  wiz   branches: 1.22.2; Bump date for previous.
[TXT] strtoi.3  1.6   8 years  christos   revert 0b documentation.
[TXT] strtol.3  1.35   8 years  christos   branches: 1.35.2; revert 0b documentation.
[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] strtonum.3  1.2   9 years  wiz   Fix date. Sort section. Sort errors. Sort SEE ALSO. Break too long lines.
[TXT] strtonum.c  1.4   9 years  christos   The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski)
[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.35   7 years  joerg   branches: 1.35.2; Fix type name. From Abhinav.
[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.25   9 years  christos   Fix non _REENTRANT build.
[TXT] tdelete.c  1.8   8 years  christos   Don't return NULL when we are freeing the root node; return a free'd pointer ins...
[TXT] tfind.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] tsearch.3  1.12   13 years  jruoho   Put the period outside the quotation marks.
[TXT] tsearch.c  1.7   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] twalk.c  1.4   12 years  matt   Remove use of __P Switch to using C89 definitions.
[TXT] unlockpt.3  1.4   15 years  martin   branches: 1.4.8; Convert TNF licenses to new 2 clause variant
[TXT] unsetenv.c  1.11   9 years  christos   Fix non _REENTRANT build.


CVSweb <webmaster@jp.NetBSD.org>