summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Change some variables from int to size_t. This is more accurate sincecsjp2011-01-081-8/+10
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* It seems to be safe to ignore 'file not locked' errorbp2006-11-051-0/+2
* Although we check the return value of copyin(9) while determaining howcsjp2006-01-161-2/+6
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-291-3/+12
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use __FBSDID().obrien2003-06-111-2/+4
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-4/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.tjr2003-02-141-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inrobert2002-12-161-1/+1
* - Change mb_copy_t to take a size_t as the length argument instead of anjhb2002-11-081-2/+2
* Back our kernel support for reliable signal queues.jmallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>jmallett2002-09-301-2/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Recongnize more error codes returned by W2K servers.bp2002-04-171-1/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-5/+5
* Map errdos:67 to the ENOENT.bp2001-08-211-0/+1
* Remove unnecessary "#if __FreeBSD_version".bp2001-08-211-8/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+359
OpenPOWER on IntegriCloud