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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
24
-80
/
+99
*
Cosmetic cleanups and rearrangement for code to come. There should be
jlemon
2001-09-06
1
-63
/
+68
*
Sigh. Dig up text from a signature in a 1994 Usenet post I made and redo
peter
2001-09-05
1
-5
/
+12
*
Attach if_vlan to the build process.
brooks
2001-09-05
1
-0
/
+1
*
vlan.h is obsolete, don't create it anymore.
brooks
2001-09-05
5
-21
/
+5
*
Deconditionalize vlan support.
brooks
2001-09-05
1
-14
/
+3
*
Update tx(4) to always enable vlan(4) support.
brooks
2001-09-05
3
-17
/
+1
*
Patric Gualat tells me that I can't do basic bit math. He's right.
imp
2001-09-05
1
-4
/
+4
*
Don't specify the number of vlan interfaces any more, they are created
brooks
2001-09-05
2
-2
/
+2
*
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
brooks
2001-09-05
9
-163
/
+205
*
Bring the aac driver *much* closer to style(9).
scottl
2001-09-05
10
-3246
/
+3428
*
Include <sys/_lock.h> for the definition of struct lock_object. Don't
jhb
2001-09-05
1
-0
/
+1
*
Remove superfluous statement.
jlemon
2001-09-05
2
-2
/
+0
*
add a method for recording of specific channels for devices with more than
cg
2001-09-05
6
-15
/
+64
*
style(9) the structure definitions.
obrien
2001-09-05
2
-2
/
+2
*
don't try to dump nonexistent data when recording
cg
2001-09-05
1
-1
/
+1
*
Merge linker set relocations with the rest.
dfr
2001-09-05
2
-0
/
+2
*
It is the last-second trivial changes that kill me every time.
peter
2001-09-05
1
-1
/
+1
*
style(9) the structure definitions.
obrien
2001-09-05
9
-20
/
+20
*
Rework the ISA PnP driver pnp and the PnP resource parser to fix
yokota
2001-09-05
8
-360
/
+701
*
Attempt to refine the __IDSTRING() macros so that they dont collide with
peter
2001-09-05
1
-4
/
+12
*
style(9) the structure definitions.
obrien
2001-09-05
14
-22
/
+22
*
Fix the definition generation code from rev 1.15 that generates non-style(9)
obrien
2001-09-05
1
-4
/
+4
*
style(9) the structure definitions.
obrien
2001-09-05
25
-58
/
+52
*
Style(9)
obrien
2001-09-05
1
-47
/
+47
*
Add cloning support for the tap(4) device similar to that in the tun(4)
brooks
2001-09-05
2
-136
/
+221
*
Regenerate.
wpaul
2001-09-04
1
-1
/
+5
*
Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.
wpaul
2001-09-04
3
-26
/
+79
*
I don't know what I was thinking- if I have two separate busses on on
mjacob
2001-09-04
1
-174
/
+136
*
Note for ATIOs returned because of BDRs or Bus Resets for which bus this
mjacob
2001-09-04
1
-20
/
+34
*
If we're on an interrupt stack, mark things so that we don't try
mjacob
2001-09-04
1
-10
/
+11
*
I don't know what I was thinking- if I have two separate busses on on
mjacob
2001-09-04
1
-4
/
+6
*
Don't report power interrupts.
imp
2001-09-04
1
-2
/
+0
*
MFS: put debug writes behind boot verbose.
imp
2001-09-04
1
-7
/
+16
*
Fix SET_IID_VAL/SET_BUS_VAL macros to usable.
mjacob
2001-09-04
1
-2
/
+2
*
Fix a memory leak in __getcwd() that can occur after a filesystem
iedowse
2001-09-04
1
-1
/
+3
*
Make the csc and function interrupts ISA on shutdown. This should
imp
2001-09-04
1
-1
/
+13
*
Add support for Conexant LANfinity miniPCI controllers. People who have
wpaul
2001-09-04
4
-6
/
+98
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
8
-8
/
+113
*
Remove long overdue obsolete file ide_pcireg.h
sos
2001-09-04
1
-63
/
+0
*
There is no option IDE_DELAY and havn't been for a long time..
sos
2001-09-04
1
-1
/
+0
*
Add `-I.' option to CFLAGS so that we can compile asm code together
iwasaki
2001-09-04
1
-0
/
+1
*
Just print a message in acpi_tz_monitor() only when new active state
iwasaki
2001-09-04
1
-2
/
+5
*
Fix sysctl comment field, s/the the/then the
alfred
2001-09-04
1
-1
/
+1
*
Enable bootforth.
dfr
2001-09-04
2
-2
/
+2
*
Avoid an alignment fault on 64bit architectures.
dfr
2001-09-04
1
-1
/
+1
*
Mostly cosmetic. Move various variables from .s files to .c files so that
peter
2001-09-04
5
-32
/
+17
*
style(9) the structure names
obrien
2001-09-04
1
-6
/
+6
*
Make sure we copy over the linker set sections to the EFI executable.
dfr
2001-09-04
2
-0
/
+2
*
Add definition for arch-ia64.
dfr
2001-09-04
1
-0
/
+6
[next]