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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace buggy for-loops to skip certain character with strspn(). If *fmt was
stefanf
2005-04-11
1
-3
/
+3
*
Remove goto.
glebius
2005-04-11
1
-20
/
+16
*
- Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid a
jeff
2005-04-11
1
-39
/
+43
*
- Assert that we're no longer doing recursive vn_locks in inactive/reclaim
jeff
2005-04-11
1
-3
/
+12
*
- vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues.
jeff
2005-04-11
2
-4
/
+4
*
Parse_Init() is gone so remove comments that mention it.
harti
2005-04-11
1
-11
/
+0
*
Remove an unneccesary forward declaration for MainParseArgs().
harti
2005-04-11
1
-20
/
+34
*
Remove the call to Parse_Init() - there is no need to initialize
harti
2005-04-11
1
-2
/
+0
*
Rework the directive parsing code. Instead of using a lot of strcmp()s
harti
2005-04-11
6
-599
/
+673
*
Make sure the only thing that follows .endif or .else is a comment.
harti
2005-04-11
8
-14
/
+14
*
Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now use
davidxu
2005-04-11
1
-1
/
+1
*
The alternative suggested for /entropy as a shutdown
dougb
2005-04-11
2
-6
/
+5
*
It isn't a whinable offence to want memory when the bar says ioport.
imp
2005-04-11
1
-6
/
+8
*
The script mistakenly ignores the entropy_save_sz variable from
dougb
2005-04-11
1
-2
/
+2
*
Create new i386 windows/bsd thunking layer, similar to the amd64 thunking
wpaul
2005-04-11
13
-965
/
+1727
*
Go ahead and try to allocate PCI_BAR(5) for ata devices.
imp
2005-04-10
1
-0
/
+1
*
Use the ata_suspend/resume functions instaead of the bus_generic ones.
sos
2005-04-10
1
-2
/
+2
*
Fix FreeBSD native SPAN arrays.
sos
2005-04-10
1
-8
/
+8
*
Align the entry point to assembly language functions to a 16-byte boundary.
alc
2005-04-10
1
-2
/
+1
*
Drop the default running value to 60% from 80%. Testing shows that we
njl
2005-04-10
2
-3
/
+3
*
Set CPU speed to 100% in acpi_throttle attach. This is needed for some
njl
2005-04-10
2
-3
/
+12
*
Properly terminate the table generated from ACPI info. The cpufreq
njl
2005-04-10
1
-6
/
+6
*
Update for verbose debugging support and add Bruno Ducrot author note.
njl
2005-04-10
1
-6
/
+10
*
Advertise that we can handle unified SMP control of processor power
njl
2005-04-10
1
-2
/
+4
*
Advertise p4tcc via acpi_get_features() _PDC support.
njl
2005-04-10
1
-0
/
+18
*
Add debugging prints to all the methods in case there are problems with
njl
2005-04-10
1
-7
/
+70
*
Fix support for _PDC by using the proper version/length format for the
njl
2005-04-10
2
-3
/
+24
*
Add myself to the calendar.
remko
2005-04-10
1
-0
/
+1
*
Add support for recording the total energy used (in joules) when in
njl
2005-04-10
1
-6
/
+47
*
Add a machine-specific, optimized implementation of strcat.
alc
2005-04-10
2
-1
/
+166
*
Eliminate a conditional branch and as a side-effect eliminate a branch to
alc
2005-04-10
2
-10
/
+6
*
Update copyright: parts of the netipx implementation are covered by a
rwatson
2005-04-10
1
-1
/
+1
*
Compare (mbuf *) with NULL, not 0.
rwatson
2005-04-10
1
-1
/
+1
*
Fix the output ports on the AD1988 codec. From the submitter:
scottl
2005-04-10
1
-0
/
+1
*
o Add DragonFly 1.2.0.
maxim
2005-04-10
1
-3
/
+4
*
Remove duplicated "bytes".
delphij
2005-04-10
1
-1
/
+1
*
s/self-distruction/self-destruction
schweikh
2005-04-10
1
-2
/
+2
*
Refine the SATA PHY code so the time consumed during probe is reduced.
sos
2005-04-10
3
-10
/
+15
*
- Tighten up the Timestamp checks to prevent a spoofed segment from
ps
2005-04-10
3
-6
/
+47
*
- If the reassembly queue limit was reached or if we couldn't allocate
ps
2005-04-10
4
-2
/
+8
*
When the rightmost SACK block expands, rcv_lastsack should be updated.
ps
2005-04-10
1
-0
/
+2
*
Remove some unused sack fields.
ps
2005-04-10
1
-3
/
+0
*
Add a machine-specific, optimized implementation of strcpy.
alc
2005-04-10
2
-1
/
+113
*
Oops, correct typo.
nyan
2005-04-10
7
-7
/
+7
*
Initialize vp before using it. Failing to do this can cause instant
delphij
2005-04-10
1
-0
/
+1
*
Suspend all other threads in the process while generating a core dump.
das
2005-04-10
1
-1
/
+11
*
Centralize usage in usage(), and use in preference to fprintf().
rwatson
2005-04-10
1
-8
/
+16
*
Add a machine-specific, optimized implementation of strcmp.
alc
2005-04-09
2
-1
/
+75
*
Create links to crypto.9 for every crypto(9) function.
pjd
2005-04-09
1
-0
/
+14
*
Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.
jhb
2005-04-09
1
-1
/
+1
[next]