summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_smb.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change the type of newsize argument in the smbfs_smb_setfsize() functionAndrey V. Elsukov2016-01-111-4/+4
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.Andrey V. Elsukov2014-04-151-4/+59
* - Fix double frees/user after free.Davide Italiano2013-07-031-113/+56
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutDavide Italiano2013-03-091-9/+3
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-311-32/+97
* - Remove the references to the deprecated zalloc kernel interfaceDavide Italiano2012-10-251-6/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-9/+35
* Make a comment more accurate.Jonathan Anderson2011-07-071-1/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* Remove unused smbfs_smb_qpathinfo().Edward Tomasz Napierala2010-01-081-110/+0
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Create a bidirectional mapping of the DOS 'read only' attributeBoris Popov2006-11-051-2/+3
* Fix interaction with Windows 2000/XP based servers:Boris Popov2005-11-221-1/+3
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-061-1/+1
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().Tim J. Robbins2004-01-121-1/+1
* Send the close request to the SMB server in smbfs_inactive(), instead ofTim J. Robbins2003-06-171-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Store a reference to the parent directory's vnode in struct smbnode,Tim J. Robbins2002-12-131-1/+2
* Cast a pointer to a uintptr_t to quiet a warning.John Baldwin2002-11-071-1/+1
* Implement additional SMB calls to allow proper update of file size as someBoris Popov2002-09-181-2/+234
* More s/file system/filesystem/gTom Rhodes2002-05-161-6/+6
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Use proper endian conversion.Boris Popov2001-08-211-1/+1
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+1273