acadia-newlib/winsup/utils
Corinna Vinschen c8ddd03cb0 Cygwin: add very simple newgrp(1) tool
This tool allows to change the primary group for a child process.
The new primary group MUST be part of the supplementary group list
of newgrp's user token.

The command started as child process is specified on the command line.
If it's missing, start the user's default shell with the new primary
group.

TODO: Implement '-' option.
      Add command description to documentation.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2023-01-13 20:59:29 +01:00
..
mingw Cygwin: utils: drop 32 bit considerations 2022-10-28 11:37:02 +02:00
COPYING.dumper
Makefile.am Cygwin: add very simple newgrp(1) tool 2023-01-13 20:59:29 +01:00
chattr.c Cygwin: utils: chattr: Allow to clear all attributes with '='. 2021-05-21 12:56:59 +02:00
cygpath.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
dumper.cc Cygwin: utils: drop 32 bit considerations 2022-10-28 11:37:02 +02:00
dumper.h Cygwin: Drop excluded regions list from dumper 2020-07-21 15:19:42 +01:00
gencat.c
getconf.c Cygwin: getconf: align -a output to glibc getconf 2022-03-02 22:15:02 +01:00
getfacl.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
gmondump.c Cygwin: Have gmondump support ssp-generated gmon.out 2022-06-10 12:12:26 +02:00
kill.cc Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
ldd.cc Cygwin: Define PSAPI_VERSION as 1 before including psapi.h 2021-07-09 13:24:08 +01:00
loadlib.h
locale.cc Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
lsattr.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
minidumper.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
mkgroup.c Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via Makefile 2021-05-26 11:01:32 +02:00
mkpasswd.c Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via Makefile 2021-05-26 11:01:32 +02:00
module_info.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
mount.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
newgrp.c Cygwin: add very simple newgrp(1) tool 2023-01-13 20:59:29 +01:00
passwd.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
path.cc Cygwin: Drop pointless loadlib.h includes in utilities 2022-06-06 11:21:43 +01:00
path.h Unpick cygpath TESTSUITE 2021-05-10 14:41:39 +01:00
pldd.c Cygwin: Define PSAPI_VERSION as 1 before including psapi.h 2021-07-09 13:24:08 +01:00
profiler.cc Cygwin: utils: drop 32 bit considerations 2022-10-28 11:37:02 +02:00
ps.cc Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
regtool.cc Cygwin: regtool: drop 32 bit hint from help output 2022-10-28 11:01:56 +02:00
setfacl.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
setmetamode.c Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
ssp.c Cygwin: utils: drop 32 bit considerations 2022-10-28 11:37:02 +02:00
ssp.txt
tzmap-from-unicode.org Cygwin: utils: tzmap-from-unicode.org: enforce sorting order for LANG=C 2021-07-28 22:18:38 +02:00
tzmap.h Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
tzset.c Cygwin: drop support for systems not supporting RFC 4646 locales 2021-10-29 18:19:45 +02:00
umount.cc Cygwin: utils: convert usage() to proper noreturn function throughout 2020-08-07 15:09:56 +02:00
wide_path.h