Age | Commit message (Expand) | Author |
2010-05-04 | We don't include gettext, dgettext or dcgettext as gcc's builtins, so don't | Federico G. Schwindt |
2010-05-04 | end-of-sentence markers at the end of .Fn argument lists | Ingo Schwarze |
2010-05-04 | make the mixer process data as soon as it's pushed by one of its | Alexandre Ratchov |
2010-05-04 | if the ``device'' is in loopback mode (ie no audio device), then | Alexandre Ratchov |
2010-05-04 | fix .asm handling on powerpc and unify with alpha; ok drahn@ | Christian Weisgerber |
2010-05-04 | add infrastructure to build GCC 4.2.1 for OpenBSD/alpha; ok kettenis@ | Christian Weisgerber |
2010-05-04 | Merge from gcc3 our configuration for alpha, including these local | Christian Weisgerber |
2010-05-04 | Put this back in with the initialisation in the right order. | Nicholas Marriott |
2010-05-04 | Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes | Claudio Jeker |
2010-05-04 | Revert last change, it appears to be broken somehow. | Nicholas Marriott |
2010-05-04 | Add some documentation about the last change (nexthop verification and | Claudio Jeker |
2010-05-03 | document when the _timed{rd,wr}lock functions first appeared; from brad | Jason McIntyre |
2010-05-03 | install cpp at /usr/libexec/ as with gcc2/3 | Dale Rahn |
2010-05-03 | Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp). | Dale Rahn |
2010-05-03 | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott |
2010-05-03 | Provide a disk_map() function which attempts to map a disklabel UID to the | Joel Sing |
2010-05-03 | Switch newfs to opendev(3) - this simplies the code and will allow it to | Joel Sing |
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-05-03 | Make C-] and other punctuation-based control key combinations work again. | Ryan Thomas McBride |
2010-05-03 | When running in pic mode we don't have enough general registers for all | Jonathan Gray |
2010-05-03 | Fix breakage from last commit. Bad guenther@, no cookie! | Miod Vallat |
2010-05-03 | Make powerpc consistent with the other platforms: SYM_SEARCH_OBJ | Philip Guenthe |
2010-05-02 | Use the newly built compiler for bootstrap purposes, more is needed for | Dale Rahn |
2010-05-02 | Properly initialize the members of `struct mdproc' that deal with | Mark Kettenis |
2010-05-02 | Initialise the port in nslookup.c correctly. It was initialised | Stefan Sperling |
2010-05-02 | Disable MASK_HARD_QUAD like we did for gcc3. | Mark Kettenis |
2010-05-02 | The line-discipline-specific ioctls return -1 to indicate that | Stefan Sperling |
2010-05-02 | The Cyrix "coma bug" workaround code has a really convoluted way to write 0 | Mark Kettenis |
2010-05-02 | Remove unused softc member. | Miod Vallat |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-05-02 | Add support for floating-point registers on OpenBSD/hppa. | Mark Kettenis |
2010-05-02 | simple modern trick (boot from usb). | Marc Espie |
2010-05-02 | sort options. | Igor Sobrado |
2010-05-02 | Fix breakage from last commit. Bad guenther@, no cookie! | Mark Kettenis |
2010-05-02 | Clean up device handling code to clarify different initialization phases | Alexandre Ratchov |
2010-05-02 | Use intermediate vaddr_t cast when casting a pointer to off_t. Prevents | Mark Kettenis |
2010-05-02 | Don't systematically fill with silence the mixer output. This | Alexandre Ratchov |
2010-05-02 | use clock_gettime() and interval timers instead of gettimeofday() | Alexandre Ratchov |
2010-05-02 | in the resampling code, handle the case ``diff == 0'', to avoid producing | Alexandre Ratchov |
2010-05-02 | Add missing -fPIC or hppa. | Mark Kettenis |
2010-05-02 | fix -width; | Jason McIntyre |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-05-02 | Document defines and names for thread-local-storage sections, | Philip Guenthe |
2010-05-02 | repeated text in a comment, spotted by adam dutko | Ted Unangst |
2010-05-02 | Add defines for thread-local-storage sections/symbols/segments and for | Philip Guenthe |
2010-05-01 | Correct a comment; from dawedawe (at) gmx.de | Philip Guenthe |
2010-05-01 | remove an uneeded extern which upsets gcc4, matches changes made | Jonathan Gray |
2010-05-01 | As suggested by miod, rename dynroot_enable so we don't conflict with | Jonathan Gray |
2010-05-01 | put the read macros into functions so gcc4 doesn't whinge. | Jonathan Gray |