Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-06 | Step three: remove now unused advmcode*. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | Step two: use advmcode* in their new location. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | First step in moving advmcode* from dev/ic to dev/microcode/adw. | Kenneth R Westerback | |
Requested by deraadt@ a while ago. | |||
2005-09-06 | another round of removing ifdef crud from this driver. | Brad Smith | |
ok krw@ martin@ | |||
2005-09-05 | On the road again. | Miod Vallat | |
2005-09-05 | This file is generated in obj/ and has been commited by mistake. | Miod Vallat | |
2005-09-05 | correct manfid length check. | Federico G. Schwindt | |
2005-09-05 | add warning message if file status is unknown; | Xavier Santolaria | |
2005-09-05 | let's move forward with the local add command; | Xavier Santolaria | |
2005-09-05 | add trace message (-t); | Xavier Santolaria | |
2005-09-05 | use CVS_ENT_MAXLINELEN; | Xavier Santolaria | |
2005-09-05 | add new functions: cvs_write_tagfile() and cvs_parse_tagfile(), | Xavier Santolaria | |
write and parse a CVS/Tag file. Ok joris@. | |||
2005-09-05 | style; | Xavier Santolaria | |
2005-09-05 | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | Daniel Hartmeier | |
from Boris Polevoy <vapcom at mail dot ru>, ok mcbride@ | |||
2005-09-05 | If 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-05 | Missing -F installed test. | Marc Espie | |
2005-09-05 | enable tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-09-05 | regression tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-09-04 | zap duplicate code | Marc 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-04 | Document PKGNAMES, print-package-signature, PLIST_DB. | Marc Espie | |
Fix a few minor errors. Synch history with reality more. | |||
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
2005-09-04 | add a comment | Brad Smith | |
2005-09-04 | remove unused NetBSD pci_intr_evcnt() function. | Brad Smith | |
ok beck@ | |||
2005-09-04 | a couple typos | Brad Smith | |
2005-09-04 | pkglocatedb is no longer compressed | Peter Valchev | |
2005-09-01 | Make 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-01 | rt_lookup() did not respect the route node invalid flag and so AS-ext | Claudio 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-01 | Comment fix and make description of -c and -w match reality more | Otto Moerbeek | |
closely. ok millert@ deraadt@ | |||
2005-09-01 | repair VIS_GLOB; deraadt@ otto@ OK | Todd C. Miller | |
2005-09-01 | some sk(4) man page tweaks. | Brad Smith | |
ok deraadt@ | |||
2005-09-01 | On 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-31 | Add regression test for fbBlt(). | Mark Kettenis | |
permission from deraadt@ | |||
2005-08-31 | Remove check that prevents disks that are not in the unused state to move to | Marco 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-31 | Fix some tsleep magic. Code done by krw@ | Marco Peereboom | |
feel free to commit, krw@ ok deraadt@ | |||
2005-08-31 | Use ksh as the default shell instead of sh. | Mark Kettenis | |
ok deraadt@ | |||
2005-08-31 | Make ioctls stop polling for completion. This enhances the responsiveness | Marco Peereboom | |
of the system. tested and ok krw@, dlg@, deraadt@ | |||
2005-08-31 | 4.2 | Markus Friedl | |
2005-08-31 | Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with | Ryan Thomas McBride | |
the multicast list elsewhere, it can occur under certain conditions (PR4475). ok deraadt@ mpf@ | |||
2005-08-30 | destroy credentials if krb5_kuserok() call fails. Stops credentials being | Damien 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-30 | remove -W from synopsis; ok deraadt@ jmc@ | David Krause | |
2005-08-30 | Fix 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-30 | Fix a bug in the nexthop calculation for complex networks. The result was a | Claudio 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-30 | remove -W from synopsis; | Jason McIntyre | |
from nikolay kalev; ok deraadt@ | |||
2005-08-30 | dhcpd has no -q switch any more to behave, it just behaves | David Krause | |
From: Matthias Kilian <kili@outback.escape.de> via henning@ ok deraadt@ | |||
2005-08-30 | - mention C3100 | Niall O'Higgins | |
ok deraadt@ | |||
2005-08-30 | C3100, more ethernet adapters, and most serial cards are supported. | Uwe Stuehler | |
2005-08-30 | Update sets size, and a few tweaks; also size of files smaller than 1MB | Miod Vallat | |
get printed in KB now; ok mickey@ deraadt@ | |||
2005-08-30 | correct typo in model name: TrendNET TEW-266PC -> TRENDnet TEW-226PC | Alexander 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-30 | either or; jmc | Theo de Raadt | |