Age | Commit message (Expand) | Author |
2010-05-09 | if the sample rate the hardware will use is different than the | Jacob Meuser |
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 |
2010-05-09 | Make single stepping a system call work. Instead of single stepping through | Mark Kettenis |
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 |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-05-09 | shuffle an extern around so gcc4 doesn't whinge about incomplete types | Jonathan Gray |
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade |
2010-05-09 | Document that el_init can return NULL on failure, PR 6374 from rueda at | Nicholas Marriott |
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 |
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 |
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis |
2010-05-09 | Modift -fstack-protector support such that it works with the support | Mark Kettenis |
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 |
2010-05-09 | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's | Mark Kettenis |
2010-05-09 | Reserve space for 6 extended word argument slots required by the ABI. | Mark Kettenis |
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 |
2010-05-08 | Defines for the Intel 8259 PIC and compatible designs, because hardwired | Miod Vallat |
2010-05-08 | A little bit of a hack. | Owain Ainsworth |
2010-05-08 | expand lvalue macro and remove an unnecessary and illegal cast in | Christian Weisgerber |
2010-05-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | Christian Weisgerber |
2010-05-08 | Fixes to build with gcc4, mostly function prototypes and missing | Nicholas Marriott |
2010-05-08 | Document Wpointer-sign is not enabled in gcc 4.2.1 on OpenBSD | Robert Nagy |
2010-05-08 | Disable -Wpointer-sign in -Wall | Robert Nagy |
2010-05-08 | Set the write combined bit on our newly created pages. | Owain Ainsworth |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-08 | add i386 to the atomicity via builtins list as well | Jonathan Gray |
2010-05-08 | Use "builtins" for atomicity on sparc64 as well. | Mark Kettenis |
2010-05-08 | Fix sign in dev_getpos(). Indeed, positive device playback latency | Alexandre Ratchov |
2010-05-08 | don't take into account recording latency in dev_getpos(), since | Alexandre Ratchov |
2010-05-08 | Upon changing the MAC address of an if_trunk interface, all ports are switched | Stefan Sperling |
2010-05-08 | Some fixes from upstream to make this compile with gcc4. | Mark Kettenis |
2010-05-08 | While handling SIOCSIFLLADDR, after adjusting the MAC of the interface, | Stefan Sperling |
2010-05-08 | During IPv6 source address selection, prefer RFC 4941 temporary addresses | Stefan Sperling |
2010-05-08 | Install libsupc++ header files as well. | Mark Kettenis |
2010-05-08 | sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61: | Ingo Schwarze |
2010-05-08 | merge bsd.lv rev 1.123: | Ingo Schwarze |
2010-05-08 | handle text lines beginning with \." as comments, like groff does, | Ingo Schwarze |
2010-05-08 | sync to bsd.lv rev 1.12: | Ingo Schwarze |
2010-05-07 | When failing to form an adjacency, log the interface name as well | Stuart Henderson |
2010-05-07 | Add the bits of code I wrote for the ports gcc that are necessary to handle | Mark Kettenis |