aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_rq.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-4/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-1/+1
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-3/+1
* Enable browsing of NetApp servers (use ascii mode).Boris Popov2002-09-161-1/+4
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Spelling fixes.Boris Popov2001-12-311-4/+4
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-091-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-2/+2
* Use proper endian conversions.Boris Popov2001-08-211-1/+1
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+752