summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_subr.h
Commit message (Expand)AuthorAgeFilesLines
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Change the type of newsize argument in the smbfs_smb_setfsize() functionAndrey V. Elsukov2016-01-111-1/+2
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.Andrey V. Elsukov2014-04-151-2/+0
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-311-0/+3
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-7/+1
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-1/+1
* Make smbfs_debuglevel private.Poul-Henning Kamp2005-02-101-3/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Implement additional SMB calls to allow proper update of file size as someBoris Popov2002-09-181-0/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+187