]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-05-21 cognetGCC doesn't segfault anymore while building world with...
2007-05-21 cognetFreeBSD expects VFP, so use that as the default FPU.
2007-05-21 rseThe standardized textual representation of UUIDs accord...
2007-05-21 delphijDon't remove boot_i386.8 on amd64.
2007-05-21 delphijReflect shared library bump after symbol versioning...
2007-05-21 marcelWhen speculation fails (as determined by the chk instru...
2007-05-21 cpercivaDon't test for NULL when it is both unnecessary (the...
2007-05-21 cpercivaRemove pointless code: Don't assign a value to a variab...
2007-05-21 wollmanMFV: tzdata2007f
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-21 wollmanLong-delayed import of timezone database from Arthur...
2007-05-21 deischenBump library versions in preparation for 7.0.
2007-05-21 simokawaMFp4: Simplify the bus probe routin using a kthread.
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-20 jeff - Move clock synchronization into a seperate clock...
2007-05-20 jeff - Move GDT/LDT locking into a seperate spinlock, remov...
2007-05-20 kientzleMention the formats supported by bsdtar; include an
2007-05-20 mjacobInitialize irql to something prior to calls that (might...
2007-05-20 mjacobInitializae lastaddr to 0 in bus_dmamap_load_uio so...
2007-05-20 mjacobMake gcc 4.2 happy by initiatlizing controller && chann...
2007-05-20 mjacobIncrease size of timer counter bitfield to accomodate...
2007-05-20 marius- Staticize cpu_ipi_send() and cpu_mp_unleash() as...
2007-05-20 marius- Also identify USIIIi+, USIV and USIV+ CPUs.
2007-05-20 mariusGiven that these sparc64 (as in sun4u) specific headers...
2007-05-20 mariusDelete the unused/not really used sparc64 (as in sun4u...
2007-05-20 mariusDelete a remnant of the old sparc64 nexus(4) which...
2007-05-20 mariusRemove superfluous inclusion of machine/ver.h.
2007-05-20 mariusMake previous revision compile.
2007-05-20 grogForced commit to note that last commit:
2007-05-20 grogUpdate /etc/protocols with IANA list updated 2007-02-12
2007-05-20 grogWhite space fixes only: replace spaces with tabs.
2007-05-20 grogBring the well known ports of /etc/services into sync...
2007-05-20 thompsa- packets on the input interface were counted twice
2007-05-19 flzAdd new x11-drivers category.
2007-05-19 flzAdd new x11-drivers category.
2007-05-19 jhbRename the macros for assertion flags passed to sx_asse...
2007-05-19 andreIn kern_sendfile() adjust byte accounting of the file...
2007-05-19 desRevision 1.576 removed too much. I didn't notice becau...
2007-05-19 jhbDocument sx_xholder().
2007-05-19 jhbExpose sx_xholder() as a public macro. It returns...
2007-05-19 bmahAdd a few sentences of caution for Microsoft Vista...
2007-05-19 jhbOops, didn't include SX_ADAPTIVESPIN in the list of...
2007-05-19 marcelFix GCC warning: va = va += PAGE_SIZE contains pointles...
2007-05-19 kanUse LDADD to add -lgcc to the end of linker command...
2007-05-19 jhbDocument SX_RECURSE flag.
2007-05-19 jhbAdd a new SX_RECURSE flag to make support for recursive...
2007-05-19 cognetUse __mcount() instead of _mcount() to reduce diffs...
2007-05-19 kanFix the fallout from over-zealous obsolete files remova...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 muxFix a typo that caused the #undef directive to not...
2007-05-19 cognetConstify to please gcc 4.2.
2007-05-19 cognetDo not try to inline pmap_kremove(), as it's exported.
2007-05-19 joelFix randomly broken playback with Fortemedia FM801...
2007-05-19 cognetDo not try to inline bus_dmamap_sync_buf(), gcc 4.2...
2007-05-19 marcelAdd a level of indirection to the kernel PTE table...
2007-05-19 delphijMention gcc 4.2.0 import.
2007-05-19 delphijBump __FreeBSDversion to 700042 to indicate that gcc...
2007-05-19 marcelAccount for the fact that contigmalloc(9) can return...
2007-05-19 cognetSwitch the kernel's pmap domain from 15 to 0.
2007-05-19 bruefferNew release notes:
2007-05-19 joelTurn off the AK452X De-emphasis filter for 44.1KHz...
2007-05-19 joelFix detection of PC-9821 V166 internal sound card.
2007-05-19 scottlMinor update to version 3.70.03.007
2007-05-19 thompsaCompare the partner system priority when choosing the...
2007-05-19 scottlWork-around for upgrading from a pre-symbol-versioned...
2007-05-19 thompsaImplement the Marker Protocol. A marker frame is placed...
2007-05-19 maximo Fix typo: firwalling -> firewalling.
2007-05-19 kanCosmetics: remove extra space from GCC version string.
2007-05-19 kanDo not compile hash_compat.c.
2007-05-19 rwatsonCheck return value of m_pullup() in firewire_input().
2007-05-19 cpercivaDon't forget to free a string allocated by strdup where...
2007-05-19 kanTweak inlining parameters a little. Add warning to...
2007-05-19 kanRemove extern struct pcpu __pcpu[]; from the header...
2007-05-19 kanInclude machine/pcb.hto turn extern struct pcb stoppcbs...
2007-05-19 kanRemove local static redefinition of ucom_devclass.
2007-05-19 kanMake sure libc is installed before all other shared...
2007-05-19 kanAdd kern.arnd sysctl. SSP code uses it to initialize...
2007-05-19 kanDisable -Werror for now.
2007-05-19 kanAdd -Wno-pointer-sign to CWARNFLAGS.
2007-05-19 kanIntroduce WITHOUT_SSP option that allows users to exclu...
2007-05-19 kanUniversally disable -Werror until src/ is in better...
2007-05-19 kanUse built-in _end symbol insteadof 'end' for consistenc...
2007-05-19 kanDo not declare float_detect_tininess as external if...
2007-05-19 kanMake sure GCC will not try to link libc with itself.
2007-05-19 kanFollow NetBSD, OpenBSD and DragonfyBSD project and...
2007-05-19 kanUpdate bmake glue to build GCC 4.2.
2007-05-19 kanGCC will now properly link libc with all shared objects...
2007-05-19 kanAdd templates for new GCC 4.2 C++ include files hierarchy.
2007-05-19 kanFix generator glue to only expose extern struct units...
2007-05-19 kanRemove extern int verbose declaration. It is declared...
2007-05-19 kanFix static/extern mismatch by patching corresponding...
2007-05-19 kanRe-add local FreeBSD change: prefer /tmp to /var/tmp...
2007-05-19 kanMerge arm-freebsd.h.diff directly into the target file...
2007-05-19 kanAdd FMT_FLAG_NULL_FORMAT_OK flag.
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanRemove files that are not part of GCC distribution...
2007-05-19 kanUpdate configuration files for GCC 4.2.
2007-05-19 kanMerge local FreeBSD changes for -mno-align-long-strings.
2007-05-19 kanMerge local FreeBSD changes.
2007-05-19 kanIn FreeBSD -O0 -O1 optimize alignment for time, not...
next