| Age | Commit message (Expand) | Author |
| 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 |
| 2009-09-04 | Send data for as long as there is new data available. Otherwise | pooka |
| 2009-09-04 | Grr. One last thing from the upcall-direction patch which I failed to | tls |
| 2009-09-03 | Install smb headers relevant for userspace and make mount_smbfs | pooka |
| 2009-09-01 | fix tybo | pooka |
| 2009-07-06 | Do initialise the callout when fetching a new request structure from | njoly |
| 2009-07-01 | Do not call callout_stop() unless the structure was previoulsy | njoly |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-01-21 | restore the pre socket locking patch signal behaviour. | yamt |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |