| Commit message (Expand) | Author | Age | Files | Lines |
* | Rev 1.41 was committed from wrong diff, now do it right. | bp | 2000-10-22 | 1 | -1/+1 |
* | Release and unlock vnode if resource deadlock detected. | bp | 2000-10-22 | 1 | -0/+1 |
* | Fix nullfs breakage caused by incomplete migration of v_interlock from | bp | 2000-10-15 | 1 | -3/+5 |
* | o Move from Alfred Perstein's "exclusion" technique of handling special | chris | 2000-10-09 | 3 | -78/+58 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -5/+5 |
* | return correct type for process directory entries, DT_DIR not DT_REG | alfred | 2000-10-05 | 1 | -1/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 3 | -2/+7 |
* | Prevent dereference of NULL pointer when null_lock() and null_unlock() | bp | 2000-10-03 | 1 | -1/+7 |
* | Fix vnode locking bugs in the nullfs. | bp | 2000-09-25 | 3 | -98/+286 |
* | Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr. | jhb | 2000-09-11 | 1 | -1/+1 |
* | Various cleanups towards make nullfs functional (it is still broken | bp | 2000-09-05 | 4 | -38/+130 |
* | Get rid from the __P() macros. | bp | 2000-09-05 | 4 | -37/+36 |
* | Remove a comment that has been not only obsolete but patently wrong for the | des | 2000-09-04 | 1 | -8/+0 |
* | o Simplify if/then clause equating ESRCH with ENOENT when hiding a process | rwatson | 2000-09-01 | 1 | -5/+2 |
* | o Make procfs use vaccess() for procfs_access() DAC and super-user checks, | rwatson | 2000-09-01 | 1 | -28/+4 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 6 | -21/+38 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Fix panic when removing open device (found by bp@) | phk | 2000-08-24 | 1 | -3/+11 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 7 | -4017/+0 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -28/+1 |
* | Introduce vop_stdinactive() and make it the default if no vop_inactive | phk | 2000-08-18 | 5 | -85/+2 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -1/+1 |
* | Remove stale, unused and bogus root device hunting code. | phk | 2000-07-27 | 2 | -25/+0 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -2/+4 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 5 | -12/+66 |
* | Pull the rug under block mode devices. they return ENXIO on open(2) now. | phk | 2000-07-03 | 1 | -3/+3 |
* | fdesc_getattr: | chris | 2000-06-28 | 1 | -6/+2 |
* | by changing the logic here we can support dynamic additions of new | alfred | 2000-06-27 | 1 | -19/+12 |
* | if there are leading zeros fail the lookup | alfred | 2000-06-27 | 1 | -0/+5 |
* | Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so | chris | 2000-06-20 | 1 | -3/+3 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 2 | -6/+4 |
* | Remove unused include <sys/socketvar.h>. | chris | 2000-06-15 | 1 | -1/+0 |
* | Replace vattr_null() with VATTR_NULL() and do not explicity set vattr | chris | 2000-06-15 | 1 | -4/+2 |
* | before this commit, specfs reported disk partitions | jmb | 2000-06-12 | 1 | -1/+1 |
* | Instead of completely disallowing VOP_SETATTR, just do it where there is | chris | 2000-06-06 | 1 | -2/+6 |
* | Update the comment for fdesc_setattr to reflect that we no longer | chris | 2000-06-02 | 1 | -1/+1 |
* | - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused | chris | 2000-06-02 | 2 | -6/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 9 | -10/+10 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 9 | -10/+10 |
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and | chris | 2000-05-11 | 2 | -439/+155 |
* | Change the "bdev-whiner" to whine when open is attempted and extend | phk | 2000-05-09 | 1 | -0/+9 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 3 | -0/+3 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 3 | -0/+6 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 3 | -3/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 3 | -99/+2 |
* | Quiet an unused variable warning by commenting out a variable declaration | green | 2000-04-22 | 1 | -1/+1 |
* | There's no reason to make "file" 0500 rather than 0555. | green | 2000-04-22 | 1 | -1/+3 |
* | Welcome back our old friend from procfs, "file"! | green | 2000-04-22 | 3 | -19/+155 |
* | Remove the linprocfs bits from their old location, as they've moved now. | msmith | 2000-04-20 | 5 | -1862/+0 |