Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put pflocal on /servers/socket/local (which will be a link to | Michael I. Bushnell | 1996-07-09 | 1 | -3/+1 |
| | | | | /servers/socket/1). | ||||
* | Create /servers/socket/local too, linked to /servers/socket/1. | Michael I. Bushnell | 1996-07-09 | 1 | -1/+3 |
| | |||||
* | Set root writable before doing anything else; offer to reboot the | Michael I. Bushnell | 1996-07-09 | 1 | -0/+8 |
| | | | | system when through. | ||||
* | (_ps_stream_write_field): If a field is truncatable (MAX_WIDTH >= 0), take | Miles Bader | 1996-07-09 | 1 | -0/+4 |
| | | | | some of our spacing deficit out of it. | ||||
* | *** empty log message *** | Michael I. Bushnell | 1996-07-08 | 1 | -114/+73 |
| | |||||
* | (DIST_FILES): Removed *.h. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (DIST_FILES): Removed INSTALL-binary; now in ./release/. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (DIST_FILES): | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (DIST_FILES): repair | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-07-08 | 7 | -0/+628 |
| | |||||
* | (stop_pgrp): Don't do anything if ORPHANED. | Michael I. Bushnell | 1996-07-08 | 1 | -2/+2 |
| | |||||
* | (stop_pgrp): Take second arg CTTYID. Fetch each pgrp member's msgpor and | Roland McGrath | 1996-07-08 | 1 | -10/+16 |
| | | | | | | 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. | ||||
* | disable excessive cleverness for now... | Michael I. Bushnell | 1996-07-08 | 1 | -10/+10 |
| | |||||
* | (S_crash_dump_task): fixup | Michael I. Bushnell | 1996-07-08 | 1 | -1/+3 |
| | |||||
* | (stop_pgrp): New function. | Michael I. Bushnell | 1996-07-08 | 1 | -0/+31 |
| | | | | (S_crash_dump_task): Call stop_pgrp. | ||||
* | (lib-subdirs): Move libthreads up before libpager. | Michael I. Bushnell | 1996-07-08 | 1 | -2/+2 |
| | |||||
* | fixup | Michael I. Bushnell | 1996-07-08 | 1 | -2/+2 |
| | |||||
* | (fwd): Depend on libports. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (libs) [library]: Depend on add-to-librecord instead of $(targets). | Michael I. Bushnell | 1996-07-08 | 1 | -2/+27 |
| | | | | | | | | | (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. | ||||
* | (main): Don't use unsafe MOVE_SEND in call to file_set_translator. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+1 |
| | |||||
* | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 2 | -2/+4 |
| | | | | auth_server_authenticate. | ||||
* | (netfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
| | | | | auth_server_authenticate. | ||||
* | (fshelp_start_translator): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -9/+16 |
| | | | | fshelp_start_translator_long. | ||||
* | (fshelp_fetch_root): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | 1996-07-08 | 1 | -2/+7 |
| | | | | fshelp_start_translator_long. | ||||
* | (diskfs_S_fsys_init): Don't use unsafe MOVE_SEND in call to exec_init. | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
| | |||||
* | (init_stdarrays): Don't use unsafe MOVE_SEND in call to interruptible | Michael I. Bushnell | 1996-07-08 | 1 | -2/+6 |
| | | | | | proc_setexecdata. (open_console): Likewise, for file_set_translator. | ||||
* | (S_exec_exec): Don't use unsafe MOVE_SEND in call to interruptible | Michael I. Bushnell | 1996-07-08 | 1 | -12/+20 |
| | | | | exec_exec stub. | ||||
* | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
| | | | | auth_server_authenticate. | ||||
* | (diskfs_S_io_reauthenticate): Don't use unsafe MOVE_SEND in | Michael I. Bushnell | 1996-07-08 | 1 | -11/+10 |
| | | | | auth_server_authenticate. | ||||
* | (S_proc_reauthenticate): Don't use unsafe MOVE_SEND in user-side | Michael I. Bushnell | 1996-07-08 | 1 | -1/+2 |
| | | | | interruptible RPC. | ||||
* | (trivfs_S_io_reauthenticate): Don't use MACH_MSG_TYPE_MOVE_SEND; it's | Michael I. Bushnell | 1996-07-07 | 1 | -1/+2 |
| | | | | unreliable. | ||||
* | (print_banner): Use basename instead of rolling our own. | Miles Bader | 1996-07-07 | 1 | -8/+1 |
| | |||||
* | (_print_version): Include HURD_RELEASE in default. | Miles Bader | 1996-07-07 | 1 | -2/+3 |
| | |||||
* | (AUTH_VERSION): New macro. | Miles Bader | 1996-07-07 | 1 | -3/+7 |
| | | | | | | | | | | (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>. | ||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-07 | 1 | -1/+5 |
| | | | | <hurd.h>: New include. | ||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+3 |
| | | | | <hurd.h>: New include. | ||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+2 |
| | |||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 9 | -0/+18 |
| | |||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-06 | 1 | -0/+3 |
| | | | | <hurd.h>: New include. | ||||
* | (OTHERSRCS): Add opts-version.c. | Miles Bader | 1996-07-06 | 1 | -1/+1 |
| | |||||
* | (argp_program_version_hook): Type & doc updated. | Miles Bader | 1996-07-06 | 1 | -3/+6 |
| | | | | "argp.h": New include. | ||||
* | (argp_program_version): Doc updated. | Miles Bader | 1996-07-06 | 1 | -4/+4 |
| | |||||
* | (argp_program_version_hook): Add argument types. | Miles Bader | 1996-07-06 | 1 | -5/+7 |
| | |||||
* | (argp_version_parser): | Miles Bader | 1996-07-06 | 1 | -2/+2 |
| | | | | | Output ARGP_PROGRAM_VERSION to STATE->out_stream, not stdout. Supply that stream and STATE to ARGP_PROGRAM_VERSION_HOOK. | ||||
* | Initial revision | Miles Bader | 1996-07-06 | 1 | -0/+40 |
| | |||||
* | (ufs_version): Variable removed. | Miles Bader | 1996-07-06 | 1 | -2/+0 |
| | |||||
* | (print_banner): Don't include directory in terminal name. | Michael I. Bushnell | 1996-07-06 | 1 | -1/+8 |
| | |||||
* | (diskfs_drop_node): If this might be a special symlink, then truncate | Michael I. Bushnell | 1996-07-06 | 1 | -1/+4 |
| | | | | it even though NP->allocsize might be clear. | ||||
* | (read_disknode): Don't set allocsize based on st->size for kludged | Michael I. Bushnell | 1996-07-06 | 1 | -3/+10 |
| | | | | symlinks. | ||||
* | (diskfs_truncate): Call record_poke after truncating a kludged | Michael I. Bushnell | 1996-07-06 | 1 | -0/+1 |
| | | | | symlink. |