diff options
-rw-r--r-- | hurd/ChangeLog | 5 | ||||
-rw-r--r-- | pfinet/ChangeLog | 16 |
2 files changed, 21 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index a066268c..80834c80 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,8 @@ +2000-01-26 Roland McGrath <roland@baalperazim.frob.com> + + * io_reply.defs (io_select_reply): Remove ID_TAG argument, + which does not exist in the io_select RPC as defined in io.defs. + 1999-10-11 Roland McGrath <roland@baalperazim.frob.com> * fs.defs (dir_readdir): Replace dealloc with dealloc[] on out data. diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index cd0acf7f..4bf8d70d 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,19 @@ +2000-02-04 Roland McGrath <roland@baalperazim.frob.com> + + * options.c (parse_opt): New code to set the default gateway using + fib_new_table and the tb_insert/tb_delete callbacks. + + * options.c (parse_opt): Take global_lock while applying changes. + * main.c (main): Unlock global_lock before calling argp_parse. + + * options.c (struct parse_interface): Use uint32_t for the IP + address members. + + * linux-src/net/ipv4/devinet.c [_HURD_] (inquire_device): New function. + * options.c: Declare it. + (trivfs_append_args): Use inquire_device for --address and --netmask. + (ADD_ADDR_OPT): #undef it after uses. + 2000-02-03 Roland McGrath <roland@baalperazim.frob.com> Complete overhaul of pfinet based on the IPv4 networking code from the |