Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-05 | Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD | Peter Valchev | |
2004-06-05 | Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY | Peter Valchev | |
from FreeBSD | |||
2004-06-05 | sync | Peter Valchev | |
2004-06-05 | gigE PHY in the RealTek 8169S/8110S chips | Peter Valchev | |
2004-06-05 | another try to re-add it | Theo de Raadt | |
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-04 | get_default_username() is in libkrb5 now. | Bjorn Sandell | |
looks good millert@, beck@ | |||
2004-06-04 | Remove the multicast address when we unconfigure the syncif. | Ryan Thomas McBride | |
2004-06-04 | fix conversion to ether_crc32_be(). problem noticed by naddy@ | Brad Smith | |
ok mcbride@ | |||
2004-06-04 | Add get_default_username(), used by libkadm5clnt.a, and | Bjorn Sandell | |
k_getpw{nam,uid}(), used by get_default_username(). bump minor "looks reasonable" millert@, ok beck@ | |||
2004-06-04 | Kill sys/cdefs.h | Alexander Yurchenko | |
2004-06-04 | Consistently use "secret passphrase" for the passphrase made up by the user | Otto Moerbeek | |
and "one-time password" for the generated passwords. ok jmc@ millert@ | |||
2004-06-04 | Bugs section, of course: we don't support event capabilities yet. | Alexander Yurchenko | |
2004-06-04 | Add ASUS SpaceLink WL-100 | Todd C. Miller | |
2004-06-04 | regen for ASUS SpaceLink WL-100 | Todd C. Miller | |
2004-06-04 | Clear up some confusion: -e is account expiry flag, -f is password | Otto Moerbeek | |
expiry flag. Resolves PR 3792, though not by changing code, but by changing docs, comments and an error message or two. ok jmc@ millert@ | |||
2004-06-04 | Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversen | Todd C. Miller | |
2004-06-04 | Mention GPIO devices. | Alexander Yurchenko | |
2004-06-04 | regen | Todd C. Miller | |
2004-06-04 | Fix pasto I introduced in Adaptec AWN-8030 addition | Todd C. Miller | |
2004-06-04 | edit rc.conf.local, not rc.conf; | Jason McIntyre | |
from Bernd Ahlers; | |||
2004-06-04 | various tweaks; | Jason McIntyre | |
ok grange@ | |||
2004-06-04 | - escape minus sign | Jason McIntyre | |
- occured -> occurred | |||
2004-06-04 | nsclpcsio can't be find on any amd64 board. | Alexander Yurchenko | |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst | |
2004-06-04 | sync | Theo de Raadt | |
2004-06-04 | grange: if you keep commiting stuff you did not test, you will run into trouble | Theo de Raadt | |
2004-06-04 | hotplugd startup. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of ↵ | Theo de Raadt | |
hid_init(); ok matthieu millert | |||
2004-06-04 | sync w/ usd docs; | Jason McIntyre | |
ok millert@ | |||
2004-06-04 | update mail docs w/ reality; | Jason McIntyre | |
help and ok millert@ | |||
2004-06-03 | sort SEE ALSO; | Jason McIntyre | |
2004-06-03 | - add articles | Jason McIntyre | |
- escape punctuation - kill whitespace - missing .El - sort SEE ALSO | |||
2004-06-03 | pretty | Theo de Raadt | |
2004-06-03 | Make sure libobjc is self-contained on vax, so that .m programs can link. | Miod Vallat | |
ok deraadt@ | |||
2004-06-03 | Define LIBARCH for alpha and amd64, too; ok espie@ tdeval@ | Miod Vallat | |
2004-06-03 | Document behavior if MAILTO is set to the empty string. | Todd C. Miller | |
2004-06-03 | More changes from Dmitry V. Levin: | Todd C. Miller | |
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. | Todd C. Miller | |
from Dmitry V. Levin | |||
2004-06-03 | Add gpioctl. | Alexander Yurchenko | |
2004-06-03 | gpioctl -- program to control GPIO devices. | Alexander Yurchenko | |
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 | Henning Brauer | |
2004-06-03 | An optional argument cannot start with '-', even if permutation is | Todd C. Miller | |
disabled. Magne Oestlyngen. | |||
2004-06-03 | Add gpio(4). | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Man page for the gscpcib(4) driver. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Support for the GPIO logical device was added. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | Though crontab files are created mode 0600 we should accept ones that | Todd C. Miller | |
are mode 0400 too. From Walt Howard. | |||
2004-06-03 | gpio(4) framework man page. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | sync | Alexander Yurchenko | |