dragonfly.git
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-27 Matthew DillonMake fixes to the A-list initialization and properly...
2007-11-26 Matthew DillonInitialize idx_ldata - a forward iterator for allocatin...
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...
2007-11-26 Matthew DillonCatch vkernel divide-by-0 traps a bit earlier so they...
2007-11-26 Matthew DillonDrop into DDB if the vkernel hits a floting point excep...
2007-11-26 Peter AvalosDon't be so chatty when performing manual sense.
2007-11-26 Peter AvalosIn camperiphdone(), make sure we check for fatal errors...
2007-11-26 Peter Avalos(camperiphdone): When the cam_periph layer performs...
2007-11-26 Peter AvalosOnly set single initiator buffered mode if we've record...
2007-11-25 Peter AvalosMinor debug output changes.
2007-11-25 Peter AvalosRemove unused variables.
2007-11-25 Sascha WildnerFix some mis-usages of NULL.
2007-11-25 Peter AvalosRemove unused variable.
2007-11-25 Peter AvalosUse symbolic constants instead of "4".
2007-11-25 Peter AvalosDon't use return(foo(...)); in a function returning...
2007-11-25 Peter AvalosRemove unused ioctl routine.
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-25 Peter AvalosImport less-416:
2007-11-25 Sascha WildnerRemove (now) bogus prototype.
2007-11-25 Sascha Wildner* Add prototype for callrpc()
2007-11-25 Sepherosa Ziehau- Cache PCI-X capability PTR.
2007-11-25 Peter AvalosDon't use the devstat->busy_count for state decisions...
2007-11-25 Sepherosa ZiehauCache following information for PCI Express capability:
2007-11-25 Peter AvalosFix typo.
2007-11-25 Sepherosa ZiehauFactor out a function to read power management capability
2007-11-25 Peter Avalospanic() shouldn't have a \n.
2007-11-25 Peter Avalospanic() shouldn't have a \n.
2007-11-25 Sascha WildnerAdd some #include's to fix 'implicit declaration of...
2007-11-25 Peter AvalosUse parens for arguments in macro.
2007-11-25 Sascha WildnerAdjust acpi.c and bios.c to use kfreeenv()/ktestenv...
2007-11-24 Peter AvalosBe consistent about "static" functions: if the function...
2007-11-24 Sascha WildnerRemove old prototypes of consinit() (which was removed...
2007-11-24 Peter AvalosA SCSI_DELAY of zero is a legitimate value to have...
2007-11-24 Peter AvalosDon't call dkpart() just to print the result, it is...
2007-11-24 Peter AvalosDocument camcontrol load.
2007-11-24 Peter AvalosMake SCSI_DELAY setable at boot time and runtime via the
2007-11-24 Peter AvalosAdd some \n's to kprintf()s.
2007-11-24 Sascha Wildners/Conatainer/Container/
2007-11-24 Sascha WildnerUse .An
2007-11-24 Sepherosa ZiehauRename pci_read_extcap() to pci_read_capabilities(...
2007-11-24 Sepherosa ZiehauWhite space
2007-11-24 Sepherosa Ziehau- Factor out pci_fixup_nextptr().
2007-11-24 Peter AvalosIf we boot verbose, then print out 'interesting' CAM...
2007-11-24 Peter AvalosAdd REPORT LUNS basic infrastructure.
2007-11-24 Sepherosa Ziehau- Push PCI status "capability list bit" checking down...
2007-11-24 Peter AvalosDo not +1 with MAXPATHLEN.
2007-11-24 Peter AvalosRemove unused variable.
2007-11-24 Peter AvalosRemove extra semicolon.
2007-11-24 Peter AvalosRemove comment that doesn't seem to apply any more.
2007-11-24 Peter AvalosStaticise a debugging variable.
2007-11-24 Peter AvalosConst'ify the CDB format string passed to the CDB parsi...
2007-11-24 Peter AvalosFix breakage in 'camcontrol defects' introduced in...
2007-11-24 Peter AvalosBe very generous with timeouts for synchronize cache...
2007-11-24 Simon SchubertAdd llabs(3).
2007-11-24 Simon SchubertAdd llabs(3).
2007-11-23 Sascha WildnerUniformly refer to RFCs as 'RFC xxxx' and not 'RFCxxxx...
2007-11-23 Sascha WildnerFix a number of typos in defined values (ioctls and...
2007-11-23 Matthew DillonRemove debugging printfs.
2007-11-23 Sascha WildnerProperly use .Ar
2007-11-23 Sepherosa ZiehauAdd comment about pcicfgregs.pmgt field
2007-11-23 Sepherosa ZiehauCreate structure to group PCI power management configur...
2007-11-23 Sepherosa Ziehau- Add CAP_PTR macro for type 2 devices (cardbus)
2007-11-22 Sascha WildnerUse .Ev
2007-11-22 Hasso TepperFix typos.
2007-11-22 Sascha WildnerRemove comments about 0x2 flags value and FDC_YE option...
2007-11-22 Matthew DillonReplace the very predictable 'random' IP sequence numbe...
2007-11-22 Peter AvalosFix bug in scsi_read_write() where it might use 6-byte...
2007-11-22 Peter AvalosFix typo in comment.
2007-11-22 Peter AvalosAdd interfaces for SCSI LOG SELECT and LOG SENSE commands.
2007-11-22 Peter AvalosMark some functions as __printflike().
2007-11-22 Sascha WildnerUse .Ev
2007-11-22 Peter AvalosKill the command (don't rerun it) if we had an AUTOSENS...
2007-11-21 Peter AvalosPropagate CAM_DIS_DISCONNECT on through:
2007-11-21 Sascha WildnerFix .Dv abuse and use .Li instead.
2007-11-21 Peter AvalosCheck the void * argument in the AC_FOUND_DEV case...
2007-11-21 Peter AvalosCleanup some of the XPORT_FC code (mostly whitespace)
2007-11-21 Peter AvalosAdd a transport settings variant for Fibre Channel.
2007-11-21 Sascha WildnerUniformly use .Pa for URLs.
2007-11-21 Matthew DillonFix loc_seek - using lseek to acquire the directory...
2007-11-20 Matthew DillonHAMMER 5/many - in-memory cache and more vnops.
2007-11-20 Matthew DillonBreak out the scan info structure's support routines...
2007-11-20 Sascha Wildnermdoc(7) section order
2007-11-20 Matthew DillonAdd vop_helper_create_uid() - roughly taken from UFS...
2007-11-20 Matthew DillonClean up some missing 32->64 bit cookie conversions...
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-11-20 Matthew DillonAdjust getdirentries() to allow basep to be NULL. ...
2007-11-20 Matthew DillonAdd a helper function vop_helper_setattr_flags() modele...
2007-11-20 Matthew DillonUpdate the documentation for getdirentries(2). Describ...
next