]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Properly clear a device's devclass if DEVICE_ATTACH() fails if the device
[FreeBSD/FreeBSD.git] / sys /
2012-02-28 jhbProperly clear a device's devclass if DEVICE_ATTACH...
2012-02-28 tijlCopy amd64 _stdint.h to x86 and merge with i386 _stdint...
2012-02-28 dimDefine several extra macros in bsd.sys.mk and sys/conf...
2012-02-28 tijlCopy amd64 _limits.h to x86 and merge with i386 _limits...
2012-02-28 tijlCopy amd64 _types.h to x86 and merge with i386 _types...
2012-02-28 emasteAvoid transfers crossing a 4GB boundary, which can...
2012-02-28 kevloAdd support for the MCS7832
2012-02-28 kevloAdd missing MODULE_DEPEND() so that acpi.ko and aibs...
2012-02-28 kevloFix checks for error return from amr_sglist_map() and...
2012-02-28 kevloFix typos
2012-02-28 gavinCorrect capitalization of "Hz" in user-visible text...
2012-02-28 yongariPrefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to
2012-02-28 adrianTrack the number of bad beacons received.
2012-02-27 kibCurrently, the debugger attached to the process executi...
2012-02-27 luigiA bunch of netmap fixes:
2012-02-27 jhbTypo.
2012-02-27 jhb- Panic up front if a kernel does not include 'device...
2012-02-27 jhbMFamd64: Don't whine about interrupts being disabled...
2012-02-27 jhbRemove completely duplicate '#ifdef XEN' section.
2012-02-27 jhbResort the IDT_DTRACE_RET constant after it was changed...
2012-02-27 jhbCorrect function prototype for read_rflags().
2012-02-27 jhbUpdate incorrect comment.
2012-02-27 sbrunoUpdate PCI-IDs with devices found on Intel SDP
2012-02-27 kevloRemove unused variable count.
2012-02-27 jhbClear the a device's description string anytime it...
2012-02-27 davidxuFollow changes made in revision 232144, pass absolute...
2012-02-27 mavRework CPU load balancing in SCHED_ULE:
2012-02-27 kevloFix logic error
2012-02-27 kevloRemove duplicate assignment of SF_IMR_RXDQ2_DMADONE bit
2012-02-26 kanFix apparent logic reversal in setting the 'auto_mode...
2012-02-26 phkAlso call the low-level driver if ->c_iflag & (IXON...
2012-02-26 alcFix typo.
2012-02-26 mmAnalogous to r232059, add a parameter for the ZFS file...
2012-02-26 kevloRemove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bit
2012-02-26 jillesFix fchmod() and fchown() on fifos.
2012-02-26 trocinyAdd sysctl to retrieve or set umask of another process.
2012-02-26 kibAdd SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level...
2012-02-26 kibRemove apparently redundand checks for socket so_proto...
2012-02-26 jhibbitsAdd backlight control to ATI-graphics PowerBooks and...
2012-02-26 jhibbitsFix the scc(4) module build. Without the file it's...
2012-02-26 adrianAdd in some debugging code to check whether the current...
2012-02-25 alcSimplify vm_mmap()'s control flow.
2012-02-25 adrianAttempt to further fix some of the concurrency/reset...
2012-02-25 alcSimplify vmspace_fork()'s control flow by copying immut...
2012-02-25 gjbWhitespace cleanup:
2012-02-25 gjbFix various typos in manual pages.
2012-02-25 maximo Reduce chances for integer overflow.
2012-02-25 mmBump __FreeBSD_version due to libarchive update.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-25 trocinyWhen detaching an unix domain socket, uipc_detach(...
2012-02-25 adrianIf an interrupt is received with no vap attached, just...
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 bzIn selectroute() add a missing fibnum argument to an...
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 kibRestore the return statement erronously removed in...
2012-02-24 kibPlace the if() at the right location, to activate the...
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 jkim- Add support for Family 12h, 14h and 15h processors.
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 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 jkimProbe supported states for save/restore function. ...
2012-02-23 jkimFix a typo introduced in r231843.
2012-02-23 mmTo improve control over the use of mount(8) inside...
2012-02-23 kmacymerge pipe and fifo implementations
2012-02-23 kmacyWhen using flowtable llentrys can outlive the interface...
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 thompsaUsing the flowid in the mbuf assumes the network card...
2012-02-22 kibProperly lock DQREF() with dqhlock. Missed locking...
2012-02-22 kibRemove wrong comment.
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.
next