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
*
- Change trapsignal() to accept a thread and not a proc.
jeff
2003-03-31
13
-40
/
+40
*
- Use sigexit() instead of twiddling the signal mask, catch, ignore, and
jeff
2003-03-31
3
-25
/
+5
*
Add a facility allowing processes to inform the VM subsystem they are
wes
2003-03-31
4
-1
/
+19
*
Add missing ()'s so that these drivers all compile again.
jhb
2003-03-31
13
-13
/
+13
*
- Allow the physical memory size that will be actually used by the kernel to
jake
2003-03-31
2
-2
/
+44
*
If we fail to find our PCI ID in attach (this should never happen), then
jhb
2003-03-31
1
-2
/
+1
*
Remove some debugging in the new OAM[*] and add a debug flag for other
phk
2003-03-31
2
-5
/
+3
*
Match "serial" as well as "se".
jake
2003-03-31
1
-1
/
+2
*
Clean up locking and resource management for pci/if_*
njl
2003-03-31
17
-793
/
+711
*
Recent changes to uipc_cow.c have eliminated the need for some sf_buf-
alc
2003-03-31
1
-3
/
+3
*
- In npxsetregs don't set the floating point if td == fpcurthread not if
jeff
2003-03-31
3
-3
/
+3
*
Add the ability to send 64-bit scatter/gather elements to aac cards. This
scottl
2003-03-30
1
-39
/
+78
*
retire the "busy" field in bioqueues, it's served it's purpose.
phk
2003-03-30
2
-9
/
+0
*
Fix ATA_DEBUG case breakage.
sos
2003-03-30
1
-1
/
+1
*
Preparation commit before I start on the bioqueue lockdown:
phk
2003-03-30
3
-43
/
+46
*
Revert 1.21; this was local code that should not have been
mdodd
2003-03-30
1
-5
/
+5
*
- Temporary fix so this compiles with 64 bit bus_addr_t.
jake
2003-03-30
1
-1
/
+2
*
- Add support for PAE and more than 4 gigs of ram on x86, dependent on the
jake
2003-03-30
22
-28
/
+436
*
Catch up with recent changes.
mdodd
2003-03-30
1
-9
/
+5
*
Switch rl_encap over to using m_defrag.
silby
2003-03-30
1
-11
/
+1
*
- We are not guaranteed that read ahead blocks are not in memory already.
jeff
2003-03-30
1
-1
/
+9
*
- Remove invalid casts.
jake
2003-03-30
4
-6
/
+6
*
- Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. When
jake
2003-03-30
6
-362
/
+224
*
The object type can't be OBJT_PHYS in vm_mmap().
mux
2003-03-30
1
-1
/
+1
*
Fix a bug in the ENOMEM pacing code which probably made it panic systems
phk
2003-03-29
1
-4
/
+4
*
- Free interrupt handler in ep_free().
mdodd
2003-03-29
6
-18
/
+32
*
Add create_geom and destroy_geom methods.
phk
2003-03-29
1
-0
/
+159
*
remove a blank line.
phk
2003-03-29
1
-1
/
+0
*
Checksum the configuration EEPROM.
mdodd
2003-03-29
1
-0
/
+43
*
- Return error status instead of value in get_e().
mdodd
2003-03-29
4
-32
/
+71
*
Switch vr_encap over to using m_defrag instead of its own version
silby
2003-03-29
2
-28
/
+4
*
Update if_dc to use m_defrag, removing the semi-duplicate dc_coal
silby
2003-03-29
2
-70
/
+60
*
Fix the osf1 abi module on SMP systems by making the size of
gallatin
2003-03-29
2
-2
/
+3
*
Have sis_encap use m_defrag if:
silby
2003-03-29
1
-1
/
+25
*
opt_geom.h is no longer required for this module.
mdodd
2003-03-29
1
-5
/
+2
*
Add 'idt' driver to module build.
mdodd
2003-03-29
1
-0
/
+1
*
- Deal with netisr changes.
mdodd
2003-03-29
1
-5
/
+5
*
Add module infrastructure for 'dpt' driver.
mdodd
2003-03-29
2
-0
/
+15
*
Add module infrastructure for 'if_ex'.
mdodd
2003-03-29
2
-0
/
+13
*
- Declare ex_devclass in if_ex.c
mdodd
2003-03-29
4
-8
/
+8
*
- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().
mdodd
2003-03-29
4
-15
/
+22
*
Reformat for readability.
mdodd
2003-03-29
1
-96
/
+98
*
Add module infrastructure for 'vpd' and 'smbios' and move 'smbios'
mdodd
2003-03-29
5
-2
/
+29
*
Remove useless code.
mdodd
2003-03-29
1
-6
/
+0
*
Don't compile the identify method yet.
mdodd
2003-03-29
1
-0
/
+4
*
Register dependency on the elink module.
mdodd
2003-03-29
1
-0
/
+3
*
Add module infrastructure for elink.
mdodd
2003-03-29
2
-0
/
+11
*
Add module infrastructure for if_ie.
mdodd
2003-03-29
2
-0
/
+11
*
Second round of updates to the ATA driver.
sos
2003-03-29
11
-537
/
+614
*
- Move driver to newbus.
mdodd
2003-03-29
8
-541
/
+1124
[next]