Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado | |
completes the changes from Oct 22. | |||
2009-12-28 | oops, comment vmt out, it isnt good enough yet. | David Gwynne | |
2009-12-28 | update to tzdata2009u from elsie.nci.nih.gov | Todd C. Miller | |
2009-12-28 | kill old dependency adjuster | Marc Espie | |
2009-12-28 | use new forward dep adjust. | Marc Espie | |
2009-12-28 | new method for adjusting forward dependencies, much simpler. | Marc Espie | |
2009-12-28 | erase 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-28 | make objects chainable. | Marc Espie | |
Provide a new "erase" method that removes everything | |||
2009-12-28 | an actual difference between -r and -u. If we replace, don't look as hard | Marc Espie | |
for conflict matching. | |||
2009-12-28 | prepare to handle forward dependencies in a simpler way | Marc Espie | |
2009-12-28 | We do not need to store a copy of the HP-UX exec structure in the pcb since | Miod 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-28 | add -F carp as an extra debugging device: ^T handler will show a stack | Marc Espie | |
backtrace | |||
2009-12-28 | move 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-28 | whitespace | David Gwynne | |
2009-12-28 | tweak vmt to work on amd64 as well as i386. like i386, it is still | David 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-28 | move code around a bit, more functions. Especially do the exec check | Marc 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-28 | nits | Marc Espie | |
2009-12-28 | Fix compile error caused from previous commit | Takuya ASADA | |
2009-12-28 | MP-safe pmap implemented, enable IPI in interrupt handler to avoid deadlock. | Takuya ASADA | |
ok miod@ | |||
2009-12-28 | correct id for 2nd type of stts424e02; from cnst | Theo de Raadt | |
2009-12-28 | Sanity check flags in fork1(), banning some combos we don't support | Philip 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-28 | Add MCP73_AHCI_5 to list of devices started in that special NVidia | Kenneth R Westerback | |
way. Fixes ahci on my Acer Aspire AX1800-E9102. Clue from jsg@, ok deraadt@. | |||
2009-12-27 | tweak forward dep "almost ready" code and activate loop checker. | Marc Espie | |
2009-12-27 | check 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-27 | solver is no longer needed at that point, so kill it. this shaves a bit of | Marc Espie | |
memory. | |||
2009-12-27 | mention huawei E161/E180. | Jonathan Gray | |
2009-12-27 | Huawei 180E, from and tested by Bruce O'Neel. | Jonathan Gray | |
2009-12-27 | regen | Jonathan Gray | |
2009-12-27 | Huawei E180, from Bruce O'Neel. | Jonathan Gray | |
2009-12-27 | Don't allocate resources on the Intel Hub-to-PCI bridges. Doing so breaks | Mark 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 mikolon | Jasper Lievisse Adriaanse | |
2009-12-27 | Create an empty etcsum file so that cksum can run without error (as | Antoine Jacoutot | |
var/db/sysmerge/etcsum is created after the cksum calls and etcsum is part of the etc set). "sure" deraadt@ | |||
2009-12-27 | Security fix for CVE-2009-3560, which could allow attackers to cause | Jasper Lievisse Adriaanse | |
a DoS using a specially crafted XML document with malformed UTF-8 sequences. Patch taken from upstream CVS. | |||
2009-12-27 | sync | Theo de Raadt | |
2009-12-27 | don't ask/report the same exec issue twice | Marc Espie | |
2009-12-27 | spacing. | Felix Kronlage | |
ok bluhm@ | |||
2009-12-27 | sort | Marc Espie | |
2009-12-27 | Correct previous commit: match the errno return by thrsleep() in | Philip Guenthe | |
the already-timed-out case to be the same (EWOULDBLOCK) as when it times out after sleeping | |||
2009-12-27 | sync | Theo de Raadt | |
2009-12-27 | delete partial solvers later, so I can use their deplist to check for loops. | Marc Espie | |
2009-12-27 | fix partial stems, as noticed by numerous people | Marc Espie | |
2009-12-26 | Add support for fragmented messages. | Mark Kettenis | |
2009-12-26 | compute forward dependencies later, so that we don't have to do it again, | Marc Espie | |
and show them just once. | |||
2009-12-26 | qualify (Direct Dependencies) | Marc Espie | |
2009-12-26 | Register an interrupt handler for PCI error conditions (as well as xtalk | Miod Vallat | |
errors at the widget level). Extremely crude for now. | |||
2009-12-26 | Remove unused variable. | Mark Kettenis | |
2009-12-26 | better | Marc Espie | |
2009-12-26 | Better, more global way of dealing with forward dependencies, and to | Marc 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-26 | zap message for .libs, be smart about partial-*, it's easy to install/update | Marc Espie | |
actually | |||
2009-12-26 | protect against partial-* packing-lists | Marc Espie | |