| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire NETSMBCRYPTO as a kernel option and make its functionality | Yaroslav Tykhiy | 2006-03-05 | 2 | -34/+2 |
* | Although we check the return value of copyin(9) while determaining how | Christian S.J. Peron | 2006-01-16 | 1 | -2/+6 |
* | Prevent module unloading if there are active connections. | Boris Popov | 2005-11-22 | 1 | -1/+2 |
* | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
* | Allow user to override default port numbers used by communication | Boris Popov | 2005-10-02 | 1 | -0/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | Robert Watson | 2005-08-08 | 1 | -1/+2 |
* | Change API of mb_copy_t in libmchain so that netsmb can handle | R. Imura | 2005-07-29 | 1 | -3/+12 |
* | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recent | Peter Edwards | 2005-05-13 | 1 | -3/+2 |
* | Explicitly hold a reference to the cdev we have just cloned. This | Poul-Henning Kamp | 2005-03-31 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 17 | -17/+17 |
* | Don't use vn_todev(). | Poul-Henning Kamp | 2004-11-10 | 1 | -2/+2 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -4/+12 |
* | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+6 |
* | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -2/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -5/+5 |
* | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 2 | -0/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 2 | -4/+4 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -1/+3 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
* | Use automatic major number allocation for nsmb devices. | Tim J. Robbins | 2004-02-11 | 2 | -3/+1 |
* | Add support for SMB request signing, which prevents "man in the middle" | Tim J. Robbins | 2004-01-02 | 8 | -12/+249 |
* | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 1 | -1/+1 |
* | Rewrite the code that uses the try/catch paradigm implemented by | Marcel Moolenaar | 2003-08-23 | 3 | -127/+116 |
* | Reserve space for the trailing null byte in the srvname member of | Tim J. Robbins | 2003-07-27 | 1 | -1/+1 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | Peter Wemm | 2003-07-24 | 1 | -2/+1 |
* | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
* | Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL. | Tim J. Robbins | 2003-06-14 | 1 | -1/+2 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 9 | -18/+35 |
* | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -1/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | Jeff Roberson | 2003-03-31 | 4 | -10/+12 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | Tim J. Robbins | 2003-03-06 | 2 | -5/+0 |
* | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -3/+0 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+5 |
* | Use noread(), nowrite() and nopoll() instead of our own stub functions. | Tim J. Robbins | 2003-02-27 | 1 | -24/+3 |
* | NODEVFS cleanup: Don't call cdevsw_{add,remove}() | Poul-Henning Kamp | 2003-02-26 | 1 | -2/+0 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 8 | -25/+25 |
* | Lock proc while manipulating p_sigmask p_sigignore and p_siglist. | Tim J. Robbins | 2003-02-14 | 1 | -1/+5 |
* | Pass a minor number instead of a unit number to make_dev(). | Tim J. Robbins | 2003-02-07 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 8 | -25/+25 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
* | When compiling the kernel do not implicitly include filedesc.h from proc.h, | Alfred Perlstein | 2003-01-01 | 1 | -0/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 1 | -1/+1 |
* | Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in | Robert Drehmel | 2002-12-16 | 4 | -5/+5 |
* | fix connecting to (samba) server when share-level security is in effect | Max Khon | 2002-12-07 | 1 | -1/+1 |
* | Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains to | Tim J. Robbins | 2002-11-26 | 1 | -1/+1 |
* | - Change mb_copy_t to take a size_t as the length argument instead of an | John Baldwin | 2002-11-08 | 1 | -2/+2 |