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
/
dev
/
snp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove cdevsw_add() - the make_dev() calls are already there.
peter
1999-11-18
1
-8
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-24
/
+5
*
Add Id strings
gpalmer
1999-06-17
1
-0
/
+2
*
Fixed a missing userland dev_t to kernel dev_t conversion.
bde
1999-06-17
1
-1
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
Use NODEV instead of -1
phk
1999-05-10
1
-4
/
+4
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-1
/
+1
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
KNFize, by bde.
eivind
1999-01-10
1
-3
/
+2
*
Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as
eivind
1999-01-08
1
-7
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-20
1
-1
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-1
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+1
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+1
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-0
/
+2
*
Removed unused #includes. Ifdefed a conditionally used #include.
bde
1997-11-18
1
-14
/
+7
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+1
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-1
/
+3
*
Convert select handler to poll style
peter
1997-09-14
1
-14
/
+13
*
Don't include <sys/ioctl.h> in the kernel. Stage 3: include
bde
1997-03-24
1
-1
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+1
*
Fixed null pointer panic in devtotty(). Fixed bounds checking in
bde
1997-03-16
1
-7
/
+13
*
Switched from using devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-03-28
1
-4
/
+6
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-3
/
+2
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-1
/
+1
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-1
/
+1
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-27
/
+33
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-0
/
+2
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-1
/
+1
*
OK, that's it..
julian
1995-11-29
1
-0
/
+39
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-4
/
+7
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-7
/
+7
*
same
ugen
1995-02-27
1
-8
/
+73
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
1
-118
/
+50
*
More changes to support user calls.
ugen
1995-02-15
1
-13
/
+31
*
Fix couple of nasty bugs..
ugen
1995-02-15
1
-216
/
+224
*
Here it came-the all-brand-new snoop device..
ugen
1995-02-14
1
-0
/
+469