| /freebsd-14.2/sys/contrib/openzfs/ |
| H A D | .mailmap | 96 ajs124 <[email protected]> <ajs124@users.noreply.github.com> 104 Andrew Sun <[email protected]> <as-com@users.noreply.github.com> 111 Brad Forschinger <[email protected]> <bnjf@users.noreply.github.com> 124 Dex Wood <[email protected]> <slash2314@users.noreply.github.com> 125 DHE <[email protected]> <DeHackEd@users.noreply.github.com> 135 George Gaydarov <[email protected]> <gg7@users.noreply.github.com> 137 Gerardwx <[email protected]> <Gerardwx@users.noreply.github.com> 140 Hajo Möller <[email protected]> <dasjoe@users.noreply.github.com> 193 Scott Colby <[email protected]> <scolby33@users.noreply.github.com> 199 Thomas Geppert <[email protected]> <geppi@users.noreply.github.com> [all …]
|
| /freebsd-14.2/contrib/flex/ |
| H A D | ChangeLog | 2768 2012-08-04 nomis52 <nomis52@users.sourceforge.net> 2812 2012-07-29 Will Estes <wlestes@users.sourceforge.net> 2873 2012-07-23 Will Estes <wlestes@users.sourceforge.net> 2879 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 2886 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 2903 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 2907 2012-06-23 Will Estes <wlestes@users.sourceforge.net> 2911 2012-06-22 Will Estes <wlestes@users.sourceforge.net> 2915 2012-04-27 Will Estes <wlestes@users.sourceforge.net> 3160 nullnix@users.sourceforge.net [all …]
|
| /freebsd-14.2/contrib/kyua/utils/ |
| H A D | passwd_test.cpp | 117 std::vector< passwd_ns::user > users; in ATF_TEST_CASE_BODY() local 118 users.push_back(passwd_ns::user("myself2", 20, 40)); in ATF_TEST_CASE_BODY() 119 users.push_back(passwd_ns::user("myself1", 10, 15)); in ATF_TEST_CASE_BODY() 120 users.push_back(passwd_ns::user("myself3", 30, 60)); in ATF_TEST_CASE_BODY() 121 passwd_ns::set_mock_users_for_testing(users); in ATF_TEST_CASE_BODY() 149 std::vector< passwd_ns::user > users; in ATF_TEST_CASE_BODY() local 150 users.push_back(passwd_ns::user("myself2", 20, 40)); in ATF_TEST_CASE_BODY() 151 users.push_back(passwd_ns::user("myself1", 10, 15)); in ATF_TEST_CASE_BODY() 152 users.push_back(passwd_ns::user("myself3", 30, 60)); in ATF_TEST_CASE_BODY() 153 passwd_ns::set_mock_users_for_testing(users); in ATF_TEST_CASE_BODY()
|
| H A D | passwd.cpp | 190 passwd_ns::set_mock_users_for_testing(const std::vector< user >& users) in set_mock_users_for_testing() argument 192 PRE(!users.empty()); in set_mock_users_for_testing() 193 mock_users = users; in set_mock_users_for_testing()
|
| /freebsd-14.2/usr.sbin/lpr/lprm/ |
| H A D | lprm.c | 78 int users; /* # of users in user array */ variable 129 if (!users) { in main() 130 users = -1; in main() 137 if (users < 0) in main() 144 if (users >= MAXUSERS) in main() 146 user[users++] = arg; in main()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_rwx_003_pos.ksh | 62 set -A users \ 137 log_must set_cur_usr ${users[i]} 140 test_chmod_basic_access $testfile ${users[((i+1))]} ${users[((i+2))]} 142 test_chmod_basic_access $testdir ${users[((i+1))]} ${users[((i+2))]}
|
| H A D | zfs_acl_chmod_xattr_002_pos.ksh | 74 set -A users \ 230 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]} 236 test_chmod_basic_access $target ${users[i]} \ 240 test_chmod_basic_access $target ${users[i]} \
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | expn.pl | 150 @users = split(' ',$users{$server}); 151 delete $users{$server}; 237 while(@users) { 238 $u = shift(@users); 438 for $u (@users) { 451 @users = @remaining_users; 452 for $u (@users) { 876 $users{$host} .= " $addr"; 928 for $u (@users) { 938 @users = @still_there; [all …]
|
| /freebsd-14.2/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 8 ~b users Add users to Bcc list 9 ~c users Add users to Cc list 27 ~t users Add users to the To list
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.macos | 1 As with other systems using BPF, macOS allows users with read access to 2 the BPF devices to capture packets with libpcap and allows users with 7 changed to give users other than root permission to read or write those 12 devices to give users other than root permission to read or write those 28 devices to rw-rw----, so that all users in the "admin" group - i.e., all 29 users with "Allow user to administer this computer" turned on - have 62 devices, rather than giving all administrative users permission to 66 give the administrative users permission to read but not write the BPF 73 traffic, non-root users who cannot open the BPF devices for writing will
|
| /freebsd-14.2/usr.sbin/quot/ |
| H A D | quot.c | 233 } *users; variable 244 if (!(users = in inituser() 248 for (usr = users, i = nusers; --i >= 0; usr++) { in inituser() 262 svusr = users; in usrrehash() 267 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name; in usrrehash() 269 if (usrn <= users) in usrrehash() 270 usrn = users + nusers; in usrrehash() 305 if (usr <= users) in user() 306 usr = users + nusers; in user() 322 #define sortusers(users) (qsort((users),nusers,sizeof(struct user), \ argument [all …]
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | SUPPORT.md | 10 In this case the [openssl-users] mailing list is the right place for you. 12 other OpenSSL users. Here you will most likely get the answer to your questions. 36 [openssl-users] mailing list first. 69 - [openssl-users] for general questions about using the OpenSSL software 70 and discussions between OpenSSL users. 77 Only subscribers can post to [openssl-users] or [openssl-project]. The 88 [openssl-users]: https://mta.openssl.org/mailman/listinfo/openssl-users
|
| /freebsd-14.2/usr.sbin/lpr/common_source/ |
| H A D | rmjob.c | 97 if (users < 0) { in rmjob() 102 users = 1; in rmjob() 262 if (users == 0 && requests == 0) in chk() 273 for (u = user; u < &user[users]; u++) in chk() 330 if (users > 0) in rmremote() 331 niov = 4 + 2 * users + requests + 1; in rmremote() 342 for (i = 0; i < users; i++) { in rmremote()
|
| H A D | request.c | 52 TAILQ_INIT(&rp->users); in init_request() 70 while ((ru = TAILQ_FIRST(&rp->users)) != NULL) { in free_request() 71 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request()
|
| /freebsd-14.2/contrib/kyua/engine/ |
| H A D | config_test.cpp | 61 std::vector< passwd::user > users; in set_mock_users() local 62 users.push_back(passwd::user("user1", 100, 150)); in set_mock_users() 63 users.push_back(passwd::user("user2", 200, 250)); in set_mock_users() 64 passwd::set_mock_users_for_testing(users); in set_mock_users()
|
| /freebsd-14.2/libexec/nuageinit/tests/ |
| H A D | nuageinit.sh | 79 users:*:1: 85 - cloud-users 86 users: 91 groups: users 97 users:*:1:foobar 99 cloud-users:*:1002: 129 users:*:1: 206 users:*:1: 233 users:*:1: 279 users:*:1:
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user_sqlite | 1 CREATE TABLE users( 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
| /freebsd-14.2/usr.sbin/config/ |
| H A D | mkoptions.cc | 51 static struct users { struct 55 } users = { 8, 2, 512 }; argument 81 } else if (maxusers < users.u_min) { in options() 83 users.u_min); in options() 84 maxusers = users.u_min; in options() 85 } else if (maxusers > users.u_max) in options() 87 users.u_max, maxusers); in options()
|
| /freebsd-14.2/tools/LibraryReport/ |
| H A D | LibraryReport.tcl | 242 set users [lsort $Libs($lib)]; 243 puts [format "%-30s %s" $lib $users]; 249 set users [lsort $Libs($lib)]; 250 puts [format "%-30s %s" $lib $users];
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 214 for (Value *V : I.OldInstruction->users()) in INITIALIZE_PASS_DEPENDENCY() 278 for (User *CurUser : Ctx.InitialVal->users()) { in adjustByValArgAlignment() 345 llvm::append_range(ValuesToCheck, V->users()); in handleByValParam() 350 if (llvm::all_of(Arg->users(), IsALoadChain)) { in handleByValParam() 353 SmallVector<User *, 16> UsersToUpdate(Arg->users()); in handleByValParam() 428 if (llvm::all_of(V.users(), [](User *U) { return isa<IntToPtrInst>(U); })) { in runOnKernelFunction() 429 SmallVector<User *, 16> UsersToUpdate(V.users()); in runOnKernelFunction()
|
| /freebsd-14.2/usr.sbin/lpr/lpq/ |
| H A D | lpq.c | 73 int users; /* # of users in user array */ variable 124 if (users >= MAXUSERS) in main() 126 user[users++] = *argv; in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelAttributes.cpp | 108 for (User *U : CI->users()) { in processUse() 227 for (User *ICmp : BlockCount->users()) { in processUse() 277 for (User *U : GroupSize->users()) { in processUse() 282 for (User *UMin : ZextGroupSize->users()) { in processUse() 334 for (auto *U : BasePtr->users()) { in runOnModule()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-j721s2-main.dtsi | 463 ti,mbox-num-users = <4>; 473 ti,mbox-num-users = <4>; 483 ti,mbox-num-users = <4>; 493 ti,mbox-num-users = <4>; 503 ti,mbox-num-users = <4>; 513 ti,mbox-num-users = <4>; 523 ti,mbox-num-users = <4>; 533 ti,mbox-num-users = <4>; 543 ti,mbox-num-users = <4>; 553 ti,mbox-num-users = <4>; [all …]
|
| H A D | k3-j784s4-main.dtsi | 471 ti,mbox-num-users = <4>; 481 ti,mbox-num-users = <4>; 491 ti,mbox-num-users = <4>; 501 ti,mbox-num-users = <4>; 511 ti,mbox-num-users = <4>; 521 ti,mbox-num-users = <4>; 531 ti,mbox-num-users = <4>; 541 ti,mbox-num-users = <4>; 551 ti,mbox-num-users = <4>; 561 ti,mbox-num-users = <4>; [all …]
|
| /freebsd-14.2/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | usermgmt.hlp | 1 These screens allow you to add groups and users to your system. 13 group for your users. Common names for such a group are "users", or 15 permissions for users that belong to the same group. Several group 22 distinguish users and groups -- hence they should normally be unique 74 default shell is /bin/sh, some users prefer the more historic
|