summaryrefslogtreecommitdiff
path: root/pfinet
AgeCommit message (Collapse)Author
1996-07-14(S_io_reauthenticate): Repeat auth_server_authenticate for as long asMichael I. Bushnell
we get EINTR. Deal with other errors without crashing.
1996-07-08(S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell
auth_server_authenticate.
1996-07-05(setup_ethernet_device): Linux's device `mtu' member does not includeMichael I. Bushnell
the hardware header size; subtract that off the value the kernel specifies as maximum packet size in setting ETHER_DEV.mtu.
1996-06-27(lndist): Add lndist-asm-files.Michael I. Bushnell
(lndist-asm-files): New rule. (ASMHEADERS): New variable. ($(top_srcdir)/hurd-snap/$(dir)/asm): New rule.
1996-06-25(parse_opt):Miles Bader
Fix test for address-less netmask. Fix byte order when using IN_* macros. Base default netmask on dev->pa_addr, not in->address. Don't clear dev->pa_addr. Delete old routing entries before adding new ones. (trivfs_get_options): Add & use ADD_ADDR_OPT macro. (parse_hook_add_interface): Initialize H->curint->device. (trivfs_get_options): Initialize *ARGZ & *ARGZ_LEN.
1996-06-25(ip_rt_del): New declaration.Miles Bader
1996-06-25(ip_rt_del): New function.Miles Bader
(rt_del): Renamed from ip_rt_del. (rt_kill): Call rt_del, not ip_rt_del.
1996-06-25(ip_rt_del): Renamed from rt_del.Miles Bader
(rt_kill): Use ip_rt_del instead of rt_del.
1996-06-25(rt_del): Export.Miles Bader
1996-06-24(sigterm_handler):Miles Bader
Renamed from sighup_handle. Make void. Deal with SIGTERM instead of SIGHUP. (main): Use SIGTERM & sigterm_handler instead of SIGHUP &c.
1996-06-24(parse_hook_add_interface): Realloc the correct number of bytes.Miles Bader
(parse_opt): Don't fail if there were no options. (RETURN): New macro. (PERR, FAIL): Use RETURN instead of return to free memory if nec.
1996-06-24(sighup_handle): New function.Michael I. Bushnell
(arrange_shutdown_notification): Register SIGHUP handler.
1996-06-21(main): Pass ARGC & ARGV to argp_parse in the correct order.Miles Bader
1996-06-21(pfinet): Depend on ../libfshelp/libfshelp.a &Miles Bader
../libshouldbeinlibc/libshouldbeinlibc.a. (SRCS): Add options.c.
1996-06-21Finish up initial version.Miles Bader
1996-06-21(pfinet): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Miles Bader
1996-06-20Include <hurd/startup.h> and <string.h>.Michael I. Bushnell
(shutdown_notify_class): Declare variable. (S_startup_dosync): Give enough args to ports_lookup_port. (S_startup_dosync/do1): Return a value. (arrange_shutdown_notification): Correct spelling of ports_create_port. Initialize shutdown_notify_class. (find_device): Construct arg to strcmp correctly. Correct spelling of ENXIO.
1996-06-17Initial revisionMichael I. Bushnell
1996-06-17(main): Rearrange to use new argument parsing.Miles Bader
(find_device, enumerate_devices): New functions. (pfinet_argp): New declaration. (already_open): New variable. <error.h>, <argp.h>: New includes.
1996-06-13(MIGSRCS): Add startup_notifyServer.c.Michael I. Bushnell
1996-06-13(S_startup_dosync, arrange_shutdown_notification): New functions.Michael I. Bushnell
(pfinet_demuxer): Call startup_notify_server. (main): Call arrange_shutdown_notification).
1996-05-14(main): Initialize fsys_identity.Michael I. Bushnell
1996-05-14(sock_alloc): Initialize SOCK->identity.Michael I. Bushnell
(sock_release): Destroy SOCK->identity if it's been set.
1996-05-14(S_io_identity): New function.Michael I. Bushnell
1996-05-14(fsys_identity): New variable.Michael I. Bushnell
1996-05-14(struct socket) [_HURD_]: New member `identity'.Michael I. Bushnell
1996-05-14(ethernet_open): fixup again.Michael I. Bushnell
1996-05-14(ethernet_open): Delete superfluous arg to assert_perror.Michael I. Bushnell
1996-05-14*** empty log message ***Michael I. Bushnell
1996-05-10(ethernet_open): Pass in ERRNO to assert_perror.Miles Bader
1996-05-10(make_sock_user): Pass correct args to ports_create_port.Miles Bader
1996-05-10(make_sockaddr_port): Use new ports_create_port call.Michael I. Bushnell
1996-05-10(make_sock_user): Use new ports_create_port call.Michael I. Bushnell
1996-05-10(S_socket_create_address): Use new ports_create_port call.Michael I. Bushnell
1996-05-10(S_io_reauthenticate): Use new auth_server_authenticate interface.Michael I. Bushnell
(S_io_select): Drop ID_TAG arg.
1996-05-10(ethernet_thread): Return any_t.Michael I. Bushnell
(input_work_thread): Likewise. (ethernet_open): Use new ports_create_port call.
1996-04-25entered into RCSRoland McGrath
1996-04-24entered into RCSRoland McGrath
1996-04-15entered into RCSMichael I. Bushnell
1996-04-15Formerly Makefile.~16~Michael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26Formerly main.c.~15~Michael I. Bushnell
1996-02-22Formerly ethernet.c.~17~Michael I. Bushnell
1996-02-08entered into RCSMichael I. Bushnell
1996-01-22entered into RCSRoland McGrath
1996-01-18entered into RCSMichael I. Bushnell
1995-12-27entered into RCSMiles Bader