Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-29 | *** empty log message *** | Thomas Bushnell | |
1996-07-20 | . | Miles Bader | |
1996-07-19 | *** empty log message *** | Michael I. Bushnell | |
1996-07-19 | (make_sock_user): Declaration updated. | Miles Bader | |
1996-07-19 | *** empty log message *** | Michael I. Bushnell | |
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-14 | (S_io_reauthenticate): Repeat auth_server_authenticate for as long as | Michael 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 to | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-05 | (setup_ethernet_device): Linux's device `mtu' member does not include | Michael 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-21 | Finish up initial version. | Miles Bader | |
1996-06-21 | (pfinet): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | Miles Bader | |
1996-06-20 | Include <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-17 | Initial revision | Michael 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-25 | entered into RCS | Roland McGrath | |
1996-04-24 | entered into RCS | Roland McGrath | |
1996-04-15 | entered into RCS | Michael I. Bushnell | |
1996-04-15 | Formerly Makefile.~16~ | Michael I. Bushnell | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |
1996-02-26 | entered into RCS | Michael I. Bushnell | |