Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis | |
ok deraadt@, pirofti@, claudio@ | |||
2009-11-30 | It doesn't make sense to talk about doing packet tagging "during | Stuart Henderson | |
nat-to or rdr-to in addition to filter rules". | |||
2009-11-30 | tweak the rules a bit: the search filter for "more recent than" ought to | Marc Espie | |
notice it sees older stuff. Even if they get filtered later on, this would turn into a "no need to update". (in actual use, I probably will need to open those packages and look at the pkgpaths to make sure they are not valid candidates, and to compare full signatures... oh well) | |||
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat | |
increase as well. Binaries compiled before this change will not work once the kernel page size is cranked (in a few weeks), so you might want to update your userland and packages soon. | |||
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott | |
2009-11-30 | KNF | Paul Irofti | |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar | |
on machines reporting > 32 memory regions. ok kettenis@ | |||
2009-11-30 | better errors: have $set->cleanup mark set as finished. | Marc Espie | |
in case there is an issue, register set as not updateable with tracker. | |||
2009-11-30 | better: have can_install return 0/1 as definitive answer, and return "undef" | Marc Espie | |
for try again later. Don't bother cleaning up set from can_install, since complete does it too. | |||
2009-11-30 | regen | Jasper Lievisse Adriaanse | |
2009-11-30 | - add two devices found in dmesgs | Jasper Lievisse Adriaanse | |
2009-11-30 | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled | Miod Vallat | |
for the platform we are running on (i.e. trying to boot e.g. bsd.IP32 on an IP27 machine). | |||
2009-11-30 | Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort the | Miod Vallat | |
file load if necessary. Will be used very shortly. | |||
2009-11-29 | Backout previous commit. There is a possible race which makes it possible | Mark Kettenis | |
for sys_reboot() to hang forever. | |||
2009-11-29 | - add net80211, from Vladimir Kirillov | Stuart Henderson | |
- sort nnpfs alphabetically ok deraadt jasper | |||
2009-11-29 | some major changes have happened | Marc Espie | |
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt | |
be legacy-free machines built by Dell monkeys who then (it seems) reuse the io address space for something else. Touch it, and the | |||
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt | |
be legacy-free machines built by Dell monkeys who then (it seems) reuse the io address space for something else. Touch it, and the machine resets. Great.... | |||
2009-11-29 | At suspend time there is no need for a fancy cr3 dance to decide if | Theo de Raadt | |
pmap_activate() should be called to force the kthread into the kernel pmap. If it is i386 it is lazy pmap it may not be in the kernel kthread, so it must be called so that pmap_activate can decide. If it is amd64 without lazy pmap, it must not be called. A comment is added to remind us about this in the future in case these assumptions change. ok kettenis | |||
2009-11-29 | unbreak compilation on sparc64 with AUDIO_DEBUG defined | Alexandre Ratchov | |
2009-11-29 | On any sensor the SENSOR_FINVALID flag indicates whether we are able to | Theo de Raadt | |
read a value from the sensor properly. The .status field, on the other hand, indicates whether the location that sensor is at, is OK, failed, on fire, or whatnot. In the case of uthum we have no idea whether that temperature is ok or not, so we must leave it SENSOR_S_UNSPEC | |||
2009-11-29 | Reload mtrr state on all CPUs after updates. Seems to speed up X on MP | Mark Kettenis | |
systems, at least with Intel graphics. ok marco@, deraadt@ | |||
2009-11-29 | Send a powerdown command to L1 on IP35 if powerdown is requested. | Miod Vallat | |
2009-11-29 | Merge in some tidying up bits from gem(4). From Brad. | Mark Kettenis | |
2009-11-29 | compute updates on the fly, instead of "at start" | Marc Espie | |
2009-11-29 | set things up for updates on the fly. In particular, we may have to look | Marc Espie | |
into "to_update" stuff... | |||
2009-11-29 | in the worst case, we find a new handle with the right pkgpath, | Marc Espie | |
independently of the name... | |||
2009-11-29 | show old->new as everywhere else in sets. | Marc Espie | |
micro-optimisation: if old pkgname is the same as new pkgname, we just need to build the RequiredBy file, no need to adjust Requiring... | |||
2009-11-29 | clean up conflict handling and dependency adjustement: build list | Marc Espie | |
of conflict globally, add it as old handles, and then use it everywhere. | |||
2009-11-29 | show missing libraries as "|detail" for the can't install message. | Marc Espie | |
2009-11-29 | slightly simpler error handling | Marc Espie | |
2009-11-29 | have SharedLibs use state to print error messages. | Marc Espie | |
2009-11-29 | handle more general conflicts: | Marc Espie | |
- match old spec against any of the new packages in the set. - manage conflicts globally if several newer packages are there. - remove the limit of 5 conflicting packages, it's no longer really relevant. | |||
2009-11-29 | sync | Theo de Raadt | |
2009-11-28 | Fix previous; pointed out by stsp@ | Mark Kettenis | |
2009-11-28 | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children | Mark Kettenis | |
such that inteldrm(4) stands a chance at actually saving and restoring its state. Makes it possible to start X after a suspend/resume cycle on my Dell laptop with Intel graphics. ok jsg@, miod@ | |||
2009-11-28 | remove unused variables | Charles Longeau | |
ok claudio@ | |||
2009-11-28 | oops | Marc Espie | |
2009-11-28 | missing #ifdef MULTIPROCESSOR protection around locking code. | Miod Vallat | |
2009-11-28 | prepare for "better" merge: we can't just wipe the old set, we have to point | Marc Espie | |
it to the new set, as tracker stuff may still know about it. | |||
2009-11-28 | The first paragraph of the DESCRIPTION had multiple issues, | Ingo Schwarze | |
so rewrite it from scratch. Joint work with jmc@. Originally triggered by lars dot curator at gmail dot com by requesting the addition of the word "rotate", also using some observations from matthew at dempsky dot org. OK jmc@ ":-)" sthen@ | |||
2009-11-28 | when resolving conflicts, don't recreate handles for packages being replaced | Marc Espie | |
if we already know they're being replaced. This requires completing them with a plist. (some cleanup of api to do later) | |||
2009-11-28 | allow -l list more_packages | Marc Espie | |
prepare for incremental updates: avoid reinstalling finished set. don't display stuff we will install, it's mostly useless. | |||
2009-11-28 | rework display of missing libs some more: first show the libraries, then | Marc Espie | |
the dependency tree. | |||
2009-11-28 | still not right, so revert to original algorithm, and compute @todo | Marc Espie | |
in a more expensive way... | |||
2009-11-28 | oops, if I want to modify @todo, I should do it right. | Marc Espie | |
2009-11-28 | add "always" to ask_list... | Marc Espie | |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie | |
2009-11-28 | remove redundant message | Marc Espie | |
2009-11-28 | This might not be necessary, but Just In Case: since the underlying | Philip Guenthe | |
syscall ABI has changed and everything is going to need to be relinked anyway, bump the rthread major |