-
- Downloads
bsd: Commit original BSD random files in their unmodified state
Glauber says: I would advise commiting the original files from BSD in their unmodified state (don't include them in the build), and in a different patch put on the changes that OSv needs. It has proven useful more than once for me in conjunction with git blame to determine whether a snippet was already in the BSD code or was ours. Signed-off-by:Raphael S. Carvalho <raphaelsc@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Showing
- bsd/sys/dev/random/dummy_rng.c 124 additions, 0 deletionsbsd/sys/dev/random/dummy_rng.c
- bsd/sys/dev/random/harvest.c 141 additions, 0 deletionsbsd/sys/dev/random/harvest.c
- bsd/sys/dev/random/hash.c 81 additions, 0 deletionsbsd/sys/dev/random/hash.c
- bsd/sys/dev/random/hash.h 50 additions, 0 deletionsbsd/sys/dev/random/hash.h
- bsd/sys/dev/random/ivy.c 137 additions, 0 deletionsbsd/sys/dev/random/ivy.c
- bsd/sys/dev/random/live_entropy_sources.c 195 additions, 0 deletionsbsd/sys/dev/random/live_entropy_sources.c
- bsd/sys/dev/random/live_entropy_sources.h 60 additions, 0 deletionsbsd/sys/dev/random/live_entropy_sources.h
- bsd/sys/dev/random/nehemiah.c 161 additions, 0 deletionsbsd/sys/dev/random/nehemiah.c
- bsd/sys/dev/random/random_adaptors.c 251 additions, 0 deletionsbsd/sys/dev/random/random_adaptors.c
- bsd/sys/dev/random/random_adaptors.h 71 additions, 0 deletionsbsd/sys/dev/random/random_adaptors.h
- bsd/sys/dev/random/random_harvestq.c 322 additions, 0 deletionsbsd/sys/dev/random/random_harvestq.c
- bsd/sys/dev/random/random_harvestq.h 42 additions, 0 deletionsbsd/sys/dev/random/random_harvestq.h
- bsd/sys/dev/random/randomdev.c 233 additions, 0 deletionsbsd/sys/dev/random/randomdev.c
- bsd/sys/dev/random/randomdev.h 62 additions, 0 deletionsbsd/sys/dev/random/randomdev.h
- bsd/sys/dev/random/randomdev_soft.c 299 additions, 0 deletionsbsd/sys/dev/random/randomdev_soft.c
- bsd/sys/dev/random/randomdev_soft.h 86 additions, 0 deletionsbsd/sys/dev/random/randomdev_soft.h
- bsd/sys/dev/random/rwfile.c 96 additions, 0 deletionsbsd/sys/dev/random/rwfile.c
- bsd/sys/dev/random/rwfile.h 39 additions, 0 deletionsbsd/sys/dev/random/rwfile.h
- bsd/sys/dev/random/yarrow.c 416 additions, 0 deletionsbsd/sys/dev/random/yarrow.c
- bsd/sys/dev/random/yarrow.h 37 additions, 0 deletionsbsd/sys/dev/random/yarrow.h
Loading
Please register or sign in to comment