| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement a rudimentary access cache for the Coda kernel module, | rwatson | 2008-02-13 | 3 | -28/+117 |
* | Remove now-unused Coda namecache. | rwatson | 2008-02-13 | 2 | -905/+0 |
* | Rather than having the Coda module use its own namecache, use the global | rwatson | 2008-02-13 | 7 | -168/+114 |
* | Fix a lock leak in the ntfs locking scheme: | attilio | 2008-02-13 | 1 | -1/+1 |
* | Consolidate the code to generate a new XID for a NFS request into a | jhb | 2008-02-13 | 3 | -22/+25 |
* | Remove SMP left-overs from NetBSD. | marcel | 2008-02-12 | 2 | -12/+3 |
* | Make sure we restrict Linux only IPC calls from being executed | csjp | 2008-02-12 | 3 | -4/+22 |
* | Regenerate for readlink(2). | ru | 2008-02-12 | 10 | -11/+11 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 4 | -8/+8 |
* | There's no need to suppress option GDB. | marcel | 2008-02-12 | 1 | -1/+0 |
* | Add PIC support for IPIs. When registering an interrupt handler, | marcel | 2008-02-12 | 9 | -59/+143 |
* | If busdma is being used to realign dynamic buffers and the alignment is set to | scottl | 2008-02-12 | 2 | -4/+4 |
* | Fix a typo when testing for the NO_C3 quirk. | jhb | 2008-02-12 | 1 | -1/+1 |
* | Fix typo. | raj | 2008-02-12 | 1 | -1/+1 |
* | Eliminate BUS_DMA <-> cache incoherencies in USB transfers. | raj | 2008-02-12 | 1 | -1/+2 |
* | Add missing \n. | brueffer | 2008-02-12 | 1 | -1/+1 |
* | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | kris | 2008-02-11 | 1 | -2/+2 |
* | The Sun disk label only uses 16-bit fields for cylinders, heads and | marius | 2008-02-11 | 3 | -0/+66 |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 2 | -27/+29 |
* | Clean up PowerPC loader(8) build config. | raj | 2008-02-11 | 2 | -2/+2 |
* | Unbreak build, size_t is larger on 64bit platforms. | thompsa | 2008-02-11 | 1 | -1/+1 |
* | Add missing GEOM_LVM option. | thompsa | 2008-02-11 | 1 | -0/+1 |
* | Hook geom_lvm(4) up to the build. | thompsa | 2008-02-11 | 4 | -0/+11 |
* | Add a geom class to map Linux LVM logical volumes. | thompsa | 2008-02-11 | 2 | -0/+1290 |
* | Clean up coda_pathconf() slightly while debugging a problem there. | rwatson | 2008-02-11 | 1 | -11/+7 |
* | Add support for PC Engines ALIX boards. | phk | 2008-02-10 | 1 | -43/+74 |
* | - Revert last ehci.c change | attilio | 2008-02-10 | 2 | -2/+1 |
* | Since we're now actively maintaining the Coda module in the FreeBSD source | rwatson | 2008-02-10 | 18 | -3954/+4002 |
* | After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the | kib | 2008-02-10 | 1 | -0/+1 |
* | Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for | iwasaki | 2008-02-10 | 1 | -1/+4 |
* | Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ and | attilio | 2008-02-09 | 1 | -2/+2 |
* | namei() can call underlying nfs_readlink() passing a struct uio pointer | attilio | 2008-02-09 | 3 | -9/+9 |
* | Various further non-functional cleanups to coda: | rwatson | 2008-02-09 | 10 | -104/+56 |
* | No reason not to maintain stats on statfs in Coda, as it's done for | rwatson | 2008-02-09 | 1 | -3/+3 |
* | Remove unused devtomp(), which exploited UFS-specific knowledge to find | rwatson | 2008-02-09 | 2 | -24/+0 |
* | Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP | rwatson | 2008-02-09 | 2 | -38/+1 |
* | Add support for displaying a process' current working directory, root | marcus | 2008-02-09 | 3 | -2/+56 |
* | Lock cache vnode when VOP_FSYNC() is called on a Coda vnode. | rwatson | 2008-02-09 | 1 | -2/+5 |
* | Make all calls to vn_lock() in Coda, including recently added ones, | rwatson | 2008-02-09 | 2 | -7/+7 |
* | The Coda module was originally ported to NetBSD from Mach by rvb, and | rwatson | 2008-02-08 | 6 | -13/+16 |
* | Before invoking vnode operations on cache vnodes, acquire the vnode | rwatson | 2008-02-08 | 1 | -1/+9 |
* | Remove undefined coda excluded by #if 1 #else, which previously protected | rwatson | 2008-02-08 | 1 | -12/+0 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 5 | -12/+13 |
* | belated bump for the addition of m_collapse | sam | 2008-02-08 | 1 | -1/+1 |
* | If the vhid already present, return EEXIST instead of | glebius | 2008-02-07 | 1 | -1/+1 |
* | Remove unused structure member from struct in_ifadown_arg. | glebius | 2008-02-07 | 1 | -2/+1 |
* | Use rtalloc1() instead of rtalloc_ign(). It returns a locked | glebius | 2008-02-07 | 1 | -24/+17 |
* | - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points at | jeff | 2008-02-07 | 3 | -8/+19 |
* | - In rw_wunlock_hard prefer to wakeup writers if there are both readers | jeff | 2008-02-07 | 1 | -4/+4 |
* | Change shm_dotruncate() so that it correctly handles cached pages that span | alc | 2008-02-07 | 1 | -0/+4 |