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
*
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
*
Add one little hack to allow us to make MAJOR_AUTO be zero:
phk
2003-03-09
1
-0
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+12
*
Explicitly initialize all cdevsw methods with the relevant nofoo() function
phk
2003-03-02
1
-0
/
+11
*
NO_GEOM cleanup:
phk
2003-03-02
1
-8
/
+1
*
NODEVFS cleanup:
phk
2003-03-02
1
-9
/
+3
*
Add the flip-side check: If a driver wants a particular major#, make
phk
2003-02-27
1
-0
/
+9
*
Add support for allocating a device driver major number on demand.
phk
2003-02-27
1
-2
/
+15
*
NODEVFS cleanup:
phk
2003-02-27
1
-22
/
+0
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Add a dead_cdevsw which does its best to return ENXIO if at all possible.
phk
2003-02-20
1
-3
/
+53
*
Add M_WAITOK
phk
2003-02-19
1
-1
/
+1
*
Implement proper bounds-checking and truncation of device names, this has
phk
2003-02-04
1
-4
/
+10
*
Pave the road to removing the fixed size limit on device nodes:
phk
2003-02-04
1
-0
/
+2
*
NO_GEOM cleanup: unifdef;
phk
2003-01-30
1
-8
/
+0
*
NODEVFS cleanup: Remove cdevsw[].
phk
2003-01-29
1
-31
/
+0
[next]