mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
The generation number is uint32_t so we can fit the complete range of random(3). We could have used arc4random() but the result would be unpredictable and it would prohibit reproducible builds. While here add a comment where seeding is done: this affects reproducible builds and might have to be re-visited to use a release dependent value. MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| cd9660 | ||
| ffs | ||
| tests | ||
| cd9660.c | ||
| cd9660.h | ||
| ffs.c | ||
| ffs.h | ||
| Makefile | ||
| Makefile.depend | ||
| makefs.8 | ||
| makefs.c | ||
| makefs.h | ||
| mtree.c | ||
| walk.c | ||