summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-02syncTheo de Raadt
2005-10-02pkg_add -u does updates.Marc Espie
noticed by brad@
2005-10-02change the name of the RCS tools binary to rcsprog instead of rcs toJoris Vink
avoid confusion with the rcs command itself. ok xsa and niallo
2005-10-02ath tooMartin Reindl
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
ok deraadt@
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
ok fgsch@
2005-10-02enable ath(4) on alpha.Reyk Floeter
ok martin@ deraadt@
2005-10-02add special handling for some o2micro devices, so by instance atheros works.Federico G. Schwindt
adapted from similar linux change by Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org> via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>. test compiled by pedro@.
2005-10-02syncTheo de Raadt
2005-10-02Add comment regarding the `reserved' o2micro registers, taken fromFederico G. Schwindt
linux o2micro.h file.
2005-10-02regenBrad Smith
2005-10-02add some NVidia cards.Brad Smith
2005-10-02add hmeBrad Smith
2005-10-02spaces vs tabBrad Smith
2005-10-02some fixes to the .Nm list:Jason McIntyre
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run}
2005-10-02`ether_addr' is the name of a structure, not a function: remove its MLINKJason McIntyre
and remove its entry from the .Nm list;
2005-10-02assert tx rate is non-null so we don't end up dividing by zero.Damien Bergamini
2005-10-02avoid multiple calls to sc_enable(). cardbus_intr_establish() was calledDamien Bergamini
multiple times without calling cardbus_intr_disestablish() in between.
2005-10-02pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by ↵Theo de Raadt
kaoru@kaisei.org
2005-10-02allows dhcpd to work when ral/ural is acting as a standalone AP (withoutDamien Bergamini
bridging). it appears that ieee80211_input() enqueues packets in if_snd without calling if_start(). closes PR/4237
2005-10-02minor knfXavier Santolaria
2005-10-02add missing MLINK for strnunvis.3, introduced -r1.14;Jason McIntyre
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;Jason McIntyre
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;Jason McIntyre
2005-10-02- add some indent to the hardware listJason McIntyre
- reduce the amount of blank vertical space in DESCRIPTION and group the text more logically ok dhartmei@
2005-10-02replace the two separate dmamem allocations for the passthrough commandsDavid Gwynne
and the scatter gather lists with a single allocation containing both. more importantly, actually sync the appropriate parts of this allocation when giving the commands to or taking the response from the device. tested by and ok krw@
2005-10-01grammar;Jason McIntyre
2005-10-01remove return at the end of void function.Brad Smith
2005-10-01Recognize 970 processor and provide a function/variable to determine ifDale Rahn
the current processor is 64bit.
2005-10-01handle references to load groups caused by dlopen()ing of depenantDale Rahn
members of the load group. work by kurt@ and myself
2005-10-01update names.Brad Smith
2005-10-01regenBrad Smith
2005-10-01better names for Apple GMAC's.Brad Smith
2005-10-01regenBrad Smith
2005-10-01add a Broadcom BCM5701 with a Apple vendor id.Brad Smith
From Linux tg3 driver
2005-10-01add Broadcom BCM5421K2Brad Smith
2005-10-01add Broadcom BCM5421K2Brad Smith
2005-10-01regenBrad Smith
2005-10-01add the Broadcom BCM5421K2 PHY found in the Apple K2 IC in the G5.Brad Smith
2005-10-01toggle support from janus@area319.de. i was unsure, but a few otherTheo de Raadt
people found this very useful
2005-10-01oops, the include was just doing fine thereMartin Reindl
2005-10-01fix some comments and put if_devar.h include where it belongsMartin Reindl
2005-10-01simplifiy esp_dafb_have_dreq()Martin Reindl
from NetBSD
2005-10-01Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@Otto Moerbeek
2005-10-01load the BCM5401 DSP code for rev 0 and not rev 1.Brad Smith
From: Linux sungem_phy driver.
2005-10-01add Broadcom BCM5462Brad Smith
2005-10-01add Broadcom BCM5462Brad Smith
2005-10-01regenBrad Smith
2005-10-01add the Broadcom BCM5462 PHY found in the Apple Vesta PHY IC in the iMac G5.Brad Smith
2005-09-30syncTheo de Raadt