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
*
Fix a panic that occurs when resuming. For some reason, sc->cur_scp is
njl
2003-10-29
2
-0
/
+7
*
Potential fix for races shutting down callouts when unloading
sam
2003-10-29
1
-2
/
+6
*
o add locking to protect routing table refcnt manipulations
sam
2003-10-29
1
-16
/
+18
*
Always queue looped back packets (rather than potentially using
sam
2003-10-29
1
-1
/
+1
*
mark interrupt handlers MPSAFE
sam
2003-10-29
3
-3
/
+3
*
Add a temporary mechanism to disble INTR_MPSAFE from network interface
sam
2003-10-29
1
-0
/
+13
*
Removed mostly-dead code for setting switchtime after the idle loop
bde
2003-10-29
2
-11
/
+2
*
Allow sending of more than one raw cell from a single mbuf. Only the
harti
2003-10-29
1
-8
/
+11
*
Remove a superfluous ) from the previous commit. This was obviously
harti
2003-10-29
1
-1
/
+1
*
Make the maximum number of pages for external mbufs configurable in
harti
2003-10-29
3
-2
/
+7
*
add ECN support in layer-3.
ume
2003-10-29
10
-54
/
+186
*
Removed sched_nest variable in sched_switch(). Context switches always
bde
2003-10-29
3
-7
/
+1
*
Make the value of the HATM_DEBUG symbol the default for the debugging
harti
2003-10-29
3
-13
/
+15
*
Inline a function that was called only in one place directly into that place.
harti
2003-10-29
2
-72
/
+72
*
Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.
iwasaki
2003-10-29
2
-2
/
+5
*
We have some space in the external mbufs so use this space for
harti
2003-10-29
2
-2
/
+5
*
Defer allocation of the actual receive mbuf until the external buffer
harti
2003-10-29
4
-29
/
+30
*
Get rid of the mutexes for the exernal buffer free lists. Use
harti
2003-10-29
3
-52
/
+51
*
ip6_savecontrol() argument is redundant
ume
2003-10-29
6
-15
/
+12
*
hide m_tag, again.
ume
2003-10-29
3
-38
/
+21
*
- Synchronize updates to nswapdev using sw_dev_mtx.
alc
2003-10-29
1
-2
/
+2
*
Fix the alpha tinderbox. The alpha specific bitops used by the bitmap
marcel
2003-10-29
4
-12
/
+4
*
- Avoid a race in swaponsomething(): Calculate the new swdevt's first and
alc
2003-10-29
1
-17
/
+14
*
Introduce the notion of "persistent mbuf tags"; these are tags that stay
sam
2003-10-29
4
-1
/
+36
*
This commit was generated by cvs2svn to compensate for changes in r121642,
marcel
2003-10-29
29
-572
/
+773
|
\
|
*
Import beta6 of libuwx. This release has some minor fixes and
marcel
2003-10-29
29
-572
/
+773
*
|
Add kernel option ACPI_NO_RESET_VIDEO as workaround for problems
iwasaki
2003-10-29
4
-0
/
+8
*
|
Cleanup the interrupt code that deals with the busmaster bits.
sos
2003-10-28
1
-47
/
+58
*
|
Use VLANNAME instead of "vlan".
brooks
2003-10-28
1
-4
/
+4
*
|
According to the submitter, POSIX mandates that all interval timers are
jhb
2003-10-28
1
-3
/
+2
*
|
When switching the RSE to use the kernel stack as backing store, keep
marcel
2003-10-28
7
-59
/
+59
*
|
This should allow us to boot with DMA enabled on unknown PCI ATA
sos
2003-10-28
2
-25
/
+48
*
|
Directly call the 'reboot' word instead of indirectly evaluating it.
scottl
2003-10-28
1
-1
/
+1
*
|
make sure to accept only IPv6 packet.
ume
2003-10-28
1
-0
/
+3
*
|
cleanup use of m_tag.
ume
2003-10-28
5
-77
/
+69
*
|
mib name was changed by fixing a spelling.
ume
2003-10-28
1
-1
/
+1
*
|
speedup stream socket recv handling by tracking the tail of
sam
2003-10-28
9
-49
/
+371
*
|
- Only change the run queue in sched_prio() if the kse is non null. threads
jeff
2003-10-28
1
-10
/
+2
*
|
Oops. Remove some rather noisy debug printfs that slipped in there
peter
2003-10-28
1
-9
/
+0
*
|
The previous commit removed both clause 3 and clause 4 from the UCB
marcel
2003-10-27
2
-6
/
+8
*
|
Fix pmap_unmapdev() to call pmap_kremove() instead of implementing it
jhb
2003-10-27
1
-5
/
+2
*
|
Directly call the 'boot' word instead of indirectly evaluating it.
scottl
2003-10-27
1
-7
/
+7
*
|
When we cannot allocate an external buffer (bacause we've hit
harti
2003-10-27
1
-9
/
+5
*
|
Allow building the NgATM SAAL layer directly into the kernel.
harti
2003-10-27
4
-2
/
+17
*
|
- Don't set td_priority directly here, use sched_prio().
jeff
2003-10-27
1
-1
/
+1
*
|
M_DONTWAIT was passed into malloc().
ume
2003-10-27
1
-2
/
+2
*
|
- Use a better algorithm in sched_pctcpu_update()
jeff
2003-10-27
1
-56
/
+50
*
|
const char ** needs to be passed, not char **.
imp
2003-10-27
1
-1
/
+1
*
|
Call the VESA reset BIOS vector on the resume path. This may help displays
njl
2003-10-27
1
-0
/
+9
*
|
In camperiphdone(), make sure we check for fatal errors and bail out
ken
2003-10-27
2
-16
/
+17
[next]