summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* In null_lookup(), do the needed cleanup instead of panicing sayingkib2008-11-261-5/+4
* - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.lulf2008-11-261-2/+6
* Simplify mode_t check treatment (suggested by trasz).daichi2008-11-251-39/+2
* Fixes Unionfs socket issue reported as kern/118346.daichi2008-11-253-39/+191
* - Fix a typo in a comment.jhb2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,jhb2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While Rockjhb2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryjhb2008-11-183-6/+0
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-11/+6
* Don't pass WANTPARENT to the pathname lookup of the mount point for ajhb2008-11-041-4/+1
* Fix few missed accmode changes in coda.trasz2008-11-033-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-2/+2
* Remove the call to getinoquota() from ntfs_access. How did it get there?!trasz2008-11-021-7/+0
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-2815-67/+69
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-235-7/+10
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2327-136/+131
* The locking in portalfs's socket connect code is no less correct thanrwatson2008-10-121-1/+0
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-107-30/+27
* Use soconnect2() rather than directly invoking uipc_connect2() torwatson2008-10-061-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+7
* Fix Vflags abuse in fdescfs. There should be no functional changes.trasz2008-10-031-3/+1
* Fix Vflags abuse in cd9660. There should be no functional changes.trasz2008-10-031-7/+7
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Save previous content of the td_fpop before storing the currentkib2008-09-261-12/+27
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-233-3/+3
* Already initialize the vfs timestamps inside the cdev upon allocation.ed2008-09-211-0/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-205-10/+6
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-208-8/+8
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-3/+1
* Fix two small typo's in comments in the nullfs vnops code.ed2008-09-111-2/+2
* Reflect license change of NetBSD code.delphij2008-09-037-56/+7
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers werekib2008-09-011-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-2820-107/+97
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-3/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Remove unnecessary locking around pointer fetch.kib2008-08-121-2/+0
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* The uniqdosname() function takes char[12] as it third argument.kib2008-07-041-1/+1
* Remove unused 'td' arguments from smbfs_hash_lock() andrwatson2008-07-011-9/+9
* Get pointer to devfs_ruleset struct after garbage collection has beengonzo2008-06-221-3/+3
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-163-9/+10
* Do not redo the vnode tear-down work already done by insmntque() whenkib2008-06-151-4/+1
* Don't enforce unique device minor number policy anymore.ed2008-06-111-3/+3
* In cd9660_readdir vop, always initialize the idp->uio_off member.kib2008-06-111-0/+1
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
* Revert the changes I made to devfs_setattr() in r179457.ed2008-06-011-4/+3
* Merge back devfs changes from the mpsafetty branch.ed2008-05-311-6/+6
OpenPOWER on IntegriCloud