aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use proper endian conversions.Boris Popov2001-08-212-2/+2
* Fix an old off-by-one error causing well known 'wrong bucket' panic.Boris Popov2001-08-211-1/+1
* Remove bogus include.Boris Popov2001-06-141-3/+0
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-2/+2
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+7
* This file also depends on sys/types.h and sys/ioccom.h.Boris Popov2001-04-131-7/+6
* Pull constants from netsmb/smb.h.Boris Popov2001-04-111-0/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-1017-0/+6690