Age | Commit message (Expand) | Author |
2004-01-18 | Unbreak *grep -w -l. ok millert@ | Otto Moerbeek |
2004-01-18 | make sure ln.len gets initialized. Okay millert@ | Marc Espie |
2004-01-18 | Sync print-domain with tcpdump.org; avoids tcpdump barfing on bogus | Otto Moerbeek |
2004-01-18 | Create log files if they do not already exist, but do not follow | Can Erkin Acar |
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat |
2004-01-18 | print link state for RTM_IFINFO messages, flush stdout correctly | Markus Friedl |
2004-01-18 | send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@ | Markus Friedl |
2004-01-18 | document port specific systrace.filter | Nikolay Sturm |
2004-01-18 | sort options; | Jason McIntyre |
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt |
2004-01-18 | spacing | Theo de Raadt |
2004-01-17 | Add _PATH_SSH, remove the rest | Todd C. Miller |
2004-01-17 | Now that the phys_map_vaddr bug is out of the way, it's time to bring back | Miod Vallat |
2004-01-17 | Exec ssh not rlogin or telnet if the user calls us as "rsh host" | Todd C. Miller |
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer |
2004-01-17 | add a couple of new RR types; ok deraadt@ | Jakob Schlyter |
2004-01-17 | Kill kerberos4 code; OK deraadt@ | Todd C. Miller |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-17 | KNF | Henning Brauer |
2004-01-17 | print interface name instead of index | Henning Brauer |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer |
2004-01-17 | implement "show interfaces" | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-17 | actually update interface flags in if_change() | Henning Brauer |
2004-01-17 | use the new RTM_IFANNOUNCE messages to track interface (de-)appearance, | Henning Brauer |
2004-01-17 | NetBSD-current (1.6ZH) with ip_id randomization signature from itojun@ | Mike Frantzen |
2004-01-17 | Major stability improvement. Fix a variety of systems and problems | Kenneth R Westerback |
2004-01-17 | Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better. | Kenneth R Westerback |
2004-01-17 | pretty | Theo de Raadt |
2004-01-17 | sync | Theo de Raadt |
2004-01-17 | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. | Kenneth R Westerback |
2004-01-16 | Do not switch to the fpsp exception vectors if we are not running on an | Miod Vallat |
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko |
2004-01-16 | spacing | Theo de Raadt |
2004-01-16 | Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer. | Ryan Thomas McBride |
2004-01-16 | Remove this farce. | Miod Vallat |
2004-01-16 | Do not print CHS info for LBA drives, it's useless for drives with | Alexander Yurchenko |
2004-01-16 | Include correct includes to unbreak compilation on macppc. ok miod@ | Otto Moerbeek |
2004-01-16 | Test more ways of producing a positive infinity, and then test negative | Miod Vallat |
2004-01-16 | enable french calendar and add some rcs tags there; from Pedro Martelletto <p... | Michael Shalayeff |
2004-01-16 | - point people to vi.ref now that it's installed (and get its name right); | Jason McIntyre |
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie |
2004-01-16 | missing #include | Henning Brauer |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer |
2004-01-16 | - standard option order | Jason McIntyre |
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt |
2004-01-16 | fix .Xr and SEE ALSO; | Jason McIntyre |
2004-01-16 | add some commas; | Jason McIntyre |
2004-01-16 | sync with raw socket API change. reported by Esben Norby, tested by tedu | Jun-ichiro itojun Hagino |