| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -9/+7 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 1 | -79/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. | avatar | 2007-07-10 | 1 | -1/+3 |
* | Initialize some variables that GCC4.2 thinks might possibly be used without | mjacob | 2007-06-15 | 2 | -0/+4 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -7/+7 |
* | 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 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -1/+2 |
* | It seems to be safe to ignore 'file not locked' error | bp | 2006-11-05 | 1 | -0/+2 |
* | Fix misalignment bugs caused by invalid type casts of pointers | marcel | 2006-08-22 | 4 | -11/+11 |
* | - Fix ncp_poll() to not panic if the socket doesn't have any pending data. | jhb | 2006-08-03 | 1 | -10/+6 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -8/+4 |
* | Always lock the lockmgr lock when creating an smb connection object rather | jhb | 2006-07-17 | 1 | -1/+2 |
* | Retire NETSMBCRYPTO as a kernel option and make its functionality | yar | 2006-03-05 | 2 | -34/+2 |
* | Although we check the return value of copyin(9) while determaining how | csjp | 2006-01-16 | 1 | -2/+6 |
* | Prevent module unloading if there are active connections. | bp | 2005-11-22 | 1 | -1/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Allow user to override default port numbers used by communication | bp | 2005-10-02 | 1 | -0/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -1/+2 |
* | Change API of mb_copy_t in libmchain so that netsmb can handle | imura | 2005-07-29 | 1 | -3/+12 |
* | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recent | peadar | 2005-05-13 | 1 | -3/+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 | 17 | -17/+17 |
* | Don't use vn_todev(). | phk | 2004-11-10 | 1 | -2/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -4/+12 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+6 |
* | 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 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 2 | -0/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 2 | -4/+4 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Use automatic major number allocation for nsmb devices. | tjr | 2004-02-11 | 2 | -3/+1 |
* | Add support for SMB request signing, which prevents "man in the middle" | tjr | 2004-01-02 | 8 | -12/+249 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -1/+1 |
* | Rewrite the code that uses the try/catch paradigm implemented by | marcel | 2003-08-23 | 3 | -127/+116 |
* | Reserve space for the trailing null byte in the srvname member of | tjr | 2003-07-27 | 1 | -1/+1 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 1 | -2/+1 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL. | tjr | 2003-06-14 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 9 | -18/+35 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -1/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 4 | -10/+12 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | tjr | 2003-03-06 | 2 | -5/+0 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 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 |