summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | hrs@ reported a panic to freebsd-stable@ under the subject linermacklem2012-02-231-6/+5
* | Allow the parent to gather the exit status of the children reparentedkib2012-02-234-40/+96
* | Use the passed-in channel rather than ic->ic_curchan.adrian2012-02-231-1/+1
* | Add check for IFF_DRV_RUNNING flag after serving an interrupt andyongari2012-02-231-8/+15
* | Avoid creating PCM devices for MIDI adapters.hselasky2012-02-231-11/+19
* | With r232015, sf(4) gets correct speed/duplex of established link.yongari2012-02-231-4/+12
* | Now that network interfaces advertise if they support linkstate notificationsthompsa2012-02-231-3/+5
* | Remove taskqueue based MII stat change handler.yongari2012-02-232-24/+7
* | No need to reprogram hardware RX filter when driver is not running.yongari2012-02-231-1/+2
* | Introduce sf_ifmedia_upd_locked() and have driver reset PHY beforeyongari2012-02-231-9/+17
* | If there are not enough RX buffers, release partially allocated RXyongari2012-02-231-0/+1
* | Give hardware chance to drain active DMA cycles.yongari2012-02-231-0/+3
* | Connect smcphy(4) to mii module build.yongari2012-02-231-1/+1
* | Add Seeq Technology 80220 PHY support to smcphy(4). This PHY isyongari2012-02-231-4/+60
* | bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-233-9/+6
* | Xref the following in wlan(4):gjb2012-02-221-1/+4
* | Document the net.link.lagg.X.use_flowid sysctl from r232008.thompsa2012-02-221-1/+13
* | Make it clear that fec is just an aliasthompsa2012-02-221-2/+3
* | Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-223-2/+18
* | libc: Eliminate some relative relocations in fmtmsg().jilles2012-02-221-7/+7
* | o Use ISO 3166 county code for Sweden.maxim2012-02-221-1/+1
* | Properly lock DQREF() with dqhlock. Missed locking caused counterkib2012-02-221-0/+4
* | Remove wrong comment.kib2012-02-221-4/+0
* | DragonFly 3.0.1 added.maxim2012-02-221-1/+2
* | Fix various typos and normalize spelling.jpaetzel2012-02-221-11/+11
* | Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.kib2012-02-223-7/+7
* | Revert r231829, that was my braino.glebius2012-02-221-2/+2
* | Fix typo.davidxu2012-02-221-1/+1
* | Handle NULL return from crypt(3). Mostly from DragonFlykevlo2012-02-228-12/+33
* | Remove reference to gsched_as module, which doesn'teadler2012-02-221-1/+1
* | Don't use `m' after m_megapullup.ae2012-02-221-1/+1
* | Update to tcsh 6.18.01.mp2012-02-22331-11356/+11208
|\ \
| * | Import of tcsh-6.18.01mp2012-02-20502-10355/+38796
* | | Use unused fourth argument of umtx_op to pass flags to kernel for operationdavidxu2012-02-223-34/+47
* | | Refctor address assignment for Octeon's ethernet ports:gonzo2012-02-229-52/+71
* | | Return NULL on error rather than ":", per the crypt(3) man page.kevlo2012-02-221-6/+5
* | | Fix memset sizeofkevlo2012-02-221-1/+1
* | | libc: Add some tests for fmtmsg().jilles2012-02-212-1/+252
* | | When building with clang, disable -Wformat-security fordim2012-02-212-0/+4
* | | When building with clang, disable -Wunneeded-internal-declaration fordim2012-02-212-5/+11
* | | unp_connect() may use a shared lock on the vnode to fetch the socket.trociny2012-02-211-2/+2
* | | Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.trociny2012-02-211-1/+1
* | | Avoid error log for transfer stop w/o error code.emaste2012-02-211-1/+2
* | | Fix found places where uio_resid is truncated to int.kib2012-02-2133-90/+132
* | | Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* | | Add oce(4) to the hardware notes.brueffer2012-02-202-0/+3
* | | Remove redundant forward declaration of struct ieee80211com.ray2012-02-201-2/+0
* | | Set the O_CLOEXEC flag when opening the pidfile to avoid leaking theghelmer2012-02-201-1/+1
* | | More improvements, the biggest one using list environments for enumerations.brueffer2012-02-201-24/+40
* | | Remove an unnecessary cast.kevlo2012-02-201-1/+1
OpenPOWER on IntegriCloud