summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 4/6:phk2004-02-211-0/+2
* Use automatic major number allocation for nsmb devices.tjr2004-02-111-2/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+1
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Use __FBSDID().obrien2003-06-111-2/+4
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-3/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use noread(), nowrite() and nopoll() instead of our own stub functions.tjr2003-02-271-24/+3
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()phk2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Pass a minor number instead of a unit number to make_dev().tjr2003-02-071-3/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-8/+19
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-14/+16
* Remove unnecessary "#if __FreeBSD_version".bp2001-08-211-17/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+7
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+448
OpenPOWER on IntegriCloud