summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-022-10/+6
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-1/+2
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-4/+27
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-2612-3/+50
* Fix the bug in rev. 1.134. In devfs_allocv_drop_refs(), when not_found == 2kib2006-09-191-1/+1
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andkib2006-09-184-16/+113
* Put the osta.c license on osta.h. The license is the same.imp2006-09-121-0/+15
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Introduce a field to struct vm_page for storing flags that arealc2006-08-092-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* When the volume is being downgraded from a read-write mode, markdelphij2006-08-031-0/+4
* In udf_find_partmaps(), when we find a type 1 partition map, we have toyar2006-07-252-10/+13
* Update comment.jhb2006-07-181-1/+1
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-174-18/+0
* Add vnode interlocking to devfs.ups2006-07-121-16/+33
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-4/+2
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-061-2/+0
* Use #include "", not #include <> for opt_foo.h.rwatson2006-07-061-2/+2
* Correctly calculate a buffer length. It was off by one so a read() returnednetchild2006-06-271-1/+1
* Fix a memory leak and a nested 'for' loop in the spare table handling.scottl2006-06-261-4/+6
* Upon further review, DES prefers this change over that in revision 1.13ghelmer2006-06-051-6/+4
* mount_msdosfs.c:rodrigc2006-06-011-1/+1
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-1/+8
* Remove incorrect null_checkexp() routine. Thisrodrigc2006-05-281-14/+0
* Modify MNT_UPDATE behavior for nullfs so that it does notrodrigc2006-05-281-2/+7
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-8/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-263-33/+15
* Call vm_object_page_clean() with the object lock held.ups2006-05-252-2/+8
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-252-0/+8
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0ghelmer2006-05-241-3/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-153-0/+24
* Remove unused prototypes.pjd2006-04-121-2/+0
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* Call vn_start_write() before locking vnode.tegge2006-03-191-2/+2
* Add a_fdidx to comment prototype for fifo_open().rwatson2006-03-151-0/+1
* If fifo_open() is called with a negative file descriptor, return EINVALrwatson2006-03-141-0/+2
* When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridgejoerg2006-03-131-3/+1
* - Define a null_getwritemount to get the mount-point for the lowerjeff2006-03-121-2/+26
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.yar2006-02-271-1/+6
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+8
* Change pfs_visible() to optionally return a pointer to the processjhb2006-02-221-50/+44
* Hold the proc lock while calling proc_sstep() since the function assertsjhb2006-02-221-2/+1
* - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysjeff2006-02-221-0/+14
OpenPOWER on IntegriCloud