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