summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-05fix a few printf; pval okTheo de Raadt
2004-06-05Replace NGPIO button with SMALL_KERNEL.Alexander Yurchenko
2004-06-05Sync with www: add NS PC87366 VLM and TMS, AMD Elan SC520 GPIO.Alexander Yurchenko
2004-06-05Support for the PIO function via gpio(4) framework was added.Alexander Yurchenko
2004-06-05Add rgephy.Miod Vallat
2004-06-05Make this look real a real OpenBSD manual page: new sentence, new line,Miod Vallat
remove FreeBSDisms, remove diagnostic messages the driver will never produce, etc.
2004-06-05GPIO support for AMD Elan SC520 found on Soekris net45x1 boards.Alexander Yurchenko
Test and ok markus@.
2004-06-05Remove NGPIO button.Alexander Yurchenko
2004-06-05Move prototype definitions. Add multi-include protection to header.Alexander Guy
ok henning@
2004-06-05set m_pkthdr.len early; ok mcbride, deraadtMarkus Friedl
2004-06-05add multicast supportPeter Valchev
2004-06-05syncTheo de Raadt
2004-06-05shrinkTheo de Raadt
2004-06-05orderTheo de Raadt
2004-06-05properly add re(4)Theo de Raadt
2004-06-05re(4) and rgephy(4)Peter Valchev
2004-06-05hack up a manpage for rgephy, the internal PHY in re(4) cardsPeter Valchev
2004-06-05cleanup; no need for lkadm5*Bjorn Sandell
ok beck@
2004-06-05RealTek 8139C+/8169/8169S/8110S man page from FreeBSDPeter Valchev
2004-06-05RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSDPeter Valchev
checksum offloading and vlan tagging disabled for now; work in progress
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