summaryrefslogtreecommitdiffstats
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-9/+1
* Fix trivial warning:peter2002-05-241-0/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+9
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-4/+7
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-263-0/+3
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cbp2002-04-231-0/+3
* Recongnize more error codes returned by W2K servers.bp2002-04-172-1/+14
* Add more NetBIOS name types.bp2002-04-171-2/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-27/+24
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-274-5/+4
* Remove redundant checks for iovcnt > 1. This should be handled properlybp2002-02-211-7/+7
* Add unicode related definition for future use. Descibe Samba bug.bp2002-02-212-1/+10
* Add subfunction definition for future use.bp2002-02-211-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-8/+19
* Spelling fixes.bp2001-12-316-14/+14
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-103-8/+8
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-092-2/+2
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-0210-176/+188
* Map errdos:67 to the ENOENT.bp2001-08-211-0/+1
* Use local wrappers instead of direct calls to mtx_destroy().bp2001-08-211-3/+3
* Remove unnecessary "#if __FreeBSD_version".bp2001-08-213-59/+0
* Use proper endian conversions.bp2001-08-212-2/+2
* Fix an old off-by-one error causing well known 'wrong bucket' panic.bp2001-08-211-1/+1
* Remove bogus include.bp2001-06-141-3/+0
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* Sync with recent KAME.ume2001-06-111-2/+2
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-9/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+7
* This file also depends on sys/types.h and sys/ioccom.h.bp2001-04-131-7/+6
* Pull constants from netsmb/smb.h.bp2001-04-111-0/+2
* Import kernel part of SMB/CIFS requester.bp2001-04-1017-0/+6690
OpenPOWER on IntegriCloud