Age | Commit message (Expand) | Author |
2009-09-16 | Allow -maxdepth 0; noticed by bluhm@ | Todd C. Miller |
2009-09-16 | Ignore sendmail's -L, -A, and -q switches: makes clientmqueue cron | Jacek Masiulaniec |
2009-09-15 | also ignore boundaries when checking if the disklabel was modified when -e | Federico G. Schwindt |
2009-09-15 | Make sure we block clock interrupts at IPL_CLOCK and higher. | Mark Kettenis |
2009-09-15 | TP-LINK TL-WN821N | Damien Bergamini |
2009-09-15 | usb id for TP-LINK TL-WN821N (otus(4)). | Damien Bergamini |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-15 | Add another known-working Huawei device (E156G). | Stefan Sperling |
2009-09-15 | Extend SMTP client_* API to support SSL+AUTH, and use it in the mta | Jacek Masiulaniec |
2009-09-15 | Huawei E160E works too. | Stuart Henderson |
2009-09-15 | Stick line length to what is actually used (removing an optimization that | Nicholas Marriott |
2009-09-15 | Sync | Claudio Jeker |
2009-09-15 | Better product names for the newest Intel cards. Include the product | Claudio Jeker |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-15 | In bgpctl sh nei, display whether a neighbour is set to use passive | Stuart Henderson |
2009-09-15 | Fix a small merge error from august 2003. ok jmc@, jj@. | Matthieu Herrb |
2009-09-15 | The default terminal size should be 80x24, not 80x25. | Nicholas Marriott |
2009-09-15 | cpu status flag, cpuid added to cpu_info. | Takuya ASADA |
2009-09-14 | simplify code in preparation for other things. tested by many. | Federico G. Schwindt |
2009-09-14 | Deal with the fact that we need to control an external PHY attached to TSEC2 | Mark Kettenis |
2009-09-14 | doing numeric lookups without specifying an ai_socktype fails no longer. | Claudio Jeker |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker |
2009-09-14 | Switch get_linkstate() to use the new LINK_STATE_DESCRIPTIONS instead | Claudio Jeker |
2009-09-14 | Add a way to convert the ifi_link_state to a string without the use of | Claudio Jeker |
2009-09-14 | Nuke unused server_client_index function, pointed out by martynas@. | Nicholas Marriott |
2009-09-14 | fix typo; ok jmc@ | Ingo Schwarze |
2009-09-14 | don't try to manipulate an invalid node. fixes codec detection | Jacob Meuser |
2009-09-14 | List Sun Dual Gigabit Ethernet and Dual SCSI/P Adapter. | Mark Kettenis |
2009-09-14 | Correctly empty the tty rings in wsdisplaystart() if the display is | Miod Vallat |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-09-13 | Don't try to check for ECC with fbdimm as the offset exceeds | Jonathan Gray |
2009-09-13 | Unchecked copyout() calls cause premature death in furry animals, so | Miod Vallat |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-13 | ATI SB700 can be handled in ahci mode like SB600. suggested by | Matthieu Herrb |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Make sure we really have pending interrupts such that we don't do an | Mark Kettenis |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Catch up with recent changes to GENERIC. | Mark Kettenis |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Compensate for the fact the the FDT uses a different offset for the registers | Mark Kettenis |
2009-09-12 | Initialize global pointer to interrupt controller softc earlier such that we | Mark Kettenis |
2009-09-12 | Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@ | Miod Vallat |
2009-09-12 | Doh, trim variables unused now. | Nicholas Marriott |
2009-09-12 | Tidy some common code for destroying sessions into a new function. | Nicholas Marriott |
2009-09-12 | Re-sort some functions. Fix comment. No functional changes. | Marcus Glocker |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | tmux always outputs \177 for backspace, so explicitly set VERASE to \177 for | Nicholas Marriott |
2009-09-12 | fix a wrong computation in session_readline() where the length of line was | Gilles Chehade |