NetBSD/lib/libc/gen
nia 796e3f7c10 remove getentropy bits 2020-09-22 21:37:47 +00:00
..
Lint___setjmp14.c
Lint___sigsetjmp14.c
Lint__setjmp.c
Lint_alloca.c
Lint_bswap16.c
Lint_bswap32.c
Lint_bswap64.c
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
Lint_resumecontext.c
Lint_swapcontext.c
Makefile.inc remove getentropy bits 2020-09-22 21:37:47 +00:00
_errno.c
_lwp_makecontext.3
alarm.3
alarm.c
alphasort.c scandir/alphasort take "const struct dirent **" not "const void *" in 2016-12-16 04:45:04 +00:00
arc4random.3 Fix mdoclint warnings. 2016-07-15 21:19:19 +00:00
arc4random.c lint is not smart enough to figure out that ilog2() is constant. 2019-09-23 18:17:03 +00:00
assert.c Don't make assert use stdio; saves >100K on an empty static binary. 2017-05-15 16:09:09 +00:00
asysctl.c cast for size_t 2017-01-10 17:45:58 +00:00
basename.3
basename.c
bsd_signal.3 Remove trailing whitespace. Fix Xr. Fix Dd argument. 2016-06-06 08:27:22 +00:00
bswap.3
cgetcap.3 Fix typo: s/cexpandtc/csetexpandtc 2017-10-24 18:42:06 +00:00
clock.3
clock.c
closedir.c
closefrom.3
closefrom.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
confstr.3
confstr.c
cpuset.3
ctermid.3
ctermid.c
ctype.3 Use \- for minus. 2019-01-15 07:01:01 +00:00
ctype_.c
daemon.3
daemon.c
dehumanize_number.c make sure errno is always set when we return -1 (Anon Ymous) 2020-08-18 19:18:06 +00:00
devname.3 Fix typo. 2017-09-10 10:12:43 +00:00
devname.c appease string + int warning. 2019-02-18 20:27:20 +00:00
directory.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
dirent_private.h
dirname.3
dirname.c HACK: if calling dirname() with the results of a previous dirname() 2018-09-27 00:45:34 +00:00
disklabel.c
endutxent.3 revert previous; utmpxname is already documented in getlastlogx.3. Should 2020-07-05 01:09:48 +00:00
err.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
err.c
errc.c
errlist.awk
errno.c
errx.c
exec.3 Remove superfluous Pp. 2019-09-01 19:36:09 +00:00
execl.c
execle.c
execlp.c
exect.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
execv.c
execvp.c
extattr.c Remove redundant null check before free. it is safe to free(NULL) 2017-03-09 11:39:41 +00:00
extattr_copy_file.3
extattr_namespace_to_string.3
fabs_ieee754.c
fixunsdfsi_ieee754.c
fixunsgen64_ieee754.c
fixunsgen_ieee754.c
fixunssfsi_ieee754.c
fixunstfdi_ieee754.c
fixunstfsi_ieee754.c
floatunditf_ieee754.c
floatunsidf_ieee754.c
floatunsisf_ieee754.c
fmtcheck.3
fmtcheck.c Revert change made by rev 1.11; now, fmtcheck(3) does not complain about 2017-12-13 06:43:45 +00:00
fmtmsg.3
fmtmsg.c
fnmatch.3
fnmatch.c
fpclassify.3
fpclassifyd_ieee754.c
fpclassifyf_ieee754.c
fpclassifyl_ieee754.c
fpgetmask.3
fstab.c
ftok.3
ftok.c Avoid undefined behavior in ftok(3) 2018-07-26 00:05:28 +00:00
fts.3
fts.c Use calloc(1, ...) instead of malloc(...) followed immediately by memset() 2016-05-31 07:49:09 +00:00
ftw.3
ftw.c
getbsize.3
getbsize.c
getcap.c Make shared -DSMALL libc buildable without breaking libhack 2017-06-18 03:56:39 +00:00
getcwd.3
getcwd.c
getdevmajor.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getdevmajor.c
getdiskbyname.3
getdomainname.3
getdomainname.c
getfsent.3
getgrent.3 Fix typos, as reported by Eitan Adler. Update dates. 2018-02-07 11:16:05 +00:00
getgrent.c
getgrouplist.3 Remove trailing comma after last Nm entry in the NAME section 2017-10-24 18:54:03 +00:00
getgrouplist.c
getgroupmembership.c
gethostname.3 PR/49641 - Henning Petersen -- wordo 2015-09-03 04:05:38 +00:00
gethostname.c
getlastlogx.3
getloadavg.3
getloadavg.c
getlogin.c getlogin_r: use strcpy(). We check namelen before copying the result. 2019-10-05 19:19:51 +00:00
getmntinfo.3 Don't refer getfsstat() using .Xr as we don't have man page for it anymore. 2016-06-12 09:42:41 +00:00
getmntinfo.c
getnetgrent.3
getnetgrent.c PR 51002 David Binderman: fix wrong printing code not enabled by default. 2016-05-31 03:43:10 +00:00
getpagesize.3
getpagesize.c
getpass.3 Add getpass_r and getpassfd to the NAME section as well. 2017-10-24 18:50:46 +00:00
getpass.c PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh) 2016-01-31 23:41:38 +00:00
getprogname.3
getprogname.c
getpwent.3 Fix typos, as reported by Eitan Adler. Update dates. 2018-02-07 11:16:05 +00:00
getpwent.c don't include machine/param.h <sys/param.h> already does WTF? 2017-01-14 22:19:29 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c
glob.3 Add GLOB_TILDE_CHECK (from GNU) 2019-05-29 01:21:33 +00:00
glob.c Add GLOB_TILDE_CHECK (from GNU) 2019-05-29 01:21:33 +00:00
gr_private.h
humanize_number.3 Fix typo. 2019-03-12 22:21:53 +00:00
humanize_number.c PR lib/54053 2019-03-11 15:10:51 +00:00
infinity_ieee754.c
infinityf_ieee754.c
infinityl_dbl_ieee754.c
infinityl_ieee754.c
initdir.c scandir/alphasort take "const struct dirent **" not "const void *" in 2016-12-16 04:45:04 +00:00
initgroups.3
initgroups.c
isalnum.3
isalpha.3
isascii.3
isascii.c
isatty.c
isblank.3
iscntrl.3
isctype.c
isdigit.3
isfinite.3
isfinited_ieee754.c
isfinitef_ieee754.c
isfinitel_ieee754.c
isgraph.3
isgreater.3
isinf.3 Move VAX notes to CAVEATS, clarify that it just returns zero 2017-09-27 09:04:30 +00:00
isinfd_ieee754.c
isinff_ieee754.c
isinfl_ieee754.c
islower.3
isnan.3 move VAX notes to CAVEATS, clarify. 2017-09-27 18:55:50 +00:00
isnand_ieee754.c
isnanf_ieee754.c
isnanl_ieee754.c
isnormal.3
isprint.3
ispunct.3
isspace.3
isupper.3
isxdigit.3
lockf.3
lockf.c
makecontext.3
nftw.c
nice.3
nice.c
nlist.3 Add comma in enumeration. 2020-03-30 22:14:48 +00:00
nlist.c
nlist_aout.c
nlist_coff.c
nlist_ecoff.c
nlist_elf32.c lint comment 2016-02-26 17:12:53 +00:00
nlist_elf64.c
nlist_private.h Be less of a minefield for new architectures. They're not going to be a.out. 2020-03-30 20:34:11 +00:00
opendir.c
pause.3
pause.c
popen.3 Use Fn for function name. 2017-02-21 19:53:20 +00:00
popen.c PR/53904: Jintao Zhu: Use a mutex instead of an rwlock to assure thread safety 2019-01-24 18:01:38 +00:00
posix_spawn.3 Fix typo. 2019-06-12 12:32:54 +00:00
posix_spawn_file_actions_addopen.3
posix_spawn_file_actions_init.3
posix_spawn_fileactions.c
posix_spawn_sched.c
posix_spawnattr_getflags.3
posix_spawnattr_getpgroup.3
posix_spawnattr_getschedparam.3
posix_spawnattr_getschedpolicy.3
posix_spawnattr_getsigdefault.3
posix_spawnattr_getsigmask.3
posix_spawnattr_init.3
posix_spawnp.c Do as the manual says, and use _PATH_DEFPATH if PATH is not present in 2020-05-11 14:54:34 +00:00
psignal.3
psignal.c
pthread_atfork.3
pthread_atfork.c Hook up proper fork lock handling for malloc: 2020-05-15 14:37:21 +00:00
pw_private.h
pw_scan.c
pwcache.3 Add missing functions from the SYNOPSIS to the NAME section 2017-10-24 19:04:58 +00:00
pwcache.c "s/ an an / an /" in comment. No functional change. 2018-11-08 06:43:52 +00:00
pwcache.h
raise.3
raise.c
randomid.3 Use commas at the right places in the NAME section 2017-10-24 19:07:12 +00:00
randomid.c s/inital/initial/ 2019-12-27 09:25:57 +00:00
readdir.c
realpath.3 Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list. 2017-03-06 09:24:09 +00:00
rewinddir.c
scandir.3 Fix typo. 2016-12-17 10:25:49 +00:00
scandir.c scandir/alphasort take "const struct dirent **" not "const void *" in 2016-12-16 04:45:04 +00:00
seekdir.c
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
setmode.c
setproctitle.3
setproctitle.c
setprogname.c
shquote.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
shquote.c
shquotev.c
sighold.3
sighold.c
sigignore.3
sigignore.c
siginterrupt.3
siginterrupt.c
siglist.c Fix three of these strings (ones that are rarely seen) 2016-07-09 21:15:00 +00:00
signal.3 The list of async-signal-safe functions got moved to sigaction(2). 2017-12-06 16:38:22 +00:00
signal.c Add bsd_signal as required by POSIX (from GSoC 2016, Charles Cui) 2016-06-03 23:57:37 +00:00
signalname.3 When not compiling -DSMALL permit use of names RTMIN[+n] and RTMAX[-n] 2020-08-20 22:56:56 +00:00
signalname.c Add the new signalname/signalnext/signalnumber interface to libc. 2017-05-09 11:14:16 +00:00
signalnext.c Add the new signalname/signalnext/signalnumber interface to libc. 2017-05-09 11:14:16 +00:00
signalnumber.c When not compiling -DSMALL permit use of names RTMIN[+n] and RTMAX[-n] 2020-08-20 22:56:56 +00:00
signame.c
signbit.3
signbitd_ieee754.c
signbitf_ieee754.c
signbitl_ieee754.c Unify signbitl implementations. 2019-04-26 09:03:46 +00:00
sigrelse.3
sigrelse.c
sigset.3
sigset.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c
stringlist.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
stringlist.c
sysconf.3 Fix _SC_TIMER_MAX listing, bump date 2016-08-03 12:40:42 +00:00
sysconf.c PR 54619: Remove semaphore limit introduce as part of GSoC 2016 with 2019-12-15 20:25:25 +00:00
sysctl.3 Fix markup, and remove two superfluous Pp. 2019-09-15 07:01:13 +00:00
sysctl.c Avoid complicated arithmetic involving NULL. 2018-05-16 20:21:39 +00:00
sysctlbyname.c
sysctlgetmibinfo.c Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
sysctlnametomib.c
syslog.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
syslog.c undo SSP damage from -Wsystem-headers 2017-01-12 18:16:52 +00:00
syslog_private.h fix print-like attrs 2020-03-02 14:18:50 +00:00
syslog_ss.c fix *syslog_ss* 2017-01-15 16:41:39 +00:00
telldir.c
time.3
time.c
times.3
times.c
timespec_get.3 timespec_get(3) was developed by myself 2020-06-02 19:30:29 +00:00
timespec_get.c return 0 on unsupported bases. 2016-10-04 12:48:15 +00:00
timezone.3
toascii.3
toascii.c
tolower.3
tolower_.c
toupper.3
toupper_.c
ttyname.3
ttyname.c
ttyslot.c
ualarm.3
ualarm.c
ulimit.3
ulimit.c
uname.3
uname.c
unvis.3 Clarify that strunvisx() and strnunvisx() take the same flags as unvis(). 2019-05-08 15:37:41 +00:00
unvis.c
usleep.3
usleep.c
utime.3
utime.c
utimens.c Remove _INCOMPLETE_XOPEN_C063, no longer needed 2019-09-16 01:25:16 +00:00
utmp.c
utmpx.c
valloc.3
valloc.c
verr.c
verrc.c
verrx.c
vis.3 Remove superfluous Pp. 2017-08-05 20:22:29 +00:00
vis.c Use 16x instead of 4x the amount of space since each wint_t can result in 2017-11-27 16:37:21 +00:00
vwarn.c
vwarnc.c
vwarnx.c
wait.c
wait3.c
waitid.c revert part of previous; not needed. 2016-04-06 04:09:10 +00:00
waitpid.c
warn.c
warnc.c
warnx.c
wordexp.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
wordexp.c
xsyslog.c Add sysloglike attr. 2020-03-02 15:30:25 +00:00