Age | Commit message (Expand) | Author |
2006-12-31 | -A before -a; | Jason McIntyre |
2006-12-31 | - newly-created -> newly created | Jason McIntyre |
2006-12-31 | - XORG_PREFIX is now X11BASE | Matthieu Herrb |
2006-12-31 | correct the code to handle the adt7475, which stupidly is missing some | Theo de Raadt |
2006-12-31 | add examples for the optional channel hopper | Reyk Floeter |
2006-12-31 | add a channel hopper for wireless interfaces. the channel hopper will | Reyk Floeter |
2006-12-30 | Use the same PCI product name strings we have in pcidevs_data.h for the | Marc Balmer |
2006-12-30 | RFC4291 declares that IPv6 numeric representation must have no more than | Jun-ichiro itojun Hagino |
2006-12-30 | Fix another printf where the format string did not match with the varargs. | Claudio Jeker |
2006-12-30 | spacing. | Marcus Glocker |
2006-12-30 | Add URL and names for the new BCM43xx firmware package. Also here, | Marcus Glocker |
2006-12-30 | Set MASTER based on IFM_ETH_MASTER instead of LINK0. | Mark Kettenis |
2006-12-30 | Place right firmware names in FILES section for now. We still need to | Marcus Glocker |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker |
2006-12-30 | Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtag | Claudio Jeker |
2006-12-30 | Enable jumbo frames (except on the Yukon-2 FE). | Mark Kettenis |
2006-12-30 | Remove __BUS_SPACE_HAS_STREAM_METHODS, the stream methods are a netbsd-ism. | Claudio Jeker |
2006-12-30 | Only advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis |
2006-12-30 | Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY | Mark Kettenis |
2006-12-30 | Rewrite eephy(4) to take advantage of generic phy code. | Mark Kettenis |
2006-12-30 | In agp_generic_alloc_memory(), make sure the age_mem structure freshly | Miod Vallat |
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat |
2006-12-30 | add -A to usage(). | Reyk Floeter |
2006-12-30 | do not load unneeded stringtab sections; avoids backward seeking; from netbsd... | Michael Shalayeff |
2006-12-30 | Sync | Marco Peereboom |
2006-12-30 | Add new marvell sata controller. from brad@ | Marco Peereboom |
2006-12-30 | Save pcb in dumppcb when dumping core. | Mark Kettenis |
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl |
2006-12-30 | regen | Martin Reindl |
2006-12-30 | add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin | Martin Reindl |
2006-12-30 | Remove stub write callback functions now that libevent allows them to be NULL. | Camiel Dobbelaar |
2006-12-30 | Convert three instances of atoi() to strtonum() and apply sane upper bounds. | Camiel Dobbelaar |
2006-12-30 | Add flow control support. | Mark Kettenis |
2006-12-30 | Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis |
2006-12-30 | s/form/from/ | Ray Lai |
2006-12-30 | Why doing something as complex as for () bus_space_write_1(); when there | Claudio Jeker |
2006-12-29 | Pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2006-12-29 | Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to | Mark Kettenis |
2006-12-29 | No colon after "address". | Marcus Glocker |
2006-12-29 | Add IFM_ETH_FMASK. From NetBSD. | Mark Kettenis |
2006-12-29 | mention meta-key-mode in mg(1) to enable 8-bit character input. this | Reyk Floeter |
2006-12-29 | Sort product ids alphabetically like jmc did in the manpage. fkr also | Marc Balmer |
2006-12-29 | tweaks; ok mbalmer | Jason McIntyre |
2006-12-29 | fix the key buffer size used for software wep, this could cause | Reyk Floeter |
2006-12-29 | Change the comment for mbg(4) to "radio clocks" here, too. | Marc Balmer |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove |
2006-12-29 | Add the newly supported Meinberg radio clocks. | Marc Balmer |
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer |
2006-12-29 | No need to read ANAR and ANLPAR anymore. | Mark Kettenis |