summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Add a new column to the procfs map to hold the name of the mappedrwatson2003-09-291-2/+16
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* Fixed some style bugs in previous commit. Mainly, forward-declarebde2003-09-271-15/+21
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-2623-460/+981
* Allow the [, ], and = characters in non-8.3 filenames since theytjr2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-192-6/+6
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time antjr2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-0711-342/+388
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* Use the requested page's object field instead of the vnode's. In somealc2003-08-221-2/+5
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Do not call VOP_BMAP() on our own vnodes.phk2003-08-171-10/+3
* Add p_candebug() check to access a process map file in procfs; limitrwatson2003-08-141-0/+6
* Add a '-M mask' option so that users can have differenttrhodes2003-08-123-4/+10
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-072-4/+4
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2612-21/+21
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* If bread() returns a zero-length buffer, as can happen after atrhodes2003-07-031-0/+4
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660jmg2003-06-242-2/+2
* Add a f_vnode field to struct file.phk2003-06-222-1/+2
* fix grammar in commentjmg2003-06-201-1/+1
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-174-66/+34
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* Partially back out rev 1.87 by nuking fifo_inactive() and moving thetruckman2003-06-161-20/+4
* In specfs::vop_specstratey(), assert that the vnode and buffer agree aboutphk2003-06-151-0/+4
* I have not had any reports of trouble for a long time, so remove thephk2003-06-151-26/+1
* Take 2: Remove _both_ KASSERTS.phk2003-06-151-2/+0
* Duh! I misread my handwritte notes: We do _not_ want to asser thatphk2003-06-151-2/+0
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-159-0/+20
* Remove in toto coda_strategy which incorrectly implemented vop_panic();phk2003-06-151-23/+0
* Fix some style problems, some of which are old, some new, and somedas2003-06-151-8/+10
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* If someone tries to mount a union filesystem with another unionfs asdas2003-06-141-4/+14
* Introduce malloc types M_UNDCACHE and M_UNPATH for importantdas2003-06-141-10/+13
* Factor out the process of freeing ``directory caches'', which unionfsdas2003-06-143-24/+25
OpenPOWER on IntegriCloud