summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-14delete spurious #includes; ok deraadt@ markus@Kevin Steves
2001-07-14Silly bug in version detection: not having any dewey check does NOTMarc Espie
mean check went okay. In fact, if we only have exact versions to match against, we don't want to match... Ouch.
2001-07-14Fix cycle detection.Marc Espie
Under some circumstances, trying to find a cycle starting with a given point can be very time-consuming (probably exponential, as an implementation of an NP-complete problem), so we lower our expectations, and just report the first cycle we find, irregardless of which point it cuts, which is guaranteed to be much faster (quadratic behavior at the worst--because we won't explore more than a tree out of the graph). Always find that cycle, even if -q is specified, so that -q is only `quiet', e.g., does not change the reported result. Based on a testcase reported by Dragos Ruiu, okay millert@
2001-07-14use int instead of signed char. doesn't use more memory (padding occurs) and ↵Daniel Hartmeier
is actually faster.
2001-07-14Tell even more about lc(4)Niklas Hallqvist
2001-07-14Tell about lc(4)Niklas Hallqvist
2001-07-14More European onesPeter Valchev
2001-07-14Help mickey with Sweden. -mojMats O Jansson
2001-07-14add a bug w/ scsibus numberingMichael Shalayeff
2001-07-14add czech and slovak republics (when the hell did they separate?)Michael Shalayeff
2001-07-13escape a wrning on msgbuf, under certain circumstancesMichael Shalayeff
2001-07-13close on hungary-finish group, thus making old world bigger than usaMichael Shalayeff
2001-07-13make kern_msgbuf work for sparc, i thought it worked for me before; from miodMichael Shalayeff
2001-07-13indent.Federico G. Schwindt
2001-07-13spellingTheo de Raadt
2001-07-13RETURN VALUES, not RETURN VALUETodd C. Miller
2001-07-13add more Bulgarian citiesPeter Valchev
2001-07-13Add some european airportsMatthieu Herrb
2001-07-13Buenos Aires is now 11.Federico G. Schwindt
2001-07-13belorussia, rodina moyaMichael Shalayeff
2001-07-13paltic repuplicsMichael Shalayeff
2001-07-13old cities of armenia, daMichael Shalayeff
2001-07-13beautifull cities of moldovaMichael Shalayeff
2001-07-13it is The BronxMichael Shalayeff
2001-07-13bring finland to order, add ukrainian city codes, turkmenia is not the same ↵Michael Shalayeff
as ukraine
2001-07-13Make the list of required #includes match reality.Todd C. Miller
2001-07-13Add/Update info for all Canadian provinces as provided byKenneth R Westerback
Bell Canada Web Site. All States/Provinces with a single entry code are represented by a single entry w/o a city listed. Several California:LA entries replaced with California:CA. Entire list sorted alphabetically, which it seems to have randomly drifted away from.
2001-07-13Niagra -> Niagara, typo in original entry noticed by danh@Brad Smith
2001-07-13oopsMichael Shalayeff
2001-07-13upper 500 from the bookMichael Shalayeff
2001-07-13delete duplicate definitionsTheo de Raadt
2001-07-13lower 500 from the bookMichael Shalayeff
2001-07-13Sort; ryker@ugrad.cs.ualberta.caAaron Campbell
2001-07-13Add noac flag to disable attribute cachingConstantine Sapuntzakis
2001-07-13Area Code 450 for Montreal, PQ; from krapht@secureops.comAaron Campbell
2001-07-13A manpage for the lc driver; form NetBSD.Niklas Hallqvist
2001-07-13opensbd.org -> openbsd.org; ok deraadtPeter Valchev
2001-07-13All two common configurations for DEC EtherWorks cardsNiklas Hallqvist
2001-07-13On my 10th wedding anniversary I am celebrating byNiklas Hallqvist
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy!
2001-07-13Area Code 709 is for all of Newfoundland, not just St. John's (contrary toAaron Campbell
popular belief I'm not really a newfie, but I do have many newfie friends).
2001-07-13289 -> Hamilton, OntarioBrad Smith
289 -> Mississauga, Ontario 289 -> Niagra Falls, Ontario 647 -> Toronto, Ontario
2001-07-13initialize bus width and number of luns supported.Michael Shalayeff
this is tested on SmartRAID IV and consistant w/ what netbsd does.
2001-07-13Update for MichiganNathan Binkert
2001-07-13Update PA listings based on current area codes. Needs to be done for each ↵Todd C. Miller
state as we are way out of date.
2001-07-13Add 720 area code (new Boulder/Denver/Aurora/Longmont)Todd C. Miller
2001-07-13Be more verbose about why X509_verify_cert() failed. Thanks toHakan Olsson
<sakane@kame.net> for pointing out X509_verify_cert_error_string(). :)
2001-07-13Add lc_X509_verify_cert_error_string().Hakan Olsson
2001-07-13fix RCS idBrad Smith
2001-07-13-DINET6 was missingKenjiro Cho
2001-07-13sync with NetBSD r1.3.Kenjiro Cho
grammer, whitespace and typo fixes by Thomas Klausner <wiz@netbsd.org>.