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
*
Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS
kan
2007-05-19
1
-1
/
+2
*
Document SX_RECURSE flag.
jhb
2007-05-19
1
-0
/
+3
*
Add a new SX_RECURSE flag to make support for recursive exclusive locks
jhb
2007-05-19
2
-2
/
+9
*
Use __mcount() instead of _mcount() to reduce diffs with NetBSD.
cognet
2007-05-19
3
-5
/
+5
*
Fix the fallout from over-zealous obsolete files removal. Use correct
kan
2007-05-19
1
-1
/
+1
*
This commit was generated by cvs2svn to compensate for changes in r169765,
mux
2007-05-19
1
-1
/
+1
|
\
|
*
Fix a typo that caused the #undef directive to not actually undefine
mux
2007-05-19
1
-1
/
+1
*
|
Constify to please gcc 4.2.
cognet
2007-05-19
1
-1
/
+1
*
|
Do not try to inline pmap_kremove(), as it's exported.
cognet
2007-05-19
1
-1
/
+1
*
|
Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.
joel
2007-05-19
1
-8
/
+9
*
|
Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do so
cognet
2007-05-19
1
-2
/
+2
*
|
Add a level of indirection to the kernel PTE table. The old
marcel
2007-05-19
3
-45
/
+77
*
|
Mention gcc 4.2.0 import.
delphij
2007-05-19
1
-1
/
+1
*
|
Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 was
delphij
2007-05-19
1
-1
/
+1
*
|
Account for the fact that contigmalloc(9) can return a NULL pointer.
marcel
2007-05-19
1
-3
/
+6
*
|
Switch the kernel's pmap domain from 15 to 0.
cognet
2007-05-19
2
-4
/
+4
*
|
New release notes:
brueffer
2007-05-19
1
-6
/
+22
*
|
Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix some
joel
2007-05-19
2
-2
/
+2
*
|
Fix detection of PC-9821 V166 internal sound card.
joel
2007-05-19
1
-1
/
+1
*
|
Minor update to version 3.70.03.007
scottl
2007-05-19
2
-2
/
+2
*
|
Compare the partner system priority when choosing the aggregator.
thompsa
2007-05-19
2
-1
/
+11
*
|
Work-around for upgrading from a pre-symbol-versioned world.
scottl
2007-05-19
1
-0
/
+1
*
|
Implement the Marker Protocol. A marker frame is placed on the interface queue
thompsa
2007-05-19
2
-32
/
+131
*
|
o Fix typo: firwalling -> firewalling.
maxim
2007-05-19
1
-1
/
+1
*
|
Cosmetics: remove extra space from GCC version string.
kan
2007-05-19
1
-1
/
+1
*
|
Do not compile hash_compat.c.
kan
2007-05-19
1
-1
/
+1
*
|
Check return value of m_pullup() in firewire_input().
rwatson
2007-05-19
1
-0
/
+2
*
|
Don't forget to free a string allocated by strdup where necessary.
cperciva
2007-05-19
1
-2
/
+9
*
|
Tweak inlining parameters a little. Add warning to tell us if function
kan
2007-05-19
2
-2
/
+4
*
|
Remove extern struct pcpu __pcpu[]; from the header file and
kan
2007-05-19
2
-2
/
+2
*
|
Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct
kan
2007-05-19
3
-0
/
+3
*
|
Remove local static redefinition of ucom_devclass.
kan
2007-05-19
1
-2
/
+0
*
|
Make sure libc is installed before all other shared libraries. Other
kan
2007-05-19
1
-3
/
+4
*
|
Add kern.arnd sysctl. SSP code uses it to initialize the stack guard
kan
2007-05-19
2
-1
/
+14
*
|
Disable -Werror for now.
kan
2007-05-19
2
-4
/
+4
*
|
Add -Wno-pointer-sign to CWARNFLAGS.
kan
2007-05-19
1
-2
/
+2
*
|
Introduce WITHOUT_SSP option that allows users to exclude LGPLed
kan
2007-05-19
2
-0
/
+3
*
|
Universally disable -Werror until src/ is in better shape for GCC 4.2.
kan
2007-05-19
1
-0
/
+4
*
|
Use built-in _end symbol insteadof 'end' for consistency with other
kan
2007-05-19
1
-2
/
+2
*
|
Do not declare float_detect_tininess as external if it will be re-delared
kan
2007-05-19
1
-0
/
+2
*
|
Make sure GCC will not try to link libc with itself.
kan
2007-05-19
1
-0
/
+5
*
|
Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensed
kan
2007-05-19
3
-1
/
+124
*
|
Update bmake glue to build GCC 4.2.
kan
2007-05-19
43
-1507
/
+4070
*
|
GCC will now properly link libc with all shared objects in order to record
kan
2007-05-19
1
-3
/
+26
*
|
Add templates for new GCC 4.2 C++ include files hierarchy.
kan
2007-05-19
1
-3
/
+57
*
|
Fix generator glue to only expose extern struct units %s_units[] is
kan
2007-05-19
1
-1
/
+6
*
|
Remove extern int verbose declaration. It is declared static in the
kan
2007-05-19
1
-1
/
+0
*
|
Fix static/extern mismatch by patching corresponding tdep files
kan
2007-05-19
2
-2
/
+11
*
|
Re-add local FreeBSD change: prefer /tmp to /var/tmp and /usr/tmp
kan
2007-05-19
1
-2
/
+2
*
|
Merge arm-freebsd.h.diff directly into the target file. Maintaining
kan
2007-05-19
1
-10
/
+64
[next]