summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Implement a rudimentary access cache for the Coda kernel module,rwatson2008-02-133-28/+117
* Remove now-unused Coda namecache.rwatson2008-02-132-905/+0
* Rather than having the Coda module use its own namecache, use the globalrwatson2008-02-137-168/+114
* Fix a lock leak in the ntfs locking scheme:attilio2008-02-131-1/+1
* Consolidate the code to generate a new XID for a NFS request into ajhb2008-02-133-22/+25
* Remove SMP left-overs from NetBSD.marcel2008-02-122-12/+3
* Make sure we restrict Linux only IPC calls from being executedcsjp2008-02-123-4/+22
* Regenerate for readlink(2).ru2008-02-1210-11/+11
* Change readlink(2)'s return type and type of the last argumentru2008-02-124-8/+8
* There's no need to suppress option GDB.marcel2008-02-121-1/+0
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-129-59/+143
* If busdma is being used to realign dynamic buffers and the alignment is set toscottl2008-02-122-4/+4
* Fix a typo when testing for the NO_C3 quirk.jhb2008-02-121-1/+1
* Fix typo.raj2008-02-121-1/+1
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.raj2008-02-121-1/+2
* Add missing \n.brueffer2008-02-121-1/+1
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are akris2008-02-111-2/+2
* The Sun disk label only uses 16-bit fields for cylinders, heads andmarius2008-02-113-0/+66
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-112-27/+29
* Clean up PowerPC loader(8) build config.raj2008-02-112-2/+2
* Unbreak build, size_t is larger on 64bit platforms.thompsa2008-02-111-1/+1
* Add missing GEOM_LVM option.thompsa2008-02-111-0/+1
* Hook geom_lvm(4) up to the build.thompsa2008-02-114-0/+11
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-112-0/+1290
* Clean up coda_pathconf() slightly while debugging a problem there.rwatson2008-02-111-11/+7
* Add support for PC Engines ALIX boards.phk2008-02-101-43/+74
* - Revert last ehci.c changeattilio2008-02-102-2/+1
* Since we're now actively maintaining the Coda module in the FreeBSD sourcerwatson2008-02-1018-3954/+4002
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of thekib2008-02-101-0/+1
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) foriwasaki2008-02-101-1/+4
* Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ andattilio2008-02-091-2/+2
* namei() can call underlying nfs_readlink() passing a struct uio pointerattilio2008-02-093-9/+9
* Various further non-functional cleanups to coda:rwatson2008-02-0910-104/+56
* No reason not to maintain stats on statfs in Coda, as it's done forrwatson2008-02-091-3/+3
* Remove unused devtomp(), which exploited UFS-specific knowledge to findrwatson2008-02-092-24/+0
* Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPPrwatson2008-02-092-38/+1
* Add support for displaying a process' current working directory, rootmarcus2008-02-093-2/+56
* Lock cache vnode when VOP_FSYNC() is called on a Coda vnode.rwatson2008-02-091-2/+5
* Make all calls to vn_lock() in Coda, including recently added ones,rwatson2008-02-092-7/+7
* The Coda module was originally ported to NetBSD from Mach by rvb, andrwatson2008-02-086-13/+16
* Before invoking vnode operations on cache vnodes, acquire the vnoderwatson2008-02-081-1/+9
* Remove undefined coda excluded by #if 1 #else, which previously protectedrwatson2008-02-081-12/+0
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-085-12/+13
* belated bump for the addition of m_collapsesam2008-02-081-1/+1
* If the vhid already present, return EEXIST instead ofglebius2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.glebius2008-02-071-2/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedglebius2008-02-071-24/+17
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atjeff2008-02-073-8/+19
* - In rw_wunlock_hard prefer to wakeup writers if there are both readersjeff2008-02-071-4/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanalc2008-02-071-0/+4
OpenPOWER on IntegriCloud