]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2012-02-25 deischenWhen using uidstart in /etc/adduser.conf, get the next
2012-02-25 yongariUse correct Config registers for RTL8139 family. Unlike...
2012-02-25 davidxuIn revision 231989, we pass a 16-bit clock ID into...
2012-02-25 kibDo not write to the user address directly, use suword().
2012-02-24 jkimFix a long-standing bug for AcpiOsGetTimer(). time_t...
2012-02-24 jhbFix style in previous commit.
2012-02-24 bzIn selectroute() add a missing fibnum argument to an...
2012-02-24 jkimFix mdoc style nits. Start new sentences on new lines.
2012-02-24 thompsaOnly look for a usable MAC address for the bridge ID...
2012-02-24 jhbAdjust the nfs_skip_wcc_data_onerr setting so that...
2012-02-24 bzUpdate scripts to work around two sh(1) bugs found...
2012-02-24 jillesxargs: If a utility exits with 255 or a signal, write...
2012-02-24 osaAdd underscore symbol to the end of definition strings
2012-02-24 kibRestore the return statement erronously removed in...
2012-02-24 kibPlace the if() at the right location, to activate the...
2012-02-24 jhExit with proper status when wake() fails.
2012-02-24 jhstyle(9).
2012-02-24 kevloRemove an unused structure and unnecessary cast
2012-02-24 kevloCheck if the user has necessary permissions on the...
2012-02-24 adrianHold IF_LOCK when manipulating the interface flags.
2012-02-24 adrianAlthough it's documented that the vap newstate call...
2012-02-24 adrianAdd a radiotap vendor header definition.
2012-02-24 mariusForced commit to denote that the commit message of...
2012-02-24 jkim- Add support for Family 12h, 14h and 15h processors.
2012-02-23 thompsaBreak the last part to its own sentence rather than...
2012-02-23 thompsaAdd a sysctl/tunable default value for the use_flowid...
2012-02-23 dimUse a better way to silence unneeded internal declarati...
2012-02-23 dimRevert r231978, so I can apply a more proper fix to...
2012-02-23 jhbPretty-print the advice constants passed to posix_fadvi...
2012-02-23 kibAccount the writeable shared mappings backed by file...
2012-02-23 thompsaIndicate this function decrements the timer as well...
2012-02-23 jkimIf the VBE implementation does not support save/restore...
2012-02-23 jkimUpdate my copyright date.
2012-02-23 mmImport illumos changeset 13608 [1]:
2012-02-23 jkimProbe supported states for save/restore function. ...
2012-02-23 jkimFix a typo introduced in r231843.
2012-02-23 bruefferAdd isci(4) to the hardware notes.
2012-02-23 mmTo improve control over the use of mount(8) inside...
2012-02-23 bruefferRename DESCRIPTION section to HARDWARE, so this manpage...
2012-02-23 kmacymerge pipe and fifo implementations
2012-02-23 kmacyWhen using flowtable llentrys can outlive the interface...
2012-02-23 osaAdd pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to...
2012-02-23 bruefferCatch up with r195837 (2.5 years ago) which renamed...
2012-02-23 rmacklemhrs@ reported a panic to freebsd-stable@ under the...
2012-02-23 kibAllow the parent to gather the exit status of the child...
2012-02-23 adrianUse the passed-in channel rather than ic->ic_curchan.
2012-02-23 yongariAdd check for IFF_DRV_RUNNING flag after serving an...
2012-02-23 hselaskyAvoid creating PCM devices for MIDI adapters.
2012-02-23 yongariWith r232015, sf(4) gets correct speed/duplex of establ...
2012-02-23 thompsaNow that network interfaces advertise if they support...
2012-02-23 yongariRemove taskqueue based MII stat change handler.
2012-02-23 yongariNo need to reprogram hardware RX filter when driver...
2012-02-23 yongariIntroduce sf_ifmedia_upd_locked() and have driver reset...
2012-02-23 yongariIf there are not enough RX buffers, release partially...
2012-02-23 yongariGive hardware chance to drain active DMA cycles.
2012-02-23 yongariConnect smcphy(4) to mii module build.
2012-02-23 yongariAdd Seeq Technology 80220 PHY support to smcphy(4)...
2012-02-23 thompsabstp_input() always consumes the packet so remove the...
2012-02-22 gjbXref the following in wlan(4):
2012-02-22 thompsaDocument the net.link.lagg.X.use_flowid sysctl from...
2012-02-22 thompsaMake it clear that fec is just an alias
2012-02-22 thompsaUsing the flowid in the mbuf assumes the network card...
2012-02-22 jilleslibc: Eliminate some relative relocations in fmtmsg().
2012-02-22 maximo Use ISO 3166 county code for Sweden.
2012-02-22 kibProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 kibRemove wrong comment.
2012-02-22 maximDragonFly 3.0.1 added.
2012-02-22 jpaetzelFix various typos and normalize spelling.
2012-02-22 kibUse DOINGASYNC() to test for async allowance, to honor...
2012-02-22 glebiusRevert r231829, that was my braino.
2012-02-22 davidxuFix typo.
2012-02-22 kevloHandle NULL return from crypt(3). Mostly from DragonFly
2012-02-22 eadlerRemove reference to gsched_as module, which doesn't
2012-02-22 aeDon't use `m' after m_megapullup.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 davidxuUse unused fourth argument of umtx_op to pass flags...
2012-02-22 gonzoRefctor address assignment for Octeon's ethernet ports:
2012-02-22 kevloReturn NULL on error rather than ":", per the crypt...
2012-02-22 kevloFix memset sizeof
2012-02-21 jilleslibc: Add some tests for fmtmsg().
2012-02-21 dimWhen building with clang, disable -Wformat-security for
2012-02-21 dimWhen building with clang, disable -Wunneeded-internal...
2012-02-21 trocinyunp_connect() may use a shared lock on the vnode to...
2012-02-21 trocinyMake vnode_if.awk parse vnode operations with underscor...
2012-02-21 emasteAvoid error log for transfer stop w/o error code.
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-20 pjdDocument the fact that getgrouplist(3) returns 0 on...
2012-02-20 bruefferAdd oce(4) to the hardware notes.
2012-02-20 rayRemove redundant forward declaration of struct ieee8021...
2012-02-20 ghelmerSet the O_CLOEXEC flag when opening the pidfile to...
2012-02-20 bruefferMore improvements, the biggest one using list environme...
2012-02-20 kevloRemove an unnecessary cast.
2012-02-20 delphijRevert r231923 for now. Further work is needed to...
2012-02-20 aeIf nested scheme allows dump kernel to its partition...
2012-02-20 aeAdd alias for the partition type 0x0f. Now "ebr" name...
2012-02-20 adrianBreak out the radar code into a separate source file.
2012-02-20 delphijReturn BUS_PROBE_DEFAULT instead of 0 because this...
2012-02-20 delphijUse uprintf instead of printf for the reason why a...
2012-02-20 mpImport of tcsh-6.18.01
2012-02-19 pluknet- Trim empty lines resulting in bad rendering, EOL...
next