| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | davide | 2013-05-04 | 1 | -9/+13 |
* | Completely rewrite the interface to smbdev switching from dev_clone | davide | 2013-05-04 | 1 | -127/+94 |
* | Call make_dev_credf() rather than using the couple make_dev()/dev_ref(). | davide | 2013-03-09 | 1 | -8/+3 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -3/+1 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 1 | -37/+61 |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | pjd | 2012-06-13 | 1 | -1/+1 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
* | Don't print out a message on loading a module. 'kldload -v' and 'kldstat | n_hibma | 2009-09-10 | 1 | -2/+0 |
* | Implement device cloning for /dev/nsmb, the netsmb control pseudo-device. | rwatson | 2008-11-03 | 1 | -7/+19 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 1 | -4/+4 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. | avatar | 2007-07-10 | 1 | -1/+3 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -3/+3 |
* | Backing out the wrong fix which could possibly trash the memory if devfs | avatar | 2007-02-09 | 1 | -1/+0 |
* | It turns out that devfs_close() does a dev_refthread() before invoking | avatar | 2007-02-09 | 1 | -0/+1 |
* | Prevent module unloading if there are active connections. | bp | 2005-11-22 | 1 | -1/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -1/+2 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Don't use vn_todev(). | phk | 2004-11-10 | 1 | -2/+2 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Use automatic major number allocation for nsmb devices. | tjr | 2004-02-11 | 1 | -2/+1 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -1/+1 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+4 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | tjr | 2003-03-06 | 1 | -3/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Use noread(), nowrite() and nopoll() instead of our own stub functions. | tjr | 2003-02-27 | 1 | -24/+3 |
* | NODEVFS cleanup: Don't call cdevsw_{add,remove}() | phk | 2003-02-26 | 1 | -2/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Pass a minor number instead of a unit number to make_dev(). | tjr | 2003-02-07 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | alfred | 2003-01-01 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+1 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -8/+19 |
* | Pull netsmb requester from the pre-KSE world. This update mostly based | bp | 2001-12-02 | 1 | -14/+16 |
* | Remove unnecessary "#if __FreeBSD_version". | bp | 2001-08-21 | 1 | -17/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+7 |
* | Import kernel part of SMB/CIFS requester. | bp | 2001-04-10 | 1 | -0/+448 |