| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -3/+2 |
* | Minor Bug fix. Some file was not translated. | takawata | 2004-10-05 | 1 | -2/+2 |
* | Fix unionfs problems when a directory is mounted on other directory | takawata | 2004-10-05 | 3 | -1/+11 |
* | Fix a problem when you try to mount a directory on another directory | takawata | 2004-10-02 | 1 | -0/+2 |
* | Don't PHOLD() the target process in procfs, since this is already done | das | 2004-10-01 | 3 | -6/+3 |
* | XXX mark two places where we do not hold a threadcount on the dev when | phk | 2004-09-24 | 1 | -0/+2 |
* | Hold proper thread count while frobbing drivers ioctl. | phk | 2004-09-24 | 1 | -6/+13 |
* | Remove devsw() call missed in last commit. | phk | 2004-09-24 | 1 | -1/+0 |
* | Use def_re[fl]thread(). | phk | 2004-09-24 | 1 | -95/+46 |
* | Eliminate DEV_STRATEGY() macro: call dev_strategy() directly. | phk | 2004-09-23 | 1 | -18/+2 |
* | Do not use devsw() but si_devsw direction. This is still bogus but a | phk | 2004-09-23 | 1 | -1/+1 |
* | Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount | phk | 2004-09-23 | 1 | -18/+42 |
* | Pointy hat please! | phk | 2004-09-22 | 1 | -3/+3 |
* | De support opening device nodes on CD9660 filesystems. They are | phk | 2004-09-21 | 2 | -21/+9 |
* | The getpages VOP was a good stab at getting scatter/gather I/O without | phk | 2004-09-19 | 1 | -181/+0 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 2 | -4/+0 |
* | Remove the buffercache/vnode side of BIO_DELETE processing in | phk | 2004-09-13 | 1 | -33/+2 |
* | Reduce the size of struct defid's defid_dirclust, defid_dirofs and | tjr | 2004-09-08 | 1 | -3/+3 |
* | Merge from NetBSD: | tjr | 2004-09-08 | 1 | -3/+18 |
* | Merge from NetBSD: | tjr | 2004-09-08 | 1 | -0/+5 |
* | Create simple function init_va_filerev() for initializing a va_filerev | phk | 2004-09-07 | 1 | -21/+2 |
* | Explicitly pass vnode to smbfs_doio() function. | phk | 2004-09-07 | 3 | -6/+3 |
* | Explicitly pass the vnode to the nw_doio() function. | phk | 2004-09-07 | 3 | -7/+4 |
* | Temporarily back out revision 1.77. This changed cd9660_getattr() and | tjr | 2004-09-05 | 1 | -14/+6 |
* | Back out pseudo_vnops.c:1.45, which was a workaround for pfind() | rwatson | 2004-09-02 | 1 | -11/+0 |
* | General modernization of coda: | brooks | 2004-09-01 | 4 | -93/+54 |
* | Kill count device support from config. I've changed the last few | peter | 2004-08-30 | 3 | -3/+3 |
* | Remove bogus vrele() call added in previous. | tjr | 2004-08-27 | 1 | -2/+0 |
* | Improve the robustness of MSDOSFSMNT_KICONV handling: | tjr | 2004-08-26 | 1 | -12/+39 |
* | Release the vnode cache mutex when calling vgone(), since vgone() may | des | 2004-08-15 | 1 | -26/+39 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -5/+5 |
* | Commit a work-around for a more general bug involving process state: | rwatson | 2004-08-13 | 1 | -0/+11 |
* | use bufdone() not biodone(). | phk | 2004-08-08 | 1 | -3/+3 |
* | Use bufdone(), not biodone(). | phk | 2004-08-08 | 1 | -2/+2 |
* | Push all changes to disk before downgrading a mount from rw to ro. | phk | 2004-08-07 | 1 | -0/+3 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 16 | -96/+88 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 4 | -5/+6 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 4 | -9/+9 |
* | In devfs_allocv(), rather than assigning 'td = curthread', assert that | rwatson | 2004-07-22 | 1 | -7/+9 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 3 | -3/+4 |
* | Another LINT compilation fix | phk | 2004-07-13 | 1 | -1/+0 |
* | Make LINT compile | phk | 2004-07-13 | 2 | -2/+0 |
* | Remove 'td = curthread' that shadows the arguments to coda_root(). | rwatson | 2004-07-12 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 18 | -49/+59 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -3/+4 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 2 | -3/+3 |
* | Accumulate directory entries in a fixed-length sbuf, and uiomove them in | des | 2004-07-09 | 1 | -8/+10 |
* | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 2 | -14/+3 |