Never generate external references for __cursig().
[dragonfly.git] / sys /
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 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 DillonGenerate unique identifiers for simulated FSMIDs so...
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 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 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-17 Matthew DillonBring in some small changes from FreeBSD.
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 DillonConditionalize a lwkt_send_ipiq2() to fix the UP build.
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-12 Sascha WildnerMerge from vendor branch BINUTILS:
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-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-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-07 David XuAdd compiler branch prediction hint macros, obtained...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-06 Sascha WildnerChange forgotten getinoquota to ext2_getinoquota to...
2006-04-05 Matthew DillonSynchronize vinitvmio() calls from UFS to EXT2FS.
2006-04-05 Matthew DillonUnconditionally initialize a VM object for a directory...
2006-04-04 Matthew DillonTransplant all the UFS ops that EXT2 used to call into...
2006-04-04 Matthew DillonProperly calculate the ronly flag at unmount time.
2006-04-03 Matthew DillonBecause multiple opens of /dev/tty only issue one actua...
2006-04-03 Matthew Dillonufs_readdir() can be called from NFS with the vnode...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-02 Matthew DillonDocument the use of SDT_SYS386IGT vs SDT_SYS386TGT...
2006-04-02 Matthew DillonA floating point fault (instead of DNA fault) can occur...
2006-04-02 Matthew Dillonufs_dirempty() issues I/O on the directory vnode and...
2006-04-02 Sepherosa ZiehauBring in new ifconfig(8) from FreeBSD6. It is more...
2006-04-02 Matthew DillonGive the MFS pseudo block device vnode a VM object...
2006-04-01 Matthew DillonRequire that *ALL* vnode-based buffer cache ops be...
2006-04-01 Matthew DillonClone cd9660_blkatoff() into a new procedure, cd9660_de...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-04-01 Sascha WildnerRemove owi(4) from build.
2006-04-01 Sascha WildnerRemove owi(4) (old wi) driver and adjust related bits.
2006-04-01 Sepherosa Ziehau- Import driver[acx(4)] for TI acx100/acx111 based...
2006-03-30 Sascha WildnerFix copy/paste error.
2006-03-30 Matthew DillonFix a race condition between nlookup and vnode reclamat...
2006-03-29 Joerg SonnenbergerAdd missing callout_init.
2006-03-29 Matthew Dillonffs_truncate(), called from, truncate(), remove(),...
2006-03-29 Matthew DillonNFS needs to instantiate a backing VM object for the...
2006-03-29 Matthew DillonA VM object is now required for vnode-based buffer...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-28 Matthew DillonAdd PCI IDs for Intel's ICH7 and ICH7M ATA/SATA hardwar...
2006-03-28 Matthew DillonAdd a RB_PREV() function which returns the previous...
2006-03-27 Matthew DillonCorrect some minor bugs in the last patch to fix kernel...
2006-03-27 Sascha WildnerRemove trailing whitespace.
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Joerg SonnenbergerBe more jail friendly:
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-26 Sascha WildnerRemove redundant .Pp macros right before .El, .Sh and...
2006-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-25 Matthew DillonClean up the extended lookup features in the red-black...
2006-03-25 Sascha WildnerRemove unused variable.
2006-03-25 Sascha Wildnerb_resid and b_bcount are int, so use %d.
2006-03-25 Sascha WildnerKTR_VERBOSE's logging was being done outside 'if (ktr_b...
2006-03-25 Matthew DillonAdd the initialization of blockoff back in, the variabl...
2006-03-25 Matthew DillonUndo the last commit. At the moment we require access...
2006-03-25 Sepherosa Ziehauregen
next