| Age | Commit message (Expand) | Author |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-25 | FIx uninitialized variable warnings | christos |
| 2003-10-25 | fix uninitialized variable | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-29 | Fix a few small glitches (struct proc -> struct lwp) | martin |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | #ifdef _KERNEL_OPT police | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2003-04-09 | fix couple more simple lock issues on smbfs_close() code path: | jdolecek |
| 2003-04-08 | back to passing magic '1' as lock id in smbfs_advlock() - the number | jdolecek |
| 2003-04-08 | smbfs_remove(): undo broken condition change from rev. 1.3 - apparently | jdolecek |
| 2003-04-08 | fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so that | jdolecek |
| 2003-04-08 | release the vnode interlock sooner in smbfs_close[l](), before calling | jdolecek |
| 2003-04-08 | attach/detach also malloc type M_SMBFSHASH ('oops') | jdolecek |
| 2003-04-07 | use pools instead of malloc(9) for allocation of smb request structures | jdolecek |
| 2003-04-07 | smbfs_closel(): fix inverted test in directory case | jdolecek |
| 2003-04-07 | add TNF copyright licence for recent changes | jdolecek |
| 2003-04-07 | smbfs_open(): reenable code mistakely #if 0'd in previous revision, make | jdolecek |
| 2003-04-07 | g/c smbfs_kqinit() prototype, it is no more | jdolecek |
| 2003-04-07 | use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if the | jdolecek |
| 2003-04-02 | when loaded via LKM, need to malloc_type_{attach|detach} used malloc | jdolecek |
| 2003-04-02 | g/c M_SMBFSMNT, it is not used anymore | jdolecek |
| 2003-03-24 | smbfs_writevnode(): print offset as %lld in debug message, and | jdolecek |
| 2003-03-24 | smbfs_getattr(): make 'oldsize' 64bit, it's used to hold file size | jdolecek |
| 2003-03-24 | adjust some debug messages | jdolecek |
| 2003-03-24 | directories don't have any size in smbfs/CIFS, so don't compare | jdolecek |
| 2003-03-23 | g/c some unneeded forward struct declarations | jdolecek |
| 2003-03-23 | translate ERRDOS/ERRnofiles to ENOENT in smb_maperror(), and simplify | jdolecek |
| 2003-03-15 | 'lint' is a very bad name for a variable. | kristerw |
| 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 | 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 |