christos
|
ca130c6a90
|
Explicitly mention that telldir values are only valid for the lifetime of
the DIR pointer. Pointed out by Klaus Klein.
|
2006-05-18 15:30:36 +00:00 |
christos
|
cfd3aebca4
|
PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer of
locations per directory instead of a global hash table to avoid memory
leak issues, and incorrect results.
|
2006-05-17 20:36:50 +00:00 |
agc
|
eb7c1594f1
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
2003-08-07 16:42:00 +00:00 |
wiz
|
1fabdcd1fb
|
Drop whitespace.
|
2003-07-04 08:20:31 +00:00 |
kleink
|
9a398ec067
|
Add restrict qualifiers to previous.
|
2003-05-28 20:28:37 +00:00 |
christos
|
9af7135771
|
add mutex locking for directories and readdir_r(3). Influenced by FreeBSD.
|
2003-05-28 20:03:37 +00:00 |
wiz
|
472351e13d
|
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
|
2003-04-16 13:34:34 +00:00 |
enami
|
1b1f503d7a
|
Cosmetic changes in sample code.
|
2003-03-02 14:02:35 +00:00 |
wiz
|
b214676aec
|
New sentence, new line. From Robert Elz.
|
2002-10-01 16:48:34 +00:00 |
wiz
|
1598a31de5
|
Update Dd for recent changes.
|
2002-08-10 09:13:47 +00:00 |
yamt
|
cd9128e6e2
|
- move a example into EXAMPLES section.
- check a return value of opendir.
from openbsd.
|
2002-08-10 02:55:20 +00:00 |
simonb
|
eb0846961e
|
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
|
2002-04-29 01:41:43 +00:00 |
ross
|
9856438e91
|
generate & symbolically
|
2002-02-07 09:24:04 +00:00 |
ross
|
814f296b77
|
Generate <>& symbolically.
|
2002-02-07 07:00:09 +00:00 |
wiz
|
09a03cd887
|
Standardize section headers, sort sections, sort SEE ALSO, punctuation
and misc. fixes.
|
2001-09-16 02:57:03 +00:00 |
wiz
|
a0dbe70b74
|
Boring whitespace fixes.
|
2001-09-16 02:30:23 +00:00 |
garbled
|
38c96853cf
|
Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!
|
1999-03-22 19:44:33 +00:00 |
perry
|
312aca536f
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
kleink
|
c213a3af8b
|
Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION
to 199009L, bump existing statements to 1003.1-1990.
|
1997-07-14 23:19:39 +00:00 |
cgd
|
2c4d3c4c4a
|
clean up Id's on files previously imported...
|
1995-02-25 08:50:56 +00:00 |
jtc
|
ad1d3832de
|
Sync with 4.4 lite
|
1994-07-27 05:37:08 +00:00 |
jtc
|
584ac8448e
|
Fix spelling errors.
|
1994-01-10 23:32:20 +00:00 |
jtc
|
7a5661e6ac
|
Fixed typo. Readdir returns a "struct dirent *", not "struct dirent".
|
1993-08-20 16:46:14 +00:00 |
mycroft
|
36d083669a
|
Technically, readdir(3) returns a `struct dirent *', not a `struct direct *',
not that they aren't the same thing.
|
1993-08-20 10:03:05 +00:00 |
mycroft
|
0e9c8e4524
|
Add RCS identifiers.
|
1993-07-30 08:34:38 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |