Jarrod Johnson
|
e167949db2
|
Fix comments and improve randomness
Since the granularity on time could cause a boot to
select the same 'random' entry, use better seed
for rand()
|
2021-05-19 11:05:58 -04:00 |
|
Jarrod Johnson
|
4ed9219704
|
Fix overruning the urls buffer
Technically, MAX_URL_PATHS would be one past the
buffer allocated, so it needs to stay under
that value.
|
2021-05-19 09:22:13 -04:00 |
|
Jarrod Johnson
|
5e1c366e0b
|
Publish urlmount.c as 'misc'
It hasn't been packaged yet, but make it public while getting
ready to package.
|
2021-05-19 09:03:06 -04:00 |
|