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: riastradh-drm2-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regexp/        
[TXT] Lint___setjmp14.c  1.3   18 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.185   11 years  christos   add utimens and lutimens wrappers using utimensat.
[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.2   15 years  christos   branches: 1.2.28; no more weak here.
[TXT] arc4random.3  1.9   13 years  wiz   branches: 1.9.22; Remove trailing whitespace.
[TXT] arc4random.c  1.20   11 years  dsl   branches: 1.20.2; I'm fairly sure the libc rules require that arc4random_addran...
[TXT] assert.c  1.17   11 years  abs   branches: 1.17.22; Update old-style definitions to ANSI, remove a couple of reg...
[TXT] basename.3  1.14   15 years  christos   branches: 1.14.6; undo the constification of the argument. Per opengroup.
[TXT] basename.c  1.9   14 years  tnozaki   branches: 1.9.12; 1.9.22; guard single-dot from modification by the applicatio...
[TXT] bswap.3  1.11   14 years  bouyer   Remove closes 3 and 4 from my copyright.
[TXT] cgetcap.3  1.8   11 years  wiz   Sort SEE ALSO.
[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.2   19 years  atatat   Reverse arguments to fcntl(2).
[TXT] confstr.3  1.20   13 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.21   13 years  jruoho   Note POSIX compliance. Reword a little around the example.
[TXT] ctype_.c  1.20   10 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.4   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] devname.3  1.12   11 years  joerg   Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend o...
[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.38   11 years  njoly   Kill some extra spaces in function arguments.
[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.11   14 years  tnozaki   branches: 1.11.12; 1.11.22; guard single-dot from modification by the applicat...
[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.20   14 years  joerg   branches: 1.20.6; 1.20.12; Use .In for header files instead of .Ar Pa and vari...
[TXT] err.c  1.26   16 years  ginsbach   Follow the example of other nbtool compat functions, like dirname, and don't cre...
[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.22   11 years  abs   - Correct macro usage; - sort section order. From Bug Hunting.
[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.12   12 years  joerg   Drop special cases for i386 and m68k. It is not a validate assumption that the a...
[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.30   16 years  yamt   branches: 1.30.16; add a comment.
[TXT] extattr.c  1.4   12 years  christos   branches: 1.4.14; 1.4.18; PR/45989: Martin Husemann: lint invocation does incl...
[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.2   13 years  matt   branches: 1.2.6; 1.2.12; Resurrect this for MIPS softfloat.
[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   11 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] fmtcheck.3  1.7   15 years  joerg   branches: 1.7.12; 1.7.22; Fix preamble to match order set out by mdoc(7). Disc...
[TXT] fmtcheck.c  1.8   15 years  martin   branches: 1.8.8; 1.8.28; 1.8.40; Remove clause 3 and 4 from TNF licenses
[TXT] fmtmsg.3  1.7   12 years  jruoho   Markup improvements.
[TXT] fmtmsg.c  1.5   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] fnmatch.3  1.22   13 years  jruoho   Xref glob(7).
[TXT] fnmatch.c  1.25   11 years  christos   PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead of...
[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.1   13 years  matt   branches: 1.1.4; 1.1.8; 1.1.14; Make the MIPS N32/N64 ABIs properly support 1...
[TXT] fpgetmask.3  1.12   12 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.16   13 years  jruoho   branches: 1.16.6; 1.16.12; 1.16.16; Note POSIX compliance.
[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.46   11 years  msaitoh   Fix in comment.
[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.52   11 years  joerg   branches: 1.52.2; 1.52.8; ANSIfy
[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.5   14 years  drochner   minor fix in description of an error condition
[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.15   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[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   11 years  christos   cross reference getfsspecname
[TXT] getgrent.3  1.31   12 years  wiz   Sort sections and errors.
[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.14   15 years  martin   branches: 1.14.8; Move TNF licenses to 2 clause form
[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.17   18 years  wiz   .Fn needs an argument.
[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   12 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.15   19 years  jdolecek   fix reference Nx 2.1 to Nx 3.0
[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.42   12 years  matt   Use C89 definitions. Remove use of __P
[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.22   11 years  wiz   Wording. Remove trailing whitespace.
[TXT] getpass.c  1.27   11 years  christos   branches: 1.27.2; 1.27.8; make getpass and getpass_r print a newline like they...
[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.38   12 years  wiz   branches: 1.38.26; Sort sections and errors.
[TXT] getpwent.c  1.81   11 years  dholland   branches: 1.81.14; Revert previous temporary measure and fix the assertion prop...
[TXT] getttyent.3  1.20   11 years  wiz   branches: 1.20.2; Sort SEE ALSO.
[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.42   11 years  christos   Instead of changing the code to match the documentation, change the documentatio...
[TXT] glob.c  1.35   11 years  lukem   branches: 1.35.8; 1.35.10; 1.35.14; Use "unsigned FOO" instead of less-portab...
[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.16   12 years  christos   branches: 1.16.14; 1.16.18; PR/44097: Yamamoto Takashi: Prevent overflow.
[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.3   12 years  christos   branches: 1.3.14; PR/45989: Martin Husemann: lint invocation does include -w on...
[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   15 years  apb   branches: 1.15.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isalpha.3  1.14   15 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   15 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] iscntrl.3  1.13   15 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isctype.c  1.24   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] isdigit.3  1.14   15 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   15 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.12   20 years  wiz   Sort SEE ALSO.
[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.4   13 years  matt   branches: 1.4.4; 1.4.8; 1.4.14; Make the MIPS N32/N64 ABIs properly support 1...
[TXT] islower.3  1.14   15 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isnan.3  1.2   20 years  wiz   Sort SEE ALSO, drop trailing space.
[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.6   13 years  matt   branches: 1.6.4; 1.6.8; 1.6.14; Make the MIPS N32/N64 ABIs properly support 1...
[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   15 years  apb   branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] ispunct.3  1.13   15 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   15 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] isxdigit.3  1.13   15 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.24   12 years  christos   c89 definitions
[TXT] nlist_aout.c  1.23   12 years  christos   c89 definitions
[TXT] nlist_coff.c  1.11   11 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.35   12 years  christos   - don't compile unreachable code. - convert uintmax_t to uintptr_t
[TXT] nlist_elf64.c  1.6   20 years  salo   netbsd.org->NetBSD.org
[TXT] nlist_private.h  1.22   12 years  matt   Use C89 definitions. Remove use of __P
[TXT] opendir.c  1.38   12 years  christos   branches: 1.38.20; close on exec fixes: - open + fcntl -> open O_CLOEXEC - conf...
[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.18   12 years  wiz   Various minor improvements.
[TXT] popen.c  1.32   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[TXT] posix_spawn.3  1.3   11 years  njoly   branches: 1.3.2; 1.3.4; 1.3.6; Use major.minor for NetBSD versions.
[TXT] posix_spawn_file_actions_addopen.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawn_file_actions_init.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawn_fileactions.c  1.2   11 years  martin   branches: 1.2.2; 1.2.4; Rework posix_spawn locking and memory management: - a...
[TXT] posix_spawn_sched.c  1.1   12 years  martin   branches: 1.1.4; 1.1.8; Add userland part of posix_spawn. Libc functions impor...
[TXT] posix_spawnattr_getflags.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_getpgroup.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_getschedparam.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_getschedpolicy.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_getsigdefault.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_getsigmask.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnattr_init.3  1.2   11 years  njoly   branches: 1.2.2; 1.2.4; 1.2.6; Use major.minor for NetBSD versions.
[TXT] posix_spawnp.c  1.2   12 years  martin   branches: 1.2.2; Use C++ compatible declaration for posix_spawn (instead of the...
[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.5   15 years  martin   branches: 1.5.8; 1.5.28; 1.5.40; Convert TNF licenses to new 2 clause variant...
[TXT] pthread_atfork.c  1.9   12 years  matt   Use C89 definitions. Remove use of __P
[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.17   15 years  martin   branches: 1.17.8; Move TNF licenses to 2 clause form
[TXT] pwcache.c  1.31   13 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.7   18 years  rpaulo   #include <stdio.h> in the example.
[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.18   10 years  wiz   branches: 1.18.10; 1.18.14; More markup. Merge two error entries for the same ...
[TXT] rewinddir.c  1.13   13 years  yamt   fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)
[TXT] scandir.3  1.14   13 years  njoly   branches: 1.14.28; Fix cross-reference, dir(5) -> dirent(3).
[TXT] scandir.c  1.27   12 years  christos   branches: 1.27.14; PR/45989: Martin Husemann: lint invocation does include -w o...
[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.21   15 years  christos   merge christos-time_t
[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.9   15 years  apb   branches: 1.9.6; Fix some errors in examples, noticed by Robert Elz: * use \e i...
[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.17   17 years  hubertf   Remove more duplicate #includes, and a few spurious whitespaces at EOL From Slav...
[TXT] signal.3  1.24   19 years  lha   Add list of async-signal-safe functions Approved by wiz
[TXT] signal.c  1.13   11 years  abs   Update old-style definitions to ANSI, remove a couple of register definitions al...
[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.15   13 years  jruoho   Small improvements to markup and wording.
[TXT] stringlist.c  1.13   15 years  martin   branches: 1.13.8; Remove clause 3 and 4 from TNF licenses
[TXT] sysconf.3  1.42   11 years  wiz   Remove trailing whitespace.
[TXT] sysconf.c  1.35   11 years  christos   Add _SC_PHYS_PAGES
[TXT] sysctl.3  1.200   14 years  joerg   branches: 1.200.12; 1.200.22; Use .In for header files instead of .Ar Pa and v...
[TXT] sysctl.c  1.32   12 years  matt   branches: 1.32.2; 1.32.8; Use C89 definitions. Remove use of __P
[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.10   12 years  christos   branches: 1.10.2; 1.10.8; PR/45989: Martin Husemann: lint invocation does incl...
[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.29   12 years  njoly   branches: 1.29.24; 1.29.28; Adjust xref varargs(3) -> stdarg(3)
[TXT] syslog.c  1.53   11 years  christos   take care of the signal safe syslog calls which are not exposed.
[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] 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   15 years  apb   branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] tolower_.c  1.14   10 years  joerg   Use more consistent naming for tolower/toupper translation table for the C local...
[TXT] toupper.3  1.17   15 years  apb   branches: 1.17.10; Refer to the CAVEATS section of ctype(3) for more informatio...
[TXT] toupper_.c  1.14   10 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.12   12 years  jruoho   branches: 1.12.10; 1.12.20; .Li -> .Em.
[TXT] uname.c  1.11   12 years  matt   branches: 1.11.2; 1.11.8; Use C89 definitions. Remove use of __P
[TXT] unvis.3  1.27   11 years  wiz   Add article. Remove trailing whitespace.
[TXT] unvis.c  1.41   11 years  matt   Since the struct is const, no reason for the name member to be const.
[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.21   13 years  jruoho   Note that also POSIX has deprecated utime(3).
[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.30   11 years  christos   branches: 1.30.2; fix old style definitions; XXX: gcc should have picked them u...
[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.15   12 years  joerg   branches: 1.15.2; 1.15.8; Retire varargs.h support. Move machine/stdarg.h logi...
[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.39   11 years  christos   we don't have multibyte.3 (yet)
[TXT] vis.c  1.60   11 years  joerg   No ctassert in tool build
[TXT] vwarn.c  1.15   12 years  joerg   branches: 1.15.2; 1.15.8; Retire varargs.h support. Move machine/stdarg.h logi...
[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] 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] 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.2   17 years  jld   \*[Am] for an ampersand, not *[Am].
[TXT] wordexp.c  1.3   15 years  lukem   sign-compare fix


CVSweb <webmaster@jp.NetBSD.org>