1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc/gen
2010-01-18 10:29:04 +00:00
..
__getosreldate.c
__xuname.c
_once_stub.c Revert the previous change to pthread_once() stub in libc. It is actually 2009-11-20 20:43:34 +00:00
_pthread_stubs.c Use umtx to implement process sharable semaphore, to make this work, 2010-01-05 02:37:59 +00:00
_rand48.c
_spinlock_stub.c
_thread_init.c
alarm.3
alarm.c
arc4random.3
arc4random.c
assert.c
basename.3 Add basename_r(3) to complement basename(3). basename_r(3) which accepts 2009-10-06 14:05:57 +00:00
basename.c Add basename_r(3) to complement basename(3). basename_r(3) which accepts 2009-10-06 14:05:57 +00:00
check_utility_compat.3
check_utility_compat.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
dirname.3
dirname.c
disklabel.c
dladdr.3
dlfcn.c Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). 2009-04-03 19:17:23 +00:00
dlinfo.3
dllockinit.3
dlopen.3 Implement RTLD_NOLOAD flag for dlopen(3). 2009-07-17 19:45:42 +00:00
drand48.c
erand48.c
err.3
err.c
errlst.c Add a new errno, ENOTCAPABLE, to be returned when a process requests an 2009-10-07 20:20:51 +00:00
errno.c
exec.3
exec.c Remove warnings from exec.c. 2009-12-05 18:55:16 +00:00
fdevname.c Remove (hidden) warning about missing prototypes for fdevname(3). 2009-12-05 18:51:44 +00:00
feature_present.3
feature_present.c
fmtcheck.3
fmtcheck.c Use const instead of __const, and merge the license change from NetBSD. 2009-06-23 23:52:12 +00:00
fmtmsg.3
fmtmsg.c Fix a copy+paste error by checking the correct variable against MM_NULLACT. 2009-11-08 14:02:54 +00:00
fnmatch.3
fnmatch.c
fpclassify.3
fpclassify.c
frexp.3
frexp.c
fstab.c
ftok.3 Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. 2009-07-13 12:53:43 +00:00
ftok.c
fts-compat.c
fts-compat.h
fts.3 Clarify that the value of the fts_info field is different in post-order. 2009-11-26 19:09:10 +00:00
fts.c Reset path name back to original correctly in fts_build() when 2009-11-26 19:11:44 +00:00
ftw.3
ftw.c
getbootfile.3
getbootfile.c
getbsize.3
getbsize.c
getcap.3
getcap.c Eliminate more dead stores. 2009-11-25 04:45:45 +00:00
getcontext.3
getcwd.3
getcwd.c Make getcwd(3) faster, simpler and more compliant using *at syscalls. 2009-10-13 20:58:22 +00:00
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 Don't let the C library depend on <utmp.h>. 2009-12-05 19:04:21 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c
getosreldate.3
getosreldate.c
getpagesize.3
getpagesize.c
getpagesizes.3 Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] 2009-09-21 18:02:02 +00:00
getpagesizes.c Add getpagesizes(3). This functions either the number of supported page 2009-09-19 18:01:32 +00:00
getpass.3
getpeereid.3
getpeereid.c
getprogname.3
getprogname.c
getpwent.3
getpwent.c
getttyent.3 Add two changes that should have gone into commit r202274. 2010-01-14 05:37:43 +00:00
getttyent.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
getusershell.3
getusershell.c Eliminate more dead stores. 2009-11-25 04:45:45 +00:00
getutxent.3 Perform several small cleanups to the utmpx code. 2010-01-17 21:40:05 +00:00
getutxent.c Perform several small cleanups to the utmpx code. 2010-01-17 21:40:05 +00:00
getvfsbyname.3
getvfsbyname.c
glob.3
glob.c
initgroups.3 In preparation for raising NGROUPS and NGROUPS_MAX, change base 2009-06-19 15:58:24 +00:00
initgroups.c In preparation for raising NGROUPS and NGROUPS_MAX, change base 2009-06-19 15:58:24 +00:00
isatty.c
isgreater.3
isinf.c
isnan.c
jrand48.c
lcong48.c
ldexp.3
ldexp.c
lockf.3 Sync license changes. 2009-03-04 01:01:26 +00:00
lockf.c Sync license changes. 2009-03-04 01:01:26 +00:00
lrand48.c
makecontext.3
Makefile.inc Add two changes that should have gone into commit r202274. 2010-01-14 05:37:43 +00:00
modf.3
mrand48.c
nftw.c
nice.3
nice.c
nlist.3
nlist.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
nrand48.c
opendir.c a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires. 2010-01-18 10:17:51 +00:00
pause.3
pause.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
pmadvise.c
popen.3
popen.c Rename the queue macros I introduced last year. 2009-05-27 19:28:04 +00:00
posix_spawn_file_actions_addopen.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawn_file_actions_init.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawn.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawn.c
posix_spawnattr_getflags.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_getpgroup.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_getschedparam.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_getschedpolicy.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_getsigdefault.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_getsigmask.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
posix_spawnattr_init.3 Use our canonical .Dd format. 2009-11-02 12:35:38 +00:00
psignal.3
psignal.c
pututxline.c Perform several small cleanups to the utmpx code. 2010-01-17 21:40:05 +00:00
pw_scan.c It is believed the last subsystem that limited ID sizes to something 2009-07-22 20:46:17 +00:00
pw_scan.h
pwcache.3
pwcache.c Don't let the C library depend on <utmp.h>. 2009-12-05 19:04:21 +00:00
raise.3
raise.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
rand48.3
rand48.h
readdir.c
readpassphrase.3
readpassphrase.c
rewinddir.c
rfork_thread.3
scandir.3 Modernize scandir(3) and alphasort(3) interfaces according to the IEEE 2010-01-04 15:40:17 +00:00
scandir.c a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires. 2010-01-18 10:17:51 +00:00
seed48.c
seekdir.c
sem_destroy.3
sem_getvalue.3
sem_init.3 Update manuals of sem_open and sem_init. 2010-01-12 01:30:05 +00:00
sem_new.c preserve errno when processing error cases. 2010-01-18 10:29:04 +00:00
sem_open.3 Update manuals of sem_open and sem_init. 2010-01-12 01:30:05 +00:00
sem_post.3
sem_timedwait.3
sem_wait.3
sem.c forgot to remove SYM_FBP10. ;-) 2010-01-05 05:47:18 +00:00
semctl.c Change the ABI of some of the structures used by the SYSV IPC API: 2009-06-24 21:10:52 +00:00
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
sleep.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
srand48.c
statvfs.3
statvfs.c
stringlist.3
stringlist.c
strtofflags.3
strtofflags.c
swapcontext.c
Symbol.map Unexpose the old uname(3) function. 2010-01-16 17:05:27 +00:00
sysconf.3
sysconf.c
sysctl.3
sysctl.c
sysctlbyname.c
sysctlnametomib.c
syslog.3
syslog.c
tcgetpgrp.3
tcgetsid.3 Add tcsetsid(3). 2009-05-07 13:49:48 +00:00
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
tcsetsid.3 Add tcsetsid(3). 2009-05-07 13:49:48 +00:00
telldir.c
telldir.h
termios.c Use ANSI C prototypes inside termios. 2009-12-05 18:53:04 +00:00
time.3 Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). 2009-12-29 14:29:08 +00:00
time.c Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for 2009-12-29 12:47:47 +00:00
times.3
times.c
timezone.3
timezone.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
tls.c
ttyname.3 Phase out ttyslot(3). 2010-01-14 05:35:32 +00:00
ttyname.c
ttyslot.c Simplify ttyslot(3). 2010-01-17 15:43:14 +00:00
tzset.3 Catch up with r130332 which changed the default timezone from GMT to UTC. 2009-11-17 16:29:39 +00:00
ualarm.3
ualarm.c
ucontext.3
ulimit.3
ulimit.c
uname.3
uname.c Unexpose the old uname(3) function. 2010-01-16 17:05:27 +00:00
unvis.3
unvis.c
usleep.3
usleep.c Fix many "function declaration isn't a prototype" warnings in libc. 2009-12-05 19:31:38 +00:00
utime.3
utime.c
utxdb.c Perform several small cleanups to the utmpx code. 2010-01-17 21:40:05 +00:00
utxdb.h Perform several small cleanups to the utmpx code. 2010-01-17 21:40:05 +00:00
valloc.3
valloc.c
vis.3
vis.c
wait3.c
wait.c
waitpid.c
wordexp.3
wordexp.c Eliminate more dead stores. 2009-11-25 04:45:45 +00:00