Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netsmb
Module Name: src
Committed By: jdolecek
Date: Sun Mar 21 10:09:52 UTC 2004
Modified Files:
src/sys/netsmb: smb_conn.c smb_iod.c smb_subr.h
Log Message:
follow FreeBSD and replace code using the try/catch paradigm
abstracted by itry, ithrow, icatch et.al. macros
there is problem with these in stack setup for FreeBSD/ia64 at least,
and in general the rewritten explicit code is slighly more optimal
and smaller in size
the NetBSD code change is somewhat different to what was done in FreeBSD,
to improve readability of the code
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/netsmb/smb_conn.c
cvs rdiff -r1.21 -r1.22 src/sys/netsmb/smb_iod.c
cvs rdiff -r1.11 -r1.12 src/sys/netsmb/smb_subr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index