NetBSD/lib/libc/gen
maya 072aa72f29 move VAX notes to CAVEATS, clarify. 2017-09-27 18:55:50 +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 fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
Lint_fpgetmask.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
Lint_fpgetround.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
Lint_fpgetsticky.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
Lint_fpsetmask.c
Lint_fpsetround.c
Lint_fpsetsticky.c
Lint_frexp.c
Lint_ldexp.c
Lint_modf.c
Lint_resumecontext.c Mark _resumecontext as dead. ANSIfy all declarations for it. 2011-09-19 21:24:57 +00:00
Lint_swapcontext.c
Makefile.inc Install new man-page devname_r(3). 2017-09-09 18:18:27 +00:00
_errno.c
_lwp_makecontext.3
alarm.3
alarm.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
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 KNF 2016-03-25 22:13:23 +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 basename_r and dirname_r are non-standard and different from what we define 2014-07-16 10:52:26 +00:00
bsd_signal.3 Remove trailing whitespace. Fix Xr. Fix Dd argument. 2016-06-06 08:27:22 +00:00
bswap.3
cgetcap.3 Sort SEE ALSO. 2012-04-22 10:13:52 +00:00
clock.3
clock.c
closedir.c
closefrom.3
closefrom.c
confstr.3
confstr.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
cpuset.3 Fix typo. 2011-11-02 20:25:20 +00:00
ctermid.3
ctermid.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
ctype.3 Remove sentence about casting to int (also from example). 2015-02-25 16:23:40 +00:00
ctype_.c Extend ctype classification table to 16bit. Based on patch by 2013-04-13 10:21:20 +00:00
daemon.3
daemon.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
dehumanize_number.c include "nbtool_config.h", not "nbtools_config.h". 2014-10-01 13:53:04 +00:00
devname.3 Fix typo. 2017-09-10 10:12:43 +00:00
devname.c Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +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 basename_r and dirname_r are non-standard and different from what we define 2014-07-16 10:52:26 +00:00
disklabel.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
endutxent.3
err.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
err.c
errc.c Fix conditionals. 2014-06-06 11:38:41 +00:00
errlist.awk
errno.c
errx.c
exec.3 Remove superfluous Tn. 2017-09-18 08:48:23 +00:00
execl.c Drop special cases for i386 and m68k. It is not a validate assumption 2011-06-30 19:46:07 +00:00
execle.c Drop special cases for i386 and m68k. It is not a validate assumption 2011-06-30 19:46:07 +00:00
execlp.c add execvpe, execlpe (reviewed by phone) 2014-09-26 19:28:03 +00:00
exect.c Mark exect(3) obsolete and bind it to plain execve(2) on all platforms 2017-02-07 19:29:39 +00:00
execv.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
execvp.c add execvpe, execlpe (reviewed by phone) 2014-09-26 19:28:03 +00:00
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 Do not tell about specific errno, as all xattr copying function 2011-12-16 15:21:13 +00:00
extattr_namespace_to_string.3 Split extattr(3) into two man pages to get rid of ugly duplicate Nd. 2011-12-16 12:46:00 +00:00
fabs_ieee754.c Add fabsl alias if necessary. 2013-11-29 22:15:26 +00:00
fixunsdfsi_ieee754.c Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. 2013-04-30 01:44:07 +00:00
fixunsgen64_ieee754.c Add ieee754 versions of the compiler runtime functions 2011-07-09 02:30:27 +00:00
fixunsgen_ieee754.c cast RHS of >>= operation to unsigned int 2012-03-25 19:53:41 +00:00
fixunssfsi_ieee754.c Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. 2013-04-30 01:44:07 +00:00
fixunstfdi_ieee754.c Add ieee754 versions of the compiler runtime functions 2011-07-09 02:30:27 +00:00
fixunstfsi_ieee754.c If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we 2012-08-05 04:28:58 +00:00
floatunditf_ieee754.c Provide a simple floatunditf implementation, at least mips64 needs one. 2014-01-30 15:06:18 +00:00
floatunsidf_ieee754.c Add __floatunsi{sd}f for IEEE754. 2013-08-23 16:01:35 +00:00
floatunsisf_ieee754.c Add __floatunsi{sd}f for IEEE754. 2013-08-23 16:01:35 +00:00
fmtcheck.3 Teach fmtcheck(3) that a pointer and a long are not the same. 2014-06-14 08:18:24 +00:00
fmtcheck.c Add support for Windows I{32,64} formats from Jason Hood via file(1). 2016-01-20 15:43:05 +00:00
fmtmsg.3
fmtmsg.c make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
fnmatch.3
fnmatch.c Fix fnmatch issues according to POSIX. 2014-10-12 22:32:33 +00:00
fpclassify.3
fpclassifyd_ieee754.c
fpclassifyf_ieee754.c
fpclassifyl_ieee754.c Fix very stupid typo 2013-11-23 11:40:56 +00:00
fpgetmask.3
fstab.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
ftok.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
ftok.c Use C89 definitions. 2012-03-20 16:36:04 +00:00
fts.3 Strings are NUL-terminated, not NULL-terminated. 2013-06-30 19:19:12 +00:00
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 Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
getcap.c Make shared -DSMALL libc buildable without breaking libhack 2017-06-18 03:56:39 +00:00
getcwd.3
getcwd.c All error path must go through the free function call after an 2012-06-21 23:29:23 +00:00
getdevmajor.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getdevmajor.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
getdiskbyname.3
getdomainname.3 PR/49642: change processor to host 2015-02-06 17:35:46 +00:00
getdomainname.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
getfsent.3 cross reference getfsspecname 2012-04-07 03:47:30 +00:00
getgrent.3
getgrent.c Check for NULL *before* using ALIGN(). 2012-08-29 18:50:35 +00:00
getgrouplist.3
getgrouplist.c
getgroupmembership.c
gethostname.3 PR/49641 - Henning Petersen -- wordo 2015-09-03 04:05:38 +00:00
gethostname.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
getlastlogx.3
getloadavg.3
getloadavg.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
getlogin.c
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 Use C89 definitions. 2012-03-20 16:36:04 +00:00
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 fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
getpass.3 Wording. Remove trailing whitespace. 2012-04-14 10:34:29 +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 Provide symbol definitions for environ and __progname. These are duplicate 2011-10-06 20:31:41 +00:00
getpwent.3 Add missing full stop. 2016-12-26 10:16:43 +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 don't lie about function signatures. 2014-02-07 20:20:56 +00:00
getttyent.c Rearrange to make lint deal with it (to unbreak the build). 2013-06-30 10:07:43 +00:00
getusershell.3
getusershell.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
glob.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
glob.c use the symbolic M_ALL and trim with M_MASK 2017-05-08 14:42:16 +00:00
gr_private.h
humanize_number.3 Fix variable name in SYNOPSIS to match DESCRIPTION. 2011-08-20 21:35:32 +00:00
humanize_number.c Fix out of bounds read for very large numbers (pointed out by Brooks Davis) 2017-04-13 17:45:56 +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 Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
isalnum.3
isalpha.3
isascii.3
isascii.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
isatty.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
isblank.3
iscntrl.3
isctype.c Remove most LC_CTYPE specific parts of locale.cache. 2013-08-19 22:43:28 +00:00
isdigit.3
isfinite.3 Xref the non-standard finite(3). 2011-08-06 11:02:41 +00:00
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 Make ext_fraclm and ext_frachm parts of the long double mantissa optional 2013-11-21 14:14:13 +00:00
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 Make ext_fraclm and ext_frachm parts of the long double mantissa optional 2013-11-21 14:14:13 +00:00
isnormal.3
isprint.3
ispunct.3
isspace.3 Improve wording. 2012-10-03 19:28:44 +00:00
isupper.3
isxdigit.3
lockf.3 Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr. 2011-10-15 21:35:49 +00:00
lockf.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
makecontext.3 Drop obsolete pthread restriction. 2012-05-04 12:28:03 +00:00
nftw.c
nice.3
nice.c
nlist.3
nlist.c make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
nlist_aout.c c89 definitions 2012-03-21 15:32:26 +00:00
nlist_coff.c get rid of the cheesy BAD macros 2012-03-22 14:18:34 +00:00
nlist_ecoff.c Simplify a bit and constify as well. Since the file is mapped read-only, 2012-03-20 00:31:24 +00:00
nlist_elf32.c lint comment 2016-02-26 17:12:53 +00:00
nlist_elf64.c
nlist_private.h add or1k 2016-01-29 21:38:35 +00:00
opendir.c - Use O_DIRECTORY to open the file, so that we don't need to stat() after 2014-11-26 16:48:43 +00:00
pause.3
pause.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
popen.3 Use Fn for function name. 2017-02-21 19:53:20 +00:00
popen.c CID/1267868: Resource leak "cur" 2015-02-02 22:07:05 +00:00
posix_spawn.3 Bump date for previous. 2014-02-02 16:59:06 +00:00
posix_spawn_file_actions_addopen.3 Sort errors. Bump date for previous. 2014-02-02 16:59:13 +00:00
posix_spawn_file_actions_init.3 Sort errors. Bump date for previous. 2014-02-02 16:59:13 +00:00
posix_spawn_fileactions.c Remove paranthesis from return operands. 2014-02-02 14:54:39 +00:00
posix_spawn_sched.c Remove paranthesis from return operands. 2014-02-02 14:54:39 +00:00
posix_spawnattr_getflags.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_getpgroup.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_getschedparam.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_getschedpolicy.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_getsigdefault.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_getsigmask.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnattr_init.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
posix_spawnp.c Use C++ compatible declaration for posix_spawn (instead of the C99 specific 2012-02-22 17:51:01 +00:00
psignal.3
psignal.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
pthread_atfork.3 Use Nx. 2014-07-19 14:58:50 +00:00
pthread_atfork.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
pw_private.h Use C89 definitions. 2012-03-20 16:36:04 +00:00
pw_scan.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
pwcache.3
pwcache.c
pwcache.h
raise.3
raise.c
randomid.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
randomid.c
readdir.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
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 wrap a long line 2013-03-06 11:27:46 +00:00
setdomainname.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
sethostname.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
setjmp.3
setjmperr.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
setmode.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
setmode.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
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 Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
siglist.c Fix three of these strings (ones that are rarely seen) 2016-07-09 21:15:00 +00:00
signal.3 Remove bsd_signal prototype from SYNOPSIS, we now have bsd_signal(3). 2016-06-06 08:28:18 +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 Formatting and punctuation improvements. 2017-05-14 12:35:46 +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 Add the new signalname/signalnext/signalnumber interface to libc. 2017-05-09 11:14:16 +00:00
signame.c
signbit.3
signbitd_ieee754.c
signbitf_ieee754.c
signbitl_ieee754.c
sigrelse.3
sigrelse.c
sigset.3
sigset.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
stringlist.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
stringlist.c use reallocarr (Ingo Schwarze) 2015-05-21 01:29:13 +00:00
sysconf.3 Fix _SC_TIMER_MAX listing, bump date 2016-08-03 12:40:42 +00:00
sysconf.c Realtime signal support from GSoC 2016, Charles Cui. 2016-08-04 06:43:43 +00:00
sysctl.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
sysctl.c simplify cast. 2017-01-10 17:46:47 +00:00
sysctlbyname.c
sysctlgetmibinfo.c Be more careful about preserving errno. Might conceivably be related 2016-09-30 06:22:21 +00:00
sysctlnametomib.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
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 A little more restructuring so that we don't need mutex stuff in syslog_ss. 2017-01-12 01:58:39 +00:00
syslog_ss.c fix *syslog_ss* 2017-01-15 16:41:39 +00:00
telldir.c remove unnecessary casts 2013-03-06 11:27:28 +00:00
time.3 there no errors defined for time. 2011-11-05 18:17:29 +00:00
time.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
times.3
times.c
timespec_get.3 Fix xref. 2016-10-04 10:46:40 +00:00
timespec_get.c return 0 on unsupported bases. 2016-10-04 12:48:15 +00:00
timezone.3
toascii.3
toascii.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
tolower.3
tolower_.c Use more consistent naming for tolower/toupper translation table for the 2013-04-13 10:16:27 +00:00
toupper.3
toupper_.c Use more consistent naming for tolower/toupper translation table for the 2013-04-13 10:16:27 +00:00
ttyname.3 Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +00:00
ttyname.c Prefix devname's buffer with /dev/ as ttyname is supposed to return the 2012-06-12 18:17:04 +00:00
ttyslot.c
ualarm.3
ualarm.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
ulimit.3
ulimit.c
uname.3 Document the relationship between uname(3) and sysctl(7) variables. 2014-06-14 14:32:43 +00:00
uname.c If sysctl kern.version returns a string that's too long 2014-06-14 13:09:37 +00:00
unvis.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
unvis.c Revert prior patch as it breaks `vis -l` as pointed out by apb. 2014-09-26 15:43:36 +00:00
usleep.3
usleep.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
utime.3 Do not use hard-coded values with ENAMETOOLONG, use symbolic constants 2014-10-19 16:47:51 +00:00
utime.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
utimens.c add utimens and lutimens wrappers using utimensat. 2012-11-03 19:39:21 +00:00
utmp.c close on exec fixes: 2011-10-15 23:00:01 +00:00
utmpx.c use VIS_NOLOCALE 2015-05-23 11:48:13 +00:00
valloc.3
valloc.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
verr.c Add the {v,}{err,warn}c flavors, from FreeBSD. 2014-01-16 17:21:38 +00:00
verrc.c Fix conditionals. 2014-06-06 11:38:41 +00:00
verrx.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
vis.3 Remove superfluous Pp. 2017-08-05 20:22:29 +00:00
vis.c Add VIS_DQ (for OpenBSD compat) 2017-04-23 01:58:48 +00:00
vwarn.c Add the {v,}{err,warn}c flavors, from FreeBSD. 2014-01-16 17:21:38 +00:00
vwarnc.c Fix conditionals. 2014-06-06 11:38:41 +00:00
vwarnx.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
wait.c Use C89 definitions. 2012-03-20 16:36:04 +00:00
wait3.c Use C89 definitions. 2012-03-20 16:36:04 +00:00
waitid.c revert part of previous; not needed. 2016-04-06 04:09:10 +00:00
waitpid.c
warn.c
warnc.c Fix conditionals. 2014-06-06 11:38:41 +00:00
warnx.c
wordexp.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
wordexp.c
xsyslog.c always initialize iovcnt 2017-04-18 12:34:07 +00:00