Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Samuel Thibault | 2025-01-12 | 2 | -2/+2 |
| | |||||
* | remap, syncfs: correct program version name | free_software@xobnur.uk | 2024-09-07 | 1 | -1/+1 |
| | | | | | /hurd/remap --version was claiming to be fakeroot Message-ID: <621e135a-f272-43e8-9c10-35804abb1ed5@xobnur.uk> | ||||
* | startup, settrans: Add missing flush of stderr to get output on waiting | Samuel Thibault | 2024-08-29 | 1 | -0/+1 |
| | |||||
* | Fix line-buffered stderr | Samuel Thibault | 2024-08-25 | 1 | -0/+1 |
| | | | | | mach_open_devstream creates a fully-buffered stream by default. This prevents from seeing various messages. | ||||
* | Update rpctrace to use the new ABI for inlined port names | Flavio Cruz | 2024-01-23 | 1 | -34/+59 |
| | | | | Message-ID: <Za3wnF34kVU0r1TS@jupiter.tail36e24.ts.net> | ||||
* | x86_64: utmp uses int32_t to store time so use a temporary variable | Flavio Cruz | 2023-12-31 | 1 | -1/+6 |
| | | | | Message-ID: <ZZBGYmkYNwpoamBm@jupiter.tail36e24.ts.net> | ||||
* | Fix overflow issues in tmpfs and vmallocate | Flavio Cruz | 2023-12-29 | 1 | -2/+5 |
| | | | | Message-ID: <20231229212105.858759-9-flaviocruz@gmail.com> | ||||
* | Fix a few pointer related warnings. | Flavio Cruz | 2023-12-29 | 2 | -3/+3 |
| | | | | Message-ID: <20231229212105.858759-7-flaviocruz@gmail.com> | ||||
* | Fix printf format specifiers | Flavio Cruz | 2023-12-29 | 1 | -1/+1 |
| | | | | Message-ID: <20231229212105.858759-4-flaviocruz@gmail.com> | ||||
* | Use mach_msg_type_number_t whenever required to avoid warnings | Flavio Cruz | 2023-12-29 | 2 | -2/+2 |
| | | | | Message-ID: <20231229212105.858759-3-flaviocruz@gmail.com> | ||||
* | Remove an unused include | Sergey Bugaev | 2023-05-21 | 1 | -1/+0 |
| | | | | Message-Id: <20230518165719.90745-2-bugaevc@gmail.com> | ||||
* | Style tweaks | Sergey Bugaev | 2023-05-10 | 1 | -6/+6 |
| | | | | Message-Id: <20230508213136.608575-42-bugaevc@gmail.com> | ||||
* | utils: Avoid warnings about prototype mismatch | Sergey Bugaev | 2023-05-10 | 2 | -2/+5 |
| | | | | Message-Id: <20230508213136.608575-16-bugaevc@gmail.com> | ||||
* | utils: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 13 | -50/+65 |
| | | | | Message-Id: <20230508213136.608575-15-bugaevc@gmail.com> | ||||
* | Use designated initializers when building mach_msg_type_t | Flavio Cruz | 2023-05-04 | 1 | -7/+7 |
| | | | | Message-Id: <ZFLcIs0iwiC9kQDf@jupiter.tail36e24.ts.net> | ||||
* | Improve portability for rpctrace on x86_64 | Flavio Cruz | 2023-04-24 | 1 | -3/+5 |
| | | | | | | | | Defined alignment as __alignof__(uintptr_t) to match MiG. Also used char* instead of void* during the message iteration since it's more portable as pointer arithmetic on void* is a GNU extension. Message-Id: <ZEYMUWHf/2VH2KlD@jupiter.tail36e24.ts.net> | ||||
* | utils/msgport.c: Add cmd_report_wait | Sergey Bugaev | 2023-04-18 | 2 | -1/+75 |
| | | | | | | | | | | This exposes msg_report_wait. For example: $ msgport --report-wait --pid $$ 26997: 2 threads 26997: thread 0: proc_wait_request [init#3] 26997: thread 1: msgport Message-Id: <20230418104915.12301-1-bugaevc@gmail.com> | ||||
* | Further modernize Hurd code by enforcing strict prototypes and no implicit ↵ | Flavio Cruz | 2023-04-08 | 2 | -7/+3 |
| | | | | | | | | | | | | | | | | | | function declarations. Most of the changes land in one of these buckets: * Removed unused declarations. * Used (void) to represent no parameters instead of () which means an undeterminate number of parameters. * Included missing header files whenever necessary (stdlib.h, sys/mman.h, etc) * Typedefed function pointers to be able to fully declare the parameter types. * Added declarations of library functions that are used elsewhere (example is libps/ps.h). * Made functions static whenever they are only used in that file. * Forwarded declarations of some methods that were made static. Message-Id: <ZDD1o7/tVYeZew+G@jupiter.tail36e24.ts.net> | ||||
* | Use default pager MiG stubs from Hurd instead of gnumach | Flavio Cruz | 2023-04-07 | 2 | -2/+4 |
| | | | | | | | | | | | | Hurd code relies on gnumach default_pager.defs headers when making calls using the default pager RPC. Those stubs were checked in back in the 90s and are essentially unused because gnumach does not implement or use that interface. Instead use the Hurd interface directly. This is safe since the Hurd stubs are a super set of the gnumach stubs. Later, we won't need to install the gnumach stubs anymore through glibc. Message-Id: <ZC5WqPKfCCiE8D29@jupiter.tail36e24.ts.net> | ||||
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 4 | -6/+6 |
| | | | | | Also add -Werror=old-style-definition to enforce new code. Message-Id: <ZBZ+8xf7GHy2RT/h@jupiter.tail36e24.ts.net> | ||||
* | Avoid variable length array with size zero | Samuel Thibault | 2023-02-02 | 1 | -1/+1 |
| | |||||
* | utils: Fix calling multi-line macro | Samuel Thibault | 2023-01-01 | 1 | -1/+3 |
| | |||||
* | vmstat: Support 64bit memory size | Samuel Thibault | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | settrans: Fix checking len being negative | Samuel Thibault | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | pids: Fix pointer arithmetic | Samuel Thibault | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | nonsugid: Fix memleak | Samuel Thibault | 2023-01-01 | 1 | -0/+5 |
| | |||||
* | Fix *printf specifier for user space mach ports. | Flavio Cruz | 2022-12-06 | 1 | -6/+6 |
| | | | | | mach_port_t are mach_port_name_t and thus require %u instead of %lu. Message-Id: <Y42RELMbulK4xaKM@reue> | ||||
* | Remove the concept of process owner | Sergey Bugaev | 2022-08-10 | 1 | -0/+1 |
| | | | | | | | | | | Now that it's completely unused. procinfo.owner is now simply set to the first UID that a process has. proc_setowner () is kept for compatibility, but now does nothing. The clients still try to call it, though, for compatibility with older proc server versions. | ||||
* | mount: Avoid appending empty options to empty mntopts | Samuel Thibault | 2022-02-20 | 1 | -1/+2 |
| | | | | argz_append does not actually support this. | ||||
* | mount: Fix deleting noauto/bind option | Samuel Thibault | 2022-02-20 | 1 | -2/+11 |
| | | | | | After deleting an option, we have to let the loop continue from there instead of skipping another option. | ||||
* | Silence warning | Samuel Thibault | 2022-02-12 | 1 | -1/+1 |
| | | | | | | | Since gcc doesn't seem to discover that underlying is not used uninitialized. * utils/mount.c (do_mount): Initialize underlying to MACH_PORT_NULL. | ||||
* | Fix warning | Samuel Thibault | 2022-02-12 | 1 | -1/+1 |
| | | | | | * utils/msgport.c (cmd_umask): Use int instead of mode_t for umask, since msg_get_init_int takes an int*. | ||||
* | Pass mach_task_self when deallocating INIT_PORT_CWDIR | Flavio Cruz | 2022-01-17 | 1 | -1/+1 |
| | | | | Message-Id: <YeXBjT8t777b8+AF@viriathus> | ||||
* | Make RPC input array parameters const | Samuel Thibault | 2022-01-16 | 1 | -5/+5 |
| | | | | | This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server side") | ||||
* | login: More port leaks fixes | Samuel Thibault | 2022-01-04 | 1 | -2/+9 |
| | | | | | | ports[INIT_PORT_CRDIR] and [INIT_PORT_CWDIR] were obtained from getcrdir() and getcwdir(), so a referenced needs to be released when replacing them. | ||||
* | Fix leaking auth ports | Samuel Thibault | 2022-01-04 | 4 | -9/+34 |
| | | | | | | | | | | | We need to be extremely careful with auth ports since leaking them into subprocesses may expose a root-auth port to non-root processes. Notably, get_nonsugid_ids was caching it, thus preventing glibc's exec implementation from dropping it. Login is also reimplementing hurdexec but without all the cloexec logic. This commit fixes various auth leaks. | ||||
* | Fix build warnings | Samuel Thibault | 2022-01-01 | 1 | -0/+1 |
| | | | | No actual behavior change. | ||||
* | utils/ps.c: Don't limit output width to 80 on non-tty | Sergey Bugaev | 2021-05-18 | 1 | -0/+5 |
| | | | | | | | | If no output width limit has been set explicitly, and we're not printing to a tty, do not limit output width. In particular, this fixes grepping ps output. Message-Id: <20210518122150.1490468-1-bugaevc@gmail.com> | ||||
* | settrans: get rid of translator that couldn't be attached | Sergey Bugaev | 2021-05-08 | 1 | -1/+5 |
| | | | | | * utils/settrans.c (main): When file_set_translator fails, make the just-started translator go away. | ||||
* | libps: support getting RPC names for WAIT output | Samuel Thibault | 2020-11-23 | 3 | -22/+42 |
| | | | | | | | | | | | * libps/Makefile (SRCS): Add ../utils/msgids.c. (../utils/msgids-CPPFLAGS): Add DATADIR macro. * libps/spec.c: Include "../utils/msgids.h". (get_rpc_name): Implement with msgid_info. * utils/msgids.c (parse_opt): Move end code to ... (msgids_scan_std): ... new function. * utils/msgids.h (msgids_scan_std): New prototype. * utils/ps.c (main): Call msgids_scan_std. | ||||
* | Fix build with -fno-common | Samuel Thibault | 2020-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which will be the default in gcc-10. * acpi/acpifs.h (fs, acpifs_maptime): Add extern qualifier. * boot/private.h (verbose): Likewise. * eth-multiplexer/netfs_impl.h (multiplexer_maptime): Likewise. * eth-multiplexer/vdev.h (port_bucket, vdev_portclass): Likewise. * exec/priv.h (port_bucket, execboot_portclass): Likewise. * ext2fs/ext2fs.h (sblock, sblock_dirty, block_size, log2_block_size, log2_dev_blocks_per_fs_block, log2_stat_blocks_per_fs_block, zeroblock, frag_size, frags_per_block, inodes_per_block, itb_per_group, db_per_group, desc_per_block, addr_per_block, groups_count, node_to_page_lock, generation_lock, next_generation, group_desc_image, global_pokel, modified_global_blocks, use_xattr_translator_records): Likewise. * hostmux/hostmux.h (hostmux_maptime): Likewise. * isofs/isofs.h (host_name, mounted_on, disk_image, disk_image_len, logical_block_size, sblock): Likewise. * libdiskfs/diskfs.h (diskfs_shortcut_symlink, diskfs_shortcut_chrdev, diskfs_shortcut_blkdev, diskfs_shortcut_fifo, diskfs_shortcut_ifsock, diskfs_create_symlink_hook, diskfs_read_symlink_hook): Likewise. * libnetfs/callbacks.h (_netfs_translator_callback1, _netfs_translator_callback2): Likewise. * libnetfs/priv.h (netfs_mtime): Likewise. * libpager/priv.h (_pager_class): Likewise. * libtrivfs/trivfs.h (trivfs_check_access_hook, trivfs_check_open_hook, trivfs_open_hook, trivfs_protid_create_hook, trivfs_peropen_create_hook, trivfs_protid_destroy_hook, trivfs_peropen_destroy_hook, trivfs_getroot_hook): Likewise. * lwip/lwip-hurd.h (lwip_bucket, socketport_class, addrport_class, shutdown_notify_class, lwip_protid_portclasses, lwip_cntl_portclasses, lwip_bootstrap_portclass, fsys_identity, lwipcntl, lwip_owner, lwip_group): Likewise. * lwip/port/include/netif/hurdtunif.h (tunnel_cntlclass, tunnel_class): Likewise. * nfs/nfs.h (main_udp_socket, hostname, mapped_time): Likewise. * nfsd/nfsd.h (mapped_time, authserver): Likewise. * pci-arbiter/pcifs.h (fs, pcifs_maptime): Likewise. * pci-arbiter/startup.h (pci_shutdown_notify_class, arrange_shutdown_notification): Likewise. * pfinet/pfinet.h (pfinet_bucket, addrport_class, socketport_class, fsys_identity, pfinetctl, pfinet_owner, pfinet_group): Likewise. * pflocal/sserver.h (sock_port_bucket): Likewise. * proc/proc.h (authserver, self_proc, init_proc, startup_proc, proc_bucket, proc_class, generic_port_class, exc_class, generic_port, kernel_proc, global_lock): Likewise. * term/term.h (termstate, termflags, global_lock, carrier_alert, select_alert, pty_select_alert, term_bucket, tty_cntl_class, tty_class, cttyid_class, pty_class, pty_cntl_class, termctl, ptyctl, inputq, rawq, outputq, remote_input_mode, external_processing, term_owner, term_group, term_mode, bottom): Likewise. * usermux/usermux.h (usermux_maptime): Likewise. * utils/msgids.h (msgid_argp): Likewise. * libdiskfs/priv.h (_diskfs_mtime): Remove definition. * lwip/options.h (lwip_argp): Add prototype. * mach-defpager/priv.h (partitions): Name structure. (all_partitions): Add extern qualifier. * acpi/main.c (acpifs_maptime, fs): New variables. * exec/main.c (port_bucket, execboot_portclass): Likewise. * ext2fs/ext2fs.c (sblock, sblock_dirty, block_size, log2_block_size, log2_dev_blocks_per_fs_block, log2_stat_blocks_per_fs_block, frag_size, frags_per_block, inodes_per_block, itb_per_group, db_per_group, desc_per_block, addr_per_block, groups_count, next_generation, group_desc_image, global_pokel, use_xattr_translator_records): Likewise. * isofs/main.c (host_name, mounted_on, logical_block_size, sblock): Likewise. * libpager/pager-create.c (_pager_class): Likewise. * lwip/port/netif/hurdtunif.c (tunnel_cntlclass, tunnel_class): Likewise. * mach-defpager/default_pager.c (all_partitions): Likewise. * nfs/main.c (main_udp_socket, hostname, mapped_time): Likewise. * nfsd/main.c (mapped_time, authserver): Likewise. * pci-arbiter/main.c (fs, pcifs_maptime): Likewise. * pci-arbiter/startup.c (*pci_shutdown_notify_class): Likewise. * pfinet/main.c (pfinetctl, pfinet_owner, pfinet_group, pfinet_bucket, addrport_class, socketport_class, fsys_identity): Likewise. * proc/main.c (authserver, self_proc, init_proc, startup_proc, proc_bucket, proc_class, generic_port_class, exc_class, generic_port, kernel_proc, global_lock): Likewise. * term/main.c (termstate, termflags, global_lock, carrier_alert, select_alert, pty_select_alert, term_bucket, tty_cntl_class, tty_class, cttyid_class, pty_class, pty_cntl_class, termctl, ptyctl, outputq, remote_input_mode, external_processing, term_owner, term_group, term_mode, bottom): Likewise. * usermux/usermux.c (usermux_mapped_time): Rename to usermux_maptime. * lwip/main.c: Include "options.h". (lwip_argp, netif_list): Remove declarations. (lwip_bucket, socketport_class, addrport_class, shutdown_notify_class, lwip_cntl_portclasses, lwip_bootstrap_portclass, lwip_owner, lwip_group, fsys_identity, lwipcntl): New variables. * eth-multiplexer/multiplexer.c (multiplexer_maptime): Add variable. * hostmux/hostmux.c (hostmux_mapped_time): Rename variable to hostmux_maptime * libdiskfs/extra-version.c: Rename file to... * libdiskfs/priv.c: ... new file. (diskfs_shortcut_symlink, diskfs_shortcut_chrdev, diskfs_shortcut_blkdev, diskfs_shortcut_fifo, diskfs_shortcut_ifsock, diskfs_create_symlink_hook, diskfs_read_symlink_hook): Add weak variables. * libdiskfs/Makefile (OTHERSRCS): Replace extra-version.c with priv.c. * libtrivfs/priv.c: New file. * libtrivfs/Makefile (OTHERSRCS): Add priv.c * libcons/extra-version.c: Rename file to... * libcons/priv.c: ... new file. * libcons/Makefile (SRCS): Replace extra-version.c with priv.c. Fix build with # | ||||
* | Make libcrypt really optional | Samuel Thibault | 2019-11-17 | 1 | -3/+3 |
| | | | | | | | * configure.ac (--without-libcrypt): Add option. Only test for libcrypt if it is not set. * utils/Makefile (login-LDLIBS, addauth-LDLIBS, setauth-LDLIBS): Only add -lcrypt when libcrypt is available. | ||||
* | login: Set non-insecure default umask | Samuel Thibault | 2019-11-11 | 1 | -1/+1 |
| | | | | * utils/login.c (default_args): Set UMASK to 022. | ||||
* | Fix password checking with as-needed linking | Samuel Thibault | 2019-09-01 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Newer gcc toolchains tend to enable as-needed by default, so runtime detection of libcrypt will fail. We can just explicitly link against libcrypt anyway. * configure.ac: Check for `crypt()' in libcrypt. * config.make.in: Substitute HAVE_LIBCRYPT. * libshouldbeinlibc/idvec-verify.c: Include <crypt.h> only when libcrypt is available. Replace weak reference with explicit call and fallback macro. * utils/x.c: Likewise. * libshouldbeinlibc/Makefile (LDLIBS): Add -lcrypt when libcrypt is available. | ||||
* | Fix warnings | Samuel Thibault | 2018-03-05 | 8 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libdiskfs/boot-start.c (diskfs_start_bootstrap): Fix printf format. * libfshelp/delegate.c: Include <alloca.h> and <stdlib.h>. * libfshelp/start-translator-long.c: Include <stdlib.h>. * libshouldbeinlibc/ugids-verify-auth.c (server_verify_make_auth): Fix prototypes for password_check_group and password_check_user. * libstore/argp.c: Include <stdlib.h>. * libstore/task.c: Include <stdlib.h>. * exec/exec.c: Include <mach/vm_param.h>. * libbpf/bpf_impl.c: Include <stdlib.h>. * proc/info.c (S_proc_getloginpids): Remove local variables leader_task and leader_sub. * proc/main.c (main): Remove local variable original_argv. * boot/boot.c (task_died, S_mach_notify_new_task): Fix printf format. * exec/elfcore.c: Include <alloca.h> and <mach/vm_param.h>. * trans/crash.c: Include <hurd/msg.h>. * trans/random.c: Include <signal.h>. * utils/login.c: Include <signal.h>. * utils/id.c: Include <hurd/msg.h>. * utils/devprobe.c: Include <stdlib.h>. * utils/addauth.c: Include <hurd/msg.h>. * utils/frobauth-mod.c: Include <hurd/msg.h>. * utils/storeread.c: Include <stdlib.h>. * utils/msgport.c: Include <hurd/msg.h>. * sutils/clookup.c (file_name_lookup_carefully): Fix lookup function prototype, make head and tail const. * utils/rpcscan.c: Include <stdlib.h>. * sutils/bless.c: Include <stdlib.h>. * fstests/fstests.c: Include <stdlib.h>. * startup/startup.c (argz_task_insert_right): Fix printf format. * init/init.c: Include <stdlib.h>. | ||||
* | Add missing lib in link | Samuel Thibault | 2018-02-11 | 1 | -1/+2 |
| | | | | * Makefile (rpcscan): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | ||||
* | Fix warnings | Samuel Thibault | 2018-01-28 | 1 | -4/+4 |
| | | | | | * utils/nullauth.c (argp_program_version, options, doc[], args_doc): Drop duplicate const qualifier. | ||||
* | rpctrace: Pass prefixed_name to _hurd_exec_paths. | Kalle Olavi Niemitalo | 2018-01-08 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | This fixes the following test case: mkdir testy echo '#! /bin/bash' > testy/prog echo 'printf "%s\n" "$0"' >> testy/prog chmod +x testy/prog PATH=$(pwd)/testy /bin/rpctrace -E PATH=/usr/bin:/bin -o /dev/null prog Before this patch, the output is: /bin/bash: prog: No such file or directory After this patch, the output is similar to: /home/kalle/testy/prog * utils/rpctrace.c (traced_spawn): Get prefixed_name from file_name_path_lookup and pass it to _hurd_exec_paths. | ||||
* | Use the new _hurd_exec_file_name function | Emilio Pozuelo Monfort | 2018-01-08 | 3 | -5/+17 |
| | | | | | | | | | * configure.in: Check for _hurd_exec_paths. * utils/fakeauth.c: Call _hurd_exec_paths instead of _hurd_exec if it's available. * utils/shd.c: Likewise. * utils/rpctrace.c: Get prefixed_name from file_name_path_lookup and pass it to _hurd_exec_paths instead of calling _hurd_exec. | ||||
* | Add a file_exec_file_name RPC | Emilio Pozuelo Monfort | 2018-01-08 | 1 | -7/+18 |
| | | | | | | | | | | | | | | | | | | | | | | * hurd/fs.defs (file_exec): Deprecate in favor of... (file_exec_paths): ...this new RPC. * TODO: Update. * doc/hurd.texi: Update RPC name. * hurd/hurd_types.h: Update RPC name. * libdiskfs/boot-start.c: Update RPC name. * configure.ac: Check for presence of RPC stubs file_exec_paths exec_exec_paths. * exec/hashexec.c (check_hashbang): When file_exec_paths is available, use it instead of file_exec. * startup/startup.c (run, run_for_real, start_child): Likewise. * utils/login.c (main): Likewise. * libfshelp/start-translator-long.c (fshelp_start_translator_long): Likewise. * libdiskfs/file-exec.c (diskfs_S_file_exec): Move code to new function diskfs_S_file_exec_paths and call it. (diskfs_S_file_exec_paths): New function, use exec_exec_paths when available instead of exec_exec * libnetfs/file-exec.c (netfs_S_file_exec, netfs_S_file_exec_paths): Likewise. * trans/fakeroot.c (netfs_S_file_exec, netfs_S_file_exec_paths): Likewise. * libtrivfs/file-exec.c (trivfs_S_file_exec_paths): New function. |