aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_subr.c
Commit message (Expand)AuthorAgeFilesLines
* It seems to be safe to ignore 'file not locked' errorBoris Popov2006-11-051-0/+2
* Although we check the return value of copyin(9) while determaining howChristian S.J. Peron2006-01-161-2/+6
* Change API of mb_copy_t in libmchain so that netsmb can handleR. Imura2005-07-291-3/+12
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-4/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.Tim J. Robbins2003-02-141-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-1/+1
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-2/+2
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-301-2/+3
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Recongnize more error codes returned by W2K servers.Boris Popov2002-04-171-1/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-5/+5
* Map errdos:67 to the ENOENT.Boris Popov2001-08-211-0/+1
* Remove unnecessary "#if __FreeBSD_version".Boris Popov2001-08-211-8/+0
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+359