Age | Commit message (Expand) | Author |
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 |
2011-05-31 | When running "make obj" before "make regress", the desired output | Ingo Schwarze |
2011-05-31 | work around startup and teardown races; caught by deraadt | Darren Tucker |
2011-05-31 | back out revs 1.6 and 1.5 since it's not reliable | Darren Tucker |
2011-05-31 | Family 14h also supports the km(4) temperature sensor | Theo de Raadt |
2011-05-30 | Force full resets always for now. | Owain Ainsworth |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | For tiny x, tanh = x*(one+x). GCC (at -O2) optimized this into | Martynas Venckus |
2011-05-30 | Enable MSI. | Mark Kettenis |
2011-05-30 | Add mmuagp. a driver for the agp chipsets on early amd64 machines. | Owain Ainsworth |
2011-05-30 | Document why everything in this signal handler is totally unsafe -- it is | Theo de Raadt |
2011-05-30 | Add RADEON_CS ioctl support for r600 and r700. | Owain Ainsworth |
2011-05-30 | for (some; stuff; here) | Owain Ainsworth |
2011-05-30 | s/hart/heart/ to make more sense (another dutchism). | Owain Ainsworth |
2011-05-30 | Update for libX11 1.4.3 and libXext 1.3.0. | Matthieu Herrb |
2011-05-30 | Enable MSI on inteldrm. | Owain Ainsworth |
2011-05-30 | Remove vndshutdown. It is unused. | Owain Ainsworth |
2011-05-30 | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott |
2011-05-30 | Add cephes, and lgamma. | Martynas Venckus |
2011-05-30 | Import regression test vectors from the Cephes math library. This | Martynas Venckus |
2011-05-30 | Remove unused ACB_ALLOC define. | Miod Vallat |
2011-05-30 | Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIA | Mark Kettenis |
2011-05-30 | Enable MSI on selected hardware. For now this means: | Mark Kettenis |
2011-05-30 | Enable MSI for HyperTransport devices that have MSI remapping enabled. | Mark Kettenis |
2011-05-30 | Kthread_create is a kernel function so use kprintf format attribute instead. | Martynas Venckus |
2011-05-30 | Make printf-like and scanf-like functions marked as such in llib-lc.ln | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lm.ln | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |