summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-08(stop_pgrp): Don't do anything if ORPHANED.Michael I. Bushnell
1996-07-08(stop_pgrp): Take second arg CTTYID. Fetch each pgrp member's msgpor andRoland McGrath
send msg_sig_post with that as refport instead of calling POSIX.1 kill function like a bonehead. (S_crash_dump_task): Pass CTTY_ID arg through to stop_pgrp.
1996-07-08disable excessive cleverness for now...Michael I. Bushnell
1996-07-08(S_crash_dump_task): fixupMichael I. Bushnell
1996-07-08(stop_pgrp): New function.Michael I. Bushnell
(S_crash_dump_task): Call stop_pgrp.
1996-07-08(lib-subdirs): Move libthreads up before libpager.Michael I. Bushnell
1996-07-08fixupMichael I. Bushnell
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 toMichael I. Bushnell
auth_server_authenticate.
1996-07-08(netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell
auth_server_authenticate.
1996-07-08(fshelp_start_translator): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell
fshelp_start_translator_long.
1996-07-08(fshelp_fetch_root): Don't use unsafe MOVE_SEND in call toMichael 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 interruptibleMichael 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 interruptibleMichael I. Bushnell
exec_exec stub.
1996-07-08(S_io_reauthenticate): Don't use unsafe MOVE_SEND inMichael I. Bushnell
auth_server_authenticate.
1996-07-08(diskfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND inMichael I. Bushnell
auth_server_authenticate.
1996-07-08(S_proc_reauthenticate): Don't use unsafe MOVE_SEND in user-sideMichael I. Bushnell
interruptible RPC.
1996-07-07(trivfs_S_io_reauthenticate): Don't use MACH_MSG_TYPE_MOVE_SEND; it'sMichael 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-06Initial revisionMiles 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 truncateMichael I. Bushnell
it even though NP->allocsize might be clear.
1996-07-06(read_disknode): Don't set allocsize based on st->size for kludgedMichael I. Bushnell
symlinks.
1996-07-06(diskfs_truncate): Call record_poke after truncating a kludgedMichael 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-06Include <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 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-07-05(fmt_past_time): Get rid of extraneous `f' in fmt string.Miles Bader
1996-07-04(netfs_S_io_write): more fixupMichael I. Bushnell
1996-07-04(netfs_S_io_write): fixupMichael I. Bushnell
1996-07-04(netfs_S_io_write): Bother implementing O_APPEND.Michael I. Bushnell