| Age | Commit message (Expand) | Author |
| 2017-07-28 | Reject negative offset/count for smb read/write. | riastradh |
| 2016-07-18 | Rearrange so that error check is only done after error has been set. | pgoyette |
| 2016-07-17 | Now that we're only calling devsw_attach() in the modular driver, it | pgoyette |
| 2016-07-17 | Ooops - previous change was over-zealous. We still need the cdevsw for | pgoyette |
| 2016-07-17 | Finish previous - now that we're not calling devsw_attach unnecessarily, | pgoyette |
| 2016-07-17 | Rather than calling devsw_attach() and ignoring the EEXIST error when | pgoyette |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-04-29 | Remove everything to do with 'struct malloc_type' and the malloc link_set. | dsl |
| 2010-12-17 | * remove #ifdef nonsense (which caused the lossage in the first place) | pooka |
| 2010-12-17 | Try to unbreak module a little. It would be really nice to not | pooka |
| 2010-12-17 | unifdef -D__NetBSD__ | pooka |
| 2010-12-15 | take two on module support | ahoka |
| 2010-12-11 | Back this out. Fails lockdebug with duplicate lock initialization. | christos |
| 2010-12-10 | Module support for NetBSD | ahoka |
| 2009-09-21 | Do not call smb_rqpool_fini() on device close. Otherwise, we'll crash | njoly |
| 2009-09-12 | Convert POOL_INITs to proper cons/destructors. | pooka |
| 2009-09-01 | fix tybo | pooka |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-01-30 | Replace crufty use of lockmgr. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-04-25 | Initialise (most) pools from a link set instead of explicit calls | simonb |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | struct proc -> struct lwp | martin |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-08 | FILE_USE()/FILE_UNUSE() file entry returned from fd_getfile() properly | jdolecek |
| 2003-04-07 | use pools instead of malloc(9) for allocation of smb request structures | jdolecek |
| 2003-02-25 | add __KERNEL_RCSID | jdolecek |
| 2003-02-24 | clarify locking requirements for smb_{share,vc,co}_{rele,put}() - the lock | jdolecek |
| 2003-02-18 | move netsmb-specific entries to netsmb/files.netsmb | jdolecek |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-11 | sanity changes for NetBSD: | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-01-08 | use SMBDATA for devtbl | deberg |
| 2002-01-04 | resolve conflicts | deberg |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-06-14 | Fix a partial construction problem that can cause race conditions | thorpej |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2000-12-07 | initial stab at SMB stack, needed for smbfs. originally for freebsd by | deberg |