Age | Commit message (Collapse) | Author |
|
|
|
* auth.c (S_auth_server_authenticate): Take reply port args.
|
|
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* auth.c (main): New variable ARGP defining a doc string.
Pass address of ARGP to argp_parse().
exec/
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* main.c: Change hurd version name from proc to exec.
(main): Add period to doc string.
ftpfs/
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* ftpfs.c: Include <version.h>. Add global variable
ARGP_PROGRAM_VERSION. Add period to DOC.
hostmux/
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* hostmux.c: Include <version.h>. Add global variable
ARGP_PROGRAM_VERSION. Add period to DOC.
usermux/
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* usermux.c (options): Include <version.h>. Add global variable
ARGP_PROGRAM_VERSION. Add period to DOC.
trans/
2001-02-12 Marcus Brinkmann <marcus@gnu.org>
* fifo.c: Make version string say `fifo', not `null'.
Add period to doc text in ARGP.
* firmlink.c: Add period to doc text in ARGP_DOC, convert
semi-colon to colon.
* magic.c (options): Add period to DOC.
* new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP.
Include <version.h>, new global variable ARGP_PROGRAM_VERSION.
* crash.c: Include <version.h>, add global variable
ARGP_PROGRAM_VERSION.
* hello.c: Include <version.h>, add global variable
ARGP_PROGRAM_VERSION.
(hello_argp): Add doc string.
* hello-mt.c: Likewise.
* streamio.c: Add period to DOC. Change streamdev to streamio in
version string.
* password.c (main): Add period to doc string in ARGP.
|
|
comes before the ports lib. This makes sure the functions in
libthreads properly override the stubs in libports with the new
dynamic linker semantics in glibc 2.2.
|
|
|
|
* auth.c (S_auth_server_authenticate, S_auth_user_authenticate): If
rendezvous port arrives as MACH_PORT_DEAD, fail with EINVAL.
|
|
|
|
* auth.c: Include <error.h>.
|
|
|
|
* auth.c (main): Give diagnostics for lack of bootstrap port or
failure of startup_authinit RPC.
|
|
|
|
* auth.c (main): Call _hurd_proc_init with new args set to zero.
|
|
* auth.c (main): New args for
ports_manage_port_operations_multithread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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>.
|
|
Don't special-case the 0 explicit ids case (it used to merge in all the ids
from passed in auth-handles in that case).
|
|
|
|
Use ports_interrupt_self_on_port_death instead of cancel_on_dead_name.
Hurd_condition_wait returns a boolean, not an error_t, so supply EINTR
ourselves.
(cancel_on_dead_name): Function removed.
|
|
|
|
|
|
(main): Initialize the ihash tables, dammit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(auth.o): Depend on notify_S.h.
|
|
Remove _S_ from all do_mach_notify_* server routines.
|
|
|
|
|
|
|
|
|
|
|
|
|