1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/lib/libc/gen
Pedro F. Giffuni d2f783303b ulimit(3): simplify.
rlim_t is at least as large as long, so we don't need the
extra variable to keep the intermediate step. We don't
need the volatile either.

The code was tested on i386 and amd64.

Suggested by:	bde
X-MFC with:	r278803
2015-02-17 16:01:00 +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 Properly interpose libc spinlocks, was missed in r276630. In 2015-02-14 11:47:40 +00:00
_thread_init.c
alarm.3
alarm.c
arc4random.3
arc4random.c
assert.c
auxv.c
basename.3
basename.c
cap_rights_get.3
cap_sandboxed.3
cap_sandboxed.c
check_utility_compat.3
check_utility_compat.c
clock_getcpuclockid.3
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
dirfd.c
dirname.3
dirname.c
disklabel.c Drop cgetclose() from getdiskbyname(). 2015-02-06 14:07:01 +00:00
dl_iterate_phdr.3
dladdr.3
dlfcn.c Add rtld private interface for dso to detect dynamic loading 2015-01-03 18:09:53 +00:00
dlinfo.3
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
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
ftok.c
fts-compat.c
fts-compat.h
fts.3
fts.c
ftw.3
ftw.c
gen-private.h
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 Reverse one of the initializations from r278804. 2015-02-15 21:03:49 +00:00
getgrouplist.3
getgrouplist.c
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
getpagesizes.3
getpagesizes.c
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3
getpwent.c More tidy-ups on uninitialized scalar variable 2015-02-15 16:50:21 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c
getutxent.3
getutxent.c
getvfsbyname.3
getvfsbyname.c
glob.3
glob.c
initgroups.3
initgroups.c
isatty.c
isgreater.3
isinf.c
isnan.c
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.c
nlist.3
nlist.c
nrand48.c
opendir.c
pause.3
pause.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
pmadvise.c
popen.3
popen.c
posix_spawn_file_actions_addopen.3
posix_spawn_file_actions_init.3
posix_spawn.3
posix_spawn.c
posix_spawnattr_getflags.3
posix_spawnattr_getpgroup.3
posix_spawnattr_getschedparam.3
posix_spawnattr_getschedpolicy.3
posix_spawnattr_getsigdefault.3
posix_spawnattr_getsigmask.3
posix_spawnattr_init.3
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
readpassphrase.3
readpassphrase.c
rewinddir.c
rfork_thread.3
scandir_b.c
scandir.3
scandir.c
seed48.c
seekdir.c
sem_destroy.3
sem_getvalue.3
sem_init.3
sem_new.c sem_post(): Fix and document semaphore value overflow error. 2015-01-28 22:42:56 +00:00
sem_open.3
sem_post.3 sem_post(): Fix and document semaphore value overflow error. 2015-01-28 22:42:56 +00:00
sem_timedwait.3
sem_wait.3
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
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
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
sysctl.3
sysctl.c
sysctlbyname.c
sysctlnametomib.c
syslog.3
syslog.c
tcgetpgrp.3
tcgetsid.3
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
tcsetsid.3
telldir.c
telldir.h
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
trivial-getcontextx.c Remove duplicate copies of trivial getcontextx.c 2015-01-12 18:13:38 +00:00
ttyname.3
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