Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-08 | (fwd): Depend on libports. | Michael I. Bushnell | |
1996-07-08 | (libs) [library]: Depend on add-to-librecord instead of $(targets). | Michael I. Bushnell | |
(install) [library]: Add dependency on add-to-librecord. (add-to-librecord) [library]: Depend on $(targets). (librecord) [MAKELEVEL == 0]: Define and export. (include librecord): New inclusion. ($(librecord)): New target. (add-to-librecord): New target. | |||
1996-07-08 | (main): Don't use unsafe MOVE_SEND in call to file_set_translator. | Michael I. Bushnell | |
1996-07-08 | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-08 | (netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-08 | (fshelp_start_translator): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
fshelp_start_translator_long. | |||
1996-07-08 | (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
fshelp_start_translator_long. | |||
1996-07-08 | (diskfs_S_fsys_init): Don't use unsafe MOVE_SEND in call to exec_init. | Michael I. Bushnell | |
1996-07-08 | (init_stdarrays): Don't use unsafe MOVE_SEND in call to interruptible | Michael I. Bushnell | |
proc_setexecdata. (open_console): Likewise, for file_set_translator. | |||
1996-07-08 | (S_exec_exec): Don't use unsafe MOVE_SEND in call to interruptible | Michael I. Bushnell | |
exec_exec stub. | |||
1996-07-08 | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-08 | (diskfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-08 | (S_proc_reauthenticate): Don't use unsafe MOVE_SEND in user-side | Michael I. Bushnell | |
interruptible RPC. | |||
1996-07-07 | (trivfs_S_io_reauthenticate): Don't use MACH_MSG_TYPE_MOVE_SEND; it's | Michael I. Bushnell | |
unreliable. | |||
1996-07-07 | (print_banner): Use basename instead of rolling our own. | Miles Bader | |
1996-07-07 | (_print_version): Include HURD_RELEASE in default. | Miles Bader | |
1996-07-07 | (AUTH_VERSION): New macro. | Miles Bader | |
(argp_program_version): New variable. (auth_version): Variable removed. (main): Call argp_parse to get defaults. Use AUTH_VERSION instead of auth_version. <argp.h>: New include. <idvec.h>: Changed from <hurd/idvec.h>. | |||
1996-07-07 | (argp_program_version): New variable. | Miles Bader | |
<hurd.h>: New include. | |||
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
<hurd.h>: New include. | |||
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
<hurd.h>: New include. | |||
1996-07-06 | (OTHERSRCS): Add opts-version.c. | Miles Bader | |
1996-07-06 | (argp_program_version_hook): Type & doc updated. | Miles Bader | |
"argp.h": New include. | |||
1996-07-06 | (argp_program_version): Doc updated. | Miles Bader | |
1996-07-06 | (argp_program_version_hook): Add argument types. | Miles Bader | |
1996-07-06 | (argp_version_parser): | Miles Bader | |
Output ARGP_PROGRAM_VERSION to STATE->out_stream, not stdout. Supply that stream and STATE to ARGP_PROGRAM_VERSION_HOOK. | |||
1996-07-06 | Initial revision | Miles Bader | |
1996-07-06 | (ufs_version): Variable removed. | Miles Bader | |
1996-07-06 | (print_banner): Don't include directory in terminal name. | Michael I. Bushnell | |
1996-07-06 | (diskfs_drop_node): If this might be a special symlink, then truncate | Michael I. Bushnell | |
it even though NP->allocsize might be clear. | |||
1996-07-06 | (read_disknode): Don't set allocsize based on st->size for kludged | Michael I. Bushnell | |
symlinks. | |||
1996-07-06 | (diskfs_truncate): Call record_poke after truncating a kludged | Michael I. Bushnell | |
symlink. | |||
1996-07-06 | (print_banner): Use localhost instead of grotty loop. Make static. | Miles Bader | |
(main): Use syslog instead of error to report exec failure. | |||
1996-07-06 | (getty): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | Miles Bader | |
1996-07-06 | (add_utmp_entry): Pass the the basename of TTY to getutline. | Miles Bader | |
1996-07-06 | Include <sys/utsname.h> and <stdlib.h>. | Michael I. Bushnell | |
(main): Return something. | |||
1996-07-06 | (print_banner): New function. | Michael I. Bushnell | |
(main): Call print_banner. | |||
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-07-05 | (fmt_past_time): Get rid of extraneous `f' in fmt string. | Miles Bader | |
1996-07-04 | (netfs_S_io_write): more fixup | Michael I. Bushnell | |
1996-07-04 | (netfs_S_io_write): fixup | Michael I. Bushnell | |
1996-07-04 | (netfs_S_io_write): Bother implementing O_APPEND. | Michael I. Bushnell | |
1996-07-04 | (netfs_attempt_link) [case SYMLINK]: Include directory handle as an | Michael I. Bushnell | |
RPC arg. | |||
1996-07-04 | (netfs_S_io_identity): Don't take address of ID in call to | Michael I. Bushnell | |
fshelp_get_identity. | |||
1996-07-04 | (fshelp_get_identity): Bother to initialize I->fileno. | Michael I. Bushnell | |
1996-07-04 | (crash): New target. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Bother to release idlock before returning. | Michael I. Bushnell | |
1996-07-03 | (init): Add libports (because libfshelp.so requires it, lose lose | Michael I. Bushnell | |
lose). | |||
1996-07-03 | (process_signal) [case SIGCHLD]: Correctly place `break' *outside* of | Michael I. Bushnell | |
for loop. |