| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 17 | -62/+110 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 4 | -11/+25 |
| * | Be consistent with UFS in a way how devfs_setattr() checks credentials | Maxim Konovalov | 2002-03-14 | 1 | -4/+5 |
| * | If in strategy we find that we have no devsw on the device anymore we | Poul-Henning Kamp | 2002-03-05 | 1 | -3/+6 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 17 | -40/+39 |
| * | Fix LINT breakage by adding a missing include. | Thomas Moestl | 2002-02-23 | 1 | -0/+1 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 4 | -8/+21 |
| * | Paranoia: if the process is setugid, set all sensitive files mode 0. | Dag-Erling Smørgrav | 2002-02-18 | 1 | -1/+3 |
| * | Don't even think about using v_id for magic tricks, v_id is giving | Poul-Henning Kamp | 2002-02-17 | 1 | -5/+0 |
| * | FIxed the following style bugs: | Bruce Evans | 2002-02-16 | 2 | -10/+16 |
| * | FIxed the following style bugs: | Bruce Evans | 2002-02-16 | 3 | -11/+21 |
| * | Fixed missing PHOLD()/PRELE(). | Bruce Evans | 2002-02-16 | 1 | -0/+2 |
| * | Various nit-picking, mostly of style(9) character. | Poul-Henning Kamp | 2002-02-10 | 1 | -43/+41 |
| * | Part I: Update extended attribute API and ABI: | Robert Watson | 2002-02-10 | 2 | -2/+2 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 6 | -14/+19 |
| * | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily. | Robert Watson | 2002-02-04 | 1 | -4/+2 |
| * | Return EPERM instead of 0 in the un-implemented pseudofs_setattr(). | Robert Watson | 2002-02-04 | 1 | -2/+1 |
| * | Fix select on fifos. | Alfred Perlstein | 2002-01-14 | 1 | -10/+28 |
| * | Commit a know fix for hpfs to use vop_defaultop plug instead of wrong | Semen Ustimenko | 2002-01-14 | 1 | -13/+1 |
| * | don't initialize the mutex in the temporary struct file, the soo_* | Alfred Perlstein | 2002-01-14 | 1 | -6/+0 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 2 | -11/+4 |
| * | remove unused socket pointer | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
| * | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution. | Alfred Perlstein | 2002-01-13 | 4 | -0/+4 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 7 | -14/+52 |
| * | Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST, | Mike Smith | 2002-01-09 | 1 | -1/+1 |
| * | Use a sysinit to initialise the devfs hooks in kern_conf.c rather than common | Mike Smith | 2002-01-09 | 1 | -3/+10 |
| * | Staticise the coda vfsop pointer. | Mike Smith | 2002-01-08 | 2 | -2/+1 |
| * | Staticise pfs_vncache, it's not used anywhere else. | Mike Smith | 2002-01-08 | 1 | -1/+1 |
| * | Do not derefer null. | Seigo Tanimura | 2002-01-04 | 1 | -0/+4 |
| * | o Make the credential used by socreate() an explicit argument to | Robert Watson | 2001-12-31 | 2 | -3/+6 |
| * | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | Matthew Dillon | 2001-12-20 | 6 | -6/+6 |
| * | Previous commit was intented to silence a warning, not to change codepath. | Boris Popov | 2001-12-20 | 1 | -2/+3 |
| * | Silence harmless "smbfs_closel: Negative opencount" messages at | Sheldon Hearn | 2001-12-20 | 1 | -1/+1 |
| * | Pseudofs was leaking VFS cache entries badly due to its cache and use of | Matthew Dillon | 2001-12-19 | 2 | -4/+22 |
| * | Add module dependency on libmchain. | Sheldon Hearn | 2001-12-13 | 1 | -0/+2 |
| * | Fix select on named pipes without a reader. | Alfred Perlstein | 2001-12-12 | 1 | -1/+0 |
| * | Add VOP_GETEXTATTR(9) passthrough support to pseudofs. | Brian Feldman | 2001-12-11 | 2 | -0/+55 |
| * | Remove an obsolete prototype for procfs_kmemaccess(). | Dag-Erling Smørgrav | 2001-12-11 | 1 | -3/+0 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 8 | -17/+17 |
| * | Fix various bugs in the debugging code and reenable it. | Dag-Erling Smørgrav | 2001-12-09 | 2 | -9/+9 |
| * | Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -3/+3 |
| * | Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ... | Dag-Erling Smørgrav | 2001-12-08 | 2 | -3/+5 |
| * | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 16 | -2035/+477 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 1 | -4/+7 |
| * | Catch up with KSE changes. | Boris Popov | 2001-12-02 | 5 | -155/+158 |
| * | Fix indentation after removing GEMDOS support. Whitespace changes only. | John Baldwin | 2001-11-28 | 1 | -14/+14 |
| * | Use suser_td() instead of explicitly checking cr_uid against 0. | John Baldwin | 2001-11-28 | 2 | -3/+3 |
| * | Axe more unused GEMDOS code that was #ifdef atari. | John Baldwin | 2001-11-28 | 4 | -44/+1 |
| * | Remove GEMDOS support from msdosfs. I don't think anyone is going to | John Baldwin | 2001-11-27 | 2 | -130/+0 |
| * | Add support for a last-close handler. | Dag-Erling Smørgrav | 2001-11-27 | 3 | -3/+38 |