Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-14 | delete spurious #includes; ok deraadt@ markus@ | Kevin Steves | |
2001-07-14 | Silly bug in version detection: not having any dewey check does NOT | Marc 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-14 | Fix 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-14 | use int instead of signed char. doesn't use more memory (padding occurs) and ↵ | Daniel Hartmeier | |
is actually faster. | |||
2001-07-14 | Tell even more about lc(4) | Niklas Hallqvist | |
2001-07-14 | Tell about lc(4) | Niklas Hallqvist | |
2001-07-14 | More European ones | Peter Valchev | |
2001-07-14 | Help mickey with Sweden. -moj | Mats O Jansson | |
2001-07-14 | add a bug w/ scsibus numbering | Michael Shalayeff | |
2001-07-14 | add czech and slovak republics (when the hell did they separate?) | Michael Shalayeff | |
2001-07-13 | escape a wrning on msgbuf, under certain circumstances | Michael Shalayeff | |
2001-07-13 | close on hungary-finish group, thus making old world bigger than usa | Michael Shalayeff | |
2001-07-13 | make kern_msgbuf work for sparc, i thought it worked for me before; from miod | Michael Shalayeff | |
2001-07-13 | indent. | Federico G. Schwindt | |
2001-07-13 | spelling | Theo de Raadt | |
2001-07-13 | RETURN VALUES, not RETURN VALUE | Todd C. Miller | |
2001-07-13 | add more Bulgarian cities | Peter Valchev | |
2001-07-13 | Add some european airports | Matthieu Herrb | |
2001-07-13 | Buenos Aires is now 11. | Federico G. Schwindt | |
2001-07-13 | belorussia, rodina moya | Michael Shalayeff | |
2001-07-13 | paltic repuplics | Michael Shalayeff | |
2001-07-13 | old cities of armenia, da | Michael Shalayeff | |
2001-07-13 | beautifull cities of moldova | Michael Shalayeff | |
2001-07-13 | it is The Bronx | Michael Shalayeff | |
2001-07-13 | bring finland to order, add ukrainian city codes, turkmenia is not the same ↵ | Michael Shalayeff | |
as ukraine | |||
2001-07-13 | Make the list of required #includes match reality. | Todd C. Miller | |
2001-07-13 | Add/Update info for all Canadian provinces as provided by | Kenneth 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-13 | Niagra -> Niagara, typo in original entry noticed by danh@ | Brad Smith | |
2001-07-13 | oops | Michael Shalayeff | |
2001-07-13 | upper 500 from the book | Michael Shalayeff | |
2001-07-13 | delete duplicate definitions | Theo de Raadt | |
2001-07-13 | lower 500 from the book | Michael Shalayeff | |
2001-07-13 | Sort; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
2001-07-13 | Add noac flag to disable attribute caching | Constantine Sapuntzakis | |
2001-07-13 | Area Code 450 for Montreal, PQ; from krapht@secureops.com | Aaron Campbell | |
2001-07-13 | A manpage for the lc driver; form NetBSD. | Niklas Hallqvist | |
2001-07-13 | opensbd.org -> openbsd.org; ok deraadt | Peter Valchev | |
2001-07-13 | All two common configurations for DEC EtherWorks cards | Niklas Hallqvist | |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas 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-13 | Area Code 709 is for all of Newfoundland, not just St. John's (contrary to | Aaron Campbell | |
popular belief I'm not really a newfie, but I do have many newfie friends). | |||
2001-07-13 | 289 -> Hamilton, Ontario | Brad Smith | |
289 -> Mississauga, Ontario 289 -> Niagra Falls, Ontario 647 -> Toronto, Ontario | |||
2001-07-13 | initialize bus width and number of luns supported. | Michael Shalayeff | |
this is tested on SmartRAID IV and consistant w/ what netbsd does. | |||
2001-07-13 | Update for Michigan | Nathan Binkert | |
2001-07-13 | Update 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-13 | Add 720 area code (new Boulder/Denver/Aurora/Longmont) | Todd C. Miller | |
2001-07-13 | Be more verbose about why X509_verify_cert() failed. Thanks to | Hakan Olsson | |
<sakane@kame.net> for pointing out X509_verify_cert_error_string(). :) | |||
2001-07-13 | Add lc_X509_verify_cert_error_string(). | Hakan Olsson | |
2001-07-13 | fix RCS id | Brad Smith | |
2001-07-13 | -DINET6 was missing | Kenjiro Cho | |
2001-07-13 | sync with NetBSD r1.3. | Kenjiro Cho | |
grammer, whitespace and typo fixes by Thomas Klausner <wiz@netbsd.org>. |