summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-01Add device_ref/device_unref calls to prevent a possible use-after-freeMatthew Dempsky
2011-06-01Make uk(4) look more like sd(4) and cd(4) by adding a uklookup()Matthew Dempsky
2011-06-01Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitionsTodd C. Miller
2011-06-01document xz support, explain why it's generally a bad ideaMarc Espie
2011-06-01repaire 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 intendedOtto Moerbeek
2011-06-01regeneratePhilip Guenthe
2011-06-01Mark some system calls that don't require big lock with NOLOCKPhilip Guenthe
2011-06-01sys_getpid() isn't really NOLOCK safe, as the compat bits inside it requirePhilip Guenthe
2011-06-01Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.Matthew Dempsky
2011-06-01Add a few KASSERTs to config_attach() for sanity to make sure we don'tMatthew Dempsky
2011-05-31Minor fixes by kristaps@, based on issues reported by jmc@.Ingo Schwarze
2011-05-31Test lint warnings about empty non-compound selection statements.Martynas Venckus
2011-05-31Lint didn't take into account padding of LDOUBLE, LDCOMPLEX,Martynas Venckus
2011-05-31Warn on empty non-compound selection statements, such as "if (foo);".Martynas Venckus
2011-05-31Make tt_domain = 3 (complex), not 1 (real) for the complex typesMartynas Venckus
2011-05-31Call the single, not double-precision version of copysign for theMartynas Venckus
2011-05-31Make lint play nicer in pass 2 of libm on amd64 and i386. TheMartynas Venckus
2011-05-31regenMark Kettenis
2011-05-31There is a desktop version of the SR5690 northbridge after all and the thereMark Kettenis
2011-05-31The various cleanups of the last few years have fixed pnozz(4) accelerationMiod Vallat
2011-05-31Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd)Matthew Dempsky
2011-05-31fix typos in commentStuart Henderson
2011-05-31When running "make obj" before "make regress", the desired outputIngo Schwarze
2011-05-31work around startup and teardown races; caught by deraadtDarren Tucker
2011-05-31back out revs 1.6 and 1.5 since it's not reliableDarren Tucker
2011-05-31Family 14h also supports the km(4) temperature sensorTheo de Raadt
2011-05-30Force full resets always for now.Owain Ainsworth
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30For tiny x, tanh = x*(one+x). GCC (at -O2) optimized this intoMartynas Venckus
2011-05-30Enable MSI.Mark Kettenis
2011-05-30Add mmuagp. a driver for the agp chipsets on early amd64 machines.Owain Ainsworth
2011-05-30Document why everything in this signal handler is totally unsafe -- it isTheo de Raadt
2011-05-30Add RADEON_CS ioctl support for r600 and r700.Owain Ainsworth
2011-05-30for (some; stuff; here)Owain Ainsworth
2011-05-30s/hart/heart/ to make more sense (another dutchism).Owain Ainsworth
2011-05-30Update for libX11 1.4.3 and libXext 1.3.0.Matthieu Herrb
2011-05-30Enable MSI on inteldrm.Owain Ainsworth
2011-05-30Remove vndshutdown. It is unused.Owain Ainsworth
2011-05-30Fix a typo, spotted by Michal Mazurek..Nicholas Marriott
2011-05-30Add cephes, and lgamma.Martynas Venckus
2011-05-30Import regression test vectors from the Cephes math library. ThisMartynas Venckus
2011-05-30Remove unused ACB_ALLOC define.Miod Vallat
2011-05-30Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIAMark Kettenis
2011-05-30Enable MSI on selected hardware. For now this means:Mark Kettenis
2011-05-30Enable MSI for HyperTransport devices that have MSI remapping enabled.Mark Kettenis
2011-05-30Kthread_create is a kernel function so use kprintf format attribute instead.Martynas Venckus
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus