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
/
rc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Off-by-128 error in the cuam* device node numbers.
rwatson
2002-05-20
1
-1
/
+1
*
Bump the rc driver a little bit closer to the 21st century: use
rwatson
2002-05-20
1
-0
/
+6
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-14
/
+14
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-4
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-2
/
+0
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Catch up to the new swi API.
jhb
2001-02-09
1
-7
/
+6
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Catch up to the new software interrupt code.
jhb
2000-10-25
1
-3
/
+4
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-5
/
+8
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Made this file compile again after move of stuff from <machine.ipl.h>
bde
2000-10-08
1
-1
/
+2
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+7
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+2
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-3
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-28
/
+2
*
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
-20
/
+12
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-17
/
+0
*
Fixed null setting of `rc_started'. This was fixed for the
bde
1999-06-04
1
-7
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+20
*
Add brackets around && within || to quieten egcs. I've checked the code
peter
1999-05-08
1
-6
/
+6
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-1
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+5
*
fix handling more than one cards
ache
1998-09-28
1
-2
/
+3
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-7
/
+8
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
1
-12
/
+7
*
Fixed null setting of multiple wakeup prevention variable.
bde
1998-08-10
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+2
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
1
-6
/
+1
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Update select -> poll in drivers.
peter
1997-09-14
1
-1
/
+1
*
Removed unused #includes.
bde
1997-07-20
1
-4
/
+0
*
Don't depend on gcc's feature of permitting labels that aren't followed
bde
1997-07-01
1
-1
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+1
*
Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag
pst
1996-10-23
1
-0
/
+2
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-30
/
+0
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-1
/
+0
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-8
/
+5
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-5
/
+5
[next]