| Age | Commit message (Expand) | Author |
| 2019-04-15 | Prevent a NULL pointer dereference when the local endpoint is not defined. | christos |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-03 | From FreeBSD: | christos |
| 2017-07-28 | Reject negative offset/count for smb read/write. | riastradh |
| 2017-07-28 | Reject negative ioc_setupcnt. | riastradh |
| 2017-07-28 | Plug another overflow: refuse bogus sa_len from user. | riastradh |
| 2017-07-28 | Reject allocations for too-small buffers from userland. | riastradh |
| 2016-08-15 | Uninitialized vars, found by brainy | maxv |
| 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 |
| 2015-05-25 | Remove leftover IPX-related stuffs | ozaki-r |
| 2015-05-22 | pass connect address directly to soconnect() | rtr |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2014-11-15 | Adjust smbfs/netsmb for filenames byte length changes that come as | nakayama |
| 2014-11-15 | Make rump_smbfs(8) uses host iconv(3) to convert filenames | nakayama |
| 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-05-19 | - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. | rmind |
| 2014-04-25 | whoops, remove testing printf | pooka |
| 2014-04-25 | Remove pollsock(). Since it took only a single socket, it was essentially | pooka |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-20 | Don't dereference NULL pointers. | joerg |
| 2012-11-30 | Improve smbfs timestamp handling. | nakayama |
| 2012-11-24 | - fix endian cofusion around FID, which is used as is, so no need | nakayama |
| 2012-05-12 | Tabify. | nakayama |
| 2012-05-11 | Since "len" has changed to (unsinged) size_t, the while loop | nakayama |
| 2012-04-29 | Remove everything to do with 'struct malloc_type' and the malloc link_set. | dsl |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-09-27 | rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency | christos |
| 2011-09-27 | remove unused constant | christos |
| 2011-09-25 | don't mix static and non-static MALLOC_DEFINE()s in the same file, | chs |
| 2011-08-31 | NULL does not need a cast | plunky |
| 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 |
| 2010-07-12 | Convert sizes/lengths to unsigned (size_t) or uint32_t | christos |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 2009-10-18 | Fix cut & paste error spotted by Nicolas Joly. | tron |
| 2009-10-18 | Fix detection of SMB capabilities according to the CIFS spec: | tron |
| 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-04 | add comment to previous stating periodic wakeups can be nuked | pooka |
| 2009-09-04 | defensive programming: wake up iod thread once a second "just in case" | pooka |