Age | Commit message (Expand) | Author |
2010-04-03 | You cannot save a pointer to your attach arguments and expect it to point | Mark Kettenis |
2010-04-03 | Add support for Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-04-03 | sync | Marco Pfatschbacher |
2010-04-03 | Add Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-04-03 | byteswap the cmdset word properly so we enable the right features on | David Gwynne |
2010-04-03 | remove some debug output | David Gwynne |
2010-04-03 | dont allocate with M_TEMP and then free with M_DEVBUF. made even worse that | David Gwynne |
2010-04-03 | add support for emulating the disk characteristics and disk limits vpd | David Gwynne |
2010-04-03 | On the random MAC address also turn off the 'local administered' bit, | Theo de Raadt |
2010-04-03 | Add missing documention: | Philip Guenthe |
2010-04-03 | sync | Theo de Raadt |
2010-04-03 | add bnx; from brad | Theo de Raadt |
2010-04-03 | document the first byte of the random MAC address | Theo de Raadt |
2010-04-02 | The rtm_errno check which was moved in the last commit should only | Stuart Henderson |
2010-04-02 | tweak previous; half of the tweaks from jmc@; ok jmc@ | Ingo Schwarze |
2010-04-02 | document ping6/traceroute6, ok jmc | Stuart Henderson |
2010-04-02 | add $OpenBSD$ | Jonathan Gray |
2010-04-02 | ugly spacing | Theo de Raadt |
2010-04-02 | Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun. | Stefan Sperling |
2010-04-02 | remove unnccessary editorializing which is a bit mocking | Theo de Raadt |
2010-04-02 | sync | Theo de Raadt |
2010-04-02 | Support ping6 and traceroute6 in bgplg and bgplgsh. | Stuart Henderson |
2010-04-02 | randomized mac addresses, avaliable via 'ifconfig $if lladdr random'. | Theo de Raadt |
2010-04-02 | sync | Theo de Raadt |
2010-04-02 | Add a case so that FIONREAD on the master side of a pty returns the size | Nicholas Marriott |
2010-04-02 | Put se(4) onto these ramdisks | Theo de Raadt |
2010-04-02 | SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann | Theo de Raadt |
2010-04-02 | For the VT8251 host bridge, only attach the pci bus is non-zero, otherwise | Mark Kettenis |
2010-04-02 | fix an ugly construct | Theo de Raadt |
2010-04-02 | fix a potential memory leak found by zinovik@ | Ingo Schwarze |
2010-04-02 | sync | Theo de Raadt |
2010-04-02 | link mandoc(1) to the build | Ingo Schwarze |
2010-04-02 | plug memory leaks on error paths | zinovik |
2010-04-02 | Clear the PG_PMAP_EXE flags whenever writable mappings are created. | Dale Rahn |
2010-04-02 | merge 1.9.22, keeping local patches | Ingo Schwarze |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-04-02 | Temporarily disable the handling of leading punctuation. | Ingo Schwarze |
2010-04-02 | merge 1.9.20, keeping local patches | Ingo Schwarze |
2010-04-02 | Use a dedicated variable to prevent attempting to open multiple | Stuart Henderson |
2010-04-02 | mention Vodafone (Huawei) K3765 | Otto Moerbeek |
2010-04-02 | Read description string length before reading description. From | Chris Kuethe |
2010-04-02 | allow this to compile in the never-gonna-happen world without INET | Theo de Raadt |
2010-04-02 | In automatic mode if the battery is absent go to 100% | Theo de Raadt |
2010-04-01 | Add PCI_PRODUCT_ATI_RADEON_HD4500_M to the list | Robert Nagy |
2010-04-01 | Add more dell subids found in the windows driver. | Jonathan Gray |
2010-04-01 | Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his | Mark Kettenis |
2010-04-01 | Don't index cpu_info by apic id, but by device unit number instead. Recent | Mark Kettenis |
2010-04-01 | Don't mention translation in the require-order blurb as it is now | Jonathan Gray |
2010-04-01 | Add H700 now that we know the subid... | Marco Peereboom |
2010-04-01 | fix fatal calls, that they will report function names from which they are | zinovik |