1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/lib/libc
Ben Smithurst d9b1c37c3b Fix description of argv[0] passed to interpreted scripts; it's the name of
the interpreter, _not_ the argv[0] passed in the original exec() call.
2000-08-05 16:38:24 +00:00
..
alpha Take a shot at implementing a functional rfork_thread() for alpha. This 2000-07-29 11:43:21 +00:00
amd64 rfork(2) wrapper for simple rfork-style threads. I have lost count of 2000-07-29 07:14:04 +00:00
compat-43
db Prevent TMPDIR overflow. 2000-08-04 10:50:21 +00:00
gen sprintf -> snprintf paranoia 2000-08-04 10:23:42 +00:00
gmon
i386 Fix some rather interesting bugs that managed to not turn up in various 2000-07-29 11:34:01 +00:00
include
locale fix comment 2000-07-07 08:24:50 +00:00
mips
mipseb
mipsel
net Use _close() instead of close() in addrconfig() to keep it from becoming a 2000-07-21 04:22:39 +00:00
nls Prevent internal buffer overflow due to expansion of $LANG and/or name 2000-08-05 04:56:43 +00:00
posix1e Fix typo, teh -> the. 2000-07-14 11:23:04 +00:00
quad
regex Actually make it so this Makefile can build grot. 2000-07-10 06:10:47 +00:00
rpc Calculate the string length of a u_long at compile-time, instead of using a 2000-08-04 11:07:57 +00:00
stdio
stdlib Turn malloc options "AJ" on by default. 2000-07-09 13:10:18 +00:00
stdtime Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 2000-08-04 11:03:20 +00:00
string Drop the references to index(3) and rindex(3), which are non-standard 2000-07-18 08:05:11 +00:00
sys Fix description of argv[0] passed to interpreted scripts; it's the name of 2000-08-05 16:38:24 +00:00
xdr
yp
Makefile
Makefile.inc