summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-06Step three: remove now unused advmcode*.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06Step two: use advmcode* in their new location.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06First step in moving advmcode* from dev/ic to dev/microcode/adw.Kenneth R Westerback
Requested by deraadt@ a while ago.
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
ok krw@ martin@
2005-09-05On the road again.Miod Vallat
2005-09-05This file is generated in obj/ and has been commited by mistake.Miod Vallat
2005-09-05correct manfid length check.Federico G. Schwindt
2005-09-05add warning message if file status is unknown;Xavier Santolaria
2005-09-05let's move forward with the local add command;Xavier Santolaria
2005-09-05add trace message (-t);Xavier Santolaria
2005-09-05use CVS_ENT_MAXLINELEN;Xavier Santolaria
2005-09-05add new functions: cvs_write_tagfile() and cvs_parse_tagfile(),Xavier Santolaria
write and parse a CVS/Tag file. Ok joris@.
2005-09-05style;Xavier Santolaria
2005-09-05in DIOCCHANGERULE, properly initialize table, if used in NAT rule.Daniel Hartmeier
from Boris Polevoy <vapcom at mail dot ru>, ok mcbride@
2005-09-05If we have a match for the PCI ID we don't care what the PCI class is.Jonathan Gray
It is often not mass storage anyway. Remove IDE_PCI_CLASS_OVERRIDE which forced matching when class was not mass storage, just use PCI ID. ok grange@
2005-09-05Missing -F installed test.Marc Espie
2005-09-05enable tests for isakmp/ikeHans-Joerg Hoexer
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