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