summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/MacOS/Randomizer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-06-04sync w/ usd docs;jmc1-53/+80
ok millert@
2004-06-04update mail docs w/ reality;jmc9-147/+230
help and ok millert@
2004-06-03sort SEE ALSO;jmc1-2/+2
2004-06-03- add articlesjmc1-18/+20
- escape punctuation - kill whitespace - missing .El - sort SEE ALSO
2004-06-03prettyderaadt1-2/+2
2004-06-03Make sure libobjc is self-contained on vax, so that .m programs can link.miod1-0/+4
ok deraadt@
2004-06-03Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@miod1-3/+4
2004-06-03Document behavior if MAILTO is set to the empty string.millert1-2/+4
2004-06-03More changes from Dmitry V. Levin:millert3-25/+40
Check return values for setgid, initgroups and setuid in code we don't compile. Print the correct filename for the at job in mail sent. Add some #if DEBUGGING in cron.c's usage(). Set sunlen each time before using it in accept(). Don't send mail at all if MAILTO is set but empty.
2004-06-03Verify that argc > 0 before trying to use argv and mark usage as __dead.millert1-4/+7
from Dmitry V. Levin
2004-06-03Add gpioctl.grange1-2/+2
2004-06-03gpioctl -- program to control GPIO devices.grange3-0/+413
The gpioctl program allows to manipulate GPIO devices pins Quick start for the Soekris net4801 users: # gpioctl -c 20 out pp # gpioctl 20 1 This will turn on the red error led. If you want to use JP5 I/O pins, just use the /dev/gpio1 device. Quick start for the PC Engines WRAP.1C users: # gpioctl 40 This will read the state of the button (0 means pressed). # gpioctl -c 2 pp out This will turn the first led on, to turn off write 1 to the pin, it's reversed. For the second and the third leds use pins 3 and 18. ok deraadt@
2004-06-03fall back to "nobody" when the _dhcp user is not available, theo bob okhenning1-3/+6
2004-06-03An optional argument cannot start with '-', even if permutation ismillert1-4/+5
disabled. Magne Oestlyngen.
2004-06-03Add gpio(4).grange1-2/+3
ok deraadt@
2004-06-03Man page for the gscpcib(4) driver.grange2-2/+70
ok deraadt@
2004-06-03Support for the GPIO logical device was added.grange1-6/+38
ok deraadt@
2004-06-03Though crontab files are created mode 0600 we should accept ones thatmillert1-3/+3
are mode 0400 too. From Walt Howard.