Age | Commit message (Expand) | Author |
2001-07-11 | Return 0 on success, convert exit to return | Angelos D. Keromytis |
2001-07-11 | make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok | Jun-ichiro itojun Hagino |
2001-07-10 | Use offsetof() from sys/param.h, not a local define. | Kenneth R Westerback |
2001-07-10 | don't panic if fork or pipe fail (just return an empty passwd). | Markus Friedl |
2001-07-10 | Style. | Angelos D. Keromytis |
2001-07-10 | typo; from Joseph Mallett <jmallett@xMach.org> | Michael Shalayeff |
2001-07-10 | put another YP-only piece inside the ifdef | Theo de Raadt |
2001-07-10 | -Wall | Theo de Raadt |
2001-07-10 | Missing breaks. | Marc Espie |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-07-10 | some .Pp removed, according to mpech@ | Daniel Hartmeier |
2001-07-10 | (c)-2001 | Hakan Olsson |
2001-07-10 | Rewrite packet capture to handle IPv6 addresses. | Hakan Olsson |
2001-07-10 | htonl() for null.null_family, ok niels@, ho@ | Markus Friedl |
2001-07-10 | Oops, we can't use 0 as next_addr()'s error return since 0.0.0.0 is | Todd C. Miller |
2001-07-10 | Resolve as a host name if not an IP address; dhartmei@ OK | Todd C. Miller |
2001-07-10 | another lame OpenBSD tag. | Federico G. Schwindt |
2001-07-10 | ether_input_mbuf() conversion; thanks to drahn@ for testing. | Federico G. Schwindt |
2001-07-10 | Unbreak commit to use memset.c instead of bzero.c | Dale Rahn |
2001-07-10 | Until fxp and if_de are fixed with the correct parameter to vtophys() | Dale Rahn |
2001-07-10 | Wait 1 second after soft reset. | Constantine Sapuntzakis |
2001-07-10 | Update this to match the new nat.conf format and give the grammar | Todd C. Miller |
2001-07-10 | move "proto" in the nat case as well | Todd C. Miller |
2001-07-09 | Move the proto field to be after the "on" argument which is consistent | Todd C. Miller |
2001-07-09 | do compare in host order. found by millert@. | Daniel Hartmeier |
2001-07-09 | Match CBEM56G as well | Niklas Hallqvist |
2001-07-09 | sync | Niklas Hallqvist |
2001-07-09 | Ehh, nice duplicate | Niklas Hallqvist |
2001-07-09 | Trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-09 | Compute %used in -P mode as a double, just like we do in normal printing | Todd C. Miller |
2001-07-09 | sync with latest kame. | Jun-ichiro itojun Hagino |
2001-07-09 | trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-09 | remove extraneous braces | Paul Janzen |
2001-07-09 | Add missing closing paren | Marco S Hyman |
2001-07-09 | use errx() | Paul Janzen |
2001-07-09 | Remove .Pp next to .Sh; mpech@prosoft.org.lv | Paul Janzen |
2001-07-09 | Fixes, mainly from Thomas Nordin <nordin@cse.ogi.edu> | Paul Janzen |
2001-07-09 | Fix typo; addresses PR/1931 from heko@saitti.net | Aaron Campbell |
2001-07-09 | ch_flags should be ch_status | Constantine Sapuntzakis |
2001-07-09 | regen | Michael Shalayeff |
2001-07-09 | CBEM56G from matthieu@ (; | Michael Shalayeff |
2001-07-09 | Use socklen_t, not size_t for type of length arg to recvfrom() | Todd C. Miller |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller |
2001-07-09 | Minor code clean ups. | Kenneth R Westerback |
2001-07-09 | Move IFQ_SET_READY macro to attach time. | Federico G. Schwindt |
2001-07-09 | More lame OpenBSD tags. | Federico G. Schwindt |
2001-07-09 | Refer to INIC-940 in NAME section | Kenneth R Westerback |
2001-07-09 | too bad you are wrong. these binaries must link on powerpc and alpha, and yo... | Theo de Raadt |
2001-07-09 | Comment out extraneous .Pp since the text it goes with is commented out. | Todd C. Miller |
2001-07-09 | Fix incorrect logic 'optimization' so that sync is negotiated even if | Kenneth R Westerback |