summaryrefslogtreecommitdiff
path: root/sys/netsmb
AgeCommit message (Expand)Author
2003-03-03#if 0 or g/c unused stuffjdolecek
2003-03-02add couple more SMB constants and explanation textsjdolecek
2003-02-26M_TRYWAIT -> M_WAITjdolecek
2003-02-26improve tsleep() wmesgsjdolecek
2003-02-26prefix tsleep() wmesg with 'smb', rather than '90'jdolecek
2003-02-26need to include <sys/mbuf.h> for M_SONAMEjdolecek
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-25add __KERNEL_RCSIDjdolecek
2003-02-24make sure sr_bcount, sr_rqtid and sr_rquid are wrote in alignment-safe wayjdolecek
2003-02-24const-poison a bitjdolecek
2003-02-24make M_SMBRQ staticjdolecek
2003-02-24Define smb_co_lockstatus iff DEBUG || DIAGNOSTIC.briggs
2003-02-24clarify locking requirements for smb_{share,vc,co}_{rele,put}() - the lockjdolecek
2003-02-21simplify nbssn_rselect() some morejdolecek
2003-02-21rewrite nbssn_rselect() to resemple sys_select() more (as was thejdolecek
2003-02-21simlify smb_proc_intr() - p_siglist never contains signals fromjdolecek
2003-02-21smb_rq_enqueue(): use classic plain interruptible sleep insteadjdolecek
2003-02-19Change a few int -> size_t to make it compile on archs where they are notmartin
2003-02-19always include support for password encryptionjdolecek
2003-02-19no opt_smb.hjdolecek
2003-02-18move netsmb-specific entries to netsmb/files.netsmbjdolecek
2003-02-18disable debug printf mistakely enabled in previous commitjdolecek
2003-02-18smb_rq_bend(): s/htoles/htole16/jdolecek
2003-02-18use explicit width macros from <sys/endian.h>, do not define&usejdolecek
2003-02-18constify smb_emptypass (it doesn't have any effect, cost for form)jdolecek
2003-02-18replace some magic error number with descriptive defines; meaning of the numbersjdolecek
2003-02-16pull iconv.h from FreeBSD, update the stub iconv routines to matchjdolecek
2003-02-16don't define FB_CURRENT herejdolecek
2003-02-15make compile - P_SELECT changed to lwp-specific L_SELECT; use curlwpjdolecek
2003-02-15adapt to addition of malloc typesjdolecek
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-06writable, not writeable.wiz
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-11sanity changes for NetBSD:jdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-01SIMPLEQ rototill:lukem
2002-05-16big-endian macrosdeberg
2002-01-09comment out includes for nowdeberg
2002-01-08use SMBDATA for devtbldeberg
2002-01-05add public domain license for stubsdeberg
2002-01-04sync w/ existing headersdeberg
2002-01-04resolve conflictsdeberg
2002-01-04now that this is in freebsd, import vendor copy as base.deberg
2001-11-13add RCSIDslukem
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-06-19`response', not `responce'wiz
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej