summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277953:dim2015-02-091-2/+2
* Until now, smbfs_fullpath() computed the full path starting from thedavide2012-11-221-52/+19
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-0/+13
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-2/+26
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
* Ditch crummy fattime <--> timespec conversion functionsphk2006-10-241-149/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Staticize a symbol used only in this file.anholt2005-05-061-1/+1
* Fix breakage on alpha.takawata2005-05-051-2/+2
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-041-8/+28
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not settjr2003-06-141-0/+2
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-1/+1
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+326
OpenPOWER on IntegriCloud