aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_dev.c
Commit message (Expand)AuthorAgeFilesLines
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.Tim J. Robbins2003-03-061-3/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use noread(), nowrite() and nopoll() instead of our own stub functions.Tim J. Robbins2003-02-271-24/+3
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()Poul-Henning Kamp2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Pass a minor number instead of a unit number to make_dev().Tim J. Robbins2003-02-071-3/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein2003-01-011-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-8/+19
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-14/+16
* Remove unnecessary "#if __FreeBSD_version".Boris Popov2001-08-211-17/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+7
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+448