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
*
There are two serious bugs in if_de.c. The first should not matter
dg
1995-05-22
1
-3
/
+4
*
Fixed bug in bpf/multicast support that caused multicast packets to get
dg
1995-05-22
1
-7
/
+5
*
Fixed problem with "char" cursor..
sos
1995-05-21
1
-2
/
+6
*
Changed read_csr and write_csr to static so that they don't clash
dg
1995-05-17
1
-2
/
+2
*
Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:
dg
1995-05-17
1
-11
/
+41
*
Changed relase number in snake_saver.c from 2.1 to 2.0.5
sos
1995-05-16
1
-2
/
+2
*
After carefully reading three reference documents, and analyzing
dg
1995-05-14
1
-4
/
+4
*
Only use card's soft-configured irq if no irq was specified in the kernel
dg
1995-05-12
1
-5
/
+7
*
RISCom/8 driver
ache
1995-05-12
3
-0
/
+1682
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
2
-4
/
+4
*
Fix -Wformat warnings, still need to do something about %b and pointer
rgrimes
1995-05-09
2
-8
/
+8
*
Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous
rgrimes
1995-05-09
1
-18
/
+25
*
Add hook for pstat -t
ache
1995-05-07
1
-1
/
+3
*
Restructured the floppy tape probe.
joerg
1995-05-06
1
-6
/
+2
*
Fixed mbuf leak and panic that occurred when packets got too memory
dg
1995-05-05
1
-99
/
+313
*
Check for 0 before dividing by it. Patch from Paul Traina, modified
dg
1995-05-05
1
-2
/
+10
*
Kill bogus duplicated code that resulted in an editing screwup of mine
dg
1995-05-04
1
-24
/
+1
*
bzero the malloced pci_devconf structure. This should fix the problem with
dg
1995-05-04
1
-1
/
+2
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
1
-2
/
+3
*
(Sorry about prev. blank message - I realised I needed a change too late).
gpalmer
1995-04-28
1
-1
/
+1
*
*** empty log message ***
gpalmer
1995-04-28
1
-1
/
+1
*
Added nsccons variable for use by pstat
sos
1995-04-28
1
-1
/
+2
*
Restructure the arbitration loop to allow for reselections that win out over
gibbs
1995-04-27
1
-95
/
+104
*
Added mark_all() call so that screen is proberly updated
sos
1995-04-25
1
-1
/
+2
*
Added `fe' device drive r for Fujitsu MB86960A family.
wollman
1995-04-23
3
-0
/
+3150
*
Move declarations of console functions to cons.h (they should be
bde
1995-04-23
1
-12
/
+5
*
Correct the type of the `c' arg to pccnputc().
bde
1995-04-23
2
-11
/
+10
*
files for the eisa specific autoconfiguration..
julian
1995-04-23
2
-0
/
+242
*
Reviewed by: no-one yet, but non-intrusive
julian
1995-04-20
1
-1
/
+29
*
Escentially a rewrite by John Dyson. This is disgusting, and John agrees,
dg
1995-04-19
1
-164
/
+127
*
Matt says that no pre-2.3 pass boards were supposed to ship, but I certainly
jkh
1995-04-18
1
-3
/
+3
*
Changed minimum supported rev of DC21040 to pass 2.2.
dg
1995-04-17
1
-3
/
+3
*
John Aycock's BSD copyrighted sequencer assembler and sequencer code. This
gibbs
1995-04-15
5
-402
/
+542
*
Fix initializations of kdc_state for serial consoles.
bde
1995-04-15
1
-33
/
+38
*
Forgot two things in yesterday's massive devconf update:
wollman
1995-04-13
1
-6
/
+4
*
Move setcompat code to another place, initial/locked devices
ache
1995-04-13
1
-14
/
+12
*
Comment out ttcompat via COMPAT_SUNOS too
ache
1995-04-13
1
-11
/
+15
*
Various changes from Matt Thomas to improve media selection and fix
dg
1995-04-13
1
-98
/
+228
*
ttsetcompat is a '#ifdef COMPAT_43' feature.
phk
1995-04-12
1
-1
/
+5
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
10
-85
/
+146
*
Call new ttsetcompat() function for proper working
ache
1995-04-11
1
-1
/
+9
*
Performance enhancements and a redesign of the transmitter code.
jkh
1995-04-10
2
-2
/
+25
*
More code optimizations. Use a slightly different approach to decide
gibbs
1995-04-09
1
-76
/
+28
*
From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XA
dg
1995-04-09
1
-134
/
+321
*
Correct recalibrate/seek code at attach time so that we do not get
rgrimes
1995-04-06
1
-4
/
+11
*
Correct the watchdog routine.
jkh
1995-04-05
1
-1
/
+26
*
Fixes to the hardware cursor emulation.
sos
1995-04-04
2
-56
/
+80
*
Move unit structure member down to optimize com->state per Bruce
ache
1995-04-04
1
-19
/
+19
*
Allow serial console BREAK to DDB
ache
1995-04-03
1
-3
/
+13
*
Back out changes related to locked bits until more elegant
ache
1995-04-02
1
-85
/
+7
[next]