Age | Commit message (Expand) | Author |
2007-05-18 | Instead of checking whichqs directly, add a "sched_is_idle()" macro to | Artur Grabowski |
2007-05-18 | Register the locking hooks with ld.so. | Artur Grabowski |
2007-05-18 | regen; | Jason McIntyre |
2007-05-18 | MASSBUSS -> MASSBUS; ok miod | Jason McIntyre |
2007-05-18 | Add pkgpath hints to pkgspec. Make PackageRepository/Source functional: | Marc Espie |
2007-05-18 | show the url for the package we're dealing with. Unconfuse installed vs. | Marc Espie |
2007-05-18 | also strip +CONTENTS | Marc Espie |
2007-05-18 | normalize installed names | Marc Espie |
2007-05-18 | cut dependency code in smaller chunks | Marc Espie |
2007-05-18 | Instead of a silly loop with goto, just use while(1). | Artur Grabowski |
2007-05-18 | we don't need to walk the full dependency tree each time we don't find | Marc Espie |
2007-05-18 | in case of pre-configured nfs, we must assume that the bootdv is the rootdv | Theo de Raadt |
2007-05-18 | unify the way we prefer other things | Theo de Raadt |
2007-05-18 | spelling in comment fix | David Gwynne |
2007-05-18 | remove the COMPAT entries. they are not useful here | Ted Unangst |
2007-05-18 | Remove no-op code. From tbert. | Ray Lai |
2007-05-17 | djm owes me a vb and a tism cd for breaking ssh compilation | Jolan Luff |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-05-17 | pass received SIGINT from monitor to postauth child so it can clean | Damien Miller |
2007-05-17 | fall back to gethostname() when the outgoing connection is not | Damien Miller |
2007-05-17 | do not pass the urlscheme to the constructors, since they each have | Marc Espie |
2007-05-17 | new methods: repositories can create url. Rename PackageLocation->stringize | Marc Espie |
2007-05-17 | name each urlscheme | Marc Espie |
2007-05-17 | make sure that mkfontdir and friends get their arguments | Marc Espie |
2007-05-17 | library lookup becomes a real method | Marc Espie |
2007-05-17 | move the library lookup code into Solver, so that I can turn it into | Marc Espie |
2007-05-17 | Starting with xenocara, /etc/X11/xdm will be overwritten during the | Matthias Kilian |
2007-05-17 | Since we're initializing everything in pmap_pinit, it's probably a good | Artur Grabowski |
2007-05-17 | There's no reason to keep track of gdt_count, we only use it for | Artur Grabowski |
2007-05-17 | Limit hppa buffer cache to 30%. It used to be 70% because stack garbage | Artur Grabowski |
2007-05-17 | use solver object in all direct instances of solved_dependencies. | Marc Espie |
2007-05-17 | access solver internals in a clean way through dependencies, uses it | Marc Espie |
2007-05-17 | make the solved dependencies more explicit, match them back to the spec | Marc Espie |
2007-05-17 | tweak the solver object a bit, now that I have a clearer idea of what | Marc Espie |
2007-05-17 | provide dummy device_register() | Martin Reindl |
2007-05-17 | handle normalization of flavors in PackageName objects. | Marc Espie |
2007-05-17 | Check getpwnam() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-17 | Check getpwuid() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-17 | Check getpwuid() return value for NULL before dereferencing it. | Moritz Jodeit |
2007-05-17 | Fix fgetln(3) handling of lines without trailing newline. | Moritz Jodeit |
2007-05-17 | copy the lladdr from the arpcom struct onto the hardware when the interface | David Gwynne |
2007-05-17 | support changing the mtu up to the maximum frame size it currently | David Gwynne |
2007-05-17 | bz#1286 stop reading and processing commands when input or output buffer | Damien Miller |
2007-05-17 | save and restore errno when logging; ok deraadt@ | Damien Miller |
2007-05-17 | add an entry for `.ms'; ok millert | Jason McIntyre |
2007-05-17 | the `doc' entry listed only out of date paths to sendmail docs, so | Jason McIntyre |
2007-05-17 | Don't save strlen results in an int. Remove a variable that's used | Ray Lai |
2007-05-17 | Check fgets return value, from Charles Longeau. | Ray Lai |
2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | Dale Rahn |
2007-05-17 | Improve reentrancy by not using global variable. Removes two | Ray Lai |