summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_smb.c
Commit message (Expand)AuthorAgeFilesLines
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-1/+2
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-181-2/+234
* More s/file system/filesystem/gtrhodes2002-05-161-6/+6
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Use proper endian conversion.bp2001-08-211-1/+1
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+1273
OpenPOWER on IntegriCloud