freebsd-dev/lib/libc/gen
Andrey A. Chernov ff17906bc9 Fix bracket error for LogMask
Submitted by: Ruslan Belkin <rus@home2.UA.net>
1995-05-02 17:46:30 +00:00
..
__xuname.c
_rand48.c
alarm.3
alarm.c
assert.c
clock.3 Change CLK_TCK to CLOCKS_PER_SEC. 1995-02-03 22:09:56 +00:00
clock.c Change CLK_TCK to CLOCKS_PER_SEC. (CLK_TCK is a deprecated POSIX feature 1995-02-03 21:59:45 +00:00
closedir.c Reclaim memory used for telldir cookies on closedir. 1995-01-27 13:51:18 +00:00
config_open.3 Added routines to read the canonical UNIX configuration file. This will 1994-11-13 20:47:44 +00:00
config.c Added routines to read the canonical UNIX configuration file. This will 1994-11-13 20:47:44 +00:00
confstr.3
confstr.c
crypt.3
crypt.c
ctermid.3
ctermid.c
ctime.3
ctime.c
daemon.3
daemon.c
devname.3
devname.c
difftime.c
directory.3
disklabel.c
drand48.c
erand48.c
err.3 Add err_set_file() and err_set_exit() functions to make it possible for 1995-04-13 18:04:11 +00:00
err.c Add err_set_file() and err_set_exit() functions to make it possible for 1995-04-13 18:04:11 +00:00
errlst.c
exec.3
exec.c Fix execl[e]. Multiple execle's failed because of bogus caching of the 1994-12-12 01:15:01 +00:00
fnmatch.3
fnmatch.c
frexp.3
fstab.c Change strtok() to strsep(), using strtok() can cause memory corruption 1995-03-24 16:33:44 +00:00
ftok.3 Added function and man page for ftok(3), used in conjunction with 1995-05-01 08:53:21 +00:00
ftok.c Added function and man page for ftok(3), used in conjunction with 1995-05-01 08:53:21 +00:00
fts-compat.c
fts-compat.h
fts.3
fts.c
getbootfile.3
getbootfile.c
getbsize.3
getbsize.c
getcap.3
getcap.c
getcwd.3 stdio.h --> unistd.h 1995-03-09 17:45:23 +00:00
getcwd.c Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to break 1995-02-07 05:52:57 +00:00
getdiskbyname.3
getdomainname.3 Add missing getdomainname manual page. 1994-12-18 14:06:39 +00:00
getdomainname.c
getfsent.3
getgrent.3
getgrent.c Small fix for the following problems: 1995-04-29 17:14:50 +00:00
getgrouplist.3
getgrouplist.c Bruce pointed out, that a misleading warning would be issued 1995-02-17 19:45:21 +00:00
gethostname.3
gethostname.c
getloadavg.3
getloadavg.c
getlogin.c
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c getpwent.c: fix problem with emacs dumping core when NIS is enabled. Also 1995-04-04 05:36:16 +00:00
getosreldate.c
getpagesize.3
getpagesize.c
getpass.3
getpass.c
getpwent.3
getpwent.c in _freecaches(): strdup() allocates us memory -- remember to free it. 1995-04-22 17:28:04 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c
getvfsent.3
getvfsent.c
glob.3
glob.c
initgroups.3
initgroups.c
isatty.c
isinf.3
jrand48.c
lcong48.c
ldexp.3
lrand48.c
Makefile.inc Add missing getdomainname manual page. 1994-12-18 14:06:39 +00:00
modf.3
mrand48.c
msgctl.c
msgget.c
msgrcv.c
msgsnd.c
nice.3
nice.c
nlist.3
nlist.c
nrand48.c
ntp_gettime.c
opendir.c Fix bugs in opendir(): 1995-04-21 15:23:27 +00:00
pause.3
pause.c
popen.3
popen.c
psignal.3
psignal.c
pw_scan.c Be sure to properly fail if there are not enough fields. Problem 1995-01-27 22:30:03 +00:00
pw_scan.h
pwcache.3
pwcache.c
raise.3
raise.c
rand48.3 Fix the bug reported by Torbjorn Granlund <tege@cygnus.com>: 1994-12-25 15:33:39 +00:00
rand48.h
readdir.c
rewinddir.c
scandir.3
scandir.c scandir(3) didn't transfer d_type, and d_ino is called d_fileno now. 1995-03-25 07:39:02 +00:00
seed48.c
seekdir.c
semconfig.c
semctl.c
semget.c
semop.c
setdomainname.c
setflags.c
setflagsbyname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3 Add missing header reference 1995-04-09 04:59:40 +00:00
setmode.c
shmat.c
shmctl.c
shmdt.c
shmget.c
siginterrupt.3
siginterrupt.c
siglist.c
signal.3 Explain the full story, and make it understandable too. 1995-02-25 04:43:20 +00:00
signal.c
sigsetjmp.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c
srand48.c
strtofflags.c
sysconf.3
sysconf.c Include <time.h> instead of <sys/time.h> to get CLK_TCK. Including 1995-02-03 22:28:34 +00:00
sysctl.3 Remove CPU_COLORDISP, GIO_COLOR now exists 1994-10-18 03:42:18 +00:00
sysctl.c
syslog.3
syslog.c Fix bracket error for LogMask 1995-05-02 17:46:30 +00:00
tcgetpgrp.3
tcsendbreak.3
tcsetattr.3
tcsetpgrp.3
telldir.c Fix previous change to preserve const'ness. 1995-02-03 21:54:03 +00:00
termios.c Clear IGNPAR in cfmakeraw() instead of set it. 1995-03-29 19:28:35 +00:00
time.3 Add missing #include <time.h> with time() prototype 1995-02-24 01:02:59 +00:00
time.c
times.3
times.c
timezone.3
timezone.c
ttyname.3
ttyname.c
ttyslot.c
tzset.3
ualarm.3
ualarm.c
uname.3
uname.c
unvis.3
unvis.c
usleep.3
usleep.c
utime.3
utime.c
valloc.3
valloc.c
vis.3
vis.c
wait3.c
wait.c
waitpid.c