o Add missing dot (.)
[dragonfly.git] / sys /
2008-01-01 Matthias SchmidtEnclose O_ROOTCRED in _KERNEL_STRUCTURES. This is...
2008-01-01 Sascha WildnerAdd PCI IDs for ICH9.
2008-01-01 Matthew DillonHAMMER 14/many - historical access cleanup, itimes...
2007-12-31 Sascha WildnerAdd 2008 to our copyrights. Happy new year!
2007-12-31 Matthew DillonHAMMER 13B/many - addendum to 13.
2007-12-31 Matthew DillonHAMMER 13/many - Stabilization commit
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-12-30 Sascha WildnerMake DDB optional in vkernels.
2007-12-30 Matthew DillonHAMMER 12/many - buffer cache sync, buffer cache intera...
2007-12-30 Matthew DillonHAMMER 12/many - add VOPs for symlinks, device, and...
2007-12-29 Sascha WildnerRemove the xrpu driver as FreeBSD did ~1 month ago.
2007-12-29 Sepherosa ZiehauUse TAILQ_HEAD_INITIALIZER to initialize global variabl...
2007-12-29 Matthew DillonHAMMER 11/many - initial spike commit.
2007-12-28 Sepherosa Ziehau- Regroup global variables, function declarations and...
2007-12-28 Sepherosa ZiehauUse M_ASSERTPKTHDR
2007-12-28 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2007-12-28 Sepherosa Ziehau- Use NULL
2007-12-28 Sepherosa Ziehau- Use M_ZERO
2007-12-26 Sascha WildnerAdd et(4).
2007-12-26 Sascha WildnerAdjust various manpages/files for the new msk(4) driver.
2007-12-26 Sepherosa ZiehauImport msk(4) which supports Marvell Yukon II based...
2007-12-26 Sepherosa Ziehauregen
2007-12-26 Sepherosa ZiehauAdd PHY IDs for Broadcom 5906 10/100
2007-12-26 Sepherosa Ziehauregen
2007-12-26 Sepherosa ZiehauAdd Broadcom 5906/5906M 10/100 NIC PCI IDs
2007-12-24 Peter AvalosRemove unused CTS_SPI_FLAGS_TAG_ENB.
2007-12-23 Peter AvalosFixes for CAM_NEW_TRAN_CODE.
2007-12-23 Peter AvalosFix typo that was causing CAM_NEW_TRAN_CODE to do nothing.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
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().
next