summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
completes the changes from Oct 22.
2009-12-28oops, comment vmt out, it isnt good enough yet.David Gwynne
2009-12-28update to tzdata2009u from elsie.nci.nih.govTodd C. Miller
2009-12-28kill old dependency adjusterMarc Espie
2009-12-28use new forward dep adjust.Marc Espie
2009-12-28new method for adjusting forward dependencies, much simpler.Marc Espie
2009-12-28erase Requiring entirely while deleting, to avoid further issues.Marc Espie
if size_only, don't even pretend to delete the list (ways faster, no checksum checks)
2009-12-28make objects chainable.Marc Espie
Provide a new "erase" method that removes everything
2009-12-28an actual difference between -r and -u. If we replace, don't look as hardMarc Espie
for conflict matching.
2009-12-28prepare to handle forward dependencies in a simpler wayMarc Espie
2009-12-28We do not need to store a copy of the HP-UX exec structure in the pcb sinceMiod Vallat
we don't put HP-UX bits in the coredumps and hpux_dumpu() has bitten the dust twelve years ago. Notice by guenther@
2009-12-28add -F carp as an extra debugging device: ^T handler will show a stackMarc Espie
backtrace
2009-12-28move forward dependency checking to very late, so we can reuse the result.Marc Espie
uncache conflict checking, since it might need to be redone now...
2009-12-28whitespaceDavid Gwynne
2009-12-28tweak vmt to work on amd64 as well as i386. like i386, it is stillDavid Gwynne
commented out in GENERIC. it needs more love. diff by david cranshaw a long time ago. sorry it has taken so long for me to look at it.
2009-12-28move code around a bit, more functions. Especially do the exec checkMarc Espie
ways later, when we're certain we're not going to change the set any longer, so we don't need to go back.
2009-12-28nitsMarc Espie
2009-12-28Fix compile error caused from previous commitTakuya ASADA
2009-12-28MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock.Takuya ASADA
ok miod@
2009-12-28correct id for 2nd type of stts424e02; from cnstTheo de Raadt
2009-12-28Sanity check flags in fork1(), banning some combos we don't supportPhilip Guenthe
and catching FORK_THREAD when RTHREADS wasn't compiled in. Simplify sys_rfork() based on that. Flesh out the Linux clone support with more flags, but stricter checks for missing support or bad combos. Still not enough for NPTL to work, mind you. ok kettenis@
2009-12-28Add MCP73_AHCI_5 to list of devices started in that special NVidiaKenneth R Westerback
way. Fixes ahci on my Acer Aspire AX1800-E9102. Clue from jsg@, ok deraadt@.
2009-12-27tweak forward dep "almost ready" code and activate loop checker.Marc Espie
2009-12-27check for loops and merge sets, in case we end up with real funky depends.Marc Espie
also, reset package->{before} before solving depends, since we may solve them several times.
2009-12-27solver is no longer needed at that point, so kill it. this shaves a bit ofMarc Espie
memory.
2009-12-27mention huawei E161/E180.Jonathan Gray
2009-12-27Huawei 180E, from and tested by Bruce O'Neel.Jonathan Gray
2009-12-27regenJonathan Gray
2009-12-27Huawei E180, from Bruce O'Neel.Jonathan Gray
2009-12-27Don't allocate resources on the Intel Hub-to-PCI bridges. Doing so breaksMark Kettenis
some machines (in particular the IBM eServer x206). And since the bridge is subtractively decoding the PCI address space anyway, we shouldn't need to allocate any resources. Make sure we treat the mobile version of the bridge the same as the non-mobile version.
2009-12-27- obvious typo in comment, from holger mikolonJasper Lievisse Adriaanse
2009-12-27Create an empty etcsum file so that cksum can run without error (asAntoine Jacoutot
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@
2009-12-27Security fix for CVE-2009-3560, which could allow attackers to causeJasper Lievisse Adriaanse
a DoS using a specially crafted XML document with malformed UTF-8 sequences. Patch taken from upstream CVS.
2009-12-27syncTheo de Raadt
2009-12-27don't ask/report the same exec issue twiceMarc Espie
2009-12-27spacing.Felix Kronlage
ok bluhm@
2009-12-27sortMarc Espie
2009-12-27Correct previous commit: match the errno return by thrsleep() inPhilip Guenthe
the already-timed-out case to be the same (EWOULDBLOCK) as when it times out after sleeping
2009-12-27syncTheo de Raadt
2009-12-27delete partial solvers later, so I can use their deplist to check for loops.Marc Espie
2009-12-27fix partial stems, as noticed by numerous peopleMarc Espie
2009-12-26Add support for fragmented messages.Mark Kettenis
2009-12-26compute forward dependencies later, so that we don't have to do it again,Marc Espie
and show them just once.
2009-12-26qualify (Direct Dependencies)Marc Espie
2009-12-26Register an interrupt handler for PCI error conditions (as well as xtalkMiod Vallat
errors at the widget level). Extremely crude for now.
2009-12-26Remove unused variable.Mark Kettenis
2009-12-26betterMarc Espie
2009-12-26Better, more global way of dealing with forward dependencies, and toMarc Espie
ask just once per-set for exec/unexec. Todo: forward-deps could be merged, but this might lead to dependency loops, we have to detect them and act first Todo: rewrite the other part of forward dependency handling (dep adjustment)
2009-12-26zap message for .libs, be smart about partial-*, it's easy to install/updateMarc Espie
actually
2009-12-26protect against partial-* packing-listsMarc Espie