Age | Commit message (Expand) | Author |
2011-06-02 | Document that the rounding mode is dynamic, on Alpha. | Martynas Venckus |
2011-06-02 | In the land of VMWare you can have the latest 64-bit AMD multicore CPU | Mark Kettenis |
2011-06-02 | Fix index for Mid() opcode | Jordan Hargrave |
2011-06-02 | No need to set error to 0, when it is still 0 from the start of the function. | Theo de Raadt |
2011-06-02 | The vndbufpl is no longer used. | Theo de Raadt |
2011-06-02 | Initialize the dv_xname at attach time, so that we don't have to do | Theo de Raadt |
2011-06-02 | In vndclear(), clear all the flag bits. Leaving around a VNF_WLABEL bit | Theo de Raadt |
2011-06-02 | Initialize the dv_unit, because disk_attach will want it later. Before | Theo de Raadt |
2011-06-02 | Do not bzero the softc when doing VNDIOCCLR, because that trashes the | Theo de Raadt |
2011-06-02 | If there are no descriptors to poll, just sleep until SIGALRM | Alexandre Ratchov |
2011-06-02 | close midi control ports and thru boxes only when there are no | Alexandre Ratchov |
2011-06-02 | MSI for wpi(4). | Michael Knudsen |
2011-06-02 | Enable MSI. | Mark Kettenis |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-06-02 | Move the code that disables MSI out of azalia_configure_pci(), such that we | Mark Kettenis |
2011-06-02 | Remove the blurb about `--disable-silent-rules' in the gnome MODULE | Antoine Jacoutot |
2011-06-02 | Fix CondRef definition to support optional target. Fixes docking on Dell E4310 | Jordan Hargrave |
2011-06-02 | Hack to ensure that the in-core labels contain the current bounds | Kenneth R Westerback |
2011-06-02 | don't exit from the main loop if there are pending time outs. | Alexandre Ratchov |
2011-06-02 | Attempt msi interrupt mapping, with fall back to old-style mapping. Works | Kenneth R Westerback |
2011-06-02 | We will ignore retval2; it is not an issue | Theo de Raadt |
2011-06-02 | Change ktr_retval to a register_t so that we can see the full 64-bits | Theo de Raadt |
2011-06-02 | device_ref() by hand, since this is a pseudo-device and was not attached | Theo de Raadt |
2011-06-02 | Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. | Stuart Henderson |
2011-06-02 | Small refactoring of atascsi and fix non-data ATA commands to not set | Matthew Dempsky |
2011-06-01 | Oops, I broke randomness. (Please upgrade, this is _bad_.) | Ariane van der Steldt |
2011-06-01 | fix wcscasecmp() parameters; <wchar.h> was correct | Christian Weisgerber |
2011-06-01 | Add device_ref/device_unref calls to prevent a possible use-after-free | Matthew Dempsky |
2011-06-01 | Make uk(4) look more like sd(4) and cd(4) by adding a uklookup() | Matthew Dempsky |
2011-06-01 | Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions | Todd C. Miller |
2011-06-01 | document xz support, explain why it's generally a bad idea | Marc Espie |
2011-06-01 | repaire pkg_info -P in the simplest possible way, pending revisit. | Marc Espie |
2011-06-01 | - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intended | Otto Moerbeek |
2011-06-01 | regenerate | Philip Guenthe |
2011-06-01 | Mark some system calls that don't require big lock with NOLOCK | Philip Guenthe |
2011-06-01 | sys_getpid() isn't really NOLOCK safe, as the compat bits inside it require | Philip Guenthe |
2011-06-01 | Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata. | Matthew Dempsky |
2011-06-01 | Add a few KASSERTs to config_attach() for sanity to make sure we don't | Matthew Dempsky |
2011-05-31 | Minor fixes by kristaps@, based on issues reported by jmc@. | Ingo Schwarze |
2011-05-31 | Test lint warnings about empty non-compound selection statements. | Martynas Venckus |
2011-05-31 | Lint didn't take into account padding of LDOUBLE, LDCOMPLEX, | Martynas Venckus |
2011-05-31 | Warn on empty non-compound selection statements, such as "if (foo);". | Martynas Venckus |
2011-05-31 | Make tt_domain = 3 (complex), not 1 (real) for the complex types | Martynas Venckus |
2011-05-31 | Call the single, not double-precision version of copysign for the | Martynas Venckus |
2011-05-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The | Martynas Venckus |
2011-05-31 | regen | Mark Kettenis |
2011-05-31 | There is a desktop version of the SR5690 northbridge after all and the there | Mark Kettenis |
2011-05-31 | The various cleanups of the last few years have fixed pnozz(4) acceleration | Miod Vallat |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-05-31 | fix typos in comment | Stuart Henderson |