aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-012-4/+4
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-1/+3
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use automatic major number allocation for nsmb devices.Tim J. Robbins2004-02-112-3/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-028-12/+249
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
* Rewrite the code that uses the try/catch paradigm implemented byMarcel Moolenaar2003-08-233-127/+116
* Reserve space for the trailing null byte in the srvname member ofTim J. Robbins2003-07-271-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-2/+1
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.Tim J. Robbins2003-06-141-1/+2
* Use __FBSDID().David E. O'Brien2003-06-119-18/+35
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-314-10/+12
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.Tim J. Robbins2003-03-062-5/+0
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-3/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use noread(), nowrite() and nopoll() instead of our own stub functions.Tim J. Robbins2003-02-271-24/+3
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()Poul-Henning Kamp2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-198-25/+25
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.Tim J. Robbins2003-02-141-1/+5
* Pass a minor number instead of a unit number to make_dev().Tim J. Robbins2003-02-071-3/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-218-25/+25
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein2003-01-011-0/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-164-5/+5
* fix connecting to (samba) server when share-level security is in effectMax Khon2002-12-071-1/+1
* Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains toTim J. Robbins2002-11-261-1/+1
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-2/+2
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-301-2/+3
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-3/+1
* Add missing #include <sys/mbuf.h>Poul-Henning Kamp2002-09-181-0/+1
* Permit an empty username which is useful for browsing.Boris Popov2002-09-181-0/+4
* Increase send/receive queue to accomodate large readx/writex requests.Boris Popov2002-09-182-22/+78
* Reserve a transport parameter name and number for Darwin.Boris Popov2002-09-161-0/+1
* Implement support for mixed case passwords.Boris Popov2002-09-162-7/+77
* Add support for large readx and writex functions if server supports them.Boris Popov2002-09-162-0/+178
* Enable browsing of NetApp servers (use ascii mode).Boris Popov2002-09-161-1/+4
* Add more constants for future use in kernel and userland.Boris Popov2002-09-161-8/+64
* <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the formerBruce Evans2002-08-271-0/+1
* Include <sys/lockmgr.h> for old lock interfaces instead of includingBruce Evans2002-08-271-1/+1
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-281-0/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-9/+1
* Fix trivial warning:Peter Wemm2002-05-241-0/+1