Define _KERNEL_STRUCTURES when obtaining the list of include files.
[dragonfly.git] / sys /
2008-01-05 Simon SchubertCall selwakeup() from an MP-protected taskqueue.
2008-01-05 Simon SchubertDon't let DS_BUSY buses block attachment of other devices.
2008-01-05 Simon SchubertExport bootverbose as sysctl debug.bootverbose.
2008-01-05 Peter AvalosBuild aic(4) as a kernel module.
2008-01-05 Peter AvalosSync with FreeBSD:
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2008-01-03 Sepherosa ZiehauUse NULL for pointers
2008-01-03 Matthew DillonHAMMER 15/many - user utility infrastructure, refactor...
2008-01-02 Sascha WildnerAdd definitions for LONG_BIT and WORD_BIT.
2008-01-02 Matthew DillonBack out the last commit, it asserts in the getblk...
2008-01-02 Matthew DillonUFS vnodes must have VM objects before they can be...
2008-01-02 Hasso TepperPay attention to the timeout value passed down by the...
2008-01-02 Sepherosa ZiehauAdd more sanity checks in bpf_validate():
2008-01-02 Hasso TepperAdd missing ';'.
2008-01-02 Sepherosa ZiehauMake the cast (zero extension) consistent between non...
2008-01-02 Hasso TepperMake NO_GETMAXLUN quirk really do something useful.
2008-01-02 Hasso TepperWhen attached to a high-speed device, report a more...
2008-01-02 Hasso TepperPass all ATAPI commands through. Fixes detecting capabi...
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...
next