summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_rq.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable browsing of NetApp servers (use ascii mode).bp2002-09-161-1/+4
| | | | | Obtained from: Darwin (PR-3002667) MFC after: 2 weeks
* 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.
* Spelling fixes.bp2001-12-311-4/+4
| | | | | | PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
* - 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-2/+2
| | | | on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
* Use proper endian conversions.bp2001-08-211-1/+1
| | | | | Obtained from: Mac OS X MFC after: 1 week
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+752
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