| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in latest CSRG revisions to this file. | ru | 2001-10-17 | 1 | -11/+11 |
* | Synch with NetBSD and OpenBSD. | ru | 2001-08-31 | 1 | -2/+2 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 1 | -0/+4 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 1 | -4/+6 |
* | Due to the documented bug in inet_aton(3), it wasn't possible | ru | 2001-07-11 | 1 | -2/+3 |
* | Allow route(8) to create "proxy only" published ARP entries. | ru | 2001-06-12 | 1 | -1/+10 |
* | Fixed the -iface breakage introduced with the latest KAME merge | ru | 2001-06-12 | 1 | -2/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -120/+114 |
* | When changing an indirect route, kernel routing code allocates | ru | 2001-06-08 | 1 | -0/+3 |
* | Change the host/bits syntax introduced in route.c,v 1.24 to the | ru | 2001-06-08 | 1 | -6/+5 |
* | - Exit 1 if "add", "change", or "delete" operation fails. | ru | 2001-06-07 | 1 | -10/+8 |
* | Add a couple of newlines in the output from route monitor | phk | 2001-01-15 | 1 | -2/+4 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
* | Interpret the address argument as network-type address for `destination' | ru | 2000-09-29 | 1 | -13/+12 |
* | Fixed the case where argument of 0.0.0.0/8 would match the default route. | ru | 2000-09-29 | 1 | -4/+4 |
* | Clear sin6_scope_id before passing routes into kernel, becaues kernel | shin | 2000-03-11 | 1 | -0/+1 |
* | Add an scope index embedded IPv6 link local addr creation support, by route | shin | 2000-02-23 | 1 | -0/+4 |
* | Support IPv6 scoped addr in ifconfig and route | shin | 2000-02-10 | 1 | -25/+71 |
* | Fix return value check for inet_pton(). | sumikawa | 2000-01-25 | 1 | -1/+1 |
* | Merge bug fix from KAME repository. | shin | 2000-01-08 | 1 | -7/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -7/+143 |
* | Remove two more unnecessary function declarations/prototypes. | billf | 1999-09-25 | 1 | -4/+0 |
* | Include the proper headers, remove the unnecessary function declarations. | billf | 1999-09-25 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | When incrementing through a SIOCGIFCONF list, enforce a lower limit of | archie | 1999-06-05 | 1 | -2/+3 |
* | Get rid of segfaults in a set-uid program. | ru | 1999-06-01 | 1 | -8/+15 |
* | Comment is .\" not .|'. Add -d and -t flags to SYNOPSIS and usage(). Getopt | charnier | 1998-07-28 | 1 | -15/+10 |
* | style(9) corrections | imp | 1997-12-26 | 1 | -2/+2 |
* | Two fixes: | imp | 1997-12-24 | 1 | -6/+8 |
* | fix what appears to me to be absolutle bogus code | julian | 1997-07-18 | 1 | -6/+7 |
* | Sync beetween man page and usage string. | charnier | 1997-06-18 | 1 | -2/+2 |
* | Allow "modern" syntax: | phk | 1997-04-02 | 1 | -5/+21 |
* | unifdef CCITT, ISO & CRUFT. | phk | 1997-04-02 | 1 | -127/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Security patch from OpenBSD: fixes potential buffer overflow in a static | roberto | 1997-02-20 | 1 | -2/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | If the RTM_NEWMADDR and RTM_DELMADDR messages are defined | wollman | 1997-01-09 | 1 | -1/+13 |
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 1 | -5/+7 |
* | Delete another unnecessary #include <sys/mbuf.h>. | wollman | 1996-11-01 | 1 | -2/+1 |
* | setuid back to the original caller immediately after opening the route socket. | fenner | 1996-10-27 | 1 | -14/+19 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -3/+3 |
* | back out a part of the previous patch that garrett objected to.. | julian | 1996-08-19 | 1 | -4/+1 |
* | Submitted by: Archie@whistle.com | julian | 1996-08-13 | 1 | -1/+7 |
* | Reviewed by: julian | julian | 1996-08-09 | 1 | -1/+43 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 1 | -2/+3 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 1 | -3/+3 |
* | changes to allow route to manipulate appletalk routes. | julian | 1996-07-09 | 1 | -1/+54 |
* | Update route(8) to print out current meanings of rt_flags RTF_* bits. | wollman | 1996-05-08 | 1 | -4/+10 |
* | Fix route to check if inet_addr and inet_network return INADDR_NONE, | mpp | 1996-02-17 | 1 | -3/+3 |
* | XNS sort-of-support is no more. | wollman | 1996-02-13 | 1 | -1/+27 |