| Age | Commit message (Expand) | Author |
| 2003-03-03 | #if 0/notnow stuff which isn't currently used | jdolecek |
| 2003-03-02 | add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support | jdolecek |
| 2003-02-27 | add SMBFS_ATTRTIMO for the attribute cache timeout, instead of magic | jdolecek |
| 2003-02-27 | g/c prototype for smbfs_ioctl() | jdolecek |
| 2003-02-26 | Don't try to reacquire root vnode if vflush() in smbfs_unmount() fails. | jdolecek |
| 2003-02-26 | split the part of smbfs_root() which sets sm_root to separate function | jdolecek |
| 2003-02-25 | smbfs_sync(): need to explicitly ignore VNON vnodes (e.g. syncer vnode) | jdolecek |
| 2003-02-25 | make smbfs_sync() look more like sync routines for other fs, particularily: | jdolecek |
| 2003-02-25 | sprinkle VN_KNOTE()s | jdolecek |
| 2003-02-25 | make 'dosdirtemplate' static const | jdolecek |
| 2003-02-25 | remove the XXX comment about holes again - it appears to work fine | jdolecek |
| 2003-02-25 | add __KERNEL_RCSID() | jdolecek |
| 2003-02-24 | switch to hash32_strn() from <sys/hash.h> as the hash function - | jdolecek |
| 2003-02-24 | add XXX comment regarding holes - they are not handled properly | jdolecek |
| 2003-02-24 | g/c smbfs_hashprint() | jdolecek |
| 2003-02-24 | enable mmap and seek vnode ops - this makes mmap(2), lseek(2), | jdolecek |
| 2003-02-24 | since smbfs_fctx.f_fname is always used as 'char', may as well define it | jdolecek |
| 2003-02-24 | use pool to allocate memory for smbfs nodes | jdolecek |
| 2003-02-24 | smbfs_lookup(): | jdolecek |
| 2003-02-24 | smbfs_node_alloc(): | jdolecek |
| 2003-02-24 | SMBERROR() purge - turn into #ifdef DIAGNOSTIC panics | jdolecek |
| 2003-02-24 | update for changed locking requirements for smb_share_put() | jdolecek |
| 2003-02-24 | SMBERROR() purge - replace with KASSERT()s, panic or remove altogether | jdolecek |
| 2003-02-24 | need <sys/mount.h> now | jdolecek |
| 2003-02-23 | change smbfs_args: | jdolecek |
| 2003-02-23 | put the printf about version mismatch inside #ifdef SMB_VNODE_DEBUG | jdolecek |
| 2003-02-23 | style; no space after cast, and add cast to the assignment case too. | christos |
| 2003-02-23 | add genfsops necessary for genfs_*{get|put}pages() to actually work | jdolecek |
| 2003-02-23 | remove bogus (u_long) cast for uvm_vnp_setsize() arg in smbfs_setattr() | jdolecek |
| 2003-02-23 | g/c some dead code | jdolecek |
| 2003-02-23 | KASSERT() smp->sm_root is nonnull in unmount | jdolecek |
| 2003-02-23 | fix KASSERT() in smbfs_findnextLM1() to actually compile | jdolecek |
| 2003-02-23 | g/c compatibility defines PROC_LOCK()/PROC_UNLOCK() | jdolecek |
| 2003-02-23 | g/c smbfs_pbuf_freecnt, it's not used (it was not even declared on NetBSD) | jdolecek |
| 2003-02-23 | g/c smbfs_debuglevel, it's not used anywhere | jdolecek |
| 2003-02-23 | remove non-NetBSD smbfs_vnodeop_entries[], smbfs_vnodeop_opv_desc | jdolecek |
| 2003-02-23 | g/c smbfs_getpages()/smbfs_putpages() we don't use on NetBSD | jdolecek |
| 2003-02-21 | make DIFF1970TO1601 static | jdolecek |
| 2003-02-21 | g/c smbfs_fastlookup | jdolecek |
| 2003-02-21 | some KNF, add a KASSERT() for smbfs_findnextLM1() case | jdolecek |
| 2003-02-21 | g/c unneeded local variables in smbfs_read()/smbfs_readdir() | jdolecek |
| 2003-02-20 | remove SMBFS_NAME_DEBUG code, mainly because it didn't work on alignment-picky | jdolecek |
| 2003-02-20 | don't assume struct smbnode -> n_name is zero terminated, | jdolecek |
| 2003-02-20 | g/c commented out code | jdolecek |
| 2003-02-19 | do previous differently - pass ap->a_id down to smbfs_smb_lock() | jdolecek |
| 2003-02-19 | SMB lock ids apparently are 16bit items. And the code uses id 1 always. | martin |
| 2003-02-18 | add nfs-style n_ctime, n_nctime | jdolecek |
| 2003-02-18 | make smbfs_lookup() look more like nfs_lookup(), particularily account | jdolecek |
| 2003-02-18 | g/c VI_(UN)LOCK macros and just use simple_(un)lock(vp->v_interlock) | jdolecek |
| 2003-02-18 | vrele() the reference to root vnode before calling vflush() in smbfs_unmount(), | jdolecek |