cvs commit: src/sys/netsmb smb_subr.c

2006-11-04 Thread Boris Popov
bp 2006-11-05 06:31:09 UTC FreeBSD src repository Modified files: sys/netsmb smb_subr.c Log: It seems to be safe to ignore 'file not locked' error from server. This effectively suppresses 'Unmapped error 1:158'. MFC after: 1 month Revision Change

cvs commit: src/sys/netsmb smb_subr.c

2006-01-23 Thread Christian S.J. Peron
csjp2006-01-24 04:08:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netsmb smb_subr.c Log: MFC revision 1.20 date: 2006/01/16 17:03:21; author: csjp; state: Exp; lines: +6 -2 Although we check the return value of copyin(9) while d

cvs commit: src/sys/netsmb smb_subr.c

2006-01-16 Thread Christian S.J. Peron
csjp2006-01-16 17:03:21 UTC FreeBSD src repository Modified files: sys/netsmb smb_subr.c Log: Although we check the return value of copyin(9) while determaining how long the string is in userspace, afterwards we call malloc(M_WAITOK), which could sleep for an un