kristerw
|
708df50a74
|
'lint' is a very bad name for a variable.
|
2003-03-15 02:22:13 +00:00 |
|
jdolecek
|
fedc587dac
|
#if 0/notnow stuff which isn't currently used
pointed out by Krister Walfridsson
|
2003-03-03 21:17:05 +00:00 |
|
jdolecek
|
f9d42ade36
|
add __KERNEL_RCSID()
|
2003-02-25 09:09:31 +00:00 |
|
jdolecek
|
26d1332b7c
|
since smbfs_fctx.f_fname is always used as 'char', may as well define it
that way rather than u_char
|
2003-02-24 18:45:35 +00:00 |
|
jdolecek
|
da9a088d46
|
SMBERROR() purge - replace with KASSERT()s, panic or remove altogether
as appropriate
|
2003-02-24 09:30:42 +00:00 |
|
christos
|
8bf6b72335
|
style; no space after cast, and add cast to the assignment case too.
|
2003-02-23 22:03:11 +00:00 |
|
jdolecek
|
9a7b95383e
|
fix KASSERT() in smbfs_findnextLM1() to actually compile
|
2003-02-23 21:26:26 +00:00 |
|
jdolecek
|
dfc181b14f
|
some KNF, add a KASSERT() for smbfs_findnextLM1() case
replace some 'never should happen' printfs with KASSERTs
|
2003-02-21 20:15:01 +00:00 |
|
jdolecek
|
5c10202b37
|
do previous differently - pass ap->a_id down to smbfs_smb_lock()
and smbfs_smb_lockandx() as caddr_t, and mask it to 16bit value
in smbfs_smb_lockandx()
okayed by Martin
|
2003-02-19 13:51:24 +00:00 |
|
martin
|
681bcd85a7
|
SMB lock ids apparently are 16bit items. And the code uses id 1 always.
No need to cast it back and forth to a caddr_t and u_int32_t - which does
not work well on 64bit archs.
|
2003-02-19 12:44:47 +00:00 |
|
jdolecek
|
309faeafd5
|
smbfs_smb_create(): use SMB_COM_CREATE_NEW rather than SMB_COM_CREATE; the
latter truncates the file if it exists, which we don't want to do
change the code a bit to be easier to read
|
2003-02-18 12:52:34 +00:00 |
|
deberg
|
4738ff87d6
|
netbsd changes
|
2002-01-09 17:43:28 +00:00 |
|
deberg
|
f5cc2966a0
|
import freebsd smbfs code
|
2002-01-09 17:25:32 +00:00 |
|