dragonfly.git
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
2006-05-05 Matthew DillonCleanup procedure prototypes, get rid of extra spaces...
2006-05-05 Sepherosa Ziehaucorrect "polling" support
2006-05-05 Sascha WildnerRemove unused label.
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-04 YONETANI TomokazuDon't forget to replicate b_cmd, which has been split...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-05-03 Matthew DillonDocument the handling of a file holes in ufs_strategy...
2006-05-03 Matthew DillonInvert a mistaken test. Set b_resid to 0 if B_ERROR...
2006-05-03 Matthew DillonRemove the accounting argument from lf_create_range...
2006-05-03 Matthew DillonMinor cleanup, plus initialize a few additional fields...
2006-05-03 Matthew DillonAdd a missing ohci_waitintr() call that allows polled...
2006-05-03 Matthew DillonFix a biodone/AR_WAIT case. b_cmd was not getting...
2006-05-02 Matthew DillonFix an information disclosure issue on AMD cpus. The...
2006-05-02 Matthew DillonFix a bug in close(). When a descriptor is closed...
2006-05-02 Matthew DillonThe wrong pointer was being used to calculate the page...
2006-05-02 Matthew Dillon- Add workarounds for dropped interrupts on VIA and...
2006-05-02 Matthew DillonPlug memory leak in umass.
2006-05-01 Matthew DillonSupply a stack pointer for a pure thread context so...
2006-05-01 Matthew Dillon32bit from 64bit value fixup.
2006-05-01 Matthew Dillonmore strict sanity check for ESP tail. [From KAME]
2006-05-01 Matthew DillonFix fencepost error causing creation of 0-length mbufs...
2006-05-01 Matthew Dillon32bit from 64bit value fixup. Fix typo.
2006-05-01 Matthew Dillonm_cat() may free the mbuf on 2nd arg, so m_pkthdr manip...
2006-05-01 Matthew DillonPlug xform memory leaks. Don't re-initialize an xform...
2006-05-01 Sascha WildnerFix kldstat option.
2006-05-01 Sascha WildnerRemove ports(7) reference and reword.
2006-05-01 Sascha WildnerDocument recently added devices.
2006-05-01 Sascha WildnerAdd missing #includes.
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonThe pbuf subsystem now initializes b_kvabase and b_kvas...
2006-04-30 Sascha WildnerAdd some missing manual pages.
2006-04-30 Matthew DillonRemove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-30 Sepherosa ZiehauAdd NetGear FA-511 support
2006-04-29 Matthew DillonBring in SHA256 support from FreeBSD.
2006-04-29 Matthew DillonBring in some fixes from NetBSD:
2006-04-28 Sascha WildnerFix typo.
2006-04-28 Sascha WildnerNever generate external references for __cursig().
2006-04-28 Sascha WildnerMove the error check into the else clause because it...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove non-existant variable from debugging message.
2006-04-28 Matthew DillonGet rid of the remaining buffer background bitmap code...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-28 Matthew DillonFix a bug in the POSIX locking code. The system could...
2006-04-27 Matthew DillonMove most references to the buffer cache array (buf...
2006-04-27 Matthew DillonGet rid of libcr, the idea(s) behind it are not really...
2006-04-27 Sascha Wildnergrrr...fix reverse chronological order
2006-04-27 Sascha WildnerUpdate HISTORY section for preadv and pwritev.
2006-04-27 Sascha WildnerAdd documentation for the new preadv(2) and pwritev...
2006-04-27 Sascha WildnerSignals are described in signal(3).
2006-04-27 Sascha WildnerRemove unneeded comma.
2006-04-27 Sascha WildnerRemove trailing whitespace.
2006-04-27 Sascha Wildners/pxeldr/pxeboot/
2006-04-27 Sascha WildnerAdd missing braces.
2006-04-27 Sascha WildnerFix LINT build.
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-04-25 Matthew DillonSeparate the MD5 code into its own module.
2006-04-25 Matthew DillonGenerate unique identifiers for simulated FSMIDs so...
2006-04-25 Matthew DillonRename KVM_READ() to kread() and make it a real procedu...
2006-04-25 Matthew DillonAdd a memory wrap check to kernacc to try to reduce...
2006-04-24 Matthew Dillonvfsync() is not in the business of removing buffers...
2006-04-24 Matthew DillonCall vnode_pager_setsize() before BALLOC rather than...
2006-04-24 Matthew DillonIf softupdates or some other entity re-dirties a buffer...
2006-04-24 Matthew DillonB_INVAFTERWRITE is no longer used, remove it.
2006-04-23 Matthew DillonFix an incorrect header length comparison for IPSEC...
2006-04-23 Matthew DillonThe nticks calculation is still broken. Sometimes...
2006-04-23 Sascha WildnerAdjust manual pages to recent lock related changes.
2006-04-23 Matthew DillonRemove LK_REENABLE (related to the LK_DRAIN removal).
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove remaining uses of the lockmgr LK_INTERLOCK flag.
2006-04-23 Matthew DillonRemove all remaining support for LK_DRAIN lockmgr locks...
2006-04-23 Matthew DillonGet rid of LK_DRAIN, rely on nc_lwant to interlock...
2006-04-23 Matthew DillonGet rid of LK_DRAIN and LK_INTERLOCK interactions....
2006-04-23 Matthew DillonRun the lockmgr() call independant of the KASSERT(...
2006-04-23 Matthew DillonLK_DRAIN locks are no longer obtained on vnodes, rip...
2006-04-23 Matthew DillonGet rid of LK_DRAIN in dounmount(). LK_DRAIN locks...
2006-04-23 Matthew DillonRemove unused code label.
2006-04-22 Matthew DillonGet rid of LK_PCATCH in the agp lockmgr() calls. AGP...
2006-04-22 Matthew DillonGet rid of unused arg.
2006-04-22 Matthew DillonMisc sysperf cleanups. Add another mutex tester to...
2006-04-22 Matthew DillonAdd spin_uninit() to provide symmetry with spin_init().
2006-04-22 Matthew DillonMinor typing cleanups for aicasm.
2006-04-21 Jeffrey HsuZero out stack memory before copying out to requesting...
2006-04-21 Sepherosa Ziehaum_free -> m_freem
2006-04-18 Joerg SonnenbergerIntroduce a new variable to hold the size of buf.
2006-04-17 Sascha WildnerAdd missing cm(4), mn(4) and my(4) manual pages.
2006-04-17 Sascha WildnerSync with FreeBSD's rev. 1.7.
2006-04-17 Sascha WildnerAssorted .Xr fixes:
2006-04-17 Sascha WildnerWe use RCNG for restarting.
2006-04-17 Sascha Wildners/ndc/rndc/
2006-04-17 Sascha WildnerChange some documentation mentioning ports to pkgsrc.
2006-04-17 Sascha WildnerRemove sysinstall(8) reference and fix wording.
2006-04-17 Matthew DillonBring in some small changes from FreeBSD.
2006-04-15 Sascha WildnerAdd MLINK for rc.d(8).
2006-04-14 Matthew DillonGenerate a host-unreachable failure rather then a crash...
next