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
*
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
*
disk_dev_synth() is a NO_GEOM hack.
phk
2003-01-20
1
-0
/
+4
*
Mark more code #ifdef NODEVFS
phk
2003-01-19
1
-1
/
+6
*
Originally when DEVFS was added, a global variable "devfs_present"
phk
2003-01-19
1
-3
/
+4
*
Remove unused cdevsw_ALLOCSTART macro.
phk
2002-12-28
1
-2
/
+0
*
Don't allow dev_stdclone(9) to accept minors larger than the system is
green
2002-10-05
1
-0
/
+2
*
Rename struct specinfo to the more appropriate struct cdev.
phk
2002-09-27
1
-6
/
+6
*
Assert my copyright on this file (using the default 2-clause BSD).
phk
2002-09-20
1
-11
/
+4
*
Fix a logic bug in the struct dev_t allocation code.
phk
2002-09-08
1
-5
/
+5
*
Break the following implementation of panic(3):
bde
2002-04-25
1
-0
/
+1
*
Make the proposed name arg to dev_stdclone() const.
phk
2002-03-10
1
-1
/
+1
*
(Doing that whole test-immediately-after-commit-thing like obrien sez:)
green
2002-02-16
1
-0
/
+2
*
Add revoke_and_destroy_dev(), to be used by devices which decide when
green
2002-02-16
1
-0
/
+13
*
Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,
msmith
2002-01-09
1
-1
/
+19
*
Back out the previous fix to the leading zero problem, I hadn't
phk
2001-11-16
1
-2
/
+0
*
Reject leading zeros in dev_stdclone().
phk
2001-11-16
1
-0
/
+2
*
Do not allow leading zeros on device names in dev_stdclone().
fenner
2001-11-15
1
-0
/
+2
*
Fix a problem in the disk related hack where device nodes for a physically
phk
2001-10-28
1
-1
/
+1
*
Nudge the axe a bit closer to cdevsw[]:
phk
2001-10-27
1
-0
/
+11
*
Make cdevsw[] static.
phk
2001-10-26
1
-1
/
+1
*
Add dev_named(dev, name), which is similar in spirit to devtoname().
jlemon
2001-10-17
1
-0
/
+13
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Make the fmt arguments to make_dev and make_dev_alias const char *.
imp
2001-08-02
1
-2
/
+2
*
Create a general facility for making dev_t's depend on another
phk
2001-05-26
1
-11
/
+20
*
Call strlen() once instead of twice.
brian
2001-04-14
1
-2
/
+2
*
Add a KASSERT on unit2minor() so that we catch it if people try to pass
phk
2001-03-20
1
-0
/
+1
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-0
/
+1
*
KASSERT that the minor number passed to make_dev() is valid.
brian
2001-02-02
1
-0
/
+3
*
Convert a Debugger(3) to a panic(9) and a EINVAL.
phk
2001-01-21
1
-1
/
+3
[next]