Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-18 | add regression tests for /dev/ptm. | Bob Beck | |
ok deraadt@ | |||
2004-01-18 | Port is already stored in network byte order, no need to convert. | Ryan Thomas McBride | |
2004-01-18 | track interface type and baudrate as well | Henning Brauer | |
ok claudio@ | |||
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 | |
DNS traffic. ok canacar@ jakob@ | |||
2004-01-18 | Create log files if they do not already exist, but do not follow | Can Erkin Acar | |
symlinks. ok markus@ | |||
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat | |
2004-01-18 | print link state for RTM_IFINFO messages, flush stdout correctly | Markus Friedl | |
if message contains no address; ok mpf@, deraadt@, mcbride@ | |||
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 | |
ok claudio@ henning@ | |||
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 | |
diffs which had been suspected of breakage while they were just helping this bug to trigger. Don't flush user tlb in the scheduler, since pmap_activate() will take care of it if necessary. | |||
2004-01-17 | Exec ssh not rlogin or telnet if the user calls us as "rsh host" | Todd C. Miller | |
instead of "rsh host command". requested and OK by deraadt@ | |||
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko | |
and then use the saved values. ok costa@ | |||
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer | |
on the interface in question if it has no link now, if you pull the network cable all nexthops beeing in a connected network on this interface get invalidated nicely. ok claudio@ | |||
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 | |
attached to a pseudo peer and inserted like all other prefixes into the RIB. OK henning@ | |||
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 | |
especially for cloneable devices like vlan/tun etc ok markus@ and claudio@ a while back | |||
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 | |
by dealing with various error conditions. Testing by Marco Peereboom, Olivier Cherrier, Alex Holst, Daniel Lucq, deraadt@, beck@ and others. ok deraadt@. | |||
2004-01-17 | Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better. | Kenneth R Westerback | |
ok tdeval@. | |||
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 | |
MC68040 CPU. And suddenly MC68060 feels so happier... MVME177 now passes all libm and libc/ieeefp regress (and probably the Perl testsuite, too...) | |||
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-16 | spacing | Theo de Raadt | |
2004-01-16 | Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer. | Ryan Thomas McBride | |
ok dhartmei@ frantzen@ | |||
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 | |
capacity > 8GB. Total number of cylinders is enough. ok deraadt@ | |||
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 | |
infinity as well to prevent entropy leak; the usual suspects still fail all tests. | |||
2004-01-16 | enable french calendar and add some rcs tags there; from Pedro Martelletto ↵ | Michael Shalayeff | |
<pbastos@rdc.puc-rio.br> | |||
2004-01-16 | - point people to vi.ref now that it's installed (and get its name right); | Jason McIntyre | |
- correct a path and Nm; | |||
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie | |
okay millert@ | |||
2004-01-16 | missing #include | Henning Brauer | |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-01-16 | - standard option order | Jason McIntyre | |
- sync usage() - new sentence, new line - Dv (not Va) for signals - other nits ok canacar@ | |||
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt | |
some of these machines use a ahc* scsi controller. and it still fits! |