History log of /openbsd-current/share/man/man5/dir.5
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.20 07-Sep-2019 schwarze

more Version 1 AT&T UNIX history:
a few cases that weren't altogether straightforward;
tweak and OK jmc@, OK sobrado@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.19 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.18 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.17 07-Oct-2013 guenther

getdirentries(2) is dead; long live getdents(2)!

confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.16 13-Apr-2012 matthew

Remove 'struct _dirdesc' description and dirfd() macro defintion from
dir(5) now that the former is an opaque type within libc and the
latter is a proper function.

Pointed out by millert; ok jmc, guenther


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.15 14-Jul-2011 deraadt

__opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent
dd_flags is renamed to the placeholder position dd_unused so that
we can spot "broken software" which assumes we have Jan Simon Pendry's
union mounts (we don't have them, and won't have them ever again).
__opendir2 question spotted by matthew
verified to not break ports by sthen


Revision tags: OPENBSD_4_9_BASE
# 1.14 28-Oct-2010 millert

Change basep parameter of getdirentries() to be off_t *, not long *
so it works correctly with large offsets (and matches other systems).
This requires adding a new getdirentries syscall, with the old one
renamed to ogetdirentries. All in-tree consumers of getdirentries()
have been updated. Bump libc and libpthread major numbers.
OK and with deraadt@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.13 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.12 18-Jun-2005 millert

Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@


# 1.11 15-Jun-2005 millert

don't document whiteout/unionfs stuff


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.10 04-Jul-2003 millert

Update based on reality; this should probably be renamed dirent.5
jmc@ OK


# 1.9 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.8 26-Oct-2000 aaron

Some share/man fleshing.


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_5_BASE
# 1.5 29-Nov-1998 aaron

kill superfluous .Nm macro arguments


# 1.4 26-Nov-1998 aaron

share/man/man5/ man page repairs


Revision tags: OPENBSD_2_4_BASE
# 1.3 07-Sep-1998 aaron

More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.2 17-Jul-1997 deraadt

fix Xr


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.19 10-Sep-2015 schwarze

use .In rather than .Fd #include


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.18 21-Jan-2014 schwarze

obvious .Pa fixes; found with mandocdb(8)


# 1.17 07-Oct-2013 guenther

getdirentries(2) is dead; long live getdents(2)!

confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.16 13-Apr-2012 matthew

Remove 'struct _dirdesc' description and dirfd() macro defintion from
dir(5) now that the former is an opaque type within libc and the
latter is a proper function.

Pointed out by millert; ok jmc, guenther


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.15 14-Jul-2011 deraadt

__opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent
dd_flags is renamed to the placeholder position dd_unused so that
we can spot "broken software" which assumes we have Jan Simon Pendry's
union mounts (we don't have them, and won't have them ever again).
__opendir2 question spotted by matthew
verified to not break ports by sthen


Revision tags: OPENBSD_4_9_BASE
# 1.14 28-Oct-2010 millert

Change basep parameter of getdirentries() to be off_t *, not long *
so it works correctly with large offsets (and matches other systems).
This requires adding a new getdirentries syscall, with the old one
renamed to ogetdirentries. All in-tree consumers of getdirentries()
have been updated. Bump libc and libpthread major numbers.
OK and with deraadt@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.13 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.12 18-Jun-2005 millert

Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@


# 1.11 15-Jun-2005 millert

don't document whiteout/unionfs stuff


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.10 04-Jul-2003 millert

Update based on reality; this should probably be renamed dirent.5
jmc@ OK


# 1.9 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.8 26-Oct-2000 aaron

Some share/man fleshing.


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.7 09-Jul-1999 aaron

- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...


# 1.6 23-May-1999 aaron

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


Revision tags: OPENBSD_2_5_BASE
# 1.5 29-Nov-1998 aaron

kill superfluous .Nm macro arguments


# 1.4 26-Nov-1998 aaron

share/man/man5/ man page repairs


Revision tags: OPENBSD_2_4_BASE
# 1.3 07-Sep-1998 aaron

More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.2 17-Jul-1997 deraadt

fix Xr


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision