| Age | Commit message (Expand) | Author |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-25 | remove some redundant <vm/vm_xxx.h> includes | mrg |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete redundant decl of rootvp, it's in <sys/systm.h>. | simonb |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-03-13 | note lacking sysinst support | jdolecek |
| 2000-02-19 | one more - Windows 2000 NTFS support | jdolecek |
| 2000-02-08 | Store also attribute identifier in the filehandle structure, so that | jdolecek |
| 1999-12-20 | Always unlock the "fnode", even if we're about to free it, to keep | fvdl |
| 1999-11-15 | remove some staff not needed anymore after SOFTDEP is merged; | jdolecek |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-11-01 | install only headers which are actually used when compiling userland | jdolecek |
| 1999-10-31 | struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate | jdolecek |
| 1999-10-31 | adjust the Unicode support comment | jdolecek |
| 1999-10-27 | *sigh* - don't try to be more clever than other filesystems and | jdolecek |
| 1999-10-25 | ntfs_lookup(): use cnp->cn_proc as the third parameter to VN_LOCK(), so that | jdolecek |
| 1999-10-25 | partly backup previous: don't use LK_RETRY when calling ntfs_vgetex() | jdolecek |
| 1999-10-25 | pass the lock flags in the NetBSD version of VN_LOCK(), VGET(), | jdolecek |
| 1999-10-20 | Check if the type of device node isn't VBAD before touching v_specinfo. If | enami |
| 1999-10-20 | No need to clear SI_MOUNTEDON on mount failure. We make sure that it | enami |
| 1999-10-17 | lock the device vnode before calling VOP_CLOSE() only under NetBSD | jdolecek |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1999-10-10 | update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode" | jdolecek |
| 1999-10-10 | s/ntfs_loadnode/ntfs_loadntnode()/ | jdolecek |
| 1999-10-10 | ntfs_lookup() | jdolecek |
| 1999-10-09 | ntfs_nt{get|put|rele}() really are necessary, since ntnode may be | jdolecek |
| 1999-10-09 | * convert ntfs_nt{get|put|rele}() to lockmgr()-style locking and | jdolecek |
| 1999-10-01 | make compilable with NTFS_DEBUG defined | jdolecek |
| 1999-09-30 | mention ntfs_nt{get|put|rele}() staff | jdolecek |
| 1999-09-30 | convert ntfs_ntlookup() to use lockmgr()-style locking, instead of it's | jdolecek |
| 1999-09-29 | struct fnode cleanup: | jdolecek |
| 1999-09-29 | move definition of ntfs_fget() and ntfs_frele() to ntfs_subr.h and g/c | jdolecek |
| 1999-09-29 | one less - there is not point in optimizing ntfs_ntvattrget(), as the right | jdolecek |
| 1999-09-28 | ntfs_ntvattrget(): move duplicated code to separate function | jdolecek |
| 1999-09-28 | actually call ntfs_toupper_init() from ntfs_init() | jdolecek |
| 1999-09-24 | cleanup | jdolecek |
| 1999-09-22 | drop support for pre-104050000 NetBSD | jdolecek |
| 1999-09-13 | ntfs_mountfs(): only print warnings iff NTFS_DEBUG | jdolecek |
| 1999-09-12 | pull-in <sys/mount.h> for definition of struct netexport | jdolecek |
| 1999-09-11 | Argh, actually commit the update of ntfsmount structure for NFS | jdolecek |
| 1999-09-10 | mountroot support written, need to really implement sync support and | jdolecek |
| 1999-09-10 | actually implement ntfs_mountroot() | jdolecek |
| 1999-09-10 | make NTFS NFS exportable - that also means getfh(2) and other syscalls | jdolecek |
| 1999-09-09 | next one | jdolecek |
| 1999-09-09 | add pathconf(2) support | jdolecek |
| 1999-09-09 | make separate NetBSD version of the ntfs_vnodeop_entries[] array | jdolecek |
| 1999-09-09 | ntfs_lookup(): fix nasty interaction of the code with recent cache_lookup() | jdolecek |
| 1999-09-09 | some more | jdolecek |
| 1999-09-07 | Use unixish term "hole" instead od "sparce" (which looks like it | jdolecek |