summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()rodrigc2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.rodrigc2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* The ISO9660 spec does allow files up to 4G. Change the i_sizekientzle2006-12-081-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-10/+3
* o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAMEmaxim2006-12-031-2/+4
* Add missing includes for <sys/buf.h> and <sys/bio.h>.rodrigc2006-12-021-0/+2
* Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>rodrigc2006-12-024-3040/+3216
* o From the submitter: dos2unixchr will convert to lower case ifmaxim2006-11-261-2/+4
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-203-19/+19
* Wake up PIOCWAIT handler on the process exit in addition to the stopkib2006-11-171-2/+2
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-133-5/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0610-63/+107
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-053-2/+20
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+10
* Ditch crummy fattime <--> timespec conversion functionsphk2006-10-241-149/+8
* Drop crummy fattime to timespec conversion routines.phk2006-10-241-163/+12
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-245-180/+16
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
* Fake the link count until we have no choice but to load data from thetrhodes2006-10-211-1/+1
* Update the access and modification times for dev while still holdingkib2006-10-201-2/+2
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-5/+9
* Properly lock the vnode around vgone() calls.kib2006-10-184-25/+113
* 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
OpenPOWER on IntegriCloud