summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several style issues.kib2010-02-271-2/+5
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-13/+7
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-4/+10
* Add an extension to the character device interface that allows characterjhb2009-06-011-2/+27
* Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to matchattilio2009-05-211-1/+3
* Remove dead code from devtoname().ed2009-04-151-18/+1
* Remove unneeded variable and casting from newdev().ed2009-04-151-5/+3
* Don't use si_drv0 directly.ed2009-04-151-2/+2
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-11/+1
* Explicitely note that destroy_dev() sleeps.kib2008-11-271-0/+1
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-271-14/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-9/+9
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-11/+0
* Make it atomic for the devfs_populate_loop() to see the setting ofkib2008-07-111-1/+2
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-6/+6
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-35/+0
* Don't enforce unique device minor number policy anymore.ed2008-06-111-4/+9
* Remove the distinction between device minor and unit numbers.ed2008-05-291-11/+8
* Assert that si_threadcount > 0 before decrementing it. This helps catchingkib2008-05-231-0/+2
* Implement the per-open file data for the cdev.kib2008-05-211-2/+9
* Add the devctl notifications for the cdev create/destroy events.kib2008-05-141-0/+42
* Add two missed chunks from the rev. 1.210, for the giant_read() andkib2008-04-021-4/+2
* Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTkib2008-03-171-35/+121
* Apply a workaround for the unkillable jail problem where some devices createdthompsa2007-12-051-0/+2
* Revert destroy_dev() to the state before destroy_dev_sched() was introduced.kib2007-07-051-8/+2
* Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-041-0/+2
* Rev. 1.204 and 1.205 got an erronous version of destroy_dev() thatkib2007-07-031-6/+18
* Automatically detect deadlock condition in destroy_dev(), that is, ifkib2007-07-031-2/+8
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-18/+147
* devfs_free() calls free_unr(), that may sleep.kib2007-06-191-6/+34
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-2/+2
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Fix the race between devfs_fp_check and devfs_reclaim. Derefence thekib2006-10-201-0/+18
* Wait for thread count to reach zero in destroy_devl() even when no purgetegge2006-10-131-0/+6
* Make the printfs relating to purging threads from a device less intrusive.phk2006-05-171-4/+3
* Novel idea, don't print a string if it is NULL!alfred2006-01-121-1/+2
* Minor whitespace cleanup.bz2006-01-041-2/+2
* Move the initialization of the devmtx into the mutex_init() functionjhb2005-10-181-2/+1
* Make sure the clone lists are sorted in the right order.phk2005-10-011-3/+5
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-39/+27
* Retire unused dev_named() function.phk2005-09-151-13/+0
* Properly un-giant-trick the cdevsw in fini_cdevsw()phk2005-08-201-3/+7
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-9/+155
* Remove stale comment.phk2005-08-161-2/+0
* Create a new internal .h file to communicate very private stuffphk2005-08-161-0/+2
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-5/+40
* cdev (still) needs per instance uid/gid/modephk2005-03-311-9/+15
OpenPOWER on IntegriCloud