.. |
__errlist14.c
|
|
|
__fts13.c
|
Completely rework how tools/compat is done. Purge all uses/references to
|
2004-06-20 22:20:14 +00:00 |
__getmntinfo13.c
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
__glob13.c
|
|
|
__siglist14.c
|
|
|
__signame14.c
|
|
|
__sigsetops14.c
|
|
|
__times13.c
|
|
|
_err.c
|
|
|
_errno.c
|
|
|
_errx.c
|
|
|
_lwp_makecontext.3
|
|
|
_sys_errlist.c
|
|
|
_sys_nerr.c
|
|
|
_sys_siglist.c
|
|
|
_sysconf.c
|
|
|
_verr.c
|
|
|
_verrx.c
|
|
|
_vwarn.c
|
|
|
_vwarnx.c
|
|
|
_warn.c
|
|
|
_warnx.c
|
|
|
alarm.3
|
|
|
alarm.c
|
|
|
arc4random.3
|
|
|
arc4random.c
|
|
|
assert.c
|
|
|
basename.3
|
|
|
basename.c
|
|
|
bswap16.c
|
|
|
bswap32.c
|
|
|
bswap64.c
|
|
|
bswap.3
|
Remove references to University of California from my copyright notices.
|
2003-10-05 17:48:49 +00:00 |
clock.3
|
|
|
clock.c
|
|
|
closedir.c
|
|
|
closefrom.3
|
Don't refer to errno as "global integer variable".
|
2004-06-01 16:12:51 +00:00 |
closefrom.c
|
Reverse arguments to fcntl(2).
|
2004-06-22 13:49:43 +00:00 |
confstr.3
|
|
|
confstr.c
|
|
|
ctermid.3
|
|
|
ctermid.c
|
|
|
ctype_.c
|
|
|
ctype.3
|
|
|
daemon.3
|
|
|
daemon.c
|
|
|
devname.3
|
|
|
devname.c
|
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing
|
2003-10-13 07:41:22 +00:00 |
directory.3
|
|
|
dirname.3
|
|
|
dirname.c
|
|
|
disklabel.c
|
adjust to constification.
|
2004-04-23 14:47:23 +00:00 |
endutxent.3
|
That's "endutxent", not "entutxent". Hi, wiz!
|
2004-05-04 02:38:35 +00:00 |
err.3
|
|
|
err.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
errlist.c
|
|
|
errno.c
|
|
|
errx.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
exec.3
|
|
|
execl.c
|
|
|
execle.c
|
|
|
execlp.c
|
|
|
execv.c
|
|
|
execvp.c
|
|
|
fmtcheck.3
|
|
|
fmtcheck.c
|
Use (unsigned char) cast to sanitise arguments to ctype functions.
|
2004-10-28 21:14:52 +00:00 |
fmtmsg.3
|
|
|
fmtmsg.c
|
|
|
fnmatch.3
|
|
|
fnmatch.c
|
|
|
fpclassify.3
|
Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.
|
2004-01-15 19:43:44 +00:00 |
fpclassifyd_ieee754.c
|
Upon rereading the implementation suggestions in the standard, rename the
|
2003-10-28 22:50:42 +00:00 |
fpclassifyf_ieee754.c
|
Fix the exponent value we're comparing with.
|
2003-10-29 19:34:11 +00:00 |
fpgetmask.3
|
Add comma after "i.e.".
|
2004-04-04 23:41:23 +00:00 |
frexp_ieee754.c
|
Retire local union { floating-type; struct ieee_prec; } in favor of those
|
2003-10-27 00:05:46 +00:00 |
frexp.3
|
|
|
fstab.c
|
|
|
ftok.3
|
Change copyright to 2-clause BSD-copyright.
|
2004-09-15 19:45:17 +00:00 |
ftok.c
|
Change copyright to 2-clause BSD-copyright.
|
2004-09-15 19:45:17 +00:00 |
fts.3
|
Simplify a clunky multi-line Fn, correct Nm usage, use Dq for quotes, add
|
2004-03-31 01:25:46 +00:00 |
fts.c
|
netbsd.org -> NetBSD.org
|
2003-12-04 23:39:18 +00:00 |
getbsize.3
|
|
|
getbsize.c
|
|
|
getcap.3
|
Bump date for previous.
|
2004-04-23 14:52:42 +00:00 |
getcap.c
|
Add -DSMALL so that this can be used in libhack.
|
2004-04-25 06:45:29 +00:00 |
getcwd.3
|
|
|
getcwd.c
|
|
|
getdiskbyname.3
|
|
|
getdomainname.3
|
|
|
getdomainname.c
|
|
|
getfsent.3
|
|
|
getgrent.3
|
Correct order of description of getgr{nam,gid}{,_r}() functions.
|
2004-10-05 03:03:24 +00:00 |
getgrent.c
|
Use _GETGR_R_SIZE_MAX from <limits.h> rather than defining a private version.
|
2004-11-10 06:10:03 +00:00 |
getgrouplist.3
|
Drop space at EOL and dot at end of SEE ALSO.
|
2004-09-28 13:59:48 +00:00 |
getgrouplist.c
|
'gid_t *groups' may be NULL if we're just sizing the list by calling
|
2004-09-28 10:46:19 +00:00 |
gethostname.3
|
|
|
gethostname.c
|
|
|
getlastlogx.3
|
|
|
getloadavg.3
|
|
|
getloadavg.c
|
|
|
getlogin.c
|
|
|
getmntinfo.3
|
fix reference Nx 2.1 to Nx 3.0
|
2004-05-05 08:48:36 +00:00 |
getmntinfo.c
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
getnetgrent.3
|
|
|
getnetgrent.c
|
|
|
getpagesize.3
|
|
|
getpagesize.c
|
|
|
getpass.3
|
|
|
getpass.c
|
|
|
getprogname.3
|
|
|
getprogname.c
|
|
|
getpwent.3
|
Add missing function types for getpwnam_r and getpwuid_r.
|
2004-10-05 13:52:09 +00:00 |
getpwent.c
|
Use _GETPW_R_SIZE_MAX from <limits.h> rather than defining a private version.
|
2004-11-10 04:11:34 +00:00 |
getttyent.3
|
|
|
getttyent.c
|
|
|
getusershell.3
|
|
|
getusershell.c
|
|
|
glob.3
|
"int flags" is correct in the prototype, but not in the English
|
2003-12-08 00:55:57 +00:00 |
glob.c
|
netbsd.org -> NetBSD.org
|
2003-12-04 23:39:18 +00:00 |
humanize_number.3
|
|
|
humanize_number.c
|
- Honor the HN_NOSPACE flag (i.e., don't put a space if specified,
|
2004-07-27 01:56:24 +00:00 |
infinity_ieee754.c
|
Whitespace cosmetics.
|
2003-10-25 22:43:26 +00:00 |
infinityf_ieee754.c
|
Add __infinityf and __infinityl, float respectively long double analogs
|
2003-10-25 22:31:20 +00:00 |
infinityl_dbl_ieee754.c
|
Add __infinityf and __infinityl, float respectively long double analogs
|
2003-10-25 22:31:20 +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
|
Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.
|
2004-01-15 19:43:44 +00:00 |
isfinited_ieee754.c
|
C99 7.12.3.2: add library portions of isfinite, but don't build these just
|
2003-10-29 20:03:51 +00:00 |
isfinitef_ieee754.c
|
C99 7.12.3.2: add library portions of isfinite, but don't build these just
|
2003-10-29 20:03:51 +00:00 |
isgraph.3
|
Don't break line at the space since it is not a word separator but
|
2004-10-15 15:07:54 +00:00 |
isinf.3
|
Sort SEE ALSO.
|
2004-03-04 23:47:56 +00:00 |
isinfd_ieee754.c
|
* Turn isinf(3) and isnan(3) into C99-style macros.
|
2004-03-04 23:42:38 +00:00 |
isinff_ieee754.c
|
* Turn isinf(3) and isnan(3) into C99-style macros.
|
2004-03-04 23:42:38 +00:00 |
islower.3
|
|
|
isnan.3
|
Sort SEE ALSO, drop trailing space.
|
2004-03-04 23:49:31 +00:00 |
isnand_ieee754.c
|
* Turn isinf(3) and isnan(3) into C99-style macros.
|
2004-03-04 23:42:38 +00:00 |
isnanf_ieee754.c
|
* Turn isinf(3) and isnan(3) into C99-style macros.
|
2004-03-04 23:42:38 +00:00 |
isnormal.3
|
I guess ture means true.
|
2004-01-15 20:30:46 +00:00 |
isprint.3
|
|
|
ispunct.3
|
|
|
isspace.3
|
|
|
isupper.3
|
|
|
isxdigit.3
|
|
|
ldexp_ieee754.c
|
In case of underflow, return -0.0 or +0.0, depending on the sign of
|
2003-12-30 23:19:07 +00:00 |
ldexp.3
|
|
|
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
|
|
|
lockf.c
|
|
|
makecontext.3
|
s/modified/modifies/ in the description of makecontext().
|
2003-11-18 23:03:26 +00:00 |
Makefile.inc
|
whitespace cleanup
|
2004-11-10 04:57:17 +00:00 |
modf_ieee754.c
|
Retire local union { floating-type; struct ieee_prec; } in favor of those
|
2003-10-27 00:05:46 +00:00 |
modf.3
|
|
|
nanf_ieee754.c
|
G/c __nanf2, which is neither being used nor the representation of a NaN.
|
2003-10-22 23:50:47 +00:00 |
nice.3
|
|
|
nice.c
|
|
|
nlist_aout.c
|
|
|
nlist_coff.c
|
|
|
nlist_ecoff.c
|
|
|
nlist_elf32.c
|
|
|
nlist_elf64.c
|
|
|
nlist_private.h
|
|
|
nlist.3
|
|
|
nlist.c
|
|
|
opendir.c
|
Replace the statfs() family of system calls with statvfs().
|
2004-04-21 01:05:31 +00:00 |
pause.3
|
|
|
pause.c
|
|
|
popen.3
|
Bump date for previous.
|
2004-07-14 20:10:14 +00:00 |
popen.c
|
|
|
psignal.3
|
|
|
psignal.c
|
|
|
pthread_atfork.3
|
|
|
pthread_atfork.c
|
minor KNF, making it easier to find where fork() is implemented
|
2004-10-21 06:46:36 +00:00 |
pw_private.h
|
|
|
pw_scan.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
pwcache.3
|
|
|
pwcache.c
|
Completely rework how tools/compat is done. Purge all uses/references to
|
2004-06-20 22:20:14 +00:00 |
pwcache.h
|
Spell address with two d's. Inspired by similar changes in OpenBSD,
|
2003-11-10 08:51:51 +00:00 |
raise.3
|
|
|
raise.c
|
|
|
randomid.3
|
comment from niels provos;
|
2003-12-10 05:22:18 +00:00 |
randomid.c
|
Niels Provos kindly agreed to drop clauses 3 and 4 from the
|
2003-12-26 19:04:55 +00:00 |
readdir.c
|
|
|
realpath.3
|
|
|
rewinddir.c
|
|
|
scandir.3
|
|
|
scandir.c
|
|
|
seekdir.c
|
|
|
setdomainname.c
|
|
|
sethostname.c
|
|
|
setjmp.3
|
Some wording improvements and other minor fixes from OpenBSD.
|
2004-03-30 13:28:13 +00:00 |
setjmperr.c
|
|
|
setmode.3
|
|
|
setmode.c
|
|
|
setproctitle.3
|
|
|
setproctitle.c
|
|
|
setprogname.c
|
|
|
shquote.3
|
|
|
shquote.c
|
|
|
shquotev.c
|
|
|
sighold.3
|
|
|
sighold.c
|
|
|
sigignore.3
|
|
|
sigignore.c
|
|
|
siginterrupt.3
|
|
|
siginterrupt.c
|
|
|
siglist.c
|
|
|
signal.3
|
Add list of async-signal-safe functions
|
2004-06-13 19:17:06 +00:00 |
signal.c
|
|
|
signame.c
|
|
|
signbit.3
|
inifities are probably infinities.
|
2004-01-15 20:31:40 +00:00 |
signbitd_ieee754.c
|
Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.
|
2004-01-15 19:43:44 +00:00 |
signbitf_ieee754.c
|
Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.
|
2004-01-15 19:43:44 +00:00 |
sigrelse.3
|
|
|
sigrelse.c
|
|
|
sigset.3
|
|
|
sigset.c
|
|
|
sigsetops.3
|
|
|
sigsetops.c
|
|
|
sleep.3
|
|
|
sleep.c
|
|
|
stringlist.3
|
|
|
stringlist.c
|
|
|
sysconf.3
|
Document _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX
|
2004-11-10 04:21:25 +00:00 |
sysconf.c
|
need <limits.h> for _SC_GET{GR,PW}_SIZE_MAX
|
2004-11-10 04:46:01 +00:00 |
sysctl.3
|
Fix some typos.
|
2004-10-15 15:19:02 +00:00 |
sysctl.c
|
Replaced strncpy with strlcpy. Thanks to Peter Postma who
|
2004-09-07 13:20:39 +00:00 |
sysctlbyname.c
|
Weak aliases for sysctlfoobar() functions.
|
2004-04-08 05:45:26 +00:00 |
sysctlgetmibinfo.c
|
Weak aliases for sysctlfoobar() functions.
|
2004-04-08 05:45:26 +00:00 |
sysctlnametomib.c
|
Weak aliases for sysctlfoobar() functions.
|
2004-04-08 05:45:26 +00:00 |
syslog.3
|
|
|
syslog.c
|
|
|
telldir.c
|
|
|
time.3
|
|
|
time.c
|
|
|
times.3
|
|
|
times.c
|
|
|
timezone.3
|
|
|
timezone.c
|
|
|
toascii.3
|
|
|
toascii.c
|
|
|
tolower_.c
|
|
|
tolower.3
|
|
|
toupper_.c
|
|
|
toupper.3
|
|
|
ttyname.3
|
|
|
ttyname.c
|
|
|
ttyslot.c
|
|
|
ualarm.3
|
|
|
ualarm.c
|
|
|
ulimit.3
|
|
|
ulimit.c
|
|
|
uname.3
|
|
|
uname.c
|
|
|
unvis.3
|
|
|
unvis.c
|
|
|
usleep.3
|
|
|
usleep.c
|
|
|
utime.3
|
|
|
utime.c
|
|
|
utmp.c
|
Need namespace.h for internal names of fseeko, strlcpy.
|
2004-05-09 11:25:52 +00:00 |
utmpx.c
|
|
|
valloc.3
|
|
|
valloc.c
|
|
|
verr.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 02:17:18 +00:00 |
verrx.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
vis.3
|
|
|
vis.c
|
Fix indent and other whitespace usage.
|
2004-02-26 23:01:15 +00:00 |
vwarn.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
vwarnx.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
wait3.c
|
|
|
wait.c
|
|
|
waitpid.c
|
|
|
warn.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
warnx.c
|
Overhaul how `build.sh tools' are used:
|
2003-10-27 00:12:41 +00:00 |
wordexp.3
|
Add wordexp(3). The wordexp function performs shell-style word expansions.
|
2004-07-13 15:42:03 +00:00 |
wordexp.c
|
Add wordexp(3). The wordexp function performs shell-style word expansions.
|
2004-07-13 15:42:03 +00:00 |