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
*
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
*
Add clone_setup() function rather than rely on lazy initialization.
phk
2004-03-11
1
-9
/
+13
*
Fix two oversights here: don't trash the freelist, and properly cleanup
phk
2004-02-23
1
-1
/
+4
*
Device megapatch 6/6:
phk
2004-02-21
1
-31
/
+152
*
Device megapatch 5/6:
phk
2004-02-21
1
-9
/
+12
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-0
/
+8
*
Device megapatch 2/6:
phk
2004-02-21
1
-8
/
+129
*
Fixed style bugs near previous commit (mainly formatting errors and
bde
2004-02-15
1
-16
/
+13
*
Split the initialization of the cdevsw into a separate function.
phk
2004-02-15
1
-7
/
+14
*
Remove the check which used to protect us against make_dev() being
phk
2004-02-14
1
-19
/
+0
*
Retire revoke_and_destroy_dev() with extreme prejudice.
phk
2003-09-28
1
-13
/
+0
*
Make life a little bit easier for cloning device drivers.
phk
2003-09-27
1
-0
/
+9
*
Introduce no_poll() default method for device drivers. Have it
phk
2003-09-27
1
-14
/
+75
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove return after panic.
phk
2003-05-31
1
-2
/
+0
*
Since dynamic allocation of device major numbers so far have not
phk
2003-04-13
1
-1
/
+0
[next]