| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 5 | -5/+5 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -1/+8 |
* | Do not leak defs_de_interlock on error. | kib | 2008-12-12 | 1 | -1/+3 |
* | Implement VOP_VPTOCNP for devfs. Directory and character device vnodes are | marcus | 2008-12-12 | 1 | -0/+65 |
* | Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF. | marcus | 2008-12-12 | 1 | -0/+1 |
* | Relock user map earlier, to have the lock held when break leaves the | kib | 2008-12-10 | 1 | -2/+1 |
* | Make two style changes to create new commit and document proper commit | kib | 2008-12-08 | 1 | -1/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-12-08 | 1 | -9/+28 |
* | The timezone byte is a signed value, treat it as such. | kientzle | 2008-11-27 | 1 | -1/+1 |
* | In null_lookup(), do the needed cleanup instead of panicing saying | kib | 2008-11-26 | 1 | -5/+4 |
* | - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record. | lulf | 2008-11-26 | 1 | -2/+6 |
* | Simplify mode_t check treatment (suggested by trasz). | daichi | 2008-11-25 | 1 | -39/+2 |
* | Fixes Unionfs socket issue reported as kern/118346. | daichi | 2008-11-25 | 3 | -39/+191 |
* | - Fix a typo in a comment. | jhb | 2008-11-18 | 3 | -9/+5 |
* | When looking up the vnode for the device to mount the filesystem on, | jhb | 2008-11-18 | 1 | -12/+8 |
* | Remove copy/paste code from UFS to handle sparse blocks. While Rock | jhb | 2008-11-18 | 1 | -6/+0 |
* | Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memory | jhb | 2008-11-18 | 3 | -6/+0 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | jhb | 2008-11-04 | 2 | -11/+6 |
* | Don't pass WANTPARENT to the pathname lookup of the mount point for a | jhb | 2008-11-04 | 1 | -4/+1 |
* | Fix few missed accmode changes in coda. | trasz | 2008-11-03 | 3 | -5/+7 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -1/+1 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 1 | -2/+2 |
* | Remove the call to getinoquota() from ntfs_access. How did it get there?! | trasz | 2008-11-02 | 1 | -7/+0 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 15 | -67/+69 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 5 | -7/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 27 | -136/+131 |
* | The locking in portalfs's socket connect code is no less correct than | rwatson | 2008-10-12 | 1 | -1/+0 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 7 | -30/+27 |
* | Use soconnect2() rather than directly invoking uipc_connect2() to | rwatson | 2008-10-06 | 1 | -1/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-10-04 | 1 | -29/+7 |
* | Fix Vflags abuse in fdescfs. There should be no functional changes. | trasz | 2008-10-03 | 1 | -3/+1 |
* | Fix Vflags abuse in cd9660. There should be no functional changes. | trasz | 2008-10-03 | 1 | -7/+7 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 1 | -12/+27 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | obrien | 2008-09-23 | 3 | -3/+3 |
* | Already initialize the vfs timestamps inside the cdev upon allocation. | ed | 2008-09-21 | 1 | -0/+4 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 5 | -10/+6 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 8 | -8/+8 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -3/+1 |
* | Fix two small typo's in comments in the nullfs vnops code. | ed | 2008-09-11 | 1 | -2/+2 |
* | Reflect license change of NetBSD code. | delphij | 2008-09-03 | 7 | -56/+7 |
* | In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were | kib | 2008-09-01 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 20 | -107/+97 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -3/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -4/+5 |
* | Remove unnecessary locking around pointer fetch. | kib | 2008-08-12 | 1 | -2/+0 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | The uniqdosname() function takes char[12] as it third argument. | kib | 2008-07-04 | 1 | -1/+1 |
* | Remove unused 'td' arguments from smbfs_hash_lock() and | rwatson | 2008-07-01 | 1 | -9/+9 |