summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSkan2007-05-191-1/+2
* Document SX_RECURSE flag.jhb2007-05-191-0/+3
* Add a new SX_RECURSE flag to make support for recursive exclusive locksjhb2007-05-192-2/+9
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.cognet2007-05-193-5/+5
* Fix the fallout from over-zealous obsolete files removal. Use correctkan2007-05-191-1/+1
* This commit was generated by cvs2svn to compensate for changes in r169765,mux2007-05-191-1/+1
|\
| * Fix a typo that caused the #undef directive to not actually undefinemux2007-05-191-1/+1
* | Constify to please gcc 4.2.cognet2007-05-191-1/+1
* | Do not try to inline pmap_kremove(), as it's exported.cognet2007-05-191-1/+1
* | Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* | Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do socognet2007-05-191-2/+2
* | Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-193-45/+77
* | Mention gcc 4.2.0 import.delphij2007-05-191-1/+1
* | Bump __FreeBSDversion to 700042 to indicate that gcc 4.2 wasdelphij2007-05-191-1/+1
* | Account for the fact that contigmalloc(9) can return a NULL pointer.marcel2007-05-191-3/+6
* | Switch the kernel's pmap domain from 15 to 0.cognet2007-05-192-4/+4
* | New release notes:brueffer2007-05-191-6/+22
* | Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
* | Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* | Minor update to version 3.70.03.007scottl2007-05-192-2/+2
* | Compare the partner system priority when choosing the aggregator.thompsa2007-05-192-1/+11
* | Work-around for upgrading from a pre-symbol-versioned world.scottl2007-05-191-0/+1
* | Implement the Marker Protocol. A marker frame is placed on the interface queuethompsa2007-05-192-32/+131
* | o Fix typo: firwalling -> firewalling.maxim2007-05-191-1/+1
* | Cosmetics: remove extra space from GCC version string.kan2007-05-191-1/+1
* | Do not compile hash_compat.c.kan2007-05-191-1/+1
* | Check return value of m_pullup() in firewire_input().rwatson2007-05-191-0/+2
* | Don't forget to free a string allocated by strdup where necessary.cperciva2007-05-191-2/+9
* | Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-192-2/+4
* | Remove extern struct pcpu __pcpu[]; from the header file andkan2007-05-192-2/+2
* | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-193-0/+3
* | Remove local static redefinition of ucom_devclass.kan2007-05-191-2/+0
* | Make sure libc is installed before all other shared libraries. Otherkan2007-05-191-3/+4
* | Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-192-1/+14
* | Disable -Werror for now.kan2007-05-192-4/+4
* | Add -Wno-pointer-sign to CWARNFLAGS.kan2007-05-191-2/+2
* | Introduce WITHOUT_SSP option that allows users to exclude LGPLedkan2007-05-192-0/+3
* | Universally disable -Werror until src/ is in better shape for GCC 4.2.kan2007-05-191-0/+4
* | Use built-in _end symbol insteadof 'end' for consistency with otherkan2007-05-191-2/+2
* | Do not declare float_detect_tininess as external if it will be re-delaredkan2007-05-191-0/+2
* | Make sure GCC will not try to link libc with itself.kan2007-05-191-0/+5
* | Follow NetBSD, OpenBSD and DragonfyBSD project and add BSD-licensedkan2007-05-193-1/+124
* | Update bmake glue to build GCC 4.2.kan2007-05-1943-1507/+4070
* | GCC will now properly link libc with all shared objects in order to recordkan2007-05-191-3/+26
* | Add templates for new GCC 4.2 C++ include files hierarchy.kan2007-05-191-3/+57
* | Fix generator glue to only expose extern struct units %s_units[] iskan2007-05-191-1/+6
* | Remove extern int verbose declaration. It is declared static in thekan2007-05-191-1/+0
* | Fix static/extern mismatch by patching corresponding tdep fileskan2007-05-192-2/+11
* | Re-add local FreeBSD change: prefer /tmp to /var/tmp and /usr/tmpkan2007-05-191-2/+2
* | Merge arm-freebsd.h.diff directly into the target file. Maintainingkan2007-05-191-10/+64
OpenPOWER on IntegriCloud