2006-05-01 |
Matthew Dillon | 32bit from 64bit value fixup. Fix typo.
|
commit | commitdiff | tree |
2006-05-01 |
Matthew Dillon | m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation
|
commit | commitdiff | tree |
2006-05-01 |
Matthew Dillon | Plug xform memory leaks. Don't re-initialize an xform...
|
commit | commitdiff | tree |
2006-04-30 |
Matthew Dillon | Remove buf->b_saveaddr, assert that vmapbuf() is only...
|
commit | commitdiff | tree |
2006-04-30 |
Matthew Dillon | The pbuf subsystem now initializes b_kvabase and b_kvasize...
|
commit | commitdiff | tree |
2006-04-30 |
Matthew Dillon | Remove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into...
|
commit | commitdiff | tree |
2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMAT...
|
commit | commitdiff | tree |
2006-04-29 |
Matthew Dillon | Bring in SHA256 support from FreeBSD.
|
commit | commitdiff | tree |
2006-04-29 |
Matthew Dillon | Bring in some fixes from NetBSD:
|
commit | commitdiff | tree |
2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the...
|
commit | commitdiff | tree |
2006-04-28 |
Matthew Dillon | Remove non-existant variable from debugging message.
|
commit | commitdiff | tree |
2006-04-28 |
Matthew Dillon | Get rid of the remaining buffer background bitmap code...
|
commit | commitdiff | tree |
2006-04-28 |
Matthew Dillon | Remove the buffer cache's B_PHYS flag. This flag was...
|
commit | commitdiff | tree |
2006-04-28 |
Matthew Dillon | Fix a bug in the POSIX locking code. The system could...
|
commit | commitdiff | tree |
2006-04-27 |
Matthew Dillon | Move most references to the buffer cache array (buf...
|
commit | commitdiff | tree |
2006-04-27 |
Matthew Dillon | Get rid of libcr, the idea(s) behind it are not really...
|
commit | commitdiff | tree |
2006-04-26 |
Matthew Dillon | Fix the range checking for all read and write system...
|
commit | commitdiff | tree |
2006-04-26 |
Matthew Dillon | Add the preadv() and pwritev() systems and regenerate.
|
commit | commitdiff | tree |
2006-04-25 |
Matthew Dillon | Get rid of the weird FSMID update path in the vnode...
|
commit | commitdiff | tree |
2006-04-25 |
Matthew Dillon | Separate the MD5 code into its own module.
|
commit | commitdiff | tree |
2006-04-25 |
Matthew Dillon | Generate unique identifiers for simulated FSMIDs so...
|
commit | commitdiff | tree |
2006-04-25 |
Matthew Dillon | Rename KVM_READ() to kread() and make it a real procedure...
|
commit | commitdiff | tree |
2006-04-25 |
Matthew Dillon | Add a memory wrap check to kernacc to try to reduce...
|
commit | commitdiff | tree |
2006-04-24 |
Matthew Dillon | vfsync() is not in the business of removing buffers...
|
commit | commitdiff | tree |
2006-04-24 |
Matthew Dillon | Call vnode_pager_setsize() before BALLOC rather than...
|
commit | commitdiff | tree |
2006-04-24 |
Matthew Dillon | If softupdates or some other entity re-dirties a buffer...
|
commit | commitdiff | tree |
2006-04-24 |
Matthew Dillon | B_INVAFTERWRITE is no longer used, remove it.
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Fix an incorrect header length comparison for IPSEC...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | The nticks calculation is still broken. Sometimes...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Remove LK_REENABLE (related to the LK_DRAIN removal).
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Remove remaining uses of the lockmgr LK_INTERLOCK flag.
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Remove all remaining support for LK_DRAIN lockmgr locks...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN, rely on nc_lwant to interlock...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN and LK_INTERLOCK interactions....
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Run the lockmgr() call independant of the KASSERT(...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | LK_DRAIN locks are no longer obtained on vnodes, rip...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN in dounmount(). LK_DRAIN locks...
|
commit | commitdiff | tree |
2006-04-23 |
Matthew Dillon | Remove unused code label.
|
commit | commitdiff | tree |
2006-04-22 |
Matthew Dillon | Get rid of LK_PCATCH in the agp lockmgr() calls. AGP...
|
commit | commitdiff | tree |
2006-04-22 |
Matthew Dillon | Get rid of unused arg.
|
commit | commitdiff | tree |
2006-04-22 |
Matthew Dillon | Misc sysperf cleanups. Add another mutex tester to...
|
commit | commitdiff | tree |
2006-04-22 |
Matthew Dillon | Add spin_uninit() to provide symmetry with spin_init().
|
commit | commitdiff | tree |
2006-04-22 |
Matthew Dillon | Minor typing cleanups for aicasm.
|
commit | commitdiff | tree |
2006-04-17 |
Matthew Dillon | Bring in some small changes from FreeBSD.
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Generate a host-unreachable failure rather then a crash...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Recent bug fixes make this worthy for testing, update...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Fix a bug in the pkg_add -n tests where pkg_add was...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Conditionalize a lwkt_send_ipiq2() to fix the UP build.
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Always guarentee at least one space between two network...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Fix an edge case where objects can be returned to a...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | vop_stdopen() must be called when a fifo_open fails...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Fix a livelock in the objcache blocking code. PCATCH...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | Supply version of wakeup() which only operate on threads...
|
commit | commitdiff | tree |
2006-04-14 |
Matthew Dillon | If a process forks while being scanned, a non-zero...
|
commit | commitdiff | tree |
2006-04-13 |
Matthew Dillon | NTFS sometimes splits the initialization of a new vnode...
|
commit | commitdiff | tree |
2006-04-12 |
Matthew Dillon | Note: the previous rev's CVS comment was messed up...
|
commit | commitdiff | tree |
2006-04-12 |
Matthew Dillon | /dev/random was almost always returning 0 bytes. This...
|
commit | commitdiff | tree |
2006-04-11 |
Matthew Dillon | in_ifadown() was only cleaning up the route table on...
|
commit | commitdiff | tree |
2006-04-10 |
Matthew Dillon | Calculate the correct buffer size when reading a symlink...
|
commit | commitdiff | tree |
2006-04-09 |
Matthew Dillon | Remove debugging printfs.
|
commit | commitdiff | tree |
2006-04-09 |
Matthew Dillon | Fix one place where the superblock was being read ...
|
commit | commitdiff | tree |
2006-04-09 |
Matthew Dillon | Followup last commit, fix missing argument to vinitvmio().
|
commit | commitdiff | tree |
2006-04-09 |
Matthew Dillon | Get rid of bogus 'pushing active' reports. Initialize...
|
commit | commitdiff | tree |
2006-04-07 |
Matthew Dillon | Due to continuing issues with VOP_READ/VOP_WRITE ops...
|
commit | commitdiff | tree |
2006-04-05 |
Matthew Dillon | Synchronize vinitvmio() calls from UFS to EXT2FS.
|
commit | commitdiff | tree |
2006-04-05 |
Matthew Dillon | Unconditionally initialize a VM object for a directory...
|
commit | commitdiff | tree |
2006-04-04 |
Matthew Dillon | Transplant all the UFS ops that EXT2 used to call into...
|
commit | commitdiff | tree |
2006-04-04 |
Matthew Dillon | Properly calculate the ronly flag at unmount time.
|
commit | commitdiff | tree |
2006-04-03 |
Matthew Dillon | Because multiple opens of /dev/tty only issue one actual...
|
commit | commitdiff | tree |
2006-04-03 |
Matthew Dillon | ufs_readdir() can be called from NFS with the vnode...
|
commit | commitdiff | tree |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have...
|
commit | commitdiff | tree |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have...
|
commit | commitdiff | tree |
2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have...
|
commit | commitdiff | tree |
2006-04-02 |
Matthew Dillon | Document the use of SDT_SYS386IGT vs SDT_SYS386TGT...
|
commit | commitdiff | tree |
2006-04-02 |
Matthew Dillon | A floating point fault (instead of DNA fault) can occur...
|
commit | commitdiff | tree |
2006-04-02 |
Matthew Dillon | ufs_dirempty() issues I/O on the directory vnode and...
|
commit | commitdiff | tree |
2006-04-02 |
Matthew Dillon | Give the MFS pseudo block device vnode a VM object...
|
commit | commitdiff | tree |
2006-04-01 |
Matthew Dillon | Require that *ALL* vnode-based buffer cache ops be...
|
commit | commitdiff | tree |
2006-04-01 |
Matthew Dillon | Clone cd9660_blkatoff() into a new procedure, cd9660_devblka...
|
commit | commitdiff | tree |
2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally...
|
commit | commitdiff | tree |
2006-03-30 |
Matthew Dillon | Fix a race condition between nlookup and vnode reclamation...
|
commit | commitdiff | tree |
2006-03-29 |
Matthew Dillon | ffs_truncate(), called from, truncate(), remove(),...
|
commit | commitdiff | tree |
2006-03-29 |
Matthew Dillon | NFS needs to instantiate a backing VM object for the...
|
commit | commitdiff | tree |
2006-03-29 |
Matthew Dillon | A VM object is now required for vnode-based buffer...
|
commit | commitdiff | tree |
2006-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREATEVOB...
|
commit | commitdiff | tree |
2006-03-28 |
Matthew Dillon | Add PCI IDs for Intel's ICH7 and ICH7M ATA/SATA hardware...
|
commit | commitdiff | tree |
2006-03-28 |
Matthew Dillon | Add a RB_PREV() function which returns the previous...
|
commit | commitdiff | tree |
2006-03-27 |
Matthew Dillon | Correct some minor bugs in the last patch to fix kernel...
|
commit | commitdiff | tree |
2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude...
|
commit | commitdiff | tree |
2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of...
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Clean up the extended lookup features in the red-black...
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Add the initialization of blockoff back in, the variable...
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Undo the last commit. At the moment we require access...
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Add options to allow the dump offset or system memory...
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Sanitize status message.
|
commit | commitdiff | tree |
2006-03-25 |
Matthew Dillon | Sync fstat up to the changes made in msdosfsmount.h.
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Fix numerous translation problems in msdosfs, related...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Don't just assume that the directory offset supplied...
|
commit | commitdiff | tree |
2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and...
|
commit | commitdiff | tree |