NetBSD/lib/libc/gen
uwe bcb93c2ab4 exec(3): execlpe() first argument should be named "file"
"path" arguments are names used as-is, "file" arguments to "p"
functions are used to construct the pathname using $PATH if necessary.
2022-01-04 20:01:52 +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 Add man pages for posix_spawn_file_actions_add{f,}chdir from piyush 2021-11-15 14:01:50 +00:00
_errno.c
_lwp_makecontext.3
alarm.3
alarm.c
alphasort.c
arc4random.3
arc4random.c lint is not smart enough to figure out that ilog2() is constant. 2019-09-23 18:17:03 +00:00
assert.c
asysctl.c
basename.3
basename.c
bsd_signal.3
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 Document that rewinddir(3) might either reopen or just lseek the dir. 2021-02-17 23:51:04 +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
endutent.3 Fix xref, add missing word. 2021-02-26 06:39:14 +00:00
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 exec(3): execlpe() first argument should be named "file" 2022-01-04 20:01:52 +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
extattr_copy_file.3 s/unaccessible/inaccessible/ 2021-12-10 19:30:05 +00:00
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 fts(3): Use reallocarr instead of realloc(x * y), eliminate a temporary 2021-11-02 08:39:20 +00:00
ftw.3
ftw.c
getbsize.3
getbsize.c
getcap.c
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
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
getmntinfo.c
getnetgrent.3
getnetgrent.c
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
getprogname.3
getprogname.c Instead of compiling files with -fcommon, create an include file and declare 2021-04-20 21:42:31 +00:00
getpwent.3 Fix typos, as reported by Eitan Adler. Update dates. 2018-02-07 11:16:05 +00:00
getpwent.c
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 Make sure dd_size is init'd, even when nothing has been read (so it 2021-07-11 16:30:41 +00:00
initgroups.3
initgroups.c
isalnum.3
isalpha.3
isascii.3 isascii.3: fix typo 2021-02-21 16:33:22 +00:00
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 fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
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 fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
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
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 popen.3: move popenve from BUGS to HISTORY 2021-09-11 19:58:24 +00:00
popen.c Add "--" 'options end' parameter to the sh -c call that runs the 2021-10-29 19:27:06 +00:00
posix_spawn.3 Sort SEE ALSO. 2021-11-15 14:06:50 +00:00
posix_spawn_file_actions_addchdir.3 More cleanups and typo corrections. 2021-11-15 16:00:25 +00:00
posix_spawn_file_actions_addopen.3
posix_spawn_file_actions_init.3
posix_spawn_fileactions.c Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva 2021-11-07 14:34:30 +00:00
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/numberic/numeric/ in comment. 2021-12-05 05:03:05 +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 Add missing double p and d for stopped and overriden accordingly. 2021-09-11 20:28:03 +00:00
readdir.c
realpath.3
rewinddir.c
scandir.3
scandir.c scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarr 2021-10-29 10:40:00 +00:00
seekdir.c
setdomainname.c
sethostname.c
setjmp.3 Clarify what happens when you longjmp(..., 0). 2021-05-24 23:59:59 +00:00
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 Instead of compiling files with -fcommon, create an include file and declare 2021-04-20 21:42:31 +00:00
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
signal.3 typo 2021-08-07 03:17:23 +00:00
signal.c
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
signalnext.c
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
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 libc/gen: fix hack for previously unsupported lint initializers 2021-03-30 15:31:51 +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
syslog_private.h fix print-like attrs 2020-03-02 14:18:50 +00:00
syslog_ss.c
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
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 PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.c 2021-06-18 10:57:14 +00:00
vwarn.c
vwarnc.c
vwarnx.c
wait.c
wait3.c
waitid.c
waitpid.c
warn.c
warnc.c
warnx.c
wordexp.3 s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
wordexp.c
xsyslog.c Add sysloglike attr. 2020-03-02 15:30:25 +00:00