Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-06-04 | sync w/ usd docs; | 1 | -53/+80 | ||
ok millert@ | |||||
2004-06-04 | update mail docs w/ reality; | 9 | -147/+230 | ||
help and ok millert@ | |||||
2004-06-03 | sort SEE ALSO; | 1 | -2/+2 | ||
2004-06-03 | - add articles | 1 | -18/+20 | ||
- escape punctuation - kill whitespace - missing .El - sort SEE ALSO | |||||
2004-06-03 | pretty | 1 | -2/+2 | ||
2004-06-03 | Make sure libobjc is self-contained on vax, so that .m programs can link. | 1 | -0/+4 | ||
ok deraadt@ | |||||
2004-06-03 | Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@ | 1 | -3/+4 | ||
2004-06-03 | Document behavior if MAILTO is set to the empty string. | 1 | -2/+4 | ||
2004-06-03 | More changes from Dmitry V. Levin: | 3 | -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-03 | Verify that argc > 0 before trying to use argv and mark usage as __dead. | 1 | -4/+7 | ||
from Dmitry V. Levin | |||||
2004-06-03 | Add gpioctl. | 1 | -2/+2 | ||
2004-06-03 | gpioctl -- program to control GPIO devices. | 3 | -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-03 | fall back to "nobody" when the _dhcp user is not available, theo bob ok | 1 | -3/+6 | ||
2004-06-03 | An optional argument cannot start with '-', even if permutation is | 1 | -4/+5 | ||
disabled. Magne Oestlyngen. | |||||
2004-06-03 | Add gpio(4). | 1 | -2/+3 | ||
ok deraadt@ | |||||
2004-06-03 | Man page for the gscpcib(4) driver. | 2 | -2/+70 | ||
ok deraadt@ | |||||
2004-06-03 | Support for the GPIO logical device was added. | 1 | -6/+38 | ||
ok deraadt@ | |||||
2004-06-03 | Though crontab files are created mode 0600 we should accept ones that | 1 | -3/+3 | ||
are mode 0400 too. From Walt Howard. |