aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-29/+9
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* Stop using des_cblock * for arguments to DES functions.John Baldwin2019-08-261-2/+2
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-1/+1
* Make timespecadd(3) and friends publicAlan Somers2018-07-302-8/+7
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-2/+1
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-221-2/+2
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-0/+32
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* netsmb: Fix buggy/racy smb_strdupin()Conrad Meyer2017-09-291-14/+3
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove unused SMB_DIALECT_MAX macro.Pedro F. Giffuni2016-04-201-2/+0
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* The problem report was for a crash that happened when smbfs wasRick Macklem2015-11-182-1/+6
* When the smbfs iod thread (smb_iod_thread()) is shutting down, smb_iod_destroy()Rick Macklem2015-11-161-3/+5
* Remove redundant unlock.Andrey V. Elsukov2014-04-171-2/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-5/+1
* Catch up with sb_timeo type change in r255138. This fixesGleb Smirnoff2013-11-081-2/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+2
* Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisDavide Italiano2013-06-281-1/+0
* If the kernel is compiled with VMIMAGE support, the first attempt ofDavide Italiano2013-05-041-1/+10
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-043-111/+164
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-042-134/+107
* Call make_dev_credf() rather than using the couple make_dev()/dev_ref().Davide Italiano2013-03-091-8/+3
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-3/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-053-3/+3
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-314-51/+93
* Change a duplicated check to clarify that we really want to set aChristian Brueffer2012-07-101-1/+3
* When checking if file descriptor number is valid, explicitely check for 'fd'Pawel Jakub Dawidek2012-06-131-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-184-22/+84
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-073-4/+4
* Change some variables from int to size_t. This is more accurate sinceChristian S.J. Peron2011-01-083-14/+16
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-0716-101/+5
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatNick Hibma2009-09-101-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-5/+4
* Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.Robert Watson2008-11-031-7/+19
* Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson2008-11-021-4/+4
* Catch up internal locking routines in netsmb with lockmgr changes --Robert Watson2008-11-022-57/+54
* smb_vc_put() requires that the passed vcp be locked, so lock it beforeRobert Watson2008-11-021-1/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-3/+3
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropAttilio Rao2008-03-271-0/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-253-8/+4
* Remove unused vc_tnode field from struct smb_vc.Robert Watson2008-03-101-1/+0
* - Handle buffer lock waiters count directly in the buffer cache insteadAttilio Rao2008-03-011-0/+1
* Remove a spourious Giant acquisition.Attilio Rao2008-02-251-3/+0
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-1/+1