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
*
Staticized a few variables.
bde
1996-07-12
1
-4
/
+7
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-2
/
+2
*
This driver supports the SDL Communications RISCom/N2 ISA cards that is
jhay
1996-07-05
3
-0
/
+3485
*
Added or restored #include of <machine/md_var.h>. Some declarations
bde
1996-07-01
3
-5
/
+12
*
Fix typo that prevented the initial/lock state devices from working
peter
1996-06-30
1
-2
/
+2
*
Bump various timeouts in scprobe(). This finally fixes the broken
joerg
1996-06-27
1
-6
/
+6
*
Fixed bug in pasting 8bit char (ache).
sos
1996-06-26
2
-81
/
+57
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
6
-5
/
+12
*
Change the way moused talk to syscons, now its only delivering mouseevents
sos
1996-06-25
2
-116
/
+216
*
Moved declarations of static functions to the correct file. This fixes
bde
1996-06-23
2
-37
/
+37
*
When writing the settings for stop bits and output hardware flow control,
peter
1996-06-21
1
-18
/
+24
*
Oops, fix a bug that caused updates to the screen to happen, without
sos
1996-06-21
1
-2
/
+6
*
Some news for syscons (long overdue):
sos
1996-06-21
2
-101
/
+182
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
8
-19
/
+7
*
This time, get rid of the struct copies that were really causing gcc to
peter
1996-06-17
1
-4
/
+4
*
Stomp another compiler warning: sc_devfs_token[] should only be declared
wpaul
1996-06-17
1
-1
/
+3
*
Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).
bde
1996-06-17
1
-36
/
+15
*
Fix cut/paste error; a read-only variable should have been read/write.
peter
1996-06-16
1
-2
/
+2
*
Whoops, I accidentally deleted a necessary ":" which is part of the
nate
1996-06-15
1
-2
/
+2
*
At long last, we know have support for the 3C589 in a FreeBSD release
nate
1996-06-14
2
-3
/
+219
*
Better code for switching the ethernet transceiver.
nate
1996-06-14
1
-30
/
+32
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+5
*
Updated this driver to a newer version from Matt. This should fix several
dg
1996-06-14
1
-664
/
+2352
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
13
-64
/
+40
*
Detach the device at shutdown.
alex
1996-06-11
1
-6
/
+4
*
Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'
gibbs
1996-06-09
2
-2
/
+32
*
Scan PCI buses in order the BIOS has assigned them. This is sometimes
asami
1996-06-09
1
-2
/
+4
*
Eliminate a struct copy that gcc doesn't inline and ends up as a call to
peter
1996-06-08
1
-2
/
+2
*
Removed recently introduced unnecessary #includes of <machine/cpu.h>
bde
1996-06-08
1
-4
/
+1
*
Fixed group and permissions for devfs devices (group operator was games;
bde
1996-06-08
2
-22
/
+26
*
Hopefully fix the parity problem and the hang on message reject for good.
gibbs
1996-06-08
1
-5
/
+12
*
A trailing patch Jim left out of the last commit.
jkh
1996-06-07
1
-1
/
+7
*
Hide the ``wrong signature'' message behind bootverbose. It's
joerg
1996-06-02
1
-2
/
+4
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
1
-1
/
+2
*
Don't use the auto ATN on parity error feature. It may be the source
gibbs
1996-05-31
1
-4
/
+4
*
When estimating the time (in ms) left to drain the output queue based
peter
1996-05-30
1
-4
/
+4
*
Fix regression. It seems that you need at least one instruction between
gibbs
1996-05-30
1
-3
/
+3
*
Merge in changes for NetBSD/OpenBSD.
gibbs
1996-05-30
1
-2
/
+6
*
Fix a race condition in p_mesgout* and inb* code that could allow a
gibbs
1996-05-27
1
-3
/
+3
*
Clean up the warnings produced by the recent PCI code. Requested by
gpalmer
1996-05-27
1
-1
/
+3
*
Fix the warnings about "cant inline call to xxx" by reordering two
peter
1996-05-27
1
-46
/
+49
*
Properly determine the offset of the remaining bytes we need to transfer
gibbs
1996-05-24
1
-2
/
+2
*
Correct a botched commit from yesturday. It helps to bring over the
gibbs
1996-05-23
1
-3
/
+4
*
Let the user know what errors are experienced on received packets.
wollman
1996-05-21
1
-2
/
+13
*
Enable/Disable Ultra mode on a per target basis. This allows the driver
gibbs
1996-05-21
2
-3
/
+21
*
Add support for NE2000 compatible PCI Ethernet cards. The PCI probe
se
1996-05-18
2
-25
/
+185
*
Fix range check to actually test the variable that will be used as
se
1996-05-18
1
-2
/
+2
*
A patch for the meteor device driver. It fixes:
jkh
1996-05-17
1
-1
/
+2
*
Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can override
asami
1996-05-13
1
-1
/
+3
*
Leave 16 lines in front of each component partition. It's now safe to
asami
1996-05-13
1
-3
/
+10
[next]