Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1996-07-03 | (process_has_exited): When reparenting children to init, if one of | Michael I. Bushnell | |
them is dead, alert init. | |||
1996-07-03 | (fstab_add_fs): Don't SEGV if COPY is 0. | Miles Bader | |
1996-07-03 | (netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND. | Michael I. Bushnell | |
1996-07-03 | (ports_get_right): Supply correct sync value in notification request. | Michael I. Bushnell | |
1996-07-03 | Include <argz.h>. | Michael I. Bushnell | |
(startup_parents, runtime_parents): Declare const. | |||
1996-07-03 | include addert.h | Michael I. Bushnell | |
1996-07-03 | (netfs_S_io_identity): Use fshelp_get_identity instead of creating | Michael I. Bushnell | |
port ourselves. | |||
1996-07-03 | (struct port_bucket): Mention name in global scope. | Michael I. Bushnell | |
1996-07-03 | (netfs_drop_node): Don't deallocate NP->identity. | Michael I. Bushnell | |
1996-07-03 | (netfs_make_node): Don't initialize NP->identity. | Michael I. Bushnell | |
1996-07-03 | (struct node): Delete member identity. | Michael I. Bushnell | |
1996-07-03 | whoops | Michael I. Bushnell | |
1996-07-03 | (SRCS): Add get-identity.c. | Michael I. Bushnell | |
1996-07-03 | Initial revision | Michael I. Bushnell | |
1996-07-03 | (diskfs_S_io_identity): Use newer interface. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Enable error returns. | Michael I. Bushnell | |