Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-10 | zap trailing whitespace; | Jason McIntyre | |
2010-05-10 | reflect reality, those types must match libc. | Marc Espie | |
and then, we can have a default facet when locales are not defined. (this lets std::istringstream work again) | |||
2010-05-10 | whitespace fixes | Marc Espie | |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie | |
2010-05-10 | typo | Marc Espie | |
2010-05-10 | Rename use of some builtins that makes gcc4 warn. | Nicholas Marriott | |
ok millert | |||
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback | |
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@ and tech@ postings, many by Brad Tilley. | |||
2010-05-09 | back out 1.143, it causes data corruption on the mpis in sun v20z boxes, | David Gwynne | |
but i suspect it is common to all SPI mpi parts. problem found and problem diff verified by landry. ok krw@ landry@ jasper@ | |||
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis | |
code is derived and makes gcc4 happy by avoiding a conflict with the builtin for the standard C99 round(3). ok miod@ | |||
2010-05-09 | Fix comments as well. | Mark Kettenis | |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis | |
code is derived and makes gcc4 happy by avoiding a conflict with the builtin for the standard C99 round(3). ok miod@ | |||
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis | |
it static here. Makes gcc4 happier. | |||
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott | |
ok jsg | |||
2010-05-09 | Attach pineview graphics in inteldrm. | Owain Ainsworth | |
Tested by Jan Stary; thanks! | |||
2010-05-09 | Support Pineview IGD in intagp. | Owain Ainsworth | |
Tested by Jan Stary, thanks! | |||
2010-05-09 | Set TARGET_CPU_DEFAULT to MASK_PA_11 on hppa to match what we had for gcc3. | Mark Kettenis | |
2010-05-09 | another Os out of order; | Jason McIntyre | |
2010-05-09 | Origin 3000 here too | Miod Vallat | |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat | |
a (missing) second serial port to ioc(4), read spdmem(4) records from the right index, and query the Ethernet address from the I-Brick eeprom instead of the C-Brick eeprom. Tested by Sebastian Reitenbach, thanks! | |||
2010-05-09 | Program a larger PCI retry hold interval if there is a Lucent USB controller | Miod Vallat | |
on the bus, to workaround timeout problems, according to IRIX knowledge which made its way to Linux. | |||
2010-05-09 | if the sample rate the hardware will use is different than the | Jacob Meuser | |
requested sample rate, scale the block/buffer sizes so the block/ buffer sizes the hardware will use are the same amount of *time* as the requested block/buffer sizes. ok ratchov@ | |||
2010-05-09 | -Wstack-larger-than-N for hppa/hppa64. | Mark Kettenis | |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis | |
bit before we enter a signal handler. "if you say so" miod@, "seems to make sense" jsing@ | |||
2010-05-09 | Make single stepping a system call work. Instead of single stepping through | Mark Kettenis | |
the syscall gateway page, which doesn't work since that page is shared between processes, this makes us step over that bit by setting a breakpoint on the instruction where the system call returns. ok miod@, jsing@ | |||
2010-05-09 | - audio/rio500 has been removed from ports, so refer to audio/rioutil instead | Jasper Lievisse Adriaanse | |
2010-05-09 | Mark _MCOUNT_DECL as __used to prevent gcc4 from optimizing it away when it | Mark Kettenis | |
is only referenced from inline asm. ok jsg@ | |||
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2010-05-09 | shuffle an extern around so gcc4 doesn't whinge about incomplete types | Jonathan Gray | |
as suggested by miod. ok miod@ | |||
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade | |
pointer deref if we actually went through this code path (reload, does not work yet so it is disabled) | |||
2010-05-09 | Document that el_init can return NULL on failure, PR 6374 from rueda at | Nicholas Marriott | |
devio.us. ok jmc | |||
2010-05-09 | tweak previous; | Jason McIntyre | |
2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. | Mark Kettenis | |
2010-05-09 | Makefile for libobjc for gcc4 | Robert Nagy | |
2010-05-09 | -Wstack-larger-than-N for sparc/sparc64. | Mark Kettenis | |
2010-05-09 | Accept and ignore -Wbounded, fully implementing this is in the works | Jonathan Gray | |
but this makes things less painful for people for the time being. ok kettenis@ robert@ | |||
2010-05-09 | This file won't be needed, espie pointed out how stupid I was. | Robert Nagy | |
2010-05-09 | define COMPILER_VERSION to be used later. | Marc Espie | |
Based on dale's idea. (please install this file now, so you won't get errors when we commit the rest). | |||
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis | |
the weird "pass by reference" that causes problems with gcc4. ok nicm@, tom@ | |||
2010-05-09 | Modift -fstack-protector support such that it works with the support | Mark Kettenis | |
functions in our libc and continues to provide the function name to __stack_smash_handler(). ok miod@ | |||
2010-05-09 | fix obvious typo, unbreak build on i386 | Marc Espie | |
2010-05-09 | use _dl_memset() instead of bzero() here. Unbreaks sparc build. | Matthieu Herrb | |
ok kettenis@ | |||
2010-05-09 | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's | Mark Kettenis | |
builtin atomic operations. ok robert@ | |||
2010-05-09 | Reserve space for 6 extended word argument slots required by the ABI. | Mark Kettenis | |
Apparently gcc4 uses them in cases where gcc3 didn't. Fixes segmentation faults with gcc4 because the space for the slots was colliding with the space for dl_data that we allocated on the stack. ok miod@ | |||
2010-05-08 | disk_busy()/disk_unbusy() dance; from NetBSD. | Miod Vallat | |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat | |
with a VIA 686 southbridge. Features: - 686 setup code (no thanks to PMON for not initializing the beast). - work in progress ISA interrupt handling code. - support for vga(4) compatible devices as console, in PC-compatible text mode. - move legacy (ISA) support code out of bonito(4) to make things clearer. - support more than 256MB on 2E-based systems. Tested on a generic 2E-based evaluation board by someone who wishes to remain anonymous; you know who you are, thank you very much for testing. | |||
2010-05-08 | Defines for the Intel 8259 PIC and compatible designs, because hardwired | Miod Vallat | |
numbers are a PITA in the long run; from NetBSD. | |||
2010-05-08 | A little bit of a hack. | Owain Ainsworth | |
If userland asks to allocate an object large enough that two that size could not fit around the pinned objects, disallow it with EFBIG. This prevents mmap of large objects that big and copying between them putting the machine into infinite thrashing. with a patch to the ddx (on my git branch) that allocates a non-accelerated pixmap when it gets that return code, matthieu@s test huge image works happily when before it DOSed the kernel. The correct fix would be to fall back to mmaping the backing pages for objects that big (radeondrm will need such ability anyway). This however is a lot more complicated and I am still working out how to do it correctly hence this commit for now. | |||
2010-05-08 | expand lvalue macro and remove an unnecessary and illegal cast in | Christian Weisgerber | |
the process; ok kettenis@ miod@ | |||
2010-05-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | Christian Weisgerber | |
* fix CFLAGS syntax for make depend ok blambert@ | |||
2010-05-08 | Fixes to build with gcc4, mostly function prototypes and missing | Nicholas Marriott | |
headers. ok robert kettenis jsg |