summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-28let vic attach to the virtual pcnet hardware in vmware.David Gwynne
2007-10-28UltraSPARC CPUs don't have a floating-point queue, so cpu_reset_fpustate() isMark Kettenis
2007-10-28Match on compatible: 'pcf8584', such that we attach on the V210 again.Mark Kettenis
2007-10-28get rid of btoc/ctob in favor of atop/ptoaMartin Reindl
2007-10-28When handling a userland data fault occuring in kernel mode, take the kernelMiod Vallat
2007-10-28Disable interrupts around changing curproc and curpcb so these always match.Miod Vallat
2007-10-27Replace the replay protection counter with a cookie.Marco Pfatschbacher
2007-10-27Make sure the compat errno mapping arrays go up to ELAST, and correctlyMiod Vallat
2007-10-27Grab kernel lock before calling interrupt handlers.Mark Kettenis
2007-10-27Grab kernel lock for EXC_DSI.Mark Kettenis
2007-10-27get rid of btoc/ctob in favor of atop/ptoaMartin Reindl
2007-10-27Deal with usb string printing changes.Jonathan Gray
2007-10-27Use the same assembly constraints for all inline assembler xmem constructs.Miod Vallat
2007-10-27In __cpu_simple_lock() and __cpu_simple_lock_try(), use a local u_int insteadMiod Vallat
2007-10-27No need for an explicit pipeline synchronization in invalidate_pte(), theMiod Vallat
2007-10-27Be more strict when disassembling {f,}{st,x}cr and [bt]cnd instructions,Miod Vallat
2007-10-27Since ipis are not synchronous, make sure that ci_fpproc is not NULL beforeMiod Vallat
2007-10-27Repair FLT_ROUNDS operation. ok kettenis@Miod Vallat
2007-10-27Don't do unecessary work in cpu_switchto().Mark Kettenis
2007-10-27Rework option storing so the code is readable, and eliminate oddKenneth R Westerback
2007-10-27From master repo: Remove lineid() prototype.Anders Magnusson
2007-10-27Sync with master repo: At least compiles now.Anders Magnusson
2007-10-27Sync vith master repo: Remove lineid(), #ifdef for mirbsd wchar_t.Anders Magnusson
2007-10-27From master repo: Allow for less than 4 register classes.Anders Magnusson
2007-10-27Pull up changes from master repo:Anders Magnusson
2007-10-27work around a chip bug on the ati ixp600 ahci controller. diff mostly fromDavid Gwynne
2007-10-27fix: when a block is captured audio_rint() is called, we mustAlexandre Ratchov
2007-10-27fix indentationMarc Espie
2007-10-27new sentence, new line;Jason McIntyre
2007-10-27Briefly mention the types of memory we currently decode.Jonathan Gray
2007-10-27Mention "spdmem* at mem?" for macppc.Jonathan Gray
2007-10-27the arc fimware can be configured with a password that is used toDavid Gwynne
2007-10-26add missing dependencyMarc Espie
2007-10-26Fix alignment issues on sparc64. Fixes pr 5608.Moritz Jodeit
2007-10-26Phillips -> Philips in commentsMartin Reindl
2007-10-26patch to improve vmstat(8) output:Igor Sobrado
2007-10-26remove "echo -E" crap that I added in last commit and use printf(1) forDamien Miller
2007-10-26Add emulated mono support.Deanna Phillips
2007-10-25Make sure to use unique target names so that make -j does not break;Miod Vallat
2007-10-25Fix probability rules w/ numbers (e.g probability 0.4).Marco Pfatschbacher
2007-10-25Don't forget the channel number; makes sure we don't always read channel 0Mark Kettenis
2007-10-25Remove some coded that has been #ifdef'ed out for quite a while now.Mark Kettenis
2007-10-25allocate 1 byte extra in getprop(), for the NUL that some callers likeTheo de Raadt
2007-10-25sc->sc_pr.usedlow must be multiple of the block size, fixAlexandre Ratchov
2007-10-25return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4)Alexandre Ratchov
2007-10-25fix dependency. ok millert@, \_o< miod@Marc Espie
2007-10-25Cleanup pctr code: sort options, remove nasty return.Mike Belopuhov
2007-10-25Be sure to enable interrupts on return from ddb if they were enabled beforeMiod Vallat
2007-10-25segement -> segment; from Denis DoroshenkoJason McIntyre
2007-10-25Update to sudo 1.6.9p7Todd C. Miller