dragonfly.git
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...
2006-04-14 Matthew DillonRecent bug fixes make this worthy for testing, update...
2006-04-14 Matthew DillonFix a bug in the pkg_add -n tests where pkg_add was...
2006-04-14 Matthew DillonConditionalize a lwkt_send_ipiq2() to fix the UP build.
2006-04-14 Matthew DillonAlways guarentee at least one space between two network...
2006-04-14 Sascha Wildner* Comment out reference to non-existing format command.
2006-04-14 Matthew DillonFix an edge case where objects can be returned to a...
2006-04-14 Matthew Dillonvop_stdopen() must be called when a fifo_open fails...
2006-04-14 Matthew DillonFix a livelock in the objcache blocking code. PCATCH...
2006-04-14 Matthew DillonSupply version of wakeup() which only operate on thread...
2006-04-14 Matthew DillonIf a process forks while being scanned, a non-zero...
2006-04-13 Matthew DillonNTFS sometimes splits the initialization of a new vnode...
2006-04-13 Sascha WildnerAdd gbk.5 to the Makefile (forgotten when it was moved...
2006-04-13 David XuSeperate _mutex_cv_unlock from _mutex_unlock_common.
2006-04-13 David Xunamespace cleanup.
2006-04-13 David Xu1) Use int for m_flags of pthread_mutexattr.
2006-04-12 Sascha WildnerFor symmetry's sake, put as(1) into the amd64 Makefile...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-12 Sascha WildnerAdd as(1) manual page.
2006-04-12 Sascha WildnerAdd as(1) manual page.
2006-04-12 Matthew DillonNote: the previous rev's CVS comment was messed up...
2006-04-12 Matthew Dillon/dev/random was almost always returning 0 bytes. This...
2006-04-12 Sascha Wildnerlinux(4) was added in Sep 2003 but never made it into...
2006-04-11 Joerg SonnenbergerMerge bug fix from binutils main line:
2006-04-11 Jeremy C. ReedDocument that the caret works like the excalamation...
2006-04-11 Matthew Dillonin_ifadown() was only cleaning up the route table on...
2006-04-10 Matthew DillonCalculate the correct buffer size when reading a symlin...
2006-04-10 Joerg SonnenbergerImprove portability of patch(1):
2006-04-09 Matthew DillonRemove debugging printfs.
2006-04-09 Matthew DillonFix one place where the superblock was being read ...
2006-04-09 Matthew DillonFollowup last commit, fix missing argument to vinitvmio().
2006-04-09 Matthew DillonGet rid of bogus 'pushing active' reports. Initialize...
2006-04-08 Sascha WildnerThere are no manual pages for hosts.allow and hosts...
2006-04-08 Sascha Wildners/pthread_mutex_create/pthread_mutex_init/
2006-04-08 Sascha WildnerAdd MLINKS for all functions.
2006-04-08 Sascha WildnerAdd missing isnormal(3) manual page.
2006-04-08 Sascha WildnerThe new bridge(4) manual page somehow never found its...
2006-04-08 Sascha WildnerRemove references to multibyte(3) which is no longer...
2006-04-08 Sascha WildnerAdd section numbers to references and fix .Xr abuse
2006-04-08 Sascha WildnerUse .St for references to standards.
2006-04-07 Sascha WildnerPut the 'V' option back in.
2006-04-07 David XuUse the branch prediction macros in sys/cdefs.h.
2006-04-07 David XuAdd compiler branch prediction hint macros, obtained...
2006-04-07 David XuTweak source code a bit to make gcc to generate better...
2006-04-07 Sascha WildnerMore mdoc cleanup.
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
next