NetBSD/lib/libc/gen
enami 689d72c0ba Use memcpy instead of memmove since no overlaps here (copy from somewhere
outside of the funciton to our stack).
2001-12-08 00:30:59 +00:00
..
Lint___setjmp14.c
Lint___sigsetjmp14.c
Lint__setjmp.c
Lint_alloca.c
Lint_bswap16.c fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
Lint_bswap32.c fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
Lint_bswap64.c fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
Lint_fabs.c
Lint_flt_rounds.c
Lint_fpgetmask.c
Lint_fpgetround.c
Lint_fpgetsticky.c
Lint_fpsetmask.c
Lint_fpsetround.c
Lint_fpsetsticky.c
Lint_frexp.c
Lint_ldexp.c
Lint_modf.c
Makefile.inc Internally rename sysconf() to __sysconf() to make its latter name suitable 2001-05-07 17:25:57 +00:00
__errlist14.c
__fts13.c using -Wcast-qual and -Wwrite-strings reveals that we need to use const 2001-11-28 22:31:39 +00:00
__glob13.c From Brian Ginsbach: Fix overflow detection, and only abort on long paths 2001-09-18 16:37:26 +00:00
__siglist14.c
__signame14.c
__sigsetops14.c
_err.c
_errno.c
_errx.c
_sys_errlist.c
_sys_nerr.c
_sys_siglist.c
_sysconf.c Internally rename sysconf() to __sysconf() to make its latter name suitable 2001-05-07 17:25:57 +00:00
_verr.c
_verrx.c
_vwarn.c
_vwarnx.c
_warn.c
_warnx.c
alarm.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
alarm.c
assert.c nuke a last-minute addition in the getprogname() cleanup that didn't work. 2001-02-20 01:17:37 +00:00
basename.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
basename.c
bswap.3 Uppercase Dt argument, fix typos, remove an empty line. 2001-06-05 12:16:23 +00:00
bswap16.c
bswap32.c
bswap64.c
clock.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
clock.c
closedir.c
confstr.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
confstr.c
ctermid.3
ctermid.c
ctype.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ctype_.c Need <limits.h> in _CTYPE_PRIVATE environments. 2001-04-17 20:12:31 +00:00
daemon.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
daemon.c
devname.3
devname.c
directory.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
dirname.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
dirname.c Unwrap a line that wasn't >80 characters long before it was wrapped. 2001-09-15 15:43:40 +00:00
disklabel.c
err.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
err.c
errlist.c
errno.c
errx.c
exec.3 begin executed --> being executed 2001-08-22 20:18:08 +00:00
execl.c
execle.c
execlp.c
execv.c
execvp.c Use memcpy instead of memmove since no overlaps here (copy from somewhere 2001-12-08 00:30:59 +00:00
fmtcheck.3
fmtcheck.c Remove extra #include. 2001-02-10 05:36:35 +00:00
fmtmsg.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
fmtmsg.c
fnmatch.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
fnmatch.c
fpgetmask.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
frexp.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
fstab.c fstabscan() fixes: 2001-08-31 00:31:07 +00:00
ftok.3 Uppercase Dt argument, fix AUTHORS section name. 2001-06-05 12:18:10 +00:00
ftok.c
fts.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
fts.c
getbsize.3
getbsize.c
getcap.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getcap.c avoid an underrun in "buf". noted by dean@huxley.org in PR#13292 2001-06-25 15:34:08 +00:00
getcwd.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getcwd.c
getdiskbyname.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getdomainname.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getdomainname.c
getfsent.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getgrent.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getgrent.c fix typo in _nis_grscan(). "if (data); free(data);" -> "if (data) free(data);" 2000-12-17 22:09:12 +00:00
getgrouplist.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getgrouplist.c
gethostname.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
gethostname.c
getloadavg.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getloadavg.c
getlogin.c
getmntinfo.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getmntinfo.c
getnetgrent.3
getnetgrent.c
getpagesize.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getpagesize.c
getpass.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getpass.c
getprogname.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getprogname.c Don't need to include <string.h>. 2001-07-09 00:57:58 +00:00
getpwent.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
getpwent.c
getsubopt.c
getttyent.3
getttyent.c
getusershell.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
getusershell.c
glob.3 Partially back out previous: don't apply restrict qualifier to pointer 2001-10-28 05:12:31 +00:00
glob.c
initgroups.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
initgroups.c
isalnum.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isalpha.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isascii.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isascii.c
isatty.c don't bother checking _DIAGASSERT(fd != -1), since the underlying 2001-09-30 23:25:38 +00:00
isblank.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
iscntrl.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isctype.c
isdigit.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isgraph.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isinf.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
islower.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isprint.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ispunct.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isspace.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
isupper.3
isxdigit.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ldexp.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
lockf.3
lockf.c
modf.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
nice.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
nice.c
nlist.3
nlist.c
nlist_aout.c
nlist_coff.c
nlist_ecoff.c
nlist_elf32.c
nlist_elf64.c
nlist_private.h Enable ELF32 support for VAX. 2001-05-03 08:23:13 +00:00
opendir.c
pause.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
pause.c
popen.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
popen.c
psignal.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
psignal.c
pw_private.h
pw_scan.c
pwcache.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
pwcache.c
pwcache.h
raise.3
raise.c
readdir.c
realpath.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
rewinddir.c
scandir.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
scandir.c Cosmetic changse. 2001-11-21 00:48:28 +00:00
seekdir.c
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
setmode.c
setproctitle.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
setproctitle.c convert from __progname to getprogname() 2001-02-19 22:22:16 +00:00
setprogname.c Don't need to include <string.h> unless REALLY_SET_PROGNAME is true. 2001-07-09 00:58:22 +00:00
shquote.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
shquote.c Include <string.h> for memcpy() prototype. 2001-03-12 03:20:10 +00:00
shquotev.c make these lint properly. 2001-03-10 20:54:53 +00:00
siginterrupt.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
siginterrupt.c fix nested extern 2000-12-20 20:54:30 +00:00
siglist.c
signal.3 s/Sig/Specified sig/ in ERRORS 2001-11-23 18:24:30 +00:00
signal.c
signame.c
sigsetops.3 it's sufficient to say _once_ that the functions are macros; keep 2001-11-23 18:30:11 +00:00
sigsetops.c
sleep.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
sleep.c
stringlist.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
stringlist.c
sysconf.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
sysconf.c Internally rename sysconf() to __sysconf() to make its latter name suitable 2001-05-07 17:25:57 +00:00
sysctl.3 Added descriptions of the new sysctls for controlling the disposition 2001-10-30 06:43:21 +00:00
sysctl.c
syslog.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
syslog.c Build a single retry into syslog() so that if someone restarted 2001-07-30 04:12:33 +00:00
telldir.c
time.3
time.c
times.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
times.c
timezone.3 Finally deprecate the old timezone() interface in favor of an XSH5 2001-03-31 18:29:20 +00:00
timezone.c Emit a link warning for the old timezone() interface; from Nick Hudson. 2001-03-31 19:13:00 +00:00
toascii.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
toascii.c
tolower.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
tolower_.c
toupper.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
toupper_.c
ttyname.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ttyname.c
ttyslot.c
ualarm.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ualarm.c
ulimit.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
ulimit.c
uname.3
uname.c
unvis.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
unvis.c
usleep.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
usleep.c
utime.3
utime.c
valloc.3 Boring whitespace fixes. 2001-09-16 02:30:23 +00:00
valloc.c
verr.c convert from __progname to getprogname() 2001-02-19 22:22:16 +00:00
verrx.c convert from __progname to getprogname() 2001-02-19 22:22:16 +00:00
vis.3 Standardize section headers, sort sections, sort SEE ALSO, punctuation 2001-09-16 02:57:03 +00:00
vis.c
vwarn.c convert from __progname to getprogname() 2001-02-19 22:22:16 +00:00
vwarnx.c convert from __progname to getprogname() 2001-02-19 22:22:16 +00:00
wait.c
wait3.c
waitpid.c
warn.c
warnx.c