Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/initdir.c
RevisionDateAuthorComments
 1.5  11-Jul-2021  kre Make sure dd_size is init'd, even when nothing has been read (so it
will be 0). Reported on tech-userlevel by Mouse 20210711T044753+0000
 1.4  16-Dec-2016  mrg scandir/alphasort take "const struct dirent **" not "const void *" in
modern unix. since we claim to be 'IEEE Std 1003.1-2008', make it so.
 1.3  13-Mar-2012  christos branches: 1.3.14;
PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@
 1.2  15-Oct-2011  christos branches: 1.2.2;
close on exec fixes:
- open + fcntl -> open O_CLOEXEC
- configuration database file descriptors that can stay open are now opened
fopen(db, "re")
 1.1  26-Sep-2010  yamt fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.)
 1.2.2.1  17-Apr-2012  yamt sync with head
 1.3.14.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed