1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/lib/libc/gen
Yaroslav Tykhiy d0080709e7 Clarify and extend paragraphs on interoperation
of fcntl(2), flock(2), and lockf(3) advisory locks.
Add such a paragraph to the flock(2) manpage for the
sake of consistency.

Reviewed by:	Cyrille Lefevre and Kirk McKusick on -arch
MFC after:	2 weeks
2004-05-17 23:09:10 +00:00
..
__xuname.c
_pthread_stubs.c
_rand48.c
_spinlock_stub.c - Define a _spinunlock() function so that threading implementations may do 2003-03-26 04:02:24 +00:00
_thread_init.c
alarm.3
alarm.c
arc4random.3 The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1. 2003-07-31 06:18:24 +00:00
arc4random.c Add locking so that arc4random(3) functions are all reentrant for 2004-03-24 14:44:57 +00:00
assert.c
basename.3
basename.c
check_utility_compat.3
check_utility_compat.c Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
clock.3
clock.c
closedir.c
confstr.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
confstr.c Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
crypt.c
ctermid.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
ctermid.c
daemon.3 Remove ',' accidentally added after ".Xr fork 2". 2003-11-10 22:04:51 +00:00
daemon.c Prevent abnormal termination of a child daemon process when created 2003-11-10 22:01:42 +00:00
devname.3 mdoc(7): Fix common mistakes made in the SEE ALSO section. 2003-09-12 21:54:11 +00:00
devname.c Add devname_r(3) which takes a buffer as argument. 2003-06-20 09:52:27 +00:00
directory.3
dirname.3
dirname.c
disklabel.c
dladdr.3
dlfcn.c Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
dlfunc.c
dlinfo.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
dllockinit.3
dlopen.3 Mention that dlerror() is also applicable to retrieve error message after 2003-02-21 13:43:41 +00:00
drand48.c
erand48.c
err.3
err.c
errlst.c
errno.c
exec.3 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
exec.c Fixed some style bugs. 2003-07-01 12:30:03 +00:00
fmtcheck.3
fmtcheck.c When *printf() and *scanf() are compiled without floating-point 2004-05-02 10:55:05 +00:00
fmtmsg.3
fmtmsg.c Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
fnmatch.3 Rephrase .Nd description to contain the key 2003-11-06 00:52:37 +00:00
fnmatch.c
fpclassify.3 Assorted mdoc(7) fixes. 2003-06-01 19:19:59 +00:00
fpclassify.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
frexp.3
fstab.c - Add setfstab() and getfstab(). 2003-04-07 12:55:00 +00:00
ftok.3
ftok.c
fts-compat.c Fixed some minor style bugs. 2004-05-13 15:59:38 +00:00
fts-compat.h Fix some^Wseveral style bugs from last commit. 2004-05-12 21:38:39 +00:00
fts.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
fts.c Fixed some minor style bugs. 2004-05-13 15:59:38 +00:00
getbootfile.3
getbootfile.c Return "/boot/kernel/kernel" instead of "/kernel" if the sysctl() call 2003-04-11 13:54:28 +00:00
getbsize.3
getbsize.c
getcap.3
getcap.c
getcontext.3
getcwd.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
getcwd.c Remove incomplete support for running FreeBSD userland on old NetBSD kernels 2003-10-29 10:45:01 +00:00
getdiskbyname.3
getdomainname.3 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
getdomainname.c
getfsent.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
getgrent.3 getgrent() and friends should set errno if there is an error. 2004-05-17 22:15:49 +00:00
getgrent.c getgrent() and friends should set errno if there is an error. 2004-05-17 22:15:49 +00:00
getgrouplist.3
getgrouplist.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
gethostname.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
gethostname.c Add a kluge suggested by Marcel to paper over the difference between 2003-08-19 23:01:46 +00:00
getloadavg.3
getloadavg.c
getlogin.c Remove incomplete support for running FreeBSD userland on old NetBSD kernels 2003-10-29 10:45:01 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c
getobjformat.3
getobjformat.c
getosreldate.3 Fixed copyright. 2003-02-24 22:55:33 +00:00
getosreldate.c
getpagesize.3
getpagesize.c
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3 POSIX prohibits any library function from setting errno to 0. 2004-05-17 18:27:05 +00:00
getpwent.c POSIX prohibits any library function from setting errno to 0. 2004-05-17 18:27:05 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' by 2003-04-24 20:16:21 +00:00
getvfsbyname.3
getvfsbyname.c Remove incomplete support for running FreeBSD userland on old NetBSD kernels 2003-10-29 10:45:01 +00:00
glob.3 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
glob.c Remove incomplete support for running FreeBSD userland on old NetBSD kernels 2003-10-29 10:45:01 +00:00
initgroups.3
initgroups.c Fix problem where initgroups would silently truncate groups with 2003-11-19 15:51:26 +00:00
isatty.c
isgreater.3 Assorted mdoc(7) fixes. 2003-06-01 19:19:59 +00:00
jrand48.c
lcong48.c
ldexp.3
lockf.3 Clarify and extend paragraphs on interoperation 2004-05-17 23:09:10 +00:00
lockf.c
lrand48.c
makecontext.3
Makefile.inc Belatedly remove the getvfsent(3) API. All the consumers have been 2004-04-11 21:36:31 +00:00
modf.3
mrand48.c
msgctl.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
msgget.3
msgrcv.3
msgsnd.3
nice.3
nice.c
nlist.3
nlist.c Eliminate 19 warnings in libc (at level WARNS=2) of the 2003-02-27 13:40:01 +00:00
nrand48.c
ntp_gettime.c
opendir.c Make sure we initialise dirp->dd_size if we aren't reading a unionfs 2003-12-26 12:00:46 +00:00
pause.3
pause.c
pmadvise.c Add the POSIX 1003.1-2001 posix_madvise() interface. 2003-08-09 03:23:24 +00:00
popen.3 Add or correct section number in .Xr. Use .Vt or .Fn 2003-06-08 10:01:52 +00:00
popen.c
posixshm.c
pselect.3
pselect.c
psignal.3
psignal.c
pw_scan.c add missing endusershell() call. Original version was incorrect. 2004-01-18 21:33:25 +00:00
pw_scan.h
pwcache.3
pwcache.c
raise.3
raise.c Make raise and _raise as weak symbols, so they can be overriden by 2003-07-19 05:22:56 +00:00
rand48.3
rand48.h
readdir.c
readpassphrase.3
readpassphrase.c
rewinddir.c
rfork_thread.3 Replace the return value of rfork_thread(3) in its manual page 2003-04-27 21:07:27 +00:00
scandir.3
scandir.c
seed48.c
seekdir.c
sem_destroy.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem_getvalue.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem_init.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem_open.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem_post.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem_wait.3 - libc/sys/sem.c was repocopied to libc/gen/sem.c. 2004-01-14 20:54:16 +00:00
sem.c Prevent memory leak on sem_destroy() by destroying the semaphore's 2004-02-06 15:15:44 +00:00
semctl.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3
setmode.c More changes from NetBSD: 2003-02-23 00:24:03 +00:00
setproctitle.3
setproctitle.c Don't segfault if setproctitle(3) is called with NULL initially. 2003-07-01 09:45:35 +00:00
setprogname.c
shm_open.3
siginterrupt.3
siginterrupt.c
siglist.c
signal.3 Markup nit. 2004-04-27 09:18:49 +00:00
signal.c
signbit.3 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
signbit.c Implement C99's signbit() macro. 2003-02-11 21:56:21 +00:00
sigsetops.3 Supplement the cross-references section with those to sigpending(2) 2003-06-24 15:27:31 +00:00
sigsetops.c
sleep.3
sleep.c
srand48.c
statvfs.3 Add or correct section number in .Xr. Use .Vt or .Fn 2003-06-08 10:01:52 +00:00
statvfs.c
stringlist.3 mdoc(7) police: markup laundry. 2003-02-23 01:47:49 +00:00
stringlist.c
strtofflags.3
strtofflags.c
swapcontext.c
sysconf.3 Back out previous commit due to incorrect content. 2003-12-23 18:42:55 +00:00
sysconf.c
sysctl.3 Document the existence of NET_RT_IFMALIST. 2004-03-25 10:08:46 +00:00
sysctl.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
sysctlbyname.c
sysctlnametomib.c
syslog.3
syslog.c Remove a trailing newline, to behave as documented in syslog(3): 2004-05-10 17:12:52 +00:00
tcgetpgrp.3
tcsendbreak.3
tcsetattr.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
tcsetpgrp.3
telldir.c
telldir.h
termios.c
time.3 Rewrite to reflect slight change in semantics for C99, and note a bug 2003-07-19 03:19:59 +00:00
time.c C99 compliance: time() always sets its return value in both places 2003-07-19 02:53:46 +00:00
times.3
times.c
timezone.3
timezone.c
ttyname.3
ttyname.c Remove unused variables and function declarations. Add missing headers. 2004-01-06 18:26:15 +00:00
ttyslot.c
tzset.3 Add or correct section number in .Xr. Use .Vt or .Fn 2003-06-08 10:01:52 +00:00
ualarm.3 o fix a sentence to match with the synopsis [1] 2004-05-09 11:11:21 +00:00
ualarm.c
ucontext.3
ulimit.3
ulimit.c
uname.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
uname.c
unvis.3
unvis.c Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
usleep.3
usleep.c
utime.3
utime.c
valloc.3
valloc.c
vis.3 Document incorrect handling of multibyte characters. 2004-03-21 11:31:37 +00:00
vis.c Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree. 2003-10-30 12:41:50 +00:00
wait3.c
wait.c
waitpid.c
wordexp.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
wordexp.c Terminate execl()'s argument list with a null pointer instead of a 2004-04-09 11:32:32 +00:00