summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-11-06syncTheo de Raadt
2010-11-06Planex GW-USNanoTheo de Raadt
2010-11-06support the logic rt3020 that mtu@ foundTheo de Raadt
2010-11-06syncTheo de Raadt
2010-11-06add a logitec RT3020 found by mtu@Theo de Raadt
2010-11-05s/urtw_devs/urtwn_devs/Damien Bergamini
2010-11-05double \n\n in dmesgDamien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
2010-11-05Minor code cleanups. No functional change. From Alexandr Shadchin.Kenneth R Westerback
2010-11-05Sync a bunch of USB devices from i386 to macppc, compiles, butDale Rahn
2010-11-05Implement m_print as real ddb command "show mbuf addr" in the way otherClaudio Jeker
2010-11-04Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) asPaul de Weerd
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-11-03pool_sethardlimit should not imply pool_sethiwat; figured out with claudioMike Belopuhov
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-11-02Make error message specify if a REQUEST SENSE has timed out, not theKenneth R Westerback
2010-11-02Add DEBUG0 printf() for unexpected reselects. No functional change.Kenneth R Westerback
2010-11-02Consolidate duplicated code removing things from the 'going' queue.Kenneth R Westerback
2010-11-02Clean up some printf's, most but not all in DEBUG0 blocks, by usingKenneth R Westerback
2010-11-02Include <sys/time.h> such that <sys/resource.h> becomes usable on its own asMark Kettenis
2010-11-02export the network livelock counter. part of a diff i committed theDavid Gwynne
2010-11-01use the amd64 name for this frame, instead of the i386 name, to bePeter Hessler
2010-11-01convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into aPeter Hessler
2010-10-31Revert last commit: it breaks resume on ThinkpadsPhilip Guenthe
2010-10-31Remove unused bstp_list and bstp_attach.Marco Pfatschbacher
2010-10-31The return of rfork(RFTHREAD) must be consistent with getthrid().Philip Guenthe
2010-10-30tweak gpio pins of julia cards to select the correct multiplier forAlexandre Ratchov
2010-10-30in otus, tx() can return on error without releasing the nodeDamien Bergamini
2010-10-30no need to compute hdrlen in (), it is not used.Damien Bergamini
2010-10-30always decrement the number of xfers queued in txeof() evenDamien Bergamini
2010-10-30don't release the node twice if tx() failsDamien Bergamini
2010-10-30use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to checkDamien Bergamini
2010-10-30use hw sequence numbering for non-QoS framesDamien Bergamini
2010-10-30don't abuse lvalues, reported by Amit Kulkarni.Ted Unangst
2010-10-29Align to 32-bits instead of sizeof(long) which may be bigger. There is noCan Erkin Acar
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-28Fix a 'bstp still active' panic that happens if a stp enabledMarco Pfatschbacher
2010-10-28Do not send route messages to userland processes that the kernelClaudio Jeker
2010-10-28Normalize mbuf after prepending space for the header since the dataClaudio Jeker
2010-10-28Add m_print() a function to print mbuf headers. Can be called from ddbClaudio Jeker
2010-10-28cleanup ;;Theo de Raadt
2010-10-28improve look of ;; in a for loopTheo de Raadt
2010-10-28Regen for new getdirentries.Todd C. Miller
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28A function that only returns NULL should return void.Claudio Jeker
2010-10-28support _SC_HOST_NAME_MAX; from bradTheo de Raadt
2010-10-27fix double ;;Theo de Raadt
2010-10-27Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4.Miod Vallat
2010-10-27Fix a few logic errors in comparison instruction emulation: make sure theMiod Vallat