freebsd-nq/lib/libc/gen
Garrett Wollman 0d3bcc2e80 Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
hack, thereby allowing future extensions to the structure (e.g., for extended
attributes) without rebreaking the ABI.  FTSENT now contains a pointer to the
parent stream, which fts_compar() can then take advantage of, avoiding the
undefined behavior previously warned about.  As a consequence of this change,
the prototype of the comparison function passed to fts_open() has changed
to reflect the required amount of constness for its use.  All callers in the
tree are updated to use the correct prototype.

Comparison functions can now make use of the new parent pointer to access
the new stream-specific private data pointer, which is intended to assist
creation of reentrant library routines which use fts(3) internally.

Not objected to in spirit by: -arch
2002-09-21 01:28:41 +00:00
..
__xuname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
_pthread_stubs.c add a stub for pthread_cond_destroy. 2002-09-19 01:09:49 +00:00
_rand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
_spinlock_stub.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
_thread_init.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
alarm.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
alarm.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
arc4random.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
arc4random.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
assert.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
basename.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
basename.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
clock.3 mdoc(7) police: remove whitespace at EOL. 2001-11-20 13:43:58 +00:00
clock.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
closedir.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
confstr.3 Start using .St macro for POSIX.1-2001. 2001-12-08 19:06:23 +00:00
confstr.c Return the correct environment name for 64-bit platforms in the 2002-09-19 03:47:36 +00:00
crypt.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
ctermid.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ctermid.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
daemon.3 mdoc(7) police: tidy up OpenBSD fixes. 2002-01-16 15:21:39 +00:00
daemon.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
devname.3 mdoc(7) police: bump document date to the date of the last interface 2002-03-18 02:36:43 +00:00
devname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
directory.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
dirname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
dirname.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
disklabel.c Fix libc build breakage by defining FSTYPENAMES before including 2002-08-16 15:33:20 +00:00
dladdr.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
dlfcn.c Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
dlfunc.c Add `restrict' type-qualifier. 2002-09-11 05:05:48 +00:00
dllockinit.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
dlopen.3 Add `restrict' type-qualifier. 2002-09-11 05:05:48 +00:00
drand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
erand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
err.3 Implement POSIX.1-2001 (XSI)'s fmtmsg(3). 2002-08-05 06:49:58 +00:00
err.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
errlst.c s/EDOFUS/EDOOFUS/ 2002-08-21 17:11:00 +00:00
exec.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
exec.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
fmtcheck.3 can not -> cannot. 2002-08-13 14:10:36 +00:00
fmtcheck.c Remove improper use of <namespace.h>. 2002-06-27 13:20:54 +00:00
fmtmsg.3 Fix typos; each file has at least one s/seperat/separat/ 2002-08-11 13:05:30 +00:00
fmtmsg.c Fix a memory leak. 2002-09-01 01:49:27 +00:00
fnmatch.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fnmatch.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
frexp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fstab.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
ftok.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ftok.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
fts-compat.c Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct 2002-09-21 01:28:41 +00:00
fts-compat.h Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct 2002-09-21 01:28:41 +00:00
fts.3 Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct 2002-09-21 01:28:41 +00:00
fts.c Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct 2002-09-21 01:28:41 +00:00
getbootfile.3 Replace /kernel with /boot/kernel/kernel. 2002-05-09 11:47:42 +00:00
getbootfile.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
getbsize.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getbsize.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
getcap.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getcap.c Remove multi-line __P() usage. 2002-03-22 09:22:15 +00:00
getcontext.3 Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), 2002-09-11 21:39:21 +00:00
getcwd.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getcwd.c s/trailing NULL/trailing NUL/ 2002-08-19 17:14:58 +00:00
getdiskbyname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getdomainname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getdomainname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
getfsent.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getgrent.3 Per POSIX <grp.h> doesn't require <sys/types.h>. 2002-02-25 17:20:40 +00:00
getgrent.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
getgrouplist.3 Use the proper type (gid_t) for (group)->gr_gid to be orthogonal 2002-01-22 17:32:53 +00:00
getgrouplist.c Fix a syntax error which causes an annoying warning. 2002-09-08 04:43:28 +00:00
gethostname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
gethostname.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
getloadavg.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getloadavg.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
getlogin.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
getmntinfo.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getmntinfo.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
getnetgrent.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getnetgrent.c #include <string.h> instead of <strings.h> 2002-04-25 18:14:39 +00:00
getobjformat.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getobjformat.c Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
getosreldate.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
getpagesize.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getpagesize.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
getpass.3 mdoc(7) police: add missing comma. 2001-11-22 09:48:54 +00:00
getpeereid.3 This API will appear in FreeBSD 4.6. 2002-03-09 05:19:21 +00:00
getpeereid.c Introduce a version field to `struct xucred' in place of one of the 2002-02-27 04:45:37 +00:00
getprogname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getprogname.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
getpwent.3 yp(4) -> yp(8). 2002-01-14 16:59:03 +00:00
getpwent.c Fix bug that causes passwd and friends to fail when the user has a '+' in 2002-05-07 23:26:00 +00:00
getttyent.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getttyent.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
getusershell.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getusershell.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
getvfsbyname.3 - Introduce a new struct xvfsconf, the userland version of struct vfsconf. 2002-08-10 20:19:04 +00:00
getvfsbyname.c - Introduce a new struct xvfsconf, the userland version of struct vfsconf. 2002-08-10 20:19:04 +00:00
getvfsent.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
getvfsent.c - Introduce a new struct xvfsconf, the userland version of struct vfsconf. 2002-08-10 20:19:04 +00:00
glob.3 Update glob(3) to add all the POSIX required options, specifically: 2002-07-17 04:58:09 +00:00
glob.c Update glob(3) to add all the POSIX required options, specifically: 2002-07-17 04:58:09 +00:00
initgroups.3 Use the proper type (gid_t) for (group)->gr_gid to be orthogonal 2002-01-22 17:32:53 +00:00
initgroups.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
isatty.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
isinf.3 Whitespace only change: trim trailing whitespace. 2000-10-30 13:23:19 +00:00
jrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
lcong48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ldexp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
lockf.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
lockf.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
lrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
makecontext.3 Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), 2002-09-11 21:39:21 +00:00
Makefile.inc Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), 2002-09-11 21:39:21 +00:00
modf.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
mrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
msgctl.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
msgget.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
msgrcv.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
msgsnd.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
nice.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
nice.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
nlist.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
nlist.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
nrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ntp_gettime.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
opendir.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
pause.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
pause.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
pmadvise.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
popen.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
popen.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
posixshm.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
pselect.3 Actually document pselect(3) so that Bruce can mention it in the release 2002-06-17 02:21:17 +00:00
pselect.c Remove pselect from application namespace and instead use a weak reference 2002-06-27 13:23:46 +00:00
psignal.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
psignal.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
pw_scan.c Bring a comment in line with the code, and fix some spelling errors 2002-03-09 04:00:53 +00:00
pw_scan.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00
pwcache.3 Make user_from_uid and group_from_gid return const char *, just like 2002-03-22 02:35:47 +00:00
pwcache.c Make user_from_uid and group_from_gid return const char *, just like 2002-03-22 02:35:47 +00:00
raise.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
raise.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
rand48.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
rand48.h * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
readdir.c use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent over 2002-02-26 21:39:32 +00:00
readpassphrase.3 Come on guys, you can't just take OpenBSD manpage and commit it 2002-03-15 17:46:53 +00:00
readpassphrase.c Fix build. I commented out getpass() in readpassphrase.c because the 2002-03-09 03:16:41 +00:00
rewinddir.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
rfork_thread.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
scandir.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
scandir.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
seed48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
seekdir.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
sem_destroy.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem_getvalue.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem_init.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem_open.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem_post.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem_wait.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sem.c Welcome the sem_ API to libc! 2002-09-19 01:14:08 +00:00
semctl.c Add a missing copyright for Doug. There are other files missing this 2002-08-11 19:31:02 +00:00
setdomainname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
sethostname.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
setjmp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
setjmperr.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
setmode.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
setmode.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
setproctitle.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
setproctitle.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
setprogname.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
shm_open.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
siginterrupt.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
siginterrupt.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
siglist.c Two arrays were born from the same seeds, both grew into complementary sets 2002-09-07 08:14:19 +00:00
signal.3 Various typo fixes. 2002-07-12 01:30:18 +00:00
signal.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
sigsetops.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sigsetops.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
sleep.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sleep.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
srand48.c
statvfs.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
statvfs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
stringlist.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
stringlist.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
strtofflags.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
strtofflags.c Support the snapshot file flag, so that tools like 'ls -ol' work 2002-04-16 11:03:22 +00:00
swapcontext.c Don't peek into MD structures from MI code. The getcontext(3) and 2002-09-20 08:13:21 +00:00
sysconf.3 Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN). 2001-12-01 12:07:42 +00:00
sysconf.c Don't bother asking the kernel about _SC_FSYNC; it's not optional. 2002-07-15 20:42:05 +00:00
sysctl.3 Fix braino. 2002-03-24 06:30:28 +00:00
sysctl.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
sysctlbyname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
sysctlnametomib.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
syslog.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
syslog.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
tcgetpgrp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
tcsendbreak.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
tcsetattr.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
tcsetpgrp.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
telldir.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
telldir.h Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
termios.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
time.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
time.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
times.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
times.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
timezone.3 Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
timezone.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
ttyname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ttyname.c * Remove __P and convert to ANSI prototypes. 2002-02-01 01:32:19 +00:00
ttyslot.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
tzset.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ualarm.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
ualarm.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
ucontext.3 Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), 2002-09-11 21:39:21 +00:00
ulimit.3 Implement POSIX.1-2001 (XSI)'s ulimit(3). 2002-08-08 04:50:36 +00:00
ulimit.c Implement POSIX.1-2001 (XSI)'s ulimit(3). 2002-08-08 04:50:36 +00:00
uname.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
uname.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
unvis.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
unvis.c * Remove 'register'. (some functions had 7+ register functions...) 2002-02-01 01:08:48 +00:00
usleep.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
usleep.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
utime.3 Note that <sys/types.h> in no longer a prerequisite for <utime.h> and 2002-08-24 00:39:43 +00:00
utime.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
valloc.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
valloc.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
vis.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
vis.c s/trailing NULL/trailing NUL/ 2002-08-19 17:14:58 +00:00
wait3.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
wait.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00
waitpid.c Fix SCM ID's. 2002-02-01 00:57:29 +00:00