Age | Commit message (Expand) | Author |
2010-11-05 | double \n\n in dmesg | Damien Bergamini |
2010-11-05 | urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices. | Damien Bergamini |
2010-11-05 | Minor code cleanups. No functional change. From Alexandr Shadchin. | Kenneth R Westerback |
2010-11-05 | Sync a bunch of USB devices from i386 to macppc, compiles, but | Dale Rahn |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |
2010-11-04 | Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as | Paul de Weerd |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-11-03 | pool_sethardlimit should not imply pool_sethiwat; figured out with claudio | Mike Belopuhov |
2010-11-03 | only let vmt match and therefore attach if mainbus is specifically asking | David Gwynne |
2010-11-02 | Make error message specify if a REQUEST SENSE has timed out, not the | Kenneth R Westerback |
2010-11-02 | Add DEBUG0 printf() for unexpected reselects. No functional change. | Kenneth R Westerback |
2010-11-02 | Consolidate duplicated code removing things from the 'going' queue. | Kenneth R Westerback |
2010-11-02 | Clean up some printf's, most but not all in DEBUG0 blocks, by using | Kenneth R Westerback |
2010-11-02 | Include <sys/time.h> such that <sys/resource.h> becomes usable on its own as | Mark Kettenis |
2010-11-02 | export the network livelock counter. part of a diff i committed the | David Gwynne |
2010-11-01 | use the amd64 name for this frame, instead of the i386 name, to be | Peter Hessler |
2010-11-01 | convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into a | Peter Hessler |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-31 | Remove unused bstp_list and bstp_attach. | Marco Pfatschbacher |
2010-10-31 | The return of rfork(RFTHREAD) must be consistent with getthrid(). | Philip Guenthe |
2010-10-30 | tweak gpio pins of julia cards to select the correct multiplier for | Alexandre Ratchov |
2010-10-30 | in otus, tx() can return on error without releasing the node | Damien Bergamini |
2010-10-30 | no need to compute hdrlen in (), it is not used. | Damien Bergamini |
2010-10-30 | always decrement the number of xfers queued in txeof() even | Damien Bergamini |
2010-10-30 | don't release the node twice if tx() fails | Damien Bergamini |
2010-10-30 | use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check | Damien Bergamini |
2010-10-30 | use hw sequence numbering for non-QoS frames | Damien Bergamini |
2010-10-30 | don't abuse lvalues, reported by Amit Kulkarni. | Ted Unangst |
2010-10-29 | Align to 32-bits instead of sizeof(long) which may be bigger. There is no | Can Erkin Acar |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-28 | Fix a 'bstp still active' panic that happens if a stp enabled | Marco Pfatschbacher |
2010-10-28 | Do not send route messages to userland processes that the kernel | Claudio Jeker |
2010-10-28 | Normalize mbuf after prepending space for the header since the data | Claudio Jeker |
2010-10-28 | Add m_print() a function to print mbuf headers. Can be called from ddb | Claudio Jeker |
2010-10-28 | cleanup ;; | Theo de Raadt |
2010-10-28 | improve look of ;; in a for loop | Theo de Raadt |
2010-10-28 | Regen for new getdirentries. | Todd C. Miller |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2010-10-28 | support _SC_HOST_NAME_MAX; from brad | Theo de Raadt |
2010-10-27 | fix double ;; | Theo de Raadt |
2010-10-27 | Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4. | Miod Vallat |
2010-10-27 | Fix a few logic errors in comparison instruction emulation: make sure the | Miod Vallat |
2010-10-27 | improve the look of a for loop | Theo de Raadt |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-27 | The previous two commits cannot be right. If in fact offsets > 4GB are | Theo de Raadt |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-26 | thib missed this architecture when he did all the other architectures; | Theo de Raadt |
2010-10-26 | The LDT is only used by dead compat code now, so load the ldt | Philip Guenthe |