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