| Commit message (Expand) | Author | Age | Files | Lines |
* | while (0); -> while (0) in multi-line macros | imp | 2006-08-17 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 2 | -2/+2 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | When the volume is being downgraded from a read-write mode, mark | delphij | 2006-08-03 | 1 | -0/+4 |
* | In udf_find_partmaps(), when we find a type 1 partition map, we have to | yar | 2006-07-25 | 2 | -10/+13 |
* | Update comment. | jhb | 2006-07-18 | 1 | -1/+1 |
* | Lock the smb share before doing a 'put' on it in smbfs_unmount(). | jhb | 2006-07-17 | 1 | -0/+3 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | phk | 2006-07-17 | 4 | -18/+0 |
* | Add vnode interlocking to devfs. | ups | 2006-07-12 | 1 | -16/+33 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 1 | -4/+2 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | Remove now unneeded opt_mac.h and mac.h includes. | rwatson | 2006-07-06 | 1 | -2/+0 |
* | Use #include "", not #include <> for opt_foo.h. | rwatson | 2006-07-06 | 1 | -2/+2 |
* | Correctly calculate a buffer length. It was off by one so a read() returned | netchild | 2006-06-27 | 1 | -1/+1 |
* | Fix a memory leak and a nested 'for' loop in the spare table handling. | scottl | 2006-06-26 | 1 | -4/+6 |
* | Upon further review, DES prefers this change over that in revision 1.13 | ghelmer | 2006-06-05 | 1 | -6/+4 |
* | mount_msdosfs.c: | rodrigc | 2006-06-01 | 1 | -1/+1 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -1/+8 |
* | Remove incorrect null_checkexp() routine. This | rodrigc | 2006-05-28 | 1 | -14/+0 |
* | Modify MNT_UPDATE behavior for nullfs so that it does not | rodrigc | 2006-05-28 | 1 | -2/+7 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -8/+1 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 3 | -33/+15 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 2 | -2/+8 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 2 | -0/+8 |
* | Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0 | ghelmer | 2006-05-24 | 1 | -3/+6 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 2 | -2/+0 |
* | Restore the ability to mount procfs and fdescfs filesystems via the | kbyanc | 2006-05-15 | 3 | -0/+24 |
* | Remove unused prototypes. | pjd | 2006-04-12 | 1 | -2/+0 |
* | - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without this | jeff | 2006-03-31 | 1 | -0/+3 |
* | Call vn_start_write() before locking vnode. | tegge | 2006-03-19 | 1 | -2/+2 |
* | Add a_fdidx to comment prototype for fifo_open(). | rwatson | 2006-03-15 | 1 | -0/+1 |
* | If fifo_open() is called with a negative file descriptor, return EINVAL | rwatson | 2006-03-14 | 1 | -0/+2 |
* | When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridge | joerg | 2006-03-13 | 1 | -3/+1 |
* | - Define a null_getwritemount to get the mount-point for the lower | jeff | 2006-03-12 | 1 | -2/+26 |
* | Correct the vnode locking in fdescfs. | kris | 2006-02-28 | 1 | -4/+2 |
* | CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. | yar | 2006-02-27 | 1 | -1/+6 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -0/+8 |
* | Change pfs_visible() to optionally return a pointer to the process | jhb | 2006-02-22 | 1 | -50/+44 |
* | Hold the proc lock while calling proc_sstep() since the function asserts | jhb | 2006-02-22 | 1 | -2/+1 |
* | - We must hold a reference to a vnode before calling vgone() otherwise | jeff | 2006-02-22 | 1 | -0/+2 |
* | - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in | jeff | 2006-02-22 | 1 | -7/+8 |
* | - Assert that the lowervp is locked in null_hashget(). | jeff | 2006-02-22 | 1 | -26/+21 |
* | - Deadfs should not use the std GETWRITEMOUNT routine. Add one that always | jeff | 2006-02-22 | 1 | -0/+14 |
* | Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather than | jhb | 2006-02-10 | 1 | -1/+1 |
* | - No need to WANTPARENT when we're just going to vrele it in a deadlock | jeff | 2006-02-07 | 1 | -4/+1 |
* | Make UDF endian-safe. | will | 2006-02-03 | 3 | -3/+3 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | jeff | 2006-02-01 | 2 | -14/+11 |
* | - Remove a stale comment. This function was rewritten to be SMP safe some | jeff | 2006-01-30 | 1 | -6/+0 |
* | Update incorrect comments here, there should not be a call to panic() | trhodes | 2006-01-23 | 1 | -4/+4 |
* | Do not assume that `char direntry::deExtension[3]' starts right after | fjoe | 2006-01-22 | 4 | -17/+16 |