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