aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+9
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-4/+7
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-263-0/+3
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cBoris Popov2002-04-231-0/+3
* Recongnize more error codes returned by W2K servers.Boris Popov2002-04-172-1/+14
* Add more NetBIOS name types.Boris Popov2002-04-171-2/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Missed this file for select SMP fixes associated with rev 1.93 ofAlfred Perlstein2002-03-141-27/+24
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-274-5/+4
* Remove redundant checks for iovcnt > 1. This should be handled properlyBoris Popov2002-02-211-7/+7
* Add unicode related definition for future use. Descibe Samba bug.Boris Popov2002-02-212-1/+10
* Add subfunction definition for future use.Boris Popov2002-02-211-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-8/+19
* Spelling fixes.Boris Popov2001-12-316-14/+14
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-8/+8
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-092-2/+2
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-0210-176/+188
* Map errdos:67 to the ENOENT.Boris Popov2001-08-211-0/+1
* Use local wrappers instead of direct calls to mtx_destroy().Boris Popov2001-08-211-3/+3
* Remove unnecessary "#if __FreeBSD_version".Boris Popov2001-08-213-59/+0