summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Extend the device pager to support different memory attributes on differentjhb2009-08-281-1/+9
* Remove the d_spare2_t typedef. The d_spare2 field was replaced byjhb2009-06-251-2/+0
* Add an extension to the character device interface that allows characterjhb2009-06-011-2/+6
* Make dumper_t definition conform more closely to stlye(9). This alsoimp2009-02-151-5/+5
* Remove NUMCDEVSW, which is unused since RELENG_5.ed2009-02-031-2/+0
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-4/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+2
* Remove function prototypes of nonexistent TTY functions.ed2008-10-011-9/+0
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-3/+3
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-3/+0
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-1/+1
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-3/+5
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+2
* Remove the distinction between device minor and unit numbers.ed2008-05-291-2/+0
* Add a new group definition to sys/conf.h: GID_TTY.ed2008-05-221-0/+1
* Implement the per-open file data for the cdev.kib2008-05-211-0/+6
* Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTkib2008-03-171-1/+6
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-0/+1
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-0/+1
* Since rev. 1.199 of sys/kern/kern_conf.c, the thread that callskib2007-07-031-0/+10
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+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/+2
* drop D_MEMDISK, not used in the tree...jmg2006-05-121-1/+0
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-2/+1
* Retire unused dev_named() function.phk2005-09-151-1/+0
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-171-0/+1
* Create a new internal .h file to communicate very private stuffphk2005-08-161-3/+0
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-6/+3
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-0/+8
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+4
* Rename dev_ref() to dev_refl()phk2005-03-311-1/+1
* Remove the global cdev hash and use the cdevsw list instead.phk2005-03-291-1/+1
* makebdev() is long gone.phk2005-03-181-1/+0
* Kill MAJOR_AUTOphk2005-03-171-6/+0
* Prepare for the final onslaught on devices:phk2005-03-171-4/+6
* Polish.phk2005-03-151-4/+0
* Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature ofphk2005-03-151-1/+1
* Clean up forward struct decls.phk2005-03-151-3/+1
* Move devtoname() prototype to systm.h to reduce #include pollution,phk2005-03-151-1/+0
* Fix signedness of minor2unit().phk2005-03-081-2/+2
* Reap more benefits from DEVFS:phk2005-02-221-2/+3
* Add MAXMINOR #define, we should have had this long time ago.phk2005-01-291-0/+3
* Make getdiskbyname() static to vfs_mount.c.phk2004-11-091-1/+0
* Remove si_mountpoint and si_bsize_phys from cdev.phk2004-10-291-12/+4
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-291-1/+1
* Remove unused si_bsize_best field from struct cdev.phk2004-10-261-2/+0
* Degeneralize the per cdev copyonwrite callback. The only possible valuephk2004-10-261-2/+0
* Get rid of the magic "stash" of cdev structures, we no longer callphk2004-10-251-1/+0
* Retire si_stripesize and si_stripeoffset they will not be needed in cdevphk2004-10-251-2/+0
OpenPOWER on IntegriCloud