Age | Commit message (Expand) | Author |
2010-07-26 | sync | Theo de Raadt |
2010-07-26 | Make sure we stop DMA before suspend instead of doing it as the first thing | Mark Kettenis |
2010-07-26 | Some machines include VID devices for hardware that doesn't exist. Avoid | Mark Kettenis |
2010-07-26 | remove merge error which was commited | Theo de Raadt |
2010-07-26 | - replace SP with sp calls. this was defined within cvs.1, but unsupported | Jason McIntyre |
2010-07-26 | sync description of acpisony w/ man page; | Jason McIntyre |
2010-07-26 | last item of SEE ALSO should not have a comma; | Jason McIntyre |
2010-07-26 | Xr acpisony, and make the name better | Theo de Raadt |
2010-07-26 | fix the Cecil Beaton quote; from Rob Farmer, freebsd pr #148916 | Jason McIntyre |
2010-07-26 | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). | Paul Irofti |
2010-07-26 | even if you write signal handlers to not do anything stupid when you're | Marc Espie |
2010-07-26 | - use warnx instead of warn when skipping large lines, as errno is | Miod Vallat |
2010-07-26 | Fix a sigbus due to unaligned memory access, found when compacting on | Martin Hedenfal |
2010-07-26 | typo (canacar@) | Marc Espie |
2010-07-26 | Fix some spacing / comment. | Marcus Glocker |
2010-07-26 | Always force GNU inline semantics here as well. | Mark Kettenis |
2010-07-26 | Make one more Sonix chipset cam work with 640x480 by a) adding it to the | Marcus Glocker |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-25 | Add missing braces so a loop will function as intended. | Jonathan Gray |
2010-07-25 | basic regress tests (based on test-19.c) for _Bool and _Complex support | Philip Guenthe |
2010-07-25 | In pmsi_setintellimode(), make sure we send commands with | Miod Vallat |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-07-25 | ^U scrolls backwards, not forwards; from marrob at lavabit com | Jason McIntyre |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-25 | Missing SCSI_DATA_IN flag in dvd_read_copyright() caused | Kenneth R Westerback |
2010-07-25 | Restore previous behaviour of always bzero()'ing the buf passed to | Kenneth R Westerback |
2010-07-25 | When using GCC, we always want GNU inline semantics. Fixes issues with | Mark Kettenis |
2010-07-25 | sync | Marcus Glocker |
2010-07-25 | Add another uvideo(4) device which needs the | Marcus Glocker |
2010-07-25 | handle portslock. reminded by antoine@ | Marc Espie |
2010-07-25 | echo behaves differently in sh and csh, only handling C-style escapes | Philip Guenthe |
2010-07-25 | Let DVD's play again. Logic reversal prevented copyright reading. | Kenneth R Westerback |
2010-07-25 | oops | Marc Espie |
2010-07-24 | Add a newline to the input we feed to cpp to get rid of its 'no newline | Philip Guenthe |
2010-07-24 | missed a couple indents in previous | Jacob Meuser |
2010-07-24 | Mention that acpidock(4) sets up a sensor and that it can be used with | Michael Knudsen |
2010-07-24 | Teach lint about C99's _Bool and _Complex, plus some related gcc | Philip Guenthe |
2010-07-24 | Switch hppa64 to timecounters. | Mark Kettenis |
2010-07-24 | Restore a needed 'return' removed in the last commit, and stylistic | Matthew Dempsky |
2010-07-24 | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott |
2010-07-24 | Convert PCI addresses to proper 64-bit physical addresses. | Mark Kettenis |
2010-07-24 | kqueue(2) is currently broken when used with /dev/null and a few other | Nicholas Marriott |
2010-07-24 | Make pmap_extract() work for large pages. | Mark Kettenis |
2010-07-24 | Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against | Mark Kettenis |
2010-07-24 | sync | Theo de Raadt |
2010-07-24 | move to 4.8-beta | Theo de Raadt |
2010-07-24 | Fix PTE_PAGE(). | Mark Kettenis |
2010-07-24 | One the -> On the | Miod Vallat |
2010-07-24 | fix another race. vscsi_cmd checked if the adapter was running at | David Gwynne |
2010-07-24 | pass state to Makewhatis. With new hooks in there, that means display | Marc Espie |