summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-11-12avoid pointer arithmetic on void *David Hill
2010-11-11Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@Miod Vallat
2010-11-11Compute syhcnronous transfer periods with a better accuracy, to get betterMiod Vallat
2010-11-11DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz;Miod Vallat
2010-11-11Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@Miod Vallat
2010-11-11Kill unused cinit(), and skip some diagnostic printf if optionMiod Vallat
2010-11-11Correctly disassemble ssnop.Miod Vallat
2010-11-10The acpibat(4) notify function should not unconditionally call both _BIFMark Kettenis
2010-11-10Several updates for the Osprey (AR9380):Damien Bergamini
2010-11-10pass aesni_ctr_enc an initial counter block instead of an initialization vectorMike Belopuhov
2010-11-10Enable low latency interrupt moderation and set the LL intervalClaudio Jeker
2010-11-09correct some bit tests spotted by -Wparentheses in newer gcc.Jonathan Gray
2010-11-08clear ERL register on secondary processorsTakuya ASADA
2010-11-08use a well established define instead of rolling our own; no binary changeMike Belopuhov
2010-11-07fix a test in ar5008_rx_free()Damien Bergamini
2010-11-07regenMark Kettenis
2010-11-07A few more NVIDIA devices found on the latest 13" MacBook Pro (MacBookPro7,1).Mark Kettenis
2010-11-07regenMark Kettenis
2010-11-07NVIDIA GeForce 320M as found on the latest 13" MacBook Pro (MacBookPro7,1).Mark Kettenis
2010-11-06Move raid1 and crypto io to a workq. This is to avoid a potential VOP_Marco Peereboom
2010-11-06Revision 0xc4 and earlier of the Acer Labs M5229 UDMA IDE controller can't doMark Kettenis
2010-11-06If the dma_init callback function returns with EINVAL, fall back to PIO.Mark Kettenis
2010-11-06syncTheo de Raadt
2010-11-06another planex deviceTheo de Raadt
2010-11-06print the MAC address on the second line like with the other USBDamien Bergamini
2010-11-06urtwn(4) works on sparc64 too.Damien Bergamini
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