Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-16 | in case we're pretending to install, there's no borked package to create. | Marc Espie | |
2005-08-16 | sync | Theo de Raadt | |
2005-08-16 | put a signature check way earlier, so that user doesn't get confused | Marc Espie | |
seeing update messages for stuff that won't happen anyways. | |||
2005-08-16 | make test framework more specific, and use it. | Marc Espie | |
2005-08-16 | provide alternative spellings for alumin{i}um, c{a}esium, and | Jason McIntyre | |
sul[f|ph]er; from perry@netbsd: -r1.3, -r1.5, and -r1.7, respectively; ok pjanzen@ | |||
2005-08-16 | more extensive package name checks. | Marc Espie | |
2005-08-16 | compact the text somewhat; | Jason McIntyre | |
requested by deraadt@; ok claudio@; | |||
2005-08-16 | remove trailing space; | Jason McIntyre | |
2005-08-16 | In some cases, pkg_add -r will remove some extra packages while performing | Marc Espie | |
replacement on dependencies. When we finally reach the package that triggered the dependencies, the package it's supposed to replace is no longer there, so do a quick sanity check to only replace packages that have not already been replaced... | |||
2005-08-16 | update dependency explanation, noticed by Gerardo Santana. | Marc Espie | |
2005-08-16 | when you ask to update a package, you generally want to update its | Marc Espie | |
dependencies as well... so do the stem -> pkgname conversion early, and then compute the closure of dependencies on the list of packages we asked for. | |||
2005-08-16 | Missing .Pp in -compact list | Tom Cosgrove | |
ok jmc@ | |||
2005-08-16 | Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case we | Christopher Pascoe | |
want to map the remaining bits to something else later on. | |||
2005-08-16 | use a hash for compiled stems, to avoid spurious duplicates. | Marc Espie | |
adjust find_updatenames accordingly. | |||
2005-08-16 | Synchronise timestamp modulation and scrubbing min ttl information. | Christopher Pascoe | |
ok henning mcbride, looks good frantzen | |||
2005-08-16 | don't mix nlist with ls | Marc Espie | |
2005-08-16 | document the current state of pkg_add -u | Marc Espie | |
2005-08-16 | add code that figures out the new package names after an update. | Marc Espie | |
This is done very carefully, so that pkg_add -u only displays the names to use, and so that it does not interfere with existing code. -F pkgpath recommended for speed. | |||
2005-08-16 | support code for pkg_add -u: | Marc Espie | |
- distant_available(), using the distant listing functions. - stem compiler, to match lots of stems | |||
2005-08-16 | be more specific about `every precaution' in pkg_add, so that people won't | Marc Espie | |
be scared about -F update. Document the nasty issues I've encountered with FTP. | |||
2005-08-16 | make the code that enforces the connection limit a separate function, so | Marc Espie | |
that the distant listing code can use it too. Since the distant listing code creates transient connections, it does not actually need to be tracked, just to ensure that it has a slot ! | |||
2005-08-16 | fix a few minor details: _list() needs to be called as a method. | Marc Espie | |
use nlist *.tgz instead of ls to gain speed. http does not need any command, it just retrieves the directory index. (code not used yet, but so blatantly incorrect) | |||
2005-08-16 | fix getopt line, noticed by Gerardo Santana | Marc Espie | |
2005-08-16 | - watchers remote handler | Xavier Santolaria | |
- consistency nitpicks ok joris | |||
2005-08-16 | Fix a few retardos. Yelled at by deraadt@ | Marco Peereboom | |
2005-08-15 | Add global hot spare support. | Marco Peereboom | |
Add flag to determine controller type. ok deraadt@ | |||
2005-08-15 | if bv_level is -1, it is a hot spare; ok marco | Theo de Raadt | |
2005-08-15 | free the right buffer on error | David Gwynne | |
ok deraadt@ | |||
2005-08-15 | Fix possible race condition in signal handler. | Esben Norby | |
Report and fix from Micheal Knudsen. Prep, test and OK claudio@ | |||
2005-08-15 | Add regression test for fbBltOne(). | Mark Kettenis | |
2005-08-15 | Generate login.conf from a template with optional per-architecture overrides | Todd C. Miller | |
2005-08-15 | Add nobodyreturn to privacy options so we don't inadvertantly bounce back | Todd C. Miller | |
a virus/worm payload. We already do this in the list server config. From Paul de Weerd | |||
2005-08-14 | we do not want '.' to show up in the entries file, because it | Joris Vink | |
causes opencvs to crash. reported by Mike Pechkin ok xsa@ | |||
2005-08-14 | if there's no identifiable version in the spec, and in the package name, | Marc Espie | |
then it matches when it is equal. | |||
2005-08-14 | KNF mostly spaces and make the dmesg line a bit shorter. | Claudio Jeker | |
2005-08-14 | indent | Brad Smith | |
2005-08-14 | more PHY models. | Brad Smith | |
2005-08-14 | No longer used prototype. | Claudio Jeker | |
2005-08-14 | Xr brgphy | Brad Smith | |
2005-08-14 | No more musyccbus aka ebus. | Claudio Jeker | |
2005-08-14 | No more musyccbus aka ebus. | Claudio Jeker | |
2005-08-14 | Kill the musyccbus/ebus device and use musycc for both functions of the | Claudio Jeker | |
chip. Using two different devices for one card was a stupid idea. OK deraadt@ | |||
2005-08-14 | missing casts; ok joris | Xavier Santolaria | |
2005-08-14 | zap sccsid, okay deraadt@ | Marc Espie | |
2005-08-14 | DCIAS() no more. | Miod Vallat | |
2005-08-14 | Remove the inline cache and TLB primitives - we don't use them at this point, | Miod Vallat | |
they do not cover the HP MMU for hp300, and they do not cover 040+060 kernels (which share all cache operations) efficiently. | |||
2005-08-14 | Use dma_cachectl() with the right size rather than DCIAS() which implies a | Miod Vallat | |
cache line. tested deraadt@ | |||
2005-08-14 | KNF | Pedro Martelletto | |
2005-08-14 | When leaving ext2fs_symlink(), unlock the vnode on both error and | Pedro Martelletto | |
non-error cases, so that later on we don't deadlock trying to look it up. Fixes buglet introduced in revision 1.38, okay deraadt@. | |||
2005-08-14 | no reason not to record special files sizes along with md5. | Marc Espie | |