Robert Drehmel
0adb6d7a49
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
...
_KERNEL scope from "src/sys/sys/mchain.h".
Replace each occurrence of the above in _KERNEL scope with the
appropriate macro from the set of hto(be|le)(16|32|64) and
(be|le)toh(16|32|64) from "src/sys/sys/endian.h".
Tested by: tjr
Requested by: comment marked with XXX
2002-12-16 16:20:06 +00:00
Poul-Henning Kamp
7ed60de837
Use m_length() instead of home-rolled versions.
2002-09-18 19:44:14 +00:00
Boris Popov
ab93c874b4
Enable browsing of NetApp servers (use ascii mode).
...
Obtained from: Darwin (PR-3002667)
MFC after: 2 weeks
2002-09-16 09:51:58 +00:00
Mike Barcroft
a30d4b3270
Move the new byte order function prototypes from <sys/param.h> to
...
<sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
2002-04-26 22:48:23 +00:00
Boris Popov
fc75194c3c
Spelling fixes.
...
PR: kern/33131
Submitted by: Anders Andersson <anders@hack.org>
MFC after: 1 week
2001-12-31 19:29:43 +00:00
Andrew R. Reiter
d49d0ca7fb
- Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.
...
Spotted by: bde
2001-12-09 17:48:08 +00:00
Boris Popov
fce6fbfa4d
Pull netsmb requester from the pre-KSE world. This update mostly based
...
on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
2001-12-02 08:47:29 +00:00
Boris Popov
618d5e9216
Use proper endian conversions.
...
Obtained from: Mac OS X
MFC after: 1 week
2001-08-21 08:21:03 +00:00
Boris Popov
681a5bbef2
Import kernel part of SMB/CIFS requester.
...
Add smbfs(CIFS) filesystem.
Userland part will be in the ports tree for a while.
Obtained from: smbfs-1.3.7-dev package.
2001-04-10 07:59:06 +00:00