| Commit message (Expand) | Author | Age | Files | Lines |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 13 | -29/+9 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -3/+6 |
* | Stop using des_cblock * for arguments to DES functions. | John Baldwin | 2019-08-26 | 1 | -2/+2 |
* | Remove unused argument to priv_check_cred. | Mateusz Guzik | 2018-12-11 | 1 | -1/+1 |
* | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 2 | -8/+7 |
* | Eliminate the overhead of gratuitous repeated reinitialization of cap_rights | Matt Macy | 2018-05-09 | 1 | -2/+1 |
* | Unsign some values related to allocation. | Pedro F. Giffuni | 2018-01-22 | 1 | -2/+2 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 16 | -0/+32 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
* | netsmb: Fix buggy/racy smb_strdupin() | Conrad Meyer | 2017-09-29 | 1 | -14/+3 |
* | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
* | Remove unused SMB_DIALECT_MAX macro. | Pedro F. Giffuni | 2016-04-20 | 1 | -2/+0 |
* | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
* | The problem report was for a crash that happened when smbfs was | Rick Macklem | 2015-11-18 | 2 | -1/+6 |
* | When the smbfs iod thread (smb_iod_thread()) is shutting down, smb_iod_destroy() | Rick Macklem | 2015-11-16 | 1 | -3/+5 |
* | Remove redundant unlock. | Andrey V. Elsukov | 2014-04-17 | 1 | -2/+0 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -5/+1 |
* | Catch up with sb_timeo type change in r255138. This fixes | Gleb Smirnoff | 2013-11-08 | 1 | -2/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+2 |
* | Remove a reference to LK_DRAIN now that lockmgr(9) is gone from this | Davide Italiano | 2013-06-28 | 1 | -1/+0 |
* | If the kernel is compiled with VMIMAGE support, the first attempt of | Davide Italiano | 2013-05-04 | 1 | -1/+10 |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | Davide Italiano | 2013-05-04 | 3 | -111/+164 |
* | Completely rewrite the interface to smbdev switching from dev_clone | Davide Italiano | 2013-05-04 | 2 | -134/+107 |
* | Call make_dev_credf() rather than using the couple make_dev()/dev_ref(). | Davide Italiano | 2013-03-09 | 1 | -8/+3 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -3/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 3 | -3/+3 |
* | Fix panic due to page faults while in kernel mode, under conditions of | Davide Italiano | 2012-10-31 | 4 | -51/+93 |
* | Change a duplicated check to clarify that we really want to set a | Christian Brueffer | 2012-07-10 | 1 | -1/+3 |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | Pawel Jakub Dawidek | 2012-06-13 | 1 | -1/+1 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | Kevin Lo | 2011-11-18 | 4 | -22/+84 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 3 | -4/+4 |
* | Change some variables from int to size_t. This is more accurate since | Christian S.J. Peron | 2011-01-08 | 3 | -14/+16 |
* | Switch to our preferred 2-clause BSD license. | Joel Dahl | 2010-04-07 | 16 | -101/+5 |
* | Don't print out a message on loading a module. 'kldload -v' and 'kldstat | Nick Hibma | 2009-09-10 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 1 | -5/+4 |
* | Implement device cloning for /dev/nsmb, the netsmb control pseudo-device. | Robert Watson | 2008-11-03 | 1 | -7/+19 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | Robert Watson | 2008-11-02 | 1 | -4/+4 |
* | Catch up internal locking routines in netsmb with lockmgr changes -- | Robert Watson | 2008-11-02 | 2 | -57/+54 |
* | smb_vc_put() requires that the passed vcp be locked, so lock it before | Robert Watson | 2008-11-02 | 1 | -1/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -3/+3 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -2/+2 |
* | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 1 | -1/+1 |
* | Really, smb_iod_main() is not totally MPSAFE, so just acquire and drop | Attilio Rao | 2008-03-27 | 1 | -0/+3 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 3 | -8/+4 |
* | Remove unused vc_tnode field from struct smb_vc. | Robert Watson | 2008-03-10 | 1 | -1/+0 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | Attilio Rao | 2008-03-01 | 1 | -0/+1 |
* | Remove a spourious Giant acquisition. | Attilio Rao | 2008-02-25 | 1 | -3/+0 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 1 | -1/+1 |