summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-05regression tests for isakmp/ikeHans-Joerg Hoexer
2005-09-04zap duplicate codeMarc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
* move the signature code to a packing-list method, prepend the pkgname. * depend on distant listings, cache these systematically. * cut the PKG_PATH at :/ systematically, much simpler than parsing URLs. People should get used to trailing /s. * let pkg_add -u actually run the update. * check for signature in more places, for instance, let pkg_add installed_stuff be a void operation. * grab enough stuff during updates to check signatures, so that pkg_add -u can report updates that are not needed right away, instead of waiting for the more confusing `trying to update' * beginning of @module support. * @pkgpath support, including updates. * systematically expand stems when applicable. * use visitors systematically in pkg_info. * pkg_info -S reports signature. * remove hardcoding of categories in PackingList, so that future modules will be able to expand them. * add @updateset and @incompatibility keywords.
2005-09-04Document PKGNAMES, print-package-signature, PLIST_DB.Marc Espie
Fix a few minor errors. Synch history with reality more.
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-09-04add a commentBrad Smith
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
ok beck@
2005-09-04a couple typosBrad Smith
2005-09-04pkglocatedb is no longer compressedPeter Valchev
2005-09-01Make sure the packets are aligned for dma while copying,Can Erkin Acar
cleanup extra alignment code, and check lengths properly while copying. tested by Greg Mortensen thevision at pobox com ok deraadt@
2005-09-01rt_lookup() did not respect the route node invalid flag and so AS-extClaudio Jeker
routes where not cleared even though the advertising router was no longer reachable. Same problem has the rt_dump() function that is used for ospfctl show rib. Tested by me and norby@ OK norby@ deraadt@
2005-09-01Comment fix and make description of -c and -w match reality moreOtto Moerbeek
closely. ok millert@ deraadt@
2005-09-01repair VIS_GLOB; deraadt@ otto@ OKTodd C. Miller
2005-09-01some sk(4) man page tweaks.Brad Smith
ok deraadt@
2005-09-01On zaurus, don't fall back to fake geometry if ata_get_params() fails,Uwe Stuehler
which can happen if the integrated microdrive's DRQ is not clear. This fixes the drive geometry in the default disklabel. Help from weingart@ and grange@; "mention `grange and i will fix this better after 3.8 or we will be flailed'" deraadt@
2005-08-31Add regression test for fbBlt().Mark Kettenis
permission from deraadt@
2005-08-31Remove check that prevents disks that are not in the unused state to move toMarco Peereboom
hot spare state. This *should* be detected in f/w however there is one known case where it does not work and hence this workaround was committed. By having this in there disks that were removed and reinserted that used to be hotspares show up as unused however the meta data on disk conflicts with this preventing it to be moved to hotspare. OK, commit this, deraadt@
2005-08-31Fix some tsleep magic. Code done by krw@Marco Peereboom
feel free to commit, krw@ ok deraadt@
2005-08-31Use ksh as the default shell instead of sh.Mark Kettenis
ok deraadt@
2005-08-31Make ioctls stop polling for completion. This enhances the responsivenessMarco Peereboom
of the system. tested and ok krw@, dlg@, deraadt@
2005-08-314.2Markus Friedl
2005-08-31Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess withRyan Thomas McBride
the multicast list elsewhere, it can occur under certain conditions (PR4475). ok deraadt@ mpf@
2005-08-30destroy credentials if krb5_kuserok() call fails. Stops credentials beingDamien Miller
delegated to users who are not authorised for GSSAPIAuthentication when GSSAPIDeletegateCredentials=yes and another authentication mechanism succeeds; bz#1073 reported by paul.moore AT centrify.com, fix by simon AT sxw.org.uk, tested todd@ biorn@ jakob@; ok deraadt@
2005-08-30remove -W from synopsis; ok deraadt@ jmc@David Krause
2005-08-30Fix one of the most fragile part of ospfd -- the interface election code.Claudio Jeker
One of the main problems is that the RFC is very unprecise about the process and so a bit of guessing and "violating" the RFC is needed. The problem was that on fast restarts ospfd computed wrong DR and BDR routers. OK norby@ deraadt@
2005-08-30Fix a bug in the nexthop calculation for complex networks. The result was aClaudio Jeker
routing table where most entries used the local interface IP as nexthop. This bug was found by jakob@ and he verified that it fixes his problems. Additional tests by me and norby@. OK norby@ deraadt@
2005-08-30remove -W from synopsis;Jason McIntyre
from nikolay kalev; ok deraadt@
2005-08-30dhcpd has no -q switch any more to behave, it just behavesDavid Krause
From: Matthias Kilian <kili@outback.escape.de> via henning@ ok deraadt@
2005-08-30- mention C3100Niall O'Higgins
ok deraadt@
2005-08-30C3100, more ethernet adapters, and most serial cards are supported.Uwe Stuehler
2005-08-30Update sets size, and a few tweaks; also size of files smaller than 1MBMiod Vallat
get printed in KB now; ok mickey@ deraadt@
2005-08-30correct typo in model name: TrendNET TEW-266PC -> TRENDnet TEW-226PCAlexander von Gernler
reported via www@ by Christoffer Vig <christoffer at mupublishing dot com> a while ago. discussion and verified by jsg@ and mbalmer@ ok deraadt@
2005-08-30either or; jmcTheo de Raadt
2005-08-30Get the start of the A6 partition from fdisk. Fixes wrong suggestion ofUwe Stuehler
offset 0 for the start of slice a. ok deraadt@
2005-08-30In Australian, "both" apparently means "either"Theo de Raadt
2005-08-30- add BCM5780 PCI idsBrad Smith
- recognize BCM5704 B0 - recognize BCM5780 which is supposedly part of the BCM5714 family according to the Linux driver but there is a BCM5714 core too. huh? ok deraadt@
2005-08-30unfortunately large fixes to memleaks caused by abuse of incompleteDavid Gwynne
allocmem and freemem functions. freemem now unmaps dma memory from the kernel address space instead of leaking it. lots of tweaks and input from marco (who also found the bug in the first place). lots of testing by krw and marco. ok krw@ marco@ permitted by deraadt@
2005-08-29Correctly describe skpc(), okay deraadt@ jmc@.Pedro Martelletto
2005-08-29first shot at alpha netbooting docs; deraadt@ okMichael Shalayeff
2005-08-29Basic regress test for the vis(3) family of functions. Extra testsOtto Moerbeek
for various flag values will be added later. ok deraadt@
2005-08-29Remove spurious call to isgraph() that sneaked in in rev 1.16.Otto Moerbeek
ok millert@ deraadt@
2005-08-29addhostent() shouldn't delete the hosts entry for the 'other' addressKenneth R Westerback
family. Specifying an IPv6 address will no longer remove an IPv4 entry from hosts, nor visa verse. Noted by mickey@. ok deraadt@.
2005-08-29spamhaus not longer allows free downloads of its blacklist so makeTodd C. Miller
spews1 the default. OK deraadt@
2005-08-29setpu stack for primary boot at 0x30000 after the load address.Michael Shalayeff
this allows netbooting uncompressed kernels on newer alphas. this shall be addressed futher after the release. deraadt@ ok
2005-08-29Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci moreJonathan Gray
gracefully. ok dlg@ permission granted by deraadt@
2005-08-29in 1.9 i accidentally moved to a test floppy sizeTheo de Raadt
2005-08-29regenBrad Smith
2005-08-29add Broadcom BCM5780 PCI ids.Brad Smith
from Broadcom Linux driver ok deraadt@
2005-08-29- use pci_mapreg_type() to fix some systems that would fail to attachBrad Smith
sk(4) with "can't map mem space". - add missing newline for failure case of pci_intr_establish(). ok deraadt@
2005-08-29correctly trim old p* versions of packages.Marc Espie
tests sturm@, aanriot@ okay deraadt@