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