Fix yet another tunable name.
[dragonfly.git] / sys /
2007-12-21 Sascha WildnerFix yet another tunable name.
2007-12-21 Sascha WildnerFix tunable name.
2007-12-21 Sepherosa Ziehau- All inpcb related operations are now CPU localized...
2007-12-21 Sepherosa ZiehauIn divert_packet():
2007-12-21 Peter AvalosAdd some quick documentation regarding the CAM_NEW_TRAN...
2007-12-21 Peter Avalosprintf -> kprintf
2007-12-20 Peter AvalosAdd CAM_NEW_TRAN_CODE as a kernel option.
2007-12-20 Sepherosa ZiehauIn divert_packet():
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-19 Sepherosa ZiehaucOPy? o.O
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-17 Hasso TepperAdd ID for ICH8M in compatibility mode. This makes...
2007-12-16 Sascha WildnerFix building with 'options CPU_DISABLE_SSE'.
2007-12-15 Sascha WildnerRemove definition and documentation of EI_BRAND which...
2007-12-14 Matthew DillonProperly set the mc_fpformat field in the ucontext...
2007-12-14 Sepherosa ZiehauRework sk(4) detach code:
2007-12-14 Sepherosa ZiehauAvoid use-after-free
2007-12-14 Matthew DillonHAMMER 10/many - synchronize miscellaneous work.
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-12-12 Matthew DillonSynchronize most of the remaining FreeBSD changes for...
2007-12-12 Sepherosa ZiehauNuke unused stack variable.
2007-12-11 Walter SheetsImporting some newer defines for elf to fix build of...
2007-12-09 Thomas E. SpanjaardFix a bug where all 'generic' ATA controllers were...
2007-12-09 Simon SchubertMake sure that we're locked when initially reading...
2007-12-08 Matthew DillonFix krateprintf(). The frequency was improperly being...
2007-12-08 Sepherosa Ziehau- It does not make sense to set IP options or multicast...
2007-12-08 Sepherosa ZiehauMake sure that ip_dn_cpu does exist, if not set it...
2007-12-06 Matthew DillonAdd missing sys/proc.h
2007-12-06 Matthew DillonFix a 'panic: vm_page_cache: caching a dirty page'...
2007-12-06 Matthew DillonAdd clarifying comments for LWP_WSTOP and LWP_WEXIT.
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-06 Simon SchubertFix possible lockup when ptrace()'ing multi-lwp process.
2007-12-05 Sascha WildnerImprove wording of the comment for rtable_service_loop().
2007-12-04 Hasso TepperHifn 7955/7956 support to the hifn(4) driver.
2007-12-02 Peter AvalosSync quirk tables with FreeBSD.
2007-12-02 Sepherosa ZiehauIn bge_stop():
2007-12-02 Peter AvalosXPT_GET_TRAN_SETTINGS can fail- so check for an error and
2007-12-02 Peter AvalosChange the qualifier to force async from cur_spi to...
2007-12-02 Peter AvalosAdd a tunable that allows one to turn off the automatic...
2007-12-02 Sepherosa ZiehauBlack list the atapci device on Intel PRO/1000 PM,...
2007-12-02 Sepherosa Ziehau- Increase m_flags' size, we have already short of...
2007-12-02 Peter AvalosPut a bit of hysteresis into both BUSY SCSI status...
2007-12-02 Peter AvalosImplement 'camcontrol reportluns'. This allows users...
2007-12-02 Peter AvalosSpelling fix.
2007-12-02 Peter AvalosAdd PIM_SEQSCAN for HBA misc flags and code that unders...
2007-12-02 Peter AvalosFix missing update to reflect change in scsi_inquiry...
2007-12-02 Peter AvalosHandle some of the inquiry flags that have come into
2007-12-02 Peter AvalosActually check to see if XPT_CALC_GEOMETRY had an error
2007-12-02 Peter AvalosGuard against divide-by-zero.
2007-12-02 Peter AvalosCAM_NEW_TRAN_CODE placeholders for SAS support.
2007-12-02 Peter AvalosMake sure ioctl doesn't get swallowed (fit in 8 bits).
2007-12-02 Peter AvalosIncorporate the O_NONBLOCK open semantics of Linux...
2007-12-02 Peter AvalosWhen deregistering a bus, attempt to flush out all...
2007-12-01 Peter AvalosThere should be no need to retry when the CCB status...
2007-12-01 Peter AvalosMake the exploring of all luns supported by an HBA...
2007-12-01 Peter AvalosFine-grained malloc statistics - replace some M_DEVBUF...
2007-12-01 Hasso Tepper- Add missing MCP65 id which was accidentally removed...
2007-11-30 Hasso Tepper* Fix support for followings:
2007-11-30 Hasso TepperLimit total playback channels to just 1, for ALi M5451...
2007-11-30 Hasso TepperAdd support for trimmed down version of ATI SB600 AC97...
2007-11-30 Hasso TepperRemap and virtualize mixer controls for HP nx6110 with...
2007-11-30 Hasso TepperEnable headphone jack-sense for HP nx6100 with AD1981B...
2007-11-30 Hasso Tepper- Gigabyte G33-S2H fixup, due to the present of multipl...
2007-11-30 Hasso Tepper- malloc M_NOWAIT -> M_WAITOK.
2007-11-30 Hasso Tepper- Add codec id for Realtek ALC268.
2007-11-30 Hasso Tepper- Merge input/microphone support for ASUS A8N-VMCSM...
2007-11-30 Hasso TepperFix no-sound issues with ASUS A9T notebook.
2007-11-30 Matthew DillonHAMMER 9/many - btree removal cases, mount nohistory
2007-11-29 Hasso TepperAdd support for Intel 7221's and 845M GMCH controllers.
2007-11-29 Peter AvalosFixing a memory leak in xpt_release_device().
2007-11-29 Peter AvalosDo not initialize path variable with useless value...
2007-11-29 Peter AvalosMake sure we look at the correct sub op codes when
2007-11-29 Peter AvalosProtect against dividing by zero.
2007-11-29 Peter Avalosavoid use after free
2007-11-29 Peter Avalosavoid use after free
2007-11-29 Peter AvalosFix a problem with the cd(4) driver -- the CAMGETPASSTH...
2007-11-29 Peter AvalosFix a place where we were referencing a pointer after...
2007-11-29 Peter AvalosRestore queue depth settings across tag disable events...
2007-11-28 Peter AvalosTry to automatically scan and attach luns for modern...
2007-11-28 Peter AvalosAgain, use offsetof() instead of a constant to enhance...
2007-11-28 Peter AvalosUse offsetof() instead of a hard-coded constant for...
2007-11-28 Peter AvalosAdd necessary data structures and definitions for the...
2007-11-28 Peter AvalosRemove the camnet swi and CAM_PERIPH_NET. It has never...
2007-11-28 Peter AvalosFix typo in comment.
2007-11-28 Peter AvalosWhen printing out an unknown sense code we should print...
2007-11-28 Peter AvalosMake the module return EOPNOTSUPP for unknown events.
2007-11-28 Peter AvalosWhitespace to make comments more legible.
2007-11-28 Peter AvalosCompare the *number* of patterns to zero, not the point...
2007-11-28 Peter AvalosSpelling fix in comment.
2007-11-28 Peter AvalosSS_FATAL|ENXIO rather than SS_RDEF for illegal track...
2007-11-28 Sepherosa Ziehau- Factor out pcie_slotimpl() to check whether PCI Expre...
2007-11-27 Sepherosa ZiehauM_MCAST and M_BCAST are set before bridge_input() is...
2007-11-27 Sepherosa Ziehau- Move IFF_UP checking to the beginning of ether_input().
2007-11-27 Matthew DillonHAMMER 8/many - A-list, B-Tree fixes. As-of queries
2007-11-26 Matthew DillonHAMMER 7/many - deletions, overwrites, B-Tree work.
2007-11-26 Sepherosa ZiehauFor ip_lengthcheck():
2007-11-26 Sepherosa ZiehauUse m_freem() instead of m_free()
2007-11-26 Sepherosa ZiehauUse m_freem() to free the whole mbuf chain.
2007-11-26 Hasso TepperAllow for any baud rate within a range rather than...
2007-11-26 Matthew DillonHAMMER 6/many - memory->disk flush, single-cluster...
next