NetBSD/lib/libc/gen
christos ab077958c3 goodbye short-live commaize_number(3), if you liked it:
#define commaize_number(s, l, n) snprintf(s, l, "%'llu", (unsigned long long)n)
2011-03-16 00:50:28 +00:00
..
_err.c
_errno.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
_errx.c
_lwp_makecontext.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
_sysconf.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
_verr.c
_verrx.c
_vwarn.c
_vwarnx.c
_warn.c
_warnx.c
alarm.3
alarm.c
alphasort.c no more weak here. 2009-03-01 19:59:55 +00:00
arc4random.3 Remove trailing whitespace. 2011-02-05 00:24:08 +00:00
arc4random.c add arc4random_{buf,uniform}, from OpenBSD. 2011-02-04 22:07:07 +00:00
assert.c
basename.3 undo the constification of the argument. Per opengroup. 2008-05-10 22:39:40 +00:00
basename.c guard single-dot from modification by the application 2009-11-24 13:34:20 +00:00
bswap.3 Remove closes 3 and 4 from my copyright. 2009-10-22 21:50:01 +00:00
cgetcap.3 Fix markup. 2009-08-19 15:43:02 +00:00
clock.3
clock.c merge christos-time_t 2009-01-11 02:45:45 +00:00
closedir.c fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) 2010-09-26 02:26:59 +00:00
closefrom.3
closefrom.c
confstr.3 Use .In for includes. 2010-04-22 08:00:34 +00:00
confstr.c
cpuset.3 Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset() 2008-09-12 13:39:04 +00:00
ctermid.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
ctermid.c
ctype_.c Prefix ctype bitmask macros with _CTYPE 2010-12-14 02:28:57 +00:00
ctype.3 Note POSIX compliance. Reword a little around the example. 2010-05-06 11:46:11 +00:00
daemon.3
daemon.c
dehumanize_number.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
devname.3
devname.c remove some stray __weak_aliases, where the target functions were 2010-03-23 20:28:58 +00:00
directory.3 Fix cross-reference, dir(5) -> dirent(3). 2010-12-17 19:20:42 +00:00
dirent_private.h fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) 2010-09-26 02:26:59 +00:00
dirname.3 undo the constification of the argument. Per opengroup. 2008-05-10 22:39:40 +00:00
dirname.c guard single-dot from modification by the application 2009-11-24 13:34:20 +00:00
disklabel.c
endutxent.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
err.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
err.c
errlist.awk Replace use of errlist with a single concatenated version and an offset 2010-12-16 22:52:32 +00:00
errno.c
errx.c
exec.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
execl.c Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
execle.c Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
execlp.c Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
execv.c
execvp.c
extattr.3
extattr.c
fabs_ieee754.c Resurrect this for MIPS softfloat. 2010-09-10 16:32:35 +00:00
fmtcheck.3 Fix preamble to match order set out by mdoc(7). Discussed with wiz. 2009-03-09 19:24:26 +00:00
fmtcheck.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fmtmsg.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
fmtmsg.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fnmatch.3 Xref glob(7). 2010-11-30 21:03:07 +00:00
fnmatch.c add braces, per joerg. 2011-01-31 19:10:18 +00:00
fpclassify.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
fpclassifyd_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fpclassifyf_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fpclassifyl_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
fpgetmask.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
fstab.c
ftok.3 Note POSIX compliance. 2010-04-27 15:26:59 +00:00
ftok.c
fts.3 It was nice to expect fts(3) to appear in the '88 revision. But perhaps 2010-04-29 17:39:03 +00:00
fts.c Make sure fts_statp is NULL when FTS_NOSTAT is set 2009-11-02 17:17:34 +00:00
ftw.3 More obsolete things. These are all already deprecated in NetBSD, but it is 2010-04-30 04:39:16 +00:00
ftw.c
getbsize.3
getbsize.c
getcap.c Don't define weak aliases in the SMALL case. They conflict with the real 2011-02-07 21:39:47 +00:00
getcwd.3 Add some STANDARDS lingo, mainly to note the functions that have been 2010-04-29 06:54:26 +00:00
getcwd.c Redo the SSP wrappers to be transparent on the resulting object files. 2011-02-21 00:40:07 +00:00
getdevmajor.3 minor fix in description of an error condition 2009-03-24 22:34:54 +00:00
getdevmajor.c cleanup after devmajor_t: 2009-01-20 20:08:12 +00:00
getdiskbyname.3 Fix markup. 2009-08-19 15:43:02 +00:00
getdomainname.3
getdomainname.c
getfsent.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
getgrent.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
getgrent.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getgrouplist.3 Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00
getgrouplist.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getgroupmembership.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
gethostname.3
gethostname.c
getlastlogx.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
getloadavg.3
getloadavg.c
getlogin.c merge christos-time_t 2009-01-11 02:45:45 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
getpagesize.3
getpagesize.c Make sure the kernel doesn't pass back 0 for pagesize. 2009-12-14 01:04:46 +00:00
getpass.3 .Nm -> .Fn. 2010-05-06 11:09:39 +00:00
getpass.c block signals before playing with files. From Anon Ymous 2008-01-01 21:22:55 +00:00
getprogname.3 Add a note clarifying that getprogname() results are not trustable in a 2008-03-29 16:51:40 +00:00
getprogname.c
getpwent.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
getpwent.c remove some stray __weak_aliases, where the target functions were 2010-03-23 20:28:58 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
glob.3 Xref glob(7). 2010-11-30 21:03:07 +00:00
glob.c remove stray printf. 2011-01-22 16:24:44 +00:00
gr_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
humanize_number.3 Xref strsuftoll(3) and orders(7). 2011-01-14 10:08:57 +00:00
humanize_number.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
infinity_ieee754.c
infinityf_ieee754.c
infinityl_dbl_ieee754.c
infinityl_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
initdir.c fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) 2010-09-26 02:26:59 +00:00
initgroups.3
initgroups.c
isalnum.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isalpha.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isascii.3 Interestingly, the committees plan to remove also isascii(3) and toascii(3) 2010-04-30 04:46:18 +00:00
isascii.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
isatty.c
isblank.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
iscntrl.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isctype.c Prefix ctype bitmask macros with _CTYPE 2010-12-14 02:28:57 +00:00
isdigit.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isfinite.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
isfinited_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
isfinitef_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
isfinitel_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
isgraph.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isgreater.3
isinf.3
isinfd_ieee754.c
isinff_ieee754.c
isinfl_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
islower.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isnan.3
isnand_ieee754.c
isnanf_ieee754.c
isnanl_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
isnormal.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
isprint.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
ispunct.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isspace.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isupper.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
isxdigit.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
ldexp_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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
lockf.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
lockf.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
makecontext.3 Properly mark the standard that "deprecated" all of these. 2010-04-29 06:07:35 +00:00
Makefile.inc goodbye short-live commaize_number(3), if you liked it: 2011-03-16 00:50:28 +00:00
modf_ieee754.c fix behavior in case of +-Inf or NaN input: return the proper 2010-01-27 14:10:41 +00:00
nftw.c
nice.3
nice.c
nlist_aout.c forward declare struct nlist before including nlist_private.h to avoid a 2009-08-20 11:08:59 +00:00
nlist_coff.c Introduce a new accessor macro N_NAME() to access the n_name field 2009-08-21 08:42:02 +00:00
nlist_ecoff.c Introduce a new accessor macro N_NAME() to access the n_name field 2009-08-21 08:42:02 +00:00
nlist_elf32.c Replace the current usage of Elf64_Half with Elf64_Word and rename 2010-08-28 21:30:02 +00:00
nlist_elf64.c
nlist_private.h cleanup format of #ifdef 2011-01-17 23:32:31 +00:00
nlist.3
nlist.c Instead of including <a.out.h> to get at "struct nlist" (with a comment 2009-08-20 08:30:04 +00:00
opendir.c fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) 2010-09-26 02:26:59 +00:00
pause.3
pause.c
popen.3
popen.c Improve and simplify implementation of *env(3) functions: 2010-11-14 18:11:42 +00:00
psignal.3 add psiginfo. 2010-08-27 08:38:41 +00:00
psignal.c add psiginfo. 2010-08-27 08:38:41 +00:00
pthread_atfork.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
pthread_atfork.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pw_private.h
pw_scan.c Put back rev. 1.20 so that nbpwd_mkdb built on 32bit time_t host generates 2009-01-29 10:41:39 +00:00
pwcache.3 Move TNF licenses to 2 clause form 2008-05-02 18:11:04 +00:00
pwcache.c remove some stray __weak_aliases, where the target functions were 2010-03-23 20:28:58 +00:00
pwcache.h
raise.3 Remove empty trailing line. 2009-01-30 23:52:28 +00:00
raise.c Change raise(3) to be thread-aware - send the signal to current LWP. 2009-01-29 23:52:21 +00:00
randomid.3
randomid.c merge christos-time_t 2009-01-11 02:45:45 +00:00
readdir.c - remove a wrong _DIAGASSERT 2010-09-16 02:38:50 +00:00
realpath.3
rewinddir.c fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) 2010-09-26 02:26:59 +00:00
scandir.3 Fix cross-reference, dir(5) -> dirent(3). 2010-12-17 19:20:42 +00:00
scandir.c
seekdir.c
setdomainname.c
sethostname.c
setjmp.3 Refer sigprocmask(2) instead of non existing sigmask(2). Also, xref 2008-05-31 16:15:07 +00:00
setjmperr.c
setmode.3 merge christos-time_t 2009-01-11 02:45:45 +00:00
setmode.c
setproctitle.3
setproctitle.c Simplify and check for snprintf() error. 2008-01-03 04:26:27 +00:00
setprogname.c
shquote.3 Fix some errors in examples, noticed by Robert Elz: 2008-09-07 08:55:46 +00:00
shquote.c
shquotev.c
sighold.3 More obsolete things. These are all already deprecated in NetBSD, but it is 2010-04-30 04:39:16 +00:00
sighold.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sigignore.3 Merge two entries for the same error. 2010-04-30 06:48:20 +00:00
sigignore.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
siginterrupt.3
siginterrupt.c
siglist.c
signal.3
signal.c
signame.c
signbit.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
signbitd_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
signbitf_ieee754.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
signbitl_ieee754.c Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this 2011-01-17 23:53:03 +00:00
sigrelse.3 More obsolete things. These are all already deprecated in NetBSD, but it is 2010-04-30 04:39:16 +00:00
sigrelse.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sigset.3 Merge two entries for the same error. 2010-04-30 06:48:20 +00:00
sigset.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sigsetops.3
sigsetops.c Define a new __c99inline macro for compilers known to implement the C99 2010-07-31 00:04:42 +00:00
sleep.3
sleep.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
stringlist.3 Small improvements to markup and wording. 2010-05-06 09:46:49 +00:00
stringlist.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysconf.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
sysconf.c Add support for missing _SC_* constants for sysconf(). 2008-08-06 17:17:03 +00:00
sysctl.3 Use .In for header files instead of .Ar Pa and variations. 2010-03-22 19:30:53 +00:00
sysctl.c setup _POSIX2_C_BIND per SUSv3, from Andy Shevchenko 2008-08-27 08:56:49 +00:00
sysctlbyname.c Don't __weak_alias non-existent symbols. Apparently the alpha 2010-12-13 23:10:12 +00:00
sysctlgetmibinfo.c Don't __weak_alias non-existent symbols. Apparently the alpha 2010-12-13 23:10:12 +00:00
sysctlnametomib.c Don't __weak_alias non-existent symbols. Apparently the alpha 2010-12-13 23:10:12 +00:00
syslog.3 Move the structure inside the body text. Some additional markup improvements. 2010-05-13 18:04:58 +00:00
syslog.c PR/43300: Takahiro Kambe: LOG_PID and LOG_CONSOLE printed syslogp messages 2010-05-13 22:40:14 +00:00
telldir.c Fix a bug in the implementation of seekdir(). If the first entry in 2008-05-04 18:53:26 +00:00
time.3 Edit previous HISTORY patch for style; note our 64-bit time_t change. 2010-04-24 01:35:50 +00:00
time.c merge christos-time_t 2009-01-11 02:45:45 +00:00
times.3
times.c merge christos-time_t 2009-01-11 02:45:45 +00:00
timezone.3
toascii.3 Interestingly, the committees plan to remove also isascii(3) and toascii(3) 2010-04-30 04:46:18 +00:00
toascii.c
tolower_.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
tolower.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
toupper_.c more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h 2010-06-01 13:52:07 +00:00
toupper.3 Refer to the CAVEATS section of ctype(3) for more information. 2008-04-17 16:25:36 +00:00
ttyname.3 ttyname_r is another of the strange functions that returns its error code 2008-06-25 11:47:29 +00:00
ttyname.c ttyname_r is another of the strange functions that returns its error code 2008-06-25 11:47:29 +00:00
ttyslot.c merge christos-time_t 2009-01-11 02:45:45 +00:00
ualarm.3 Properly mark the standard that "deprecated" all of these. 2010-04-29 06:07:35 +00:00
ualarm.c
ulimit.3 Deprecated in POSIX (rev. 2008). 2010-04-30 05:09:23 +00:00
ulimit.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uname.3 Use .In for includes and .Va when listing the structure members. 2010-04-27 15:16:28 +00:00
uname.c
unvis.3 Add serial comma, quote minus, add HISTORY for strnunvis and strnunvisx. 2011-03-13 09:11:54 +00:00
unvis.c cast "~0" to (size_t) when passing to a size_t taking function. 2011-03-13 07:40:44 +00:00
usleep.3 No more usleep(3) in POSIX; "use nanosleep(2) instead". 2010-04-29 17:29:56 +00:00
usleep.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
utime.3 Note that also POSIX has deprecated utime(3). 2010-04-29 17:07:00 +00:00
utime.c remove some stray __weak_aliases, where the target functions were 2010-03-23 20:28:58 +00:00
utmp.c sign-compare fix 2009-02-05 23:52:55 +00:00
utmpx.c merge christos-time_t 2009-01-11 02:45:45 +00:00
valloc.3 Remove double quotes around missing function in BUGS section. 2010-05-08 11:22:58 +00:00
valloc.c
verr.c
verrx.c
vis.3 Add serial comma, quote minus, fix NetBSD version in HISTORY. 2011-03-13 09:12:35 +00:00
vis.c Fix various vis/unvis issues: 2011-03-12 19:52:45 +00:00
vwarn.c
vwarnx.c
wait3.c remove some stray __weak_aliases, where the target functions were 2010-03-23 20:28:58 +00:00
wait.c
waitpid.c
warn.c
warnx.c
wordexp.3
wordexp.c sign-compare fix 2009-02-12 04:10:52 +00:00