index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the printfs relating to purging threads from a device less intrusive.
phk
2006-05-17
1
-4
/
+3
*
Novel idea, don't print a string if it is NULL!
alfred
2006-01-12
1
-1
/
+2
*
Minor whitespace cleanup.
bz
2006-01-04
1
-2
/
+2
*
Move the initialization of the devmtx into the mutex_init() function
jhb
2005-10-18
1
-2
/
+1
*
Make sure the clone lists are sorted in the right order.
phk
2005-10-01
1
-3
/
+5
*
Rewamp DEVFS internals pretty severely [1].
phk
2005-09-19
1
-39
/
+27
*
Retire unused dev_named() function.
phk
2005-09-15
1
-13
/
+0
*
Properly un-giant-trick the cdevsw in fini_cdevsw()
phk
2005-08-20
1
-3
/
+7
*
Handle device drivers with D_NEEDGIANT in a way which does not
phk
2005-08-17
1
-9
/
+155
*
Remove stale comment.
phk
2005-08-16
1
-2
/
+0
*
Create a new internal .h file to communicate very private stuff
phk
2005-08-16
1
-0
/
+2
*
When devfs cloning takes place, provide access to the credential of the
rwatson
2005-07-14
1
-5
/
+40
*
cdev (still) needs per instance uid/gid/mode
phk
2005-03-31
1
-9
/
+15
*
Rename dev_ref() to dev_refl()
phk
2005-03-31
1
-1
/
+1
*
Remove the global cdev hash and use the cdevsw list instead.
phk
2005-03-29
1
-29
/
+2
*
Remove the global cdev hash and use the cdevsw list instead.
phk
2005-03-29
1
-37
/
+9
*
Privatize major().
phk
2005-03-29
1
-1
/
+1
*
Kill MAJOR_AUTO
phk
2005-03-17
1
-3
/
+3
*
Prepare for the final onslaught on devices:
phk
2005-03-17
1
-5
/
+9
*
Remove findcdev().
phk
2005-03-15
1
-19
/
+0
*
Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature of
phk
2005-03-15
1
-6
/
+6
*
Try to fix the mess I made of devname, with the minimal subset of the
phk
2005-03-10
1
-35
/
+0
*
Fix signedness of minor2unit().
phk
2005-03-08
1
-4
/
+4
*
Also handle d_maj hints from cloning drivers correctly.
phk
2005-02-27
1
-8
/
+9
*
Whine about any drivers which hardcode the device major number.
phk
2005-02-27
1
-11
/
+5
*
Use dynamic major number allocation for /dev/console, there is no
phk
2005-02-27
1
-4
/
+1
*
Reap more benefits from DEVFS:
phk
2005-02-22
1
-13
/
+11
*
Make dev_ref() require the dev_lock() to be held and use it from
phk
2005-02-22
1
-2
/
+1
*
Use MAXMINOR
phk
2005-01-29
1
-5
/
+5
*
Typo.
phk
2005-01-29
1
-1
/
+1
*
Add MAXMINOR #define, we should have had this long time ago.
phk
2005-01-29
1
-3
/
+9
*
Fix a list corruption issue in cloning device management using the
phk
2005-01-24
1
-16
/
+41
*
Get rid of the magic "stash" of cdev structures, we no longer call
phk
2004-10-25
1
-31
/
+3
*
Fix a LOR relating to freeing cdevs.
phk
2004-10-01
1
-2
/
+16
*
Account for alias devices when tearing them down in destroy_dev() so we
green
2004-09-29
1
-3
/
+3
*
Used cached cdevsw pointer.
phk
2004-09-27
1
-2
/
+4
*
Add cdevsw->d_purge() support.
phk
2004-09-27
1
-9
/
+19
*
Remove the cdevsw() function which is now unused.
phk
2004-09-24
1
-8
/
+0
*
Hold threadref while we throb cdevsw in devtoname()
phk
2004-09-24
1
-6
/
+10
*
Introduce dev_re[lf]thread() functions.
phk
2004-09-24
1
-0
/
+25
*
Do not refcount the cdevsw, but rather maintain a cdev->si_threadcount
phk
2004-09-23
1
-36
/
+17
*
Create struct snapdata which contains the snapshot fields from cdev
phk
2004-09-13
1
-1
/
+0
*
Add a missing '\n'.
pjd
2004-08-30
1
-2
/
+2
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-7
/
+1
*
Better descriptions of the cdev malloc class and mutex.
phk
2004-07-11
1
-2
/
+2
*
Fix a few spelling mistakes in comments and clean them up a bit.
le
2004-06-22
1
-5
/
+5
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-34
/
+28
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-38
/
+38
*
Introduce a ttyioctl() cdevsw default function.
phk
2004-06-01
1
-0
/
+1
*
Correctly account for extra bits in unit numbers when looking for
phk
2004-03-11
1
-3
/
+3
[next]