summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-16in case we're pretending to install, there's no borked package to create.Marc Espie
2005-08-16syncTheo de Raadt
2005-08-16put a signature check way earlier, so that user doesn't get confusedMarc Espie
seeing update messages for stuff that won't happen anyways.
2005-08-16make test framework more specific, and use it.Marc Espie
2005-08-16provide alternative spellings for alumin{i}um, c{a}esium, andJason McIntyre
sul[f|ph]er; from perry@netbsd: -r1.3, -r1.5, and -r1.7, respectively; ok pjanzen@
2005-08-16more extensive package name checks.Marc Espie
2005-08-16compact the text somewhat;Jason McIntyre
requested by deraadt@; ok claudio@;
2005-08-16remove trailing space;Jason McIntyre
2005-08-16In some cases, pkg_add -r will remove some extra packages while performingMarc 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-16update dependency explanation, noticed by Gerardo Santana.Marc Espie
2005-08-16when you ask to update a package, you generally want to update itsMarc 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-16Missing .Pp in -compact listTom Cosgrove
ok jmc@
2005-08-16Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case weChristopher Pascoe
want to map the remaining bits to something else later on.
2005-08-16use a hash for compiled stems, to avoid spurious duplicates.Marc Espie
adjust find_updatenames accordingly.
2005-08-16Synchronise timestamp modulation and scrubbing min ttl information.Christopher Pascoe
ok henning mcbride, looks good frantzen
2005-08-16don't mix nlist with lsMarc Espie
2005-08-16document the current state of pkg_add -uMarc Espie
2005-08-16add 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-16support code for pkg_add -u:Marc Espie
- distant_available(), using the distant listing functions. - stem compiler, to match lots of stems
2005-08-16be more specific about `every precaution' in pkg_add, so that people won'tMarc Espie
be scared about -F update. Document the nasty issues I've encountered with FTP.
2005-08-16make the code that enforces the connection limit a separate function, soMarc 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-16fix 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-16fix getopt line, noticed by Gerardo SantanaMarc Espie
2005-08-16- watchers remote handlerXavier Santolaria
- consistency nitpicks ok joris
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
Add flag to determine controller type. ok deraadt@
2005-08-15if bv_level is -1, it is a hot spare; ok marcoTheo de Raadt
2005-08-15free the right buffer on errorDavid Gwynne
ok deraadt@
2005-08-15Fix possible race condition in signal handler.Esben Norby
Report and fix from Micheal Knudsen. Prep, test and OK claudio@
2005-08-15Add regression test for fbBltOne().Mark Kettenis
2005-08-15Generate login.conf from a template with optional per-architecture overridesTodd C. Miller
2005-08-15Add nobodyreturn to privacy options so we don't inadvertantly bounce backTodd C. Miller
a virus/worm payload. We already do this in the list server config. From Paul de Weerd
2005-08-14we do not want '.' to show up in the entries file, because itJoris Vink
causes opencvs to crash. reported by Mike Pechkin ok xsa@
2005-08-14if there's no identifiable version in the spec, and in the package name,Marc Espie
then it matches when it is equal.
2005-08-14KNF mostly spaces and make the dmesg line a bit shorter.Claudio Jeker
2005-08-14indentBrad Smith
2005-08-14more PHY models.Brad Smith
2005-08-14No longer used prototype.Claudio Jeker
2005-08-14Xr brgphyBrad Smith
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-14No more musyccbus aka ebus.Claudio Jeker
2005-08-14Kill the musyccbus/ebus device and use musycc for both functions of theClaudio Jeker
chip. Using two different devices for one card was a stupid idea. OK deraadt@
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-14zap sccsid, okay deraadt@Marc Espie
2005-08-14DCIAS() no more.Miod Vallat
2005-08-14Remove 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-14Use dma_cachectl() with the right size rather than DCIAS() which implies aMiod Vallat
cache line. tested deraadt@
2005-08-14KNFPedro Martelletto
2005-08-14When leaving ext2fs_symlink(), unlock the vnode on both error andPedro 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-14no reason not to record special files sizes along with md5.Marc Espie