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