| Commit message (Expand) | Author | Age | Files | Lines |
* | - smb_td_intr takes a thread as an argument not a proc. | jeff | 2003-04-01 | 1 | -1/+1 |
* | - smb_proc_intr is now spelled smb_td_intr. | jeff | 2003-04-01 | 1 | -1/+1 |
* | Specify the M_WAITOK flag explicitly in the MALLOC call to silence a | tjr | 2003-04-01 | 1 | -1/+2 |
* | Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtime | tjr | 2003-04-01 | 1 | -1/+2 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -14/+14 |
* | Deregister the dev_clone event handler we registered - don't touch the | tjr | 2003-03-27 | 1 | -2/+4 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -5/+7 |
* | Better fix for the problem addressed by rev.1.79: don't loop in | bde | 2003-03-24 | 1 | -8/+13 |
* | Make udf_allocv() return an unlocked vnode instead of a locked one | tjr | 2003-03-16 | 1 | -2/+1 |
* | - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races. | jeff | 2003-03-13 | 1 | -17/+2 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 12 | -107/+12 |
* | Set f_fstypename in coda_nb_statfs(). | tjr | 2003-03-07 | 1 | -0/+1 |
* | Add a temporary workaround for a deadlock in Coda venus 5.3.19 that | tjr | 2003-03-06 | 2 | -2/+28 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | tjr | 2003-03-06 | 3 | -20/+0 |
* | VOP_PATHCONF returns a register_t, not an int. Noticed by phk. | tjr | 2003-03-05 | 1 | -1/+1 |
* | Add prototype for coda_pathconf() that I missed in the previous commit. | tjr | 2003-03-05 | 1 | -0/+1 |
* | Add a minimal implementation of VOP_PATHCONF to silence warning | tjr | 2003-03-05 | 1 | -1/+29 |
* | Handle the case where a_uio->uio_td == NULL properly in coda_readlink(). | tjr | 2003-03-05 | 1 | -1/+2 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 6 | -12/+15 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 15 | -30/+9 |
* | Make nokqfilter() return the correct return value. | phk | 2003-03-03 | 1 | -2/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Get rid of caddr_t. | des | 2003-03-02 | 2 | -2/+2 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 5 | -14/+14 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 7 | -70/+70 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 7 | -12/+10 |
* | wakeup(9) and msleep(9) take void * arguments, not caddr_t. | des | 2003-03-02 | 1 | -3/+3 |
* | NODEVFS cleanup: | phk | 2003-03-02 | 1 | -4/+3 |
* | Copy some VM changes from smbfs_putpages() to nwfs_putpages(): lock | tjr | 2003-02-27 | 1 | -1/+3 |
* | Fix vnode corruption bug when trying to rename files across filesystems. | tjr | 2003-02-27 | 1 | -10/+13 |
* | Sync nwfs_access() with smbfs_access(): use vaccess() instead of checking | tjr | 2003-02-27 | 1 | -13/+5 |
* | Catch up with recent netncp changes: ncp_chkintr() takes a thread, not | tjr | 2003-02-27 | 1 | -1/+1 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |
* | msg | phk | 2003-02-26 | 1 | -2/+0 |
* | Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename(). | tjr | 2003-02-19 | 1 | -5/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 36 | -93/+93 |
* | Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag | phk | 2003-02-11 | 1 | -3/+1 |
* | - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member | jeff | 2003-02-09 | 3 | -154/+9 |
* | Revert removal of vnode and VFS stubs; bp asserts that they are needed. | tjr | 2003-02-08 | 3 | -3/+107 |
* | Garbage-collect stub VFS ops, use the defaults instead. | tjr | 2003-02-07 | 1 | -45/+3 |
* | Garbage-collect stub vnode ops, use the defaults instead. | tjr | 2003-02-07 | 2 | -62/+0 |
* | Add missing permission checks to the smbfs VOP_SETATTR vnode op for the | tjr | 2003-02-04 | 1 | -0/+5 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 3 | -6/+6 |
* | Use vaccess() instead of rolling our own access checks. This fixes a bug | tjr | 2003-02-03 | 1 | -12/+6 |
* | NODEVFS cleanup: remove #ifdefs. | phk | 2003-01-29 | 4 | -8/+0 |
* | Escape the backslash in badchars so that smbfs_pathcheck() correctly | tjr | 2003-01-29 | 1 | -1/+1 |
* | Do not allow a cached vnode to be shared among multiple mounts of the same | tjr | 2003-01-28 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 36 | -93/+93 |
* | GC an unused reference to vop_refreshlabel_desc; reference to | rwatson | 2003-01-21 | 1 | -3/+0 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -1/+0 |