1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib/libc
Kris Kennaway f1303ab4b2 Increase the size of the mktemp() filename space by dropping the PID from
the encoding and using the character set [a-zA-Z0-9]. This gives a total
of 62^6 = 56800235584 possible temporary filenames for the usual default
invocation of 6 X's (compared to as few as 52 possibilities for the
previous algorithm where up to 5 characters were wasted by the PID).

Update some apparently bitrotten comments to reflect reality.

Audited by:	eivind, freebsd-audit
Reviewed by:	freebsd-current (a while ago)
Originally submitted by:	Peter Jeremy <Peter.Jeremy@alcatel.com.au>
2000-11-10 23:27:55 +00:00
..
alpha Remove duplicate FreeBSD id tags. 2000-08-21 21:05:44 +00:00
amd64 Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
compat-43 Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:00:11 +00:00
db Use size_t rather than a 16-bit data type fo the length. 2000-11-07 22:19:23 +00:00
gen Fix passwd entry `prototypes' in compat mode. I broke this in revision 2000-11-10 19:11:14 +00:00
gmon Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
i386 Add a couple of debug register helper functions to assist in setting 2000-09-21 17:07:27 +00:00
ia64 Return zero from setjmp() and _setjmp() for now. 2000-10-16 16:51:50 +00:00
include
locale Disallow '/' characters in LC_* environment variables which might 2000-09-08 07:29:48 +00:00
mips
mipseb
mipsel
net Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
nls Fix typo 2000-09-27 18:24:31 +00:00
posix1e o Introduce cap_from_text() and cap_to_text() implementations. 2000-10-13 18:24:58 +00:00
quad
regex Actually make it so this Makefile can build grot. 2000-07-10 06:10:47 +00:00
rpc strtok() -> strsep() (no strtok() in libraries allowed) 2000-08-29 21:04:07 +00:00
stdio Increase the size of the mktemp() filename space by dropping the PID from 2000-11-10 23:27:55 +00:00
stdlib Fixed typos. 2000-11-06 15:46:57 +00:00
stdtime Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
string Avoid use of direct troff requests in mdoc(7) manual pages. 2000-11-10 17:46:15 +00:00
sys remove outdated bugs, we actually do have aio_cancel support 2000-11-10 20:57:05 +00:00
xdr Do proper byte swapping in 64bit routines. 2000-04-12 08:41:16 +00:00
yp Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile sigset_t change (part 5 of 5) 1999-09-29 15:18:46 +00:00
Makefile.inc Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00