dragonfly.git
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...
2006-04-06 David XuUnlock recursive mutex in pthread_cond_wait, though...
2006-04-06 Sascha Wildner* Add documentation for the batch and lastcpu keywords.
2006-04-06 Sascha WildnerChange forgotten getinoquota to ext2_getinoquota to...
2006-04-06 David Xus/long/int
2006-04-06 David XuWARNS level 4 cleanup.
2006-04-06 David XuAdd all pthread functions into libc namespace.
2006-04-06 David XuAdd function prototypes: pthread_atfork, pthread_attr_g...
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-05 David XuMove some global variables into its module, remove...
2006-04-05 David XuUnbreak buildworld.
2006-04-05 David XuPull in all symbols needed for static binary.
2006-04-05 David XuConvert weak reference to strong reference so that...
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-04 David XuUpdate UMTX_LOCKED and add UMTX_CONTESTED macro.
2006-04-04 David XuRevamp the algorithm to acquire a contested lock, the...
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-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
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 Sascha WildnerSmall comma fixes.
2006-04-02 Sascha WildnerUse .Cd for kernel options.
2006-04-02 Sascha WildnerAdd a SYNOPSIS section and put the kernel config option...
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 some special characters messed up in my last commit.
2006-03-30 Sascha WildnerFix copy/paste error.
2006-03-30 Sascha Wildner* Fix incorrect usage of \- (mathematical minus).
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 Sascha WildnerPlug an fd leak and closedir() two directories.
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 Sascha WildnerRemove redundant .Pp.
2006-03-27 Sascha WildnerMove .Pp outside of display.
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 Sascha WildnerProperly sort xrefs.
2006-03-25 Matthew DillonAdd options to allow the dump offset or system memory...
2006-03-25 Matthew DillonSanitize status message.
2006-03-25 Sepherosa Ziehauregen
2006-03-25 Sepherosa Ziehau- Change original TI's product ACX100 to ACX100A
2006-03-25 Matthew DillonSync fstat up to the changes made in msdosfsmount.h.
2006-03-25 Sepherosa Ziehau- Fix following bugs:
2006-03-25 Sascha Wildnermdoc nit
2006-03-24 Matthew DillonFix numerous translation problems in msdosfs, related...
2006-03-24 Joerg SonnenbergerApply post-install correction of +CONTEXT files. nrelea...
2006-03-24 Matthew DillonDon't just assume that the directory offset supplied...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-24 Matthew DillonAdd missing commit for the VM load heuristic and page...
2006-03-24 Matthew DillonBump 1.5.2 for the preview tag, synchronized to just...
2006-03-24 YONETANI Tomokazuanother forced commit from cvs-1.12.13 client to test...
2006-03-24 YONETANI Tomokazuforced commit to test new log_accum.pl script
2006-03-24 Matthew DillonBackout the rest of 1.29. There are a number of issues...
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMerge from FreeBSD.
2006-03-23 David RhodusMark a few more system calls MPSAFE.
next