summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-30Don't prune page cache directly when adding to it. Fixes a crash with aMartin Hedenfal
zero cache-size. found by william@
2010-06-30Don't compact and reindex referral namespaces.Martin Hedenfal
2010-06-30Add a test for route labels, re PR6416. ok phessler@Stuart Henderson
2010-06-30make the disklabel editor not crash when pressing ^D in the uid promptAlexander Hall
ok krw@
2010-06-30style nitThordur I. Bjornsson
2010-06-30remove a compat_osf1 fileTed Unangst
2010-06-30delete compat_osf1Ted Unangst
2010-06-30remove compat_osf1. ok deraadt miodTed Unangst
2010-06-30delete osf1 compat filesTed Unangst
2010-06-30timeout_add -> timeout_add_msecBret Lambert
ok jakemsr@, who promises to deal with any fallout, because he's a stand-up guy
2010-06-30remove compat_osf1 support from the kernelTed Unangst
ok deraadt miod
2010-06-30This needs sys/sysctl.h to compile.Claudio Jeker
2010-06-30Change the example for the 'include' keyword as schema files are no longerMartin Hedenfal
included that way. pointed out by william@
2010-06-30Remove the ``never cache virtual addresses in the DVMA range'' inMiod Vallat
pv_changepte4m() since DVMA addresses are never loaded in the SRMMU; this chunk was forgotten in the previous `don't steal DVMA out of kernel_map on 4m' commit.
2010-06-30improve error reporting:Ingo Schwarze
* avoid error exit code after mere warnings * add ERROR: and FATAL: to messages when appropriate * sort the code in mmsg() to make it easier on the eye * make the mandocerrs[] list easier to maintain * update a few comments in mandoc.h ok kristaps@
2010-06-30revert last ^D behaviour changeAlexander Hall
requested and well explained by krw@
2010-06-30knf function decleration nit.Thordur I. Bjornsson
2010-06-30Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toTheo de Raadt
getpeereid(2), but also supplies the remote pid. This is supplied in a 'struct sockpeercred' (unlike Linux -- they showed how little they know about real unix by calling theirs 'struct ucred'). ok guenther ajacoutot
2010-06-30timeout_add -> timeout_add_msecBret Lambert
"I agree that hz / 10 is 1/10 of a second, which is 100 milliseconds" krw@
2010-06-30remove trailing spacesMartin Hedenfal
2010-06-30Validate that an entry can't belong to an abstract object class directly,Martin Hedenfal
unless it also belongs to a subclassed object class (structural or auxiliary).
2010-06-30make the installer quit when ^D is pressed at any promptAlexander Hall
ok deraadt@
2010-06-30Add a global root user that is allowed to read/write entries in all localMartin Hedenfal
namespaces. Useful for dump/restore of all namespaces.
2010-06-30for scsibus, silence the activate function when unknown events are given.Theo de Raadt
they are supposed to do, or be silent. ok mlarkin
2010-06-30amd64_pa_used is weird.Owain Ainsworth
We check a bunch of things, where most archs are a lot more simple. Also, we get problems sometimes: My x201 can't map the framebuffer BAR from the aperture with the chunk that checks the bios sections, meaning the bios is claiming something about it. Kettenis@ and I are pretty sure that the rest of the checks are more than sufficient, so just nuke that one. for the record, in the same situation i386 just checks again VGA_START, BIOS_END and physmem. ok kettenis@
2010-06-30Cleaned up aml name parser, delete unused codeJordan Hargrave
ok marco
2010-06-30you keep saying LIST_END. I do not think it means what you think itOwain Ainsworth
means. If we hit an OOM condition, mg started to try and dump the older undo buffer entries in order to be able to continue. OTOH, it was grabbing this entry with LIST_END, which like all *_END() list macros evaluates to NULL. Do what we actually want and switch that list to a TAILQ and use TAILQ_LAST to grab the last entry. Wrote this a loooooong time ago after a mail from Matthew Dempsky on bugs@. ok kjell@, beck@ also looked at this months ago and thought it was alright.
2010-06-30Use SLIST for the ccb free list.Michael Knudsen
ok krw, discontent grunts from marco.
2010-06-30Use a SLIST for the ccb free list.Michael Knudsen
ok krw
2010-06-30Flush cache before suspend.Mark Kettenis
ok krw@, marco@
2010-06-30Use SLIST instead of TAILQ for the ccb free list.Michael Knudsen
ok krw
2010-06-30Use __attribute__ ((aligned (16)), to make sure the FPU state is alignedMark Kettenis
on a 128-bit boundary like we do on amd64. The padding within the struct made sure the state was properly aligned *within* the struct, but since the alignment restriction on the struct itself was only 64-bit, the required alignment was not guaranteed. We just got lucky. ok oga@, guenther@
2010-06-30Print MPLS label as decimal and not hex. All other places we print MPLSClaudio Jeker
labels we use decimal. OK jsg@ deraadt@
2010-06-30fix route label awesomeness, issue also known as PR6416Henning Brauer
broken by ryan in australia problem found & nagging by sthen jsg found the fix but failed to apply the cluestick correctly ;) test & ok sthen
2010-06-30Make this compile after TTYHOG definition change (but the logic should be fixedMiod Vallat
to not depend on it).
2010-06-30Bring cd(4) into line with sd(4) and st(4) by implementing CDF_DYINGKenneth R Westerback
to better handle detaching. ok deraadt@
2010-06-30Don't send statistics for referral namespaces. This unbreaks ldapctl stats.Martin Hedenfal
Avoid null pointer dereference when reopening a namespace.
2010-06-30Remove #ifdef CRYPTO. config will do this for us.Thordur I. Bjornsson
2010-06-30get rid of a few c++ comments and a few spacing nitsThordur I. Bjornsson
2010-06-30remove two useless defines.Thordur I. Bjornsson
fixup arguments to the fpu_kernel_enter/exit. from mike
2010-06-30regenYojiro Uo
2010-06-30add MOSCHIP MCS7715Yojiro Uo
2010-06-30change a pair of timeout_add calls to timeout_add_{,m}secBret Lambert
ok dlg@
2010-06-30use newer codeMarc Espie
2010-06-30handle GrabPlist as wellMarc Espie
2010-06-30modernize pkg_merge, avoid warning for link sizes.Marc Espie
2010-06-30* use audio(9)'s DMA trigger methods instead of the init/startJacob Meuser
methods. the AD1848 DMA engine runs continuously and doesn't need to be started/stopped or otherwise manipulated for each block. makes the driver a bit more efficient. * allow "Mode 2" capable chips such as the CS4231 to work in "Mode 1" when there is only one DMA channel, instead of forcing it into "Mode 2", which expects two DMA channels. allows recording to work for "Mode 2" capable devices when there is only one DMA channel. * service both playback and recording interrupts in full-duplex mode, instead of only playback interrupts. allows "Mode 2" capable chips to work in full-duplex mode. * fix checks for sample rate/format recalibration completion. gets rid of busy loops that briefly "hang" the kernel when the device is opened and/or reconfigured.
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
create verbose_system up in state, because it makes sense without verbose.
2010-06-30whitespace cleanupMarc Espie
2010-06-30extra parameter to UpdateSet: use the factory to create extra object.Marc Espie
don't create updatesets directly, go through AddDelete::State. Get all Locator/Repo access through state.