| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: | delphij | 2007-06-29 | 6 | -187/+20 |
* | Space/style cleanups after last set of commits. | delphij | 2007-06-28 | 7 | -72/+71 |
* | Staticify most of fifo/vn operations, they should not | delphij | 2007-06-28 | 4 | -99/+76 |
* | Use vfs_timestamp instead of nanotime when obtaining | delphij | 2007-06-28 | 1 | -4/+3 |
* | Reorder tf_gen and tf_id in struct tmpfs_fid. This | delphij | 2007-06-28 | 1 | -2/+2 |
* | Remove two function prototypes that are no longer used. | delphij | 2007-06-26 | 1 | -4/+0 |
* | - Sync with NetBSD's RCSID (HEAD preferred). | delphij | 2007-06-26 | 2 | -2/+2 |
* | MFp4: Several clean-ups and improvements over tmpfs: | delphij | 2007-06-25 | 6 | -122/+106 |
* | - Remove UMAP filesystem. It was disconnected from build three years ago, | rafan | 2007-06-25 | 4 | -1441/+0 |
* | Use vfs_timestamp() instead of nanotime() - make it up to | delphij | 2007-06-18 | 1 | -1/+1 |
* | MFp4: fix two locking problems: | delphij | 2007-06-18 | 2 | -0/+7 |
* | MFp4: Add tmpfs, an efficient memory file system. | delphij | 2007-06-16 | 9 | -0/+4070 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 3 | -14/+7 |
* | Correct corrupt read when the read starts at a non-aligned offset. | remko | 2007-06-11 | 1 | -4/+6 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -1/+2 |
* | Fix off-by-one error (introduced in r1.60) that had the effect of | bmah | 2007-06-07 | 1 | -1/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 3 | -8/+8 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | Revert previous, part of NFS that I didn't know about. | trhodes | 2007-06-01 | 1 | -0/+20 |
* | Garbage collect msdosfs_fhtovp; it appears unused and I have been using | trhodes | 2007-06-01 | 1 | -20/+0 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 2 | -4/+4 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 7 | -29/+20 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 3 | -3/+0 |
* | Rather than entering the debugger via kdb_enter() when detecting memory | rwatson | 2007-05-27 | 1 | -12/+6 |
* | Rather than entering the debugger via kdb_enter() in the event the | rwatson | 2007-05-27 | 1 | -5/+2 |
* | Since renaming of vop_lock to _vop_lock, pre- and post-condition | kib | 2007-05-18 | 5 | -10/+10 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | The process lock is held when procfs_ioctl() is called. Assert that this | des | 2007-05-01 | 1 | -2/+8 |
* | Fix old locking bugs which were revealed when pseudofs was made MPSAFE. | des | 2007-04-23 | 1 | -1/+9 |
* | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | rwatson | 2007-04-23 | 2 | -3/+3 |
* | Add synchronization. Eliminate the acquisition and release of Giant. | alc | 2007-04-23 | 1 | -23/+47 |
* | In some cases, like whenever devfs file times are zero, the fix(aa) will not | trhodes | 2007-04-20 | 1 | -1/+1 |
* | Avoid "unused variable" warning when building without PSEUDOFS_TRACE. | des | 2007-04-15 | 1 | -0/+1 |
* | Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE. | des | 2007-04-15 | 6 | -340/+553 |
* | Instead of stating GIANT_REQUIRED, just acquire and release Giant where | des | 2007-04-15 | 1 | -2/+5 |
* | Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset is | des | 2007-04-15 | 1 | -1/+3 |
* | Don't reset uio_offset to 0 before returning. Instead, refuse to service | des | 2007-04-15 | 2 | -3/+7 |
* | Further pseudofs improvements: | des | 2007-04-14 | 6 | -62/+59 |
* | Add a flag to struct pfs_vdata to mark the vnode as dead (e.g. process- | des | 2007-04-11 | 5 | -51/+74 |
* | Whitespace nits. | des | 2007-04-05 | 2 | -4/+4 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 5 | -11/+15 |
* | Annotate that this giant acqusition is dependent on tty locking. | kris | 2007-03-26 | 1 | -2/+2 |
* | o cd9660 code repo-copied, update a comment. | maxim | 2007-03-24 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 16 | -11/+132 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 3 | -22/+44 |
* | Change fifo_printinfo to check if the vnode v_fifoinfo pointer | mpp | 2007-03-02 | 1 | -0/+4 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Check that the error returned by vfs_getopts() is not ENOENT before assuming | cognet | 2007-02-21 | 1 | -2/+2 |
* | Do allow PIOCSFL in jail for setguid processes; this is more consistent | rwatson | 2007-02-19 | 1 | -4/+2 |