1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/lib/libc
Daniel Eischen ef80a53495 Cleanup XXXdir functions to eliminate global hash table of
telldir positions.  This will allow (future) locking on a
per-DIR basis (for MT-safety).  For now, this change does
the following:

  o Remove the hash table from telldir.c.  Recode to use queue
    macros.

  o Remove 'const' from 'telldir(const DIR *)'.

  o Remove 'register' variables as suggested in a recent
    thread.

No response from: -current
2000-12-06 03:15:49 +00:00
..
alpha Remove last vestiges of thr_sleep and thr_wakeup from libc. 2000-12-02 05:58:03 +00:00
amd64 Remove last vestiges of thr_sleep and thr_wakeup from libc. 2000-12-02 05:58:03 +00:00
compat-43 mdoc(7) police: Er macro usage cleanup. 2000-11-22 16:02:00 +00:00
db
gen Cleanup XXXdir functions to eliminate global hash table of 2000-12-06 03:15:49 +00:00
gmon
i386 Remove last vestiges of thr_sleep and thr_wakeup from libc. 2000-12-02 05:58:03 +00:00
ia64 Remove last vestiges of thr_sleep and thr_wakeup from libc. 2000-12-02 05:58:03 +00:00
include
locale mdoc(7) police: Er macro usage cleanup. 2000-11-22 16:02:00 +00:00
mips
mipseb
mipsel
net - __ivaliduser_sa() was introduced for forthcoming IPv6 support to lpd 2000-12-04 18:02:12 +00:00
nls mdoc(7) police: use certified section headers wherever possible. 2000-11-17 11:44:16 +00:00
posix1e mdoc(7) police: Er macro usage cleanup. 2000-11-22 16:02:00 +00:00
quad
regex Replace a dagger' sign with a double dagger' one. 2000-11-16 11:22:42 +00:00
rpc Eliminate groff(1) warnings. 2000-11-24 09:33:37 +00:00
stdio mdoc(7) police: use the new features of the Nm macro. 2000-11-20 14:08:07 +00:00
stdlib The parameter that contains valid options is "optstring", not "optarg". 2000-11-28 22:06:17 +00:00
stdtime sprintf -> snprintf 2000-11-26 09:05:40 +00:00
string MAXPATHNAMELEN -> MAXPATHLEN 2000-11-19 11:29:58 +00:00
sys mdoc(7) police: fix formatting errors in rev 1.27. 2000-12-04 08:11:50 +00:00
xdr
yp
Makefile
Makefile.inc