| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. | Kenneth D. Merry | 2001-11-27 | 1 | -0/+10 |
| * | Replace 'p' with 'td' as appropriate. | John Baldwin | 2001-11-27 | 2 | -25/+25 |
| * | GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK. | John Baldwin | 2001-11-27 | 8 | -38/+25 |
| * | Expand LOCKMGR() compat macro. | John Baldwin | 2001-11-27 | 6 | -15/+17 |
| * | GC some KSE compatiblity macros that were somehow still here. | John Baldwin | 2001-11-26 | 2 | -33/+23 |
| * | GC non-FreeBSD code that didn't work anyways. | John Baldwin | 2001-11-26 | 9 | -821/+6 |
| * | Address two minor issues: implement the _PC_NAME_MAX and _PC_PATH_MAX | Dima Dorfman | 2001-11-25 | 1 | -2/+29 |
| * | convert holdsock() to fget(). Add XXX reminder for future socket locking. | Matthew Dillon | 2001-11-24 | 1 | -3/+6 |
| * | Missing KSE s/curproc/curthread/ | Peter Wemm | 2001-11-17 | 1 | -1/+1 |
| * | Switch behavior of fifos to more closely match what goes on in other OSes. | Alfred Perlstein | 2001-11-08 | 1 | -0/+5 |
| * | Fix printf format bugs introduced in rev 1.34 for printing times. | Peter Wemm | 2001-11-07 | 1 | -4/+4 |
| * | Correctly unlock the target process if /proc/$foo/mem is open()ed by | Brian Feldman | 2001-11-06 | 1 | -1/+1 |
| * | Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags | Matthew Dillon | 2001-11-04 | 1 | -1/+1 |
| * | Fix "echo > /dev/null" for non-root users which broke in previous commit. | Poul-Henning Kamp | 2001-11-04 | 1 | -5/+7 |
| * | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 1 | -0/+1 |
| * | B_ERROR is BIO_ERROR on -current. | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+1 |
| * | Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming | Matthew Dillon | 2001-11-04 | 1 | -1/+23 |
| * | Use vfs_timestamp() instead of getnanotime(). | Poul-Henning Kamp | 2001-11-03 | 1 | -3/+12 |
| * | Use vfs_timestamp() instead of getnanotime() directly. | Poul-Henning Kamp | 2001-11-03 | 1 | -3/+3 |
| * | Reduce the number of #include dependencies by declaring some of the structs | Dag-Erling Smørgrav | 2001-11-03 | 4 | -6/+19 |
| * | Adjust printfs to be time_t agnostic. | Matthew Dillon | 2001-10-28 | 1 | -4/+4 |
| * | Add VOP_IOCTL support, and fix a bug that would cause a panic if a file or | Dag-Erling Smørgrav | 2001-10-26 | 2 | -4/+58 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 5 | -10/+10 |
| * | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | Dag-Erling Smørgrav | 2001-10-22 | 1 | -1/+1 |