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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled dynamically sized tty input buffers (with enough buffering
bde
1998-08-19
3
-27
/
+30
*
Fix one forgotten instance of \n to \r
sos
1998-08-18
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-08-17
1
-2
/
+2
*
FIxed printf format errors. Most of them were exposed by our ntohl()
bde
1998-08-17
1
-25
/
+31
*
Fixed printf format and spelling errors. Didn't fix related
bde
1998-08-16
1
-3
/
+3
*
Import the (Fast) Etherlink XL driver. I'm reasonally confident in its
wpaul
1998-08-16
1
-0
/
+7
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
4
-21
/
+22
*
Cast an int to (intptr_t) before casting it to (void *).
bde
1998-08-16
1
-4
/
+4
*
Fixed yet more ioctl breakage due to the type of the `cmd' arg chaninging
bde
1998-08-16
1
-6
/
+6
*
Changed \n to \r in the mouse cutbuffer, this makes pine & Emacs
sos
1998-08-14
1
-4
/
+4
*
Fix BNC/AUI autodetection.
msmith
1998-08-13
1
-18
/
+32
*
Use "baseclass" instead of "class" for storing the contents of PCI register
gibbs
1998-08-13
2
-6
/
+7
*
Cleaned up previous commit, mainly by moving repetitive calculations
bde
1998-08-13
3
-234
/
+127
*
Updated for not-so-new version of Cyclom-Y boards (with 60MHz clock and
bde
1998-08-13
3
-80
/
+246
*
Remove some #if 0'd and commented-out code.
brian
1998-08-12
1
-34
/
+2
*
Removed unused includes.
bde
1998-08-12
2
-39
/
+2
*
Synced with dgb.c. Important changes from 1.29 (ioctl handling
bde
1998-08-12
1
-52
/
+27
*
Fixed printf format errors.
bde
1998-08-12
1
-7
/
+6
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
4
-57
/
+39
*
Fixed null setting of multiple wakeup prevention variable.
bde
1998-08-10
1
-3
/
+3
*
Use [u]intptr_t instead of [unsigned] long to convert and/or represent
bde
1998-08-10
3
-15
/
+19
*
Hide compiler warnings for casting from a long to a pointer of a
bde
1998-08-10
1
-2
/
+2
*
Fixed the formatting of some tables (mainly the one produced by ps
bde
1998-08-10
1
-3
/
+3
*
A workaround for screen flicker; eliminate some I/O access to the VGA
yokota
1998-08-10
1
-1
/
+17
*
Support the PAL version of the BT878 based Haupauge WinTV/PCI.
sos
1998-08-10
1
-0
/
+1
*
MF22: Shut this thing up by default.
jkh
1998-08-09
1
-2
/
+2
*
Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC
sos
1998-08-08
1
-5
/
+13
*
Fix some things Simon had broken, basically making LINT compile again.
eivind
1998-08-06
1
-9
/
+3
*
The daemon, snake and star savers should refuse to load if the current
yokota
1998-08-06
3
-3
/
+12
*
Add Id keyword
brian
1998-08-05
3
-2
/
+9
*
Update DPT driver from 1.4.3 to 1.4.5
eivind
1998-08-05
3
-159
/
+294
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
4
-0
/
+7023
*
Implemented a more sophisticated mechanism for handling transmitter
dg
1998-08-04
1
-45
/
+103
*
Major ppbus updates from the author.
msmith
1998-08-03
15
-978
/
+3056
*
1. Reorganized screen saver related code so that both the LKM screen
yokota
1998-08-03
2
-146
/
+300
*
- When the system is shut down, switch to the vty0 if possible.
yokota
1998-08-03
1
-3
/
+17
*
Fix the bug which always reallocated the cut buffer whenever
yokota
1998-08-03
1
-7
/
+18
*
Don't accept the blank time value, if it is too big.
yokota
1998-08-03
1
-2
/
+4
*
- Add new bell types: "quiet.normal" and "quiet.visual".
yokota
1998-08-03
2
-4
/
+12
*
Added 82555B support for media status.
dg
1998-08-02
1
-1
/
+2
*
Reordered fxp_softc for optimal cacheline behavior.
dg
1998-08-02
1
-8
/
+10
*
Killed unused variable/assignment.
dg
1998-08-02
1
-2
/
+1
*
Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE
bde
1998-07-30
1
-3
/
+3
*
Typo fix: teh --> (the|they)
alex
1998-07-30
1
-2
/
+2
*
Fixed sign extension bugs awoken by changing speed_t to an unsigned
bde
1998-07-29
2
-4
/
+8
*
Fixed error handling:
bde
1998-07-29
1
-56
/
+61
*
update ATM driver. (base version: midway.c 1.67 --> 1.68)
kjc
1998-07-29
3
-142
/
+642
*
minphys means something different in FreeBSD than in NetBSD- not needed here ...
mjacob
1998-07-25
1
-2
/
+1
*
Don't return an error if the magic number is not present.
julian
1998-07-22
1
-7
/
+14
*
Add a call to a platform-specific irq remapping function for alpha platforms
dfr
1998-07-22
1
-1
/
+4
[next]