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
/
digi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-1
/
+12
*
- Push Giant down into linker_reference_module().
jhb
2006-06-20
1
-3
/
+3
*
Only reference the firmware module once rather than twice. The extra call
jhb
2006-05-25
1
-1
/
+0
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Increase boot-time DigiBIOS initialization timeout to allow
andre
2005-09-14
1
-1
/
+1
*
Staticize some symbols that are each only used in one corresponding .c file.
anholt
2005-05-06
12
-12
/
+12
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
o avoid potential null ptr deref if symbol lookup fails
sam
2005-02-25
1
-2
/
+6
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-16
/
+1
*
Remove unused ttys field.
phk
2004-10-14
1
-1
/
+0
*
Use generic tty code instead of local copies.
phk
2004-10-06
2
-571
/
+199
*
Remove buggy (root filesystems may not have cdev) and pointless
phk
2004-07-28
1
-8
/
+3
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
1
-2
/
+2
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
2
-18
/
+4
*
Define the tty methods as typedefs.
phk
2004-06-30
1
-3
/
+2
*
Use generic support for BREAK and modem control ioctls.
phk
2004-06-25
1
-63
/
+67
*
Remove the TIOCDCDTIMESTAMP option.
phk
2004-06-22
1
-4
/
+0
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+4
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-7
/
+7
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-17
/
+3
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-4
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-13
/
+13
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-12
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
3
-0
/
+3
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-2
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Eliminate bogus use of makedev(): rather than synthesize the dev_t, use
phk
2003-09-26
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
9
-10
/
+27
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
3
-40
/
+40
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-05
1
-2
/
+2
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
1
-14
/
+14
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-4
/
+4
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-25
/
+21
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-5
/
+5
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
3
-18
/
+19
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
3
-19
/
+22
*
Add a digi_delay() function and use it instead of tsleep() when polling
brian
2002-04-10
1
-5
/
+14
*
Use the PCI port for pci cards, not just for PCIXR cards.
brian
2002-04-10
1
-6
/
+6
[next]