freebsd-skq/lib/libc/gen
2008-07-21 12:44:47 +00:00
..
__getosreldate.c Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to 2007-07-04 23:27:38 +00:00
__xuname.c
_pthread_stubs.c
_rand48.c
_spinlock_stub.c
_thread_init.c
alarm.3
alarm.c
arc4random.3
arc4random.c Decrease arc4_count only when needed and with proper bytes amount. 2008-07-21 12:44:47 +00:00
assert.c
basename.3
basename.c
check_utility_compat.3
check_utility_compat.c
clock.3
clock.c
closedir.c Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are no 2007-12-03 14:33:51 +00:00
confstr.3
confstr.c
crypt.c
ctermid.3
ctermid.c
daemon.3
daemon.c
devname.3
devname.c
directory.3 Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part 2008-04-16 18:59:36 +00:00
dirname.3
dirname.c
disklabel.c
dladdr.3
dlfcn.c Add stub for dl_iterate_phdr. 2007-04-03 18:35:20 +00:00
dlfunc.c
dlinfo.3
dllockinit.3
dlopen.3
drand48.c
erand48.c
err.3
err.c Minor style(9) nit: move to using ANSI definition of functions. 2008-04-03 20:36:44 +00:00
errlst.c
errno.c
exec.3 Turn execvpe() into an internal libc routine. 2008-06-23 05:22:06 +00:00
exec.c Turn execvpe() into an internal libc routine. 2008-06-23 05:22:06 +00:00
feature_present.3 Add a feature_present(3) function which checks to see if a named kernel 2008-01-10 22:11:21 +00:00
feature_present.c Add a feature_present(3) function which checks to see if a named kernel 2008-01-10 22:11:21 +00:00
fmtcheck.3
fmtcheck.c
fmtmsg.3
fmtmsg.c
fnmatch.3
fnmatch.c
fpclassify.3
fpclassify.c
frexp.3
frexp.c
fstab.c
ftok.3
ftok.c
fts-compat.c Our fts(3) API, as inherited from 4.4BSD, suffers from integer 2008-01-26 17:09:40 +00:00
fts-compat.h Our fts(3) API, as inherited from 4.4BSD, suffers from integer 2008-01-26 17:09:40 +00:00
fts.3 Our fts(3) API, as inherited from 4.4BSD, suffers from integer 2008-01-26 17:09:40 +00:00
fts.c Our fts(3) API, as inherited from 4.4BSD, suffers from integer 2008-01-26 17:09:40 +00:00
ftw.3
ftw.c
getbootfile.3
getbootfile.c
getbsize.3
getbsize.c
getcap.3
getcap.c
getcontext.3
getcwd.3
getcwd.c
getdiskbyname.3
getdomainname.3
getdomainname.c
getfsent.3
getgrent.3
getgrent.c Implementing 'fallback' nsswitch source. 'fallback' source is used 2007-12-12 10:08:03 +00:00
getgrouplist.3
getgrouplist.c Implementing 'fallback' nsswitch source. 'fallback' source is used 2007-12-12 10:08:03 +00:00
gethostname.3
gethostname.c
getloadavg.3
getloadavg.c
getlogin.c
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c
getosreldate.3
getosreldate.c
getpagesize.3
getpagesize.c
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3
getpwent.c
getttyent.3
getttyent.c In getttyent(3), if /etc/ttys doesn't end in a newline, don't 2008-01-15 06:50:50 +00:00
getusershell.3
getusershell.c
getvfsbyname.3 Bump date. 2007-04-05 21:17:52 +00:00
getvfsbyname.c
glob.3
glob.c Gcc barfs in glob.c when run with -O3. To fix this make g_strchr() work on 2008-06-26 07:12:35 +00:00
initgroups.3
initgroups.c
isatty.c
isgreater.3
isinf.c
isnan.c
jrand48.c
lcong48.c
ldexp.3
ldexp.c
lockf.3
lockf.c Add the new kernel-mode NFS Lock Manager. To use it instead of the 2008-03-26 15:23:12 +00:00
lrand48.c
makecontext.3
Makefile.inc Turn execvpe() into an internal libc routine. 2008-06-23 05:22:06 +00:00
modf.3 Document modff() and modfl(). Technically, modff() and modfl() 2008-03-29 16:19:35 +00:00
mrand48.c
msgctl.3 Fix descriptions of "struct msqid_ds and "struct ipc_perm" to match 2008-04-03 16:21:43 +00:00
msgget.3
msgrcv.3
msgsnd.3
nftw.c
nice.3
nice.c
nlist.3
nlist.c
nrand48.c
opendir.c Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part 2008-04-16 18:59:36 +00:00
pause.3
pause.c
pmadvise.c
popen.3
popen.c
posix_spawn.c Turn execvpe() into an internal libc routine. 2008-06-23 05:22:06 +00:00
pselect.3
pselect.c
psignal.3
psignal.c
pw_scan.c
pw_scan.h
pwcache.3
pwcache.c
raise.3
raise.c
rand48.3
rand48.h
readdir.c Do not read away the target directory entry when encountering deleted 2008-05-05 14:05:23 +00:00
readpassphrase.3
readpassphrase.c
rewinddir.c
rfork_thread.3
scandir.3
scandir.c scandir(3) previously used st_size to obtain an initial estimate 2008-03-16 19:08:53 +00:00
seed48.c
seekdir.c Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are no 2007-12-03 14:33:51 +00:00
sem_destroy.3
sem_getvalue.3
sem_init.3
sem_open.3 Fix a typo in regards to the ENOENT error. 2007-12-27 21:55:49 +00:00
sem_post.3
sem_timedwait.3 Remove trailing whitespace. 2008-03-13 10:26:17 +00:00
sem_wait.3 Add missing section number. 2008-03-13 10:25:30 +00:00
sem.c
semctl.c
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3
setmode.c
setproctitle.3
setproctitle.c
setprogname.c
siginterrupt.3
siginterrupt.c
siglist.c
signal.3 Make it more clear what it means that SA_RESTART is set for signal 2008-07-17 21:54:23 +00:00
signal.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c
srand48.c
statvfs.3
statvfs.c
stringlist.3
stringlist.c
strtofflags.3
strtofflags.c
swapcontext.c
Symbol.map Turn execvpe() into an internal libc routine. 2008-06-23 05:22:06 +00:00
sysconf.3
sysconf.c stdio is currently limited to file descriptors not greater than 2008-02-27 05:56:57 +00:00
sysctl.3 Removed no longer existing CTL_MACHDEP defines. 2008-03-26 23:02:17 +00:00
sysctl.c
sysctlbyname.c
sysctlnametomib.c
syslog.3
syslog.c
tcgetpgrp.3
tcgetsid.3 Implement POSIX function tcgetsid() which returns session id. 2008-04-15 08:33:32 +00:00
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
telldir.c Do not read away the target directory entry when encountering deleted 2008-05-05 14:05:23 +00:00
telldir.h Do not read away the target directory entry when encountering deleted 2008-05-05 14:05:23 +00:00
termios.c Implement POSIX function tcgetsid() which returns session id. 2008-04-15 08:33:32 +00:00
time.3
time.c
times.3
times.c
timezone.3
timezone.c
tls.c o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN 2008-04-29 23:15:23 +00:00
ttyname.3
ttyname.c
ttyslot.c
tzset.3
ualarm.3
ualarm.c
ucontext.3
ulimit.3
ulimit.c
uname.3
uname.c
unvis.3
unvis.c
usleep.3
usleep.c
utime.3
utime.c
valloc.3 Remove extraneous .Ef request. 2007-10-30 15:26:20 +00:00
valloc.c
vis.3
vis.c
wait3.c
wait.c
waitpid.c
wordexp.3
wordexp.c