summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_iod.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix trivial warning:peter2002-05-241-0/+1
| | | | smb_iod.c:560: deprecated use of label at end of compound statement
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
| | | | <sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-091-1/+1
| | | | Spotted by: bde
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-22/+20
| | | | on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
* Use local wrappers instead of direct calls to mtx_destroy().bp2001-08-211-3/+3
| | | | | Obtained from: Mac OS X MFC after: 1 week
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+709
Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
OpenPOWER on IntegriCloud