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