freebsd-dev/lib/libc/gen
2015-03-06 22:22:57 +00:00
..
__getosreldate.c
__pthread_mutex_init_calloc_cb_stub.c Fix known issues which blow up the process after dlopen("libthr.so") 2015-01-03 18:38:46 +00:00
__xuname.c
_once_stub.c
_pthread_stubs.c
_rand48.c
_spinlock_stub.c Fix typo. Note that this is mostly innocent, since libthr no longer 2015-02-27 19:23:01 +00:00
_thread_init.c
alarm.3
alarm.c
arc4random.3
arc4random.c libc/gen: small updates to code originating at OpenBSD 2014-07-15 02:21:35 +00:00
assert.c
auxv.c
basename.3
basename.c
cap_rights_get.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
cap_sandboxed.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
cap_sandboxed.c Update most userspace consumers of capability.h to use capsicum.h instead. 2014-03-16 11:04:44 +00:00
check_utility_compat.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
check_utility_compat.c
clock_getcpuclockid.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
clock_getcpuclockid.c
clock.3
clock.c
closedir.c
confstr.3
confstr.c
crypt.c
ctermid.3
ctermid.c
daemon.3
daemon.c
devname.3
devname.c
directory.3 If telldir() is called immediately after a call to seekdir(), POSIX 2014-07-29 00:16:33 +00:00
dirfd.c
dirname.3
dirname.c
disklabel.c Drop cgetclose() from getdiskbyname(). 2015-02-06 14:07:01 +00:00
dl_iterate_phdr.3 Update dl_iterate_phdr(3) to follow r272842 2014-10-09 22:58:33 +00:00
dladdr.3
dlfcn.c Add rtld private interface for dso to detect dynamic loading 2015-01-03 18:09:53 +00:00
dlinfo.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
dllockinit.3
dlopen.3 The ld(1) flag is -Bsymbolic not -Wsymbolic. 2015-02-14 15:14:41 +00:00
drand48.c
dup3.3
dup3.c
elf_utils.c
erand48.c
err.3
err.c
errlst.c Revert r274772: it is not valid on MIPS 2014-11-25 03:50:31 +00:00
errno.c
exec.3
exec.c
fdevname.c
feature_present.3
feature_present.c
fmtcheck.3
fmtcheck.c
fmtmsg.3
fmtmsg.c
fnmatch.3
fnmatch.c
fpclassify.3
fpclassify.c
frexp.3
frexp.c
fstab.c Replace strcpy() with strlcpy() 2015-02-15 21:11:07 +00:00
ftok.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
ftok.c
fts-compat.c
fts-compat.h
fts.3
fts.c fts: Don't abort if an empty pathname is given. 2014-03-06 22:47:11 +00:00
ftw.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
ftw.c
gen-private.h Fix some edge cases with rewinddir(): 2014-07-11 16:16:26 +00:00
getbootfile.3
getbootfile.c
getbsize.3
getbsize.c
getcap.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
getcap.c
getcontext.3
getcwd.3
getcwd.c
getdiskbyname.3
getdomainname.3
getdomainname.c
getfsent.3
getgrent.3
getgrent.c Fix small memleaks in nis_passwd() and nis_group(). 2015-02-20 01:02:32 +00:00
getgrouplist.3 getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so 2014-10-27 04:09:23 +00:00
getgrouplist.c
gethostname.3
gethostname.c
getloadavg.3
getloadavg.c
getlogin.c The getlogin_basic() function can return a 0 status with a NULL 2014-04-05 18:14:58 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c
getosreldate.3
getosreldate.c
getpagesize.3
getpagesize.c
getpagesizes.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
getpagesizes.c
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3
getpwent.c compat_passwd(): yet another uninitialized access to stayopen. 2015-03-06 22:22:57 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c
getutxent.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
getutxent.c
getvfsbyname.3
getvfsbyname.c
glob.3
glob.c
initgroups.3 getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so 2014-10-27 04:09:23 +00:00
initgroups.c
isatty.c
isgreater.3
isinf.c
isnan.c Revert r274772: it is not valid on MIPS 2014-11-25 03:50:31 +00:00
jrand48.c
lcong48.c
ldexp.3
ldexp.c
libc_dlopen.c
lockf.3
lockf.c
lrand48.c
makecontext.3
Makefile.inc Fix known issues which blow up the process after dlopen("libthr.so") 2015-01-03 18:38:46 +00:00
modf.3
modf.c
mrand48.c
nftw.c
nice.3 nice(): Put back old return value, keeping [EPERM] error. 2015-02-28 18:22:10 +00:00
nice.c nice(): Put back old return value, keeping [EPERM] error. 2015-02-28 18:22:10 +00:00
nlist.3
nlist.c Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635. 2014-09-17 20:26:27 +00:00
nrand48.c
opendir.c Fix some edge cases with rewinddir(): 2014-07-11 16:16:26 +00:00
pause.3
pause.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
pmadvise.c The posix_madvise(3) and posix_fadvise(2) should return error on 2014-01-30 18:04:39 +00:00
popen.3
popen.c
posix_spawn_file_actions_addopen.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawn_file_actions_init.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawn.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
posix_spawn.c
posix_spawnattr_getflags.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_getpgroup.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_getschedparam.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_getschedpolicy.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_getsigdefault.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_getsigmask.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
posix_spawnattr_init.3 Fixed ENOMEM description. 2014-08-13 14:49:51 +00:00
psignal.3
psignal.c
pututxline.c
pw_scan.c
pw_scan.h
raise.3
raise.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
rand48.3
rand48.h
readdir.c Fix some edge cases with rewinddir(): 2014-07-11 16:16:26 +00:00
readpassphrase.3
readpassphrase.c libc/gen: small updates to code originating at OpenBSD 2014-07-15 02:21:35 +00:00
rewinddir.c Always seek back to the beginning of a regular directory, even if the 2014-09-03 19:01:34 +00:00
rfork_thread.3
scandir_b.c Add support for some block functions that come from OS X. These are 2014-04-02 16:07:48 +00:00
scandir.3 Various mdoc fixes and a few EOL whitespace removals. 2014-12-21 12:36:36 +00:00
scandir.c Add support for some block functions that come from OS X. These are 2014-04-02 16:07:48 +00:00
seed48.c
seekdir.c
sem_destroy.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem_getvalue.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem_init.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem_new.c sem_post(): Fix and document semaphore value overflow error. 2015-01-28 22:42:56 +00:00
sem_open.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem_post.3 sem_post(): Fix and document semaphore value overflow error. 2015-01-28 22:42:56 +00:00
sem_timedwait.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem_wait.3 Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores 2014-10-24 19:55:49 +00:00
sem.c
semctl.c
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3 setmode(3): Make sure that setmode sets errno on failure. 2015-02-22 20:16:44 +00:00
setmode.c setmode(3): Make sure that setmode sets errno on failure. 2015-02-22 20:16:44 +00:00
setproctitle.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
setproctitle.c
setprogname.c
siginterrupt.3
siginterrupt.c
siglist.c
signal.3
signal.c
sigsetops.3
sigsetops.c
sleep.3 Clarify text to be consistent with nanosleep(2), 2015-01-08 01:27:43 +00:00
sleep.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
srand48.c
statvfs.3 use .Mt to mark up email addresses consistently (part4) 2014-06-23 08:25:03 +00:00
statvfs.c
stringlist.3
stringlist.c
strtofflags.3
strtofflags.c
Symbol.map Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
sysconf.3
sysconf.c Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX). 2014-07-09 19:12:18 +00:00
sysctl.3
sysctl.c
sysctlbyname.c
sysctlnametomib.c
syslog.3
syslog.c Reinstitate send() after syslogd restarts. 2014-11-25 20:59:22 +00:00
tcgetpgrp.3
tcgetsid.3
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
tcsetsid.3
telldir.c If telldir() is called immediately after a call to seekdir(), POSIX 2014-07-29 00:16:33 +00:00
telldir.h Fix some edge cases with rewinddir(): 2014-07-11 16:16:26 +00:00
termios.c Fix known issues which blow up the process after dlopen("libthr.so") 2015-01-03 18:38:46 +00:00
time.3
time.c
times.3
times.c
timezone.3
timezone.c
tls.c Revert r274772: it is not valid on MIPS 2014-11-25 03:50:31 +00:00
trivial-getcontextx.c Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
ttyname.3 ttyname(3): Fix EBADF/ENOTTY error descriptions. 2014-07-18 21:29:59 +00:00
ttyname.c ttyname_r(): Return actual error, not always [ENOTTY]. 2015-02-01 22:50:33 +00:00
ttyslot.c
tzset.3
ualarm.3
ualarm.c
ucontext.3
ulimit.3
ulimit.c ulimit(3): simplify. 2015-02-17 16:01:00 +00:00
uname.3
uname.c
unvis-compat.c
usleep.3
usleep.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
utime.3
utime.c
utxdb.c
utxdb.h
valloc.3
valloc.c
wait3.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
wait.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
waitid.c
waitpid.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
wordexp.3
wordexp.c