freebsd-skq/lib/libc/gen
2003-01-03 23:55:58 +00:00
..
__xuname.c
_pthread_stubs.c Argh, change declaration of two-dimensional array so that it actually 2002-11-13 21:55:22 +00:00
_rand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
_spinlock_stub.c
_thread_init.c
alarm.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
alarm.c
arc4random.3
arc4random.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
assert.c
basename.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
basename.c Fix LP64 architectures and especially ia64. Functions that return 2002-12-30 01:41:14 +00:00
check_utility_compat.3 mdoc(7) police: overhaul. 2002-12-04 15:47:41 +00:00
check_utility_compat.c Create a small library function, check_utility_compat(3), to determine 2002-10-28 00:15:43 +00:00
clock.3
clock.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
closedir.c
confstr.3
confstr.c Return the correct environment name for 64-bit platforms in the 2002-09-19 03:47:36 +00:00
crypt.c Oops. Also provide a lint-compatible unused argument warning killer. 2002-10-18 16:24:20 +00:00
ctermid.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
ctermid.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
daemon.3
daemon.c
devname.3 english(4) police. 2002-12-27 12:15:40 +00:00
devname.c
directory.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
dirname.3 english(4) police. 2002-12-27 12:15:40 +00:00
dirname.c Fix LP64 architectures and especially ia64. Functions that return 2002-12-30 01:41:14 +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: "The .Fn function". 2002-12-18 10:13:54 +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: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
dlopen.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +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 Drop almost 3k from /bin/sync by moving errno to a seperate file 2002-10-09 08:04:24 +00:00
errno.c Drop almost 3k from /bin/sync by moving errno to a seperate file 2002-10-09 08:04:24 +00:00
exec.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
exec.c Remove an unused variable, `sverrno', which has not been used since 1.11. 2003-01-03 23:16:55 +00:00
fmtcheck.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
fmtcheck.c Remove improper use of <namespace.h>. 2002-06-27 13:20:54 +00:00
fmtmsg.3 Consistently mark std(in|out|err) with .Dv, because that's how they 2002-12-04 18:57:46 +00:00
fmtmsg.c Fix a memory leak. 2002-09-01 01:49:27 +00:00
fnmatch.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
fnmatch.c
frexp.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
fstab.c
ftok.3 The ftok() function has not been in libcompat for quite a while. 2002-10-19 13:33:12 +00:00
ftok.c
fts-compat.c Remove an unused variable: `sb' in fts_read(). 2003-01-03 23:25:25 +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 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
fts.c Remove an unused variable: `sb' in fts_read(). 2003-01-03 23:25:25 +00:00
getbootfile.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
getbootfile.c
getbsize.3 Back out the s/int */size_t */ commit. 2002-12-30 11:12:16 +00:00
getbsize.c Back out the s/int */size_t */ commit. 2002-12-30 11:12:16 +00:00
getcap.3 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
getcap.c In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. 2003-01-02 10:19:43 +00:00
getcontext.3 mdoc(7) police: overhaul. 2002-12-04 15:47:41 +00:00
getcwd.3
getcwd.c s/trailing NULL/trailing NUL/ 2002-08-19 17:14:58 +00:00
getdiskbyname.3
getdomainname.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
getdomainname.c
getfsent.3
getgrent.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
getgrent.c
getgrouplist.3
getgrouplist.c Fix a syntax error which causes an annoying warning. 2002-09-08 04:43:28 +00:00
gethostname.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
gethostname.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
getloadavg.3
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: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
getmntinfo.c
getnetgrent.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
getnetgrent.c #include <ctype.h> for isspace()'s prototype (or a macro version). 2003-01-03 23:55:58 +00:00
getobjformat.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +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 english(4) police. 2002-12-27 12:15:40 +00:00
getpagesize.c
getpass.3
getpeereid.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
getpeereid.c o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. It 2002-12-16 13:42:13 +00:00
getprogname.3
getprogname.c Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
getpwent.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +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: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
getttyent.c
getusershell.3
getusershell.c
getvfsbyname.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +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: "The .Fa argument.". 2002-12-19 09:40:28 +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 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +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
initgroups.c
isatty.c
isinf.3
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
lockf.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
lockf.c
lrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
makecontext.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
Makefile.inc Add an implementation of the POSIX wordexp() and wordfree() functions, 2002-12-26 14:34:18 +00:00
modf.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +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: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
msgget.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
msgrcv.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
msgsnd.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
nice.3
nice.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
nlist.3
nlist.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
nrand48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ntp_gettime.c
opendir.c
pause.3
pause.c
pmadvise.c
popen.3 popen() is a function, not an argument. 2003-01-03 05:21:59 +00:00
popen.c Protect pidlist with a mutex to avoid a race causing a duplicate free() 2003-01-03 04:35:04 +00:00
posixshm.c
pselect.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
pselect.c Add restrict type-qualifier. 2002-10-12 16:13:41 +00:00
psignal.3 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
psignal.c
pw_scan.c Do not allow empty GIDs for non-NIS entries. 2002-10-11 11:35:30 +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
raise.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
rand48.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
rand48.h
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 english(4) police. 2002-12-27 12:15:40 +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
rfork_thread.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
scandir.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
scandir.c
seed48.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
seekdir.c
sem_destroy.3 english(4) police. 2002-12-27 12:15:40 +00:00
sem_getvalue.3 Add restrict type-qualifier to sem_getvalue(). 2002-10-04 21:32:00 +00:00
sem_init.3
sem_open.3
sem_post.3
sem_wait.3
sem.c Add restrict type-qualifier to sem_getvalue(). 2002-10-04 21:32:00 +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
sethostname.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
setjmp.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
setjmperr.c
setmode.3
setmode.c
setproctitle.3 mdoc(7) police: "The .Fn function". 2002-12-18 10:13:54 +00:00
setproctitle.c Reduce libc's memory footprint by lazily allocating memory used internally 2002-12-21 22:04:50 +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
siginterrupt.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
siginterrupt.c
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 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
signal.c
sigsetops.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
sigsetops.c
sleep.3
sleep.c
srand48.c
statvfs.3 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
statvfs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
stringlist.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
stringlist.c
strtofflags.3
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
sysconf.c goto break; != break; 2002-11-17 08:54:29 +00:00
sysctl.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
sysctl.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
sysctlbyname.c
sysctlnametomib.c
syslog.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
syslog.c Reset LogTag to NULL in closelog(3). This fixes mysterious crashes 2002-11-14 12:40:14 +00:00
tcgetpgrp.3
tcsendbreak.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
tcsetattr.3 english(4) police. 2002-12-27 12:15:40 +00:00
tcsetpgrp.3
telldir.c
telldir.h
termios.c Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
time.3
time.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
times.3
times.c
timezone.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
timezone.c
ttyname.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
ttyname.c
ttyslot.c
tzset.3
ualarm.3 Use useconds_t' instead of u_int' or `unsigned int' where appropriate. 2002-12-29 00:59:09 +00:00
ualarm.c Use useconds_t' instead of u_int' or `unsigned int' where appropriate. 2002-12-29 00:59:09 +00:00
ucontext.3 mdoc(7) police: overhaul. 2002-12-04 15:47:41 +00:00
ulimit.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
ulimit.c Implement POSIX.1-2001 (XSI)'s ulimit(3). 2002-08-08 04:50:36 +00:00
uname.3 Capitalize ASCII code names. 2002-12-05 08:50:00 +00:00
uname.c
unvis.3 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
unvis.c
usleep.3 Use useconds_t' instead of u_int' or `unsigned int' where appropriate. 2002-12-29 00:59:09 +00:00
usleep.c Use useconds_t' instead of u_int' or `unsigned int' where appropriate. 2002-12-29 00:59:09 +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: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +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: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
vis.c s/trailing NULL/trailing NUL/ 2002-08-19 17:14:58 +00:00
wait3.c
wait.c
waitpid.c
wordexp.3 It is no longer necessary to include sys/types.h before wordexp.h. 2003-01-03 12:04:36 +00:00
wordexp.c Be more consistent with "static". 2002-12-27 01:01:03 +00:00