summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-28hostapd tree search speedup via inlined compare functionReyk Floeter
2006-09-28fix the configuration parser for event rules: correct handling ofReyk Floeter
2006-09-28- kill useless .TnJason McIntyre
2006-09-28typo; ok deraadtJason McIntyre
2006-09-28Also add pgt(4) in here.Marcus Glocker
2006-09-28Add cardbus support for pgt(4).Marcus Glocker
2006-09-28add wb(4) in with the other network drivers and remove the UNTESTED section.Brad Smith
2006-09-28uath(4) works, kind of, sometimes...Theo de Raadt
2006-09-28- add a wireless section and move the existing PCI wireless drivers there.Brad Smith
2006-09-28remove the sentence mentioning the Prism GT chipset. in general man pagesBrad Smith
2006-09-27remove superfluous paranthesisJasper Lievisse Adriaanse
2006-09-27syncTheo de Raadt
2006-09-27Add ifstated(8) startup bits.Marco Pfatschbacher
2006-09-27- do not bother printing the attach error message from the attach hookBrad Smith
2006-09-27Add remaining communication command codes and embedded parameter bits.Alexander Yurchenko
2006-09-27Enable uath, works for me.Alexander Yurchenko
2006-09-27Implement 1-wire byte read/write.Alexander Yurchenko
2006-09-27syncTheo de Raadt
2006-09-27Move bulk-in transfer to the separate function.Alexander Yurchenko
2006-09-27Allocate xfer for bulk transfers only once on attach.Alexander Yurchenko
2006-09-27Protect detach function with splusb.Alexander Yurchenko
2006-09-27Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useClaudio Jeker
2006-09-27Add missing <sys/device.h>.Alexander Yurchenko
2006-09-27no need for a separate hardware section;Jason McIntyre
2006-09-27Fix tags file creating by removing unexisting paths.Alexander Yurchenko
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27regenJonathan Gray
2006-09-27Add another two Vitesse PHYs, one from jmc's nfe(4), one from anJonathan Gray
2006-09-27alpha is gcc3 nowMichael Shalayeff
2006-09-27add pgt(4) and acx(4), work in progress.Brad Smith
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-27Add and correct comments, spacing.Ray Lai
2006-09-27Plug memory leak.Ray Lai
2006-09-27IBSS mode works so far, so mention it.Marcus Glocker
2006-09-27add acx(4).Brad Smith
2006-09-27add missing sys/device.h header.Brad Smith
2006-09-27fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem().Brad Smith
2006-09-27Oops. Missed a line. Fix so disklabel(8) compiles again.Kenneth R Westerback
2006-09-26update the comment for bge_chipinit().Brad Smith
2006-09-26re-enable I2C_VERBOSEJonathan Gray
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-09-26a better description of what our automatic keying example is up to;Jason McIntyre
2006-09-26Start to get HostAP mode working for pgt(4). Works at the first try,Marcus Glocker
2006-09-26udp port 664 is sometimes also stolen on the wire by ipmi/asf balony.Theo de Raadt
2006-09-26regenMatthieu Herrb
2006-09-26add GeForce 7300 GT, ok deraadt@Matthieu Herrb
2006-09-26Set sk_jumbo_buf to NULL if malloc() fails in the for loop withinBrad Smith
2006-09-26use .Pa for urls and avoid broken links;Jason McIntyre
2006-09-26clear up some confusion between operands and operators; with & ok jmc@Otto Moerbeek