1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/lib/libc/gen
Ulrich Spörlein 0d9deed52c mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
2010-10-08 12:40:16 +00:00
..
__getosreldate.c Use aux vector to get values for SSP canary, pagesize, pagesizes array, 2010-08-17 09:13:26 +00:00
__xuname.c
_once_stub.c
_pthread_stubs.c To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
_rand48.c
_spinlock_stub.c Add prototypes for libc private interfaces. 2010-03-31 18:36:04 +00:00
_thread_init.c The 64-bit PowerPC ABI implemented in binutils 2.15 requires some special 2010-07-10 14:39:08 +00:00
alarm.3 Update xrefs from 4.3BSD to modern signal functions in various man pages. 2010-05-06 22:49:54 +00:00
alarm.c
arc4random.3
arc4random.c
assert.c
aux.c Use aux vector to get values for SSP canary, pagesize, pagesizes array, 2010-08-17 09:13:26 +00:00
basename.3
basename.c
check_utility_compat.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
check_utility_compat.c
clock.3
clock.c
closedir.c
confstr.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
confstr.c
crypt.c
ctermid.3
ctermid.c
daemon.3
daemon.c Comment a fine point, so it does not get lost when people borrow code 2010-03-15 08:58:35 +00:00
devname.3
devname.c Perform some cleanups to devname(3). 2010-01-31 14:51:04 +00:00
directory.3
dirname.3
dirname.c
disklabel.c
dladdr.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
dlfcn.c Introduce implementation-private rtld interface _rtld_addr_phdr, which 2010-08-23 15:27:03 +00:00
dlinfo.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
dllockinit.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
dlopen.3 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
drand48.c
elf_utils.c On shared object unload, in __cxa_finalize, call and clear all installed 2010-08-23 15:38:02 +00:00
erand48.c
err.3
err.c
errlst.c
errno.c
exec.3
exec.c
fdevname.c
feature_present.3
feature_present.c
fmtcheck.3 mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the 2010-05-13 12:07:55 +00:00
fmtcheck.c
fmtmsg.3
fmtmsg.c
fnmatch.3
fnmatch.c fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen. 2010-04-16 22:29:24 +00:00
fpclassify.3
fpclassify.c
frexp.3 mdoc: don't abuse Bo/Pc to get what looks like an interval 2010-04-14 18:29:34 +00:00
frexp.c
fstab.c
ftok.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
ftok.c
fts-compat.c
fts-compat.h
fts.3
fts.c
ftw.3
ftw.c
getbootfile.3
getbootfile.c
getbsize.3
getbsize.c
getcap.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
getcap.c
getcontext.3
getcwd.3 getcwd(3): Clarify that EACCES may or may not be checked. 2010-04-17 15:52:50 +00:00
getcwd.c
getdiskbyname.3
getdomainname.3
getdomainname.c
getfsent.3
getgrent.3
getgrent.c
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 Use aux vector to get values for SSP canary, pagesize, pagesizes array, 2010-08-17 09:13:26 +00:00
getpagesize.3
getpagesize.c Use aux vector to get values for SSP canary, pagesize, pagesizes array, 2010-08-17 09:13:26 +00:00
getpagesizes.3
getpagesizes.c Use aux vector to get values for SSP canary, pagesize, pagesizes array, 2010-08-17 09:13:26 +00:00
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3
getpwent.c
getttyent.3
getttyent.c Remove pseudo-terminals from ttys(5). 2010-01-27 11:54:42 +00:00
getusershell.3
getusershell.c
getutxent.3 Spelling fixes. 2010-08-02 16:01:45 +00:00
getutxent.c
getvfsbyname.3
getvfsbyname.c
glob.3
glob.c Fix a bug due to a type conversion from 64 to 32 bits. The side effect of 2010-05-12 17:44:00 +00:00
initgroups.3
initgroups.c
isatty.c
isgreater.3 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
isinf.c
isnan.c
jrand48.c
lcong48.c
ldexp.3
ldexp.c
lockf.3
lockf.c
lrand48.c
makecontext.3
Makefile.inc To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
modf.3
mrand48.c
nftw.c
nice.3
nice.c
nlist.3
nlist.c
nrand48.c
opendir.c Let opendir() use O_DIRECTORY. 2010-03-21 20:45:06 +00:00
pause.3
pause.c Make pause(3) implementation not depended on the legacy sigcompat.c 2010-02-25 13:51:11 +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 Just ignore the timestamps given to pututxline(). 2010-01-23 08:43:21 +00:00
pw_scan.c
pw_scan.h
pwcache.3
pwcache.c
raise.3 raise(3): Note that this sends a signal to the current thread, not process. 2010-05-07 17:20:15 +00:00
raise.c
rand48.3 Bump .Dd, forgotten in r203393 2010-02-02 19:44:51 +00:00
rand48.h
readdir.c
readpassphrase.3
readpassphrase.c
rewinddir.c
rfork_thread.3
scandir.3 mdoc: spell macros correctly, there's no need for the backslash escape 2010-06-02 10:20:38 +00:00
scandir.c
seed48.c
seekdir.c
sem_destroy.3
sem_getvalue.3
sem_init.3
sem_new.c To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
sem_open.3
sem_post.3
sem_timedwait.3 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
sem_wait.3
sem.c To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
semctl.c
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3
setmode.c
setproctitle.3 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
setproctitle.c
setprogname.c
siginterrupt.3 Update xrefs from 4.3BSD to modern signal functions in various man pages. 2010-05-06 22:49:54 +00:00
siginterrupt.c
siglist.c
signal.3
signal.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c
srand48.c
statvfs.3
statvfs.c
stringlist.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
stringlist.c
strtofflags.3
strtofflags.c
swapcontext.c
Symbol.map To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
sysconf.3 mdoc: remove .Pp where not needed 2010-04-14 18:29:26 +00:00
sysconf.c Split the contributed code from libc/stdtime from lib/libc/stdtime 2010-02-26 06:44:00 +00:00
sysctl.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
sysctl.c Add proper const keywords to sysctl(3) parameters. 2010-02-21 13:57:02 +00:00
sysctlbyname.c While there, trim some trailing whitespace. 2010-02-21 14:58:01 +00:00
sysctlnametomib.c Add proper const keywords to sysctl(3) parameters. 2010-02-21 13:57:02 +00:00
syslog.3
syslog.c
tcgetpgrp.3
tcgetsid.3 mdoc: consistently spell our email addresses <foo@FreeBSD.org> 2010-05-19 08:57:53 +00:00
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
tcsetsid.3
telldir.c
telldir.h
termios.c
time.3
time.c
times.3
times.c
timezone.3
timezone.c
tls.c The static TLS size as given by tls_static_space includes TLS_TCB_SIZE 2010-02-16 02:22:59 +00:00
ttyname.3 Improve the ttyname(3) manual page. 2010-01-24 14:44:05 +00:00
ttyname.c
ttyslot.c
tzset.3
ualarm.3 Update xrefs from 4.3BSD to modern signal functions in various man pages. 2010-05-06 22:49:54 +00:00
ualarm.c
ucontext.3
ulimit.3
ulimit.c
uname.3
uname.c
unvis.3
unvis.c
usleep.3
usleep.c
utime.3
utime.c
utxdb.c Just ignore the timestamps given to pututxline(). 2010-01-23 08:43:21 +00:00
utxdb.h
valloc.3
valloc.c
vis.3
vis.c
wait3.c
wait.c
waitpid.c
wordexp.3
wordexp.c