summaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_dev.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-05-04Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano
2013-05-04Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano
2013-03-09Call make_dev_credf() rather than using the couple make_dev()/dev_ref().Davide Italiano
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2012-10-31Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano
2012-06-13When checking if file descriptor number is valid, explicitely check for 'fd'Pawel Jakub Dawidek
2010-04-07Switch to our preferred 2-clause BSD license.Joel Dahl
2009-09-10Don't print out a message on loading a module. 'kldload -v' and 'kldstatNick Hibma
2008-11-03Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.Robert Watson
2008-11-02Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-09-26Remove unit2minor() use from kernel code.Ed Schouten
2007-07-10Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI.Tai-hwa Liang
2007-04-04Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson
2007-02-09Backing out the wrong fix which could possibly trash the memory if devfsTai-hwa Liang
2007-02-09It turns out that devfs_close() does a dev_refthread() before invokingTai-hwa Liang
2005-11-22Prevent module unloading if there are active connections.Boris Popov
2005-08-08Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson
2005-03-31Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-11-10Don't use vn_todev().Poul-Henning Kamp
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30add missing #include <sys/module.h>Poul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-11Use automatic major number allocation for nsmb devices.Tim J. Robbins
2003-09-26- Support for multibyte charsets in LIBICONV.Max Khon
2003-06-22Add a f_vnode field to struct file.Poul-Henning Kamp
2003-06-11Use __FBSDID().David E. O'Brien
2003-03-06Remove fragments of support for the FreeBSD 3.x and 4.x branches.Tim J. Robbins
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-27Use noread(), nowrite() and nopoll() instead of our own stub functions.Tim J. Robbins
2003-02-26NODEVFS cleanup: Don't call cdevsw_{add,remove}()Poul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-07Pass a minor number instead of a unit number to make_dev().Tim J. Robbins
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-13Bow to the whining masses and change a union back into void *. RetainMatthew Dillon
2003-01-12Change struct file f_data to un_data, a union of the correct structMatthew Dillon
2003-01-01When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2002-01-13SMP Lock struct file, filedesc and the global file list.Alfred Perlstein
2001-12-02Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov