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
*
Avoid multiply for preemptive arp calculation since it hits every
orion
2003-02-08
1
-6
/
+7
*
Put the name of the /dev entry in the .h file, userland will need it.
phk
2003-02-08
2
-1
/
+3
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
11
-52
/
+244
*
Move #defines of major/minor to internal header file so other bits can
phk
2003-02-08
2
-5
/
+10
*
Put makeoptions DESTDIR=/tmp in NOTES to protect people from
phk
2003-02-08
1
-0
/
+2
*
1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
dwmalone
2003-02-08
1
-14
/
+15
*
Include <isa/isavar.h> to fix building on alpha.
nyan
2003-02-08
1
-0
/
+2
*
Revert removal of vnode and VFS stubs; bp asserts that they are needed.
tjr
2003-02-08
3
-3
/
+107
*
MF alpha
alc
2003-02-08
2
-0
/
+24
*
- Fixes for suspend/resume code (MPI-350)
ambrisko
2003-02-08
2
-51
/
+54
*
A little infrastructure, preceding some upcoming changes
julian
2003-02-08
4
-26
/
+69
*
Make the radix tree code compilable in userland. Requested by ru.
hsu
2003-02-08
2
-9
/
+15
*
Pass a minor number instead of a unit number to make_dev().
tjr
2003-02-07
1
-3
/
+4
*
Fix the breakage resulting from Rev. 1.80. Get the eeprom width
mbr
2003-02-07
2
-8
/
+10
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
9
-36
/
+139
*
add 5823 device id's; this allows 5823 parts to function but you cannot
sam
2003-02-07
2
-2
/
+7
*
Fix some sleep strings to make more sense.
phk
2003-02-07
1
-3
/
+3
*
shield kernel data structures so user apps can include this file
sam
2003-02-07
1
-0
/
+3
*
Add the new statistics structure, put one in consumers and providers.
phk
2003-02-07
3
-0
/
+28
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
6
-4
/
+7
*
Add some comments about the deficiencies of this module. I had hoped to get
gordon
2003-02-07
1
-0
/
+7
*
Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very
harti
2003-02-07
1
-0
/
+18
*
pci_if.h is not needed.
nyan
2003-02-07
1
-1
/
+1
*
Garbage-collect stub VFS ops, use the defaults instead.
tjr
2003-02-07
1
-45
/
+3
*
Garbage-collect stub vnode ops, use the defaults instead.
tjr
2003-02-07
2
-62
/
+0
*
- Clean up ISA DMA supports.
nyan
2003-02-07
14
-144
/
+182
*
isa_if.h is not needed.
nyan
2003-02-07
19
-19
/
+19
*
Add missing braces.
mbr
2003-02-07
2
-2
/
+4
*
Regen
sanpei
2003-02-07
2
-2
/
+11
*
Turn off interrupts in pcn_stop().
mdodd
2003-02-07
1
-0
/
+4
*
Add support FUJITSU AH-F401U Air H device
sanpei
2003-02-07
1
-0
/
+3
*
Merged from sys/dev/sio/sio.c revision 1.383.
nyan
2003-02-07
2
-0
/
+4
*
Remove debug message.
simokawa
2003-02-07
1
-1
/
+0
*
Update to new crashdump API
ps
2003-02-07
1
-38
/
+9
*
Update to new crashdump api
ps
2003-02-07
1
-39
/
+2
*
Commit some cosmetic changes I had laying around and almost included
peter
2003-02-07
2
-10
/
+4
*
Fix the mly driver! If card resources became unavailable, the driver would
scottl
2003-02-06
2
-0
/
+48
*
Check return value of g_clone_bio().
phk
2003-02-06
1
-0
/
+4
*
Experimentally don't let go of Giant in geom_disk's done.
phk
2003-02-06
1
-0
/
+5
*
Consolidate resource release code on error condition.
mdodd
2003-02-06
1
-9
/
+8
*
Put the checks we perform on a bio before calling ::start in their
phk
2003-02-06
1
-69
/
+59
*
Fix comment typo.
orion
2003-02-06
1
-18
/
+28
*
Fix memory leak.
simokawa
2003-02-06
1
-13
/
+20
*
Fix another typo in a comment which I noticed while doing the MFC.
gj
2003-02-06
1
-1
/
+1
*
Oops. Include opt_ddb.h.
benno
2003-02-06
1
-0
/
+2
*
Add a driver that attaches to the gpio node of macio and allows you to enter
benno
2003-02-06
3
-1
/
+144
*
Add a cast to silence a warning.
benno
2003-02-06
1
-1
/
+1
*
If a device tries to allocate an interrupt that's not on it's resource list,
benno
2003-02-06
1
-0
/
+16
*
Teach the CAM module how to deregister itself so it can be unloaded.
scottl
2003-02-06
2
-2
/
+10
*
Remove vestiges of no longer needed unp_rvnode field.
hsu
2003-02-06
2
-2
/
+0
[next]