/openbsd-src/usr.bin/lex/ |
H A D | ChangeLog | 288 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 292 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 318 2012-08-06 Elias Pipping <pipping@users.sourceforge.net> 335 2012-08-04 nomis52 <nomis52@users.sourceforge.net> 379 2012-07-29 Will Estes <wlestes@users.sourceforge.net> 440 2012-07-23 Will Estes <wlestes@users.sourceforge.net> 446 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 453 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 470 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 474 2012-06-23 Will Estes <wlestes@users.sourceforge.net> [all …]
|
/openbsd-src/usr.sbin/tokenadm/ |
H A D | tokenadm.8 | 60 Display users, one per line. 62 Display users with no banner. 64 Display disabled users. 66 Disable users without removing them from the database. 67 This prevents the users from authenticating, but does not lose their 75 Display enabled users. 77 Enable users. 78 This should be used to re-enable users who were disabled by the 106 Display users in reverse order. 108 Remove users from the database. [all …]
|
/openbsd-src/usr.sbin/authpf/ |
H A D | authpf.8 | 35 Typical use would be for a gateway that authenticates users before 36 allowing them Internet use, or a gateway that allows different users into 40 can be used to ensure users are held accountable for their network traffic. 41 It is meant to be used with users who can connect via 86 maintains the list of IP addresses of connected users in the 136 .Pa /etc/authpf/users/$USER/ , 144 .Pa /etc/authpf/users/$USER/ 186 .Pa /etc/authpf/users/$USER/ 194 - it is possible to set the gateway to explicitly allow users who have 208 to only allow specific users access. [all …]
|
/openbsd-src/usr.bin/users/ |
H A D | users.1 | 1 .\" $OpenBSD: users.1,v 1.6 2007/05/31 19:20:19 jmc Exp $ 2 .\" $NetBSD: users.1,v 1.4 1994/12/06 07:32:27 jtc Exp $ 31 .\" @(#)users.1 8.1 (Berkeley) 6/6/93 37 .Nm users 38 .Nd list current users 40 .Nm users 42 .Nm users 43 lists the login names of the users currently on the system,
|
/openbsd-src/gnu/usr.bin/cvs/contrib/ |
H A D | mfpipe.in | 9 # change notices to a group of users. Obviously you probably wouldn't want 11 # accessed by a group of users who would benefit from an email notice. 23 # Description: Tee standard input to mail a list of users and to 55 $users = "$users $arg"; 59 if ($users) { 60 $mailcmd = "$mailcmd $users"; 75 print MAIL $_ if ($users);
|
/openbsd-src/usr.sbin/cron/ |
H A D | database.c | 92 TAILQ_INIT(&new_db->users); in load_database() 106 if (!TAILQ_EMPTY(&new_db->users) && in load_database() 107 (u = TAILQ_FIRST(&old_db->users))) { in load_database() 109 TAILQ_REMOVE(&old_db->users, u, entries); in load_database() 111 TAILQ_INSERT_HEAD(&old_db->users, in load_database() 112 TAILQ_FIRST(&new_db->users), entries); in load_database() 142 while ((u = TAILQ_FIRST(&old_db->users))) { in load_database() 143 TAILQ_REMOVE(&old_db->users, u, entries); in load_database() 160 TAILQ_FOREACH(u, &db->users, entries) { in find_user() 234 TAILQ_REMOVE(&old_db->users, u, entries); in process_crontab() [all …]
|
/openbsd-src/usr.sbin/adduser/ |
H A D | adduser.8 | 34 .Nd add and delete users from the system 71 program adds new users to the system. 74 program removes users from the system. 86 Enter batch mode in which multiple users are specified on the command line 105 into the HOME directory of new users. 133 Specify the default home partition where all users' home directories 136 Send new users a welcome message from 142 causes no message to be sent to new users. 146 Specify the default shell for new users. 165 will appear in the process list, which is visible to users. [all …]
|
/openbsd-src/usr.sbin/lpr/lprm/ |
H A D | lprm.c | 41 * and startup a new daemon. Privileged users may remove anyone's spool 68 char *user[MAXUSERS]; /* users to process */ 69 int users; /* # of users in user array */ variable 109 users = -1; in main() 132 if (users < 0 && argc != 0) in main() 140 if (users >= MAXUSERS) in main() 141 fatal("Too many users"); in main() 142 user[users++] = argv[0]; in main()
|
/openbsd-src/usr.sbin/ac/ |
H A D | ac.c | 48 * this is for our list of users that are accumulating time. 72 static struct user_list *Users = NULL; variable 78 #define AC_U 8 /* specified users only */ 181 * not found so add new user unless specified users only in update_user() 235 Users = update_user(Users, argv[optind], 0L); in main() 278 show_today(struct user_list *users, struct utmp_list *logins, time_t secs) in show_today() argument 293 Users = update_user(Users, lp->usr.ut_name, secs); in show_today() 297 for (up = users; up != NULL; up = up->next) { in show_today() 307 * if ut_line is "~", we log all users out as the system has 320 Users = update_user(Users, lp->usr.ut_name, secs); in log_out() [all …]
|
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | UnspecifiedBehaviorRandomization.rst | 20 other implementatiosn because tests might silently fail and the users might 26 Provide functionality for randomizing the unspecified behavior so that the users 32 to the standard its worst case should be `O(n log n)`. This effort helps users 43 * This macro is off by default because users should enable it only for testing 52 * The users can fix the seed of the random number generator by providing 57 * Computation penalty, we think users are OK with that if they use this feature. 67 doing it gradually and sustainably. This is also bad for users to depend on the
|
H A D | HeaderRemovalPolicy.rst | 19 headers becomes smaller. This improves the compilation time when users include 23 A disadvantage is that users unknowingly depend on these transitive includes. 31 that users will have to fix their missing includes in order to upgrade to a 47 When users define ``_LIBCPP_REMOVE_TRANSITIVE_INCLUDES``, libc++ will not 49 useful for users to aid the transition to a newer language version, or by users
|
/openbsd-src/usr.sbin/npppd/npppd/ |
H A D | npppd-users.5 | 1 .\" $OpenBSD: npppd-users.5,v 1.9 2019/09/02 21:18:41 deraadt Exp $ 22 .Nm npppd-users 28 the various attributes of users. 51 .Bl -tag -width "/etc/npppd/npppd-users" 52 .It Pa /etc/npppd/npppd-users
|
H A D | npppd-users | 1 # $OpenBSD: npppd-users,v 1.1 2012/09/20 12:51:43 yasuoka Exp $ 2 # sample npppd-users file. see npppd-users(5)
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 81 // rest of the GISel pipeline generally emits constants close to their users, in localizeInterBlock() 93 // Check if all the users of MI are local. in localizeInterBlock() 152 // For each already-localized instruction which has multiple users, then we in localizeIntraBlock() 156 // many users, but this case may be better served by regalloc improvements. in localizeIntraBlock() 162 SmallPtrSet<MachineInstr *, 32> Users; in localizeIntraBlock() local 165 Users.insert(&UseMI); in localizeIntraBlock() 167 // If all the users were PHIs then they're not going to be in our block, in localizeIntraBlock() 169 if (Users.empty()) in localizeIntraBlock() 174 while (II != MBB.end() && !Users.count(&*II)) in localizeIntraBlock() 187 if (Users.size() == 1) { in localizeIntraBlock() [all …]
|
/openbsd-src/usr.sbin/quot/ |
H A D | quot.c | 183 } *users; variable 194 if (!(users = calloc(nusers, sizeof(struct user)))) { in inituser() 195 err(1, "allocate users"); in inituser() 198 for (usr = users, i = nusers; --i >= 0; usr++) { in inituser() 212 svusr = users; in usrrehash() 214 if (!(users = calloc(nusers, sizeof(struct user)))) in usrrehash() 215 err(1, "allocate users"); in usrrehash() 217 for (usrn = users + (usr->uid&(nusers - 1)); in usrrehash() 220 if (usrn <= users) in usrrehash() 221 usrn = users + nusers; in usrrehash() [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | Packaging.rst | 16 LLVM's API changes with each release, so users are likely to want, for example, 24 However, such a build is currently incompatible with users who build without 26 in user code. We recommend allowing users to install both optimized and debug 38 should turn it back on to let users debug their programs. 51 while running ``make`` to re-enable it. This will allow users to build with
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 57 SmallVector<VPUser *, 1> Users; variable 119 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() 120 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() 122 /// Remove a single \p User from the list of users. 127 erase_if(Users, [&User, &Found](VPUser *Other) { in removeUser() 143 user_iterator user_begin() { return Users.begin(); } in user_begin() 144 const_user_iterator user_begin() const { return Users.begin(); } in user_begin() 145 user_iterator user_end() { return Users.end(); } in user_end() 146 const_user_iterator user_end() const { return Users.end(); } in user_end() 147 user_range users() { return user_range(user_begin(), user_end()); } in users() function [all …]
|
H A D | VPlanTransforms.cpp | 146 // All recipe users of the sink candidate must be in the same block SinkTo in sinkScalarOperands() 147 // or all users outside of SinkTo must be uniform-after-vectorization ( in sinkScalarOperands() 162 if (!all_of(SinkCandidate->getVPSingleValue()->users(), CanSinkWithUser)) in sinkScalarOperands() 175 for (auto *U : to_vector(SinkCandidate->getVPSingleValue()->users())) { in sinkScalarOperands() 281 // merge block. Update all users inside the successor region to use the in mergeReplicateRegionsIntoSuccessors() 287 for (VPUser *U : to_vector(Phi1ToMoveV->users())) { in mergeReplicateRegionsIntoSuccessors() 354 // expected to have users outside the cast-chain and the dead casts left in removeRedundantInductionCasts() 360 for (auto *U : FindMyCast->users()) { in removeRedundantInductionCasts() 377 for (VPUser *U : CanonicalIV->users()) { in removeRedundantCanonicalIVs() 395 // everything WidenNewIV's users need. That is, WidenOriginalIV will in removeRedundantCanonicalIVs() [all …]
|
/openbsd-src/usr.sbin/lpr/lpq/ |
H A D | lpq.c | 62 char *user[MAXUSERS]; /* users to process */ 63 int users; /* # of users in user array */ variable 122 if (users >= MAXUSERS) in main() 123 fatal("too many users"); in main() 124 user[users++] = *argv; in main()
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 212 uint64_t Users = Resource2Groups[RSID]; in use() local 213 while (Users) { in use() 215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() 220 Users &= Users - 1; in use() 235 uint64_t Users = Resource2Groups[RSID]; in release() local 236 while (Users) { in release() 237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() 240 Users &= Users - 1; in release()
|
/openbsd-src/usr.sbin/user/ |
H A D | usermgmt.conf.5 | 53 Sets the base directory name, in which new users' home directories 59 Sets the default login class for new users. 76 Sets the default primary group for new users. 104 Specifies the UID boundaries for new users. 112 Sets the default login shell for new users.
|
/openbsd-src/usr.bin/wall/ |
H A D | wall.1 | 38 .Nd write a message to users 48 currently logged in users. 51 terminals of users who have chosen 58 Send messages to users in this group.
|
/openbsd-src/libexec/ftpd/ |
H A D | ftpd.8 | 76 or users in a login class with the 277 This allows users to utilize the metacharacters 281 authenticates users by using the service and type of 300 authenticates users according to the following rules. 468 Although fields exist for logging information on real users, this file is 484 If set, users in this class will be automatically chrooted to 488 This value overrides the login directory for users in this class. 514 list of normal users who should be chrooted 516 list of unwelcome/restricted users 530 list of users on the system
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlsecpolicy.pod | 225 users on Windows. 278 are kept secret until a fix is readily available for most users. This minimizes 279 inherent risks users face from vulnerabilities in Perl. 281 Hiding problems from the users temporarily is a necessary trade-off to keep 282 them safe. Hiding problems from users permanently is not the goal. 288 a fix is available to users you should state this clearly in the initial 375 are affected by the flaw, an analysis of the risks to users, patches 399 Many users and redistributors prefer using official Perl releases 431 or decreases the risk to users of Perl. In some cases being open about 432 the risk a security issue creates will allow users to defend against it, [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 420 DenseSet<Instruction *> &Users); 424 DenseSet<Instruction *> &Users); 508 for (User *U : I->users()) { in hasUsesOutsideLoop() 526 for (auto *User : IV->users()) { in isLoopControlIV() 546 // The users of the IV must be a binary operation or a comparison in isLoopControlIV() 551 for (auto *UU : User->users()) { in isLoopControlIV() 641 for (User *U : C->users()) { in add() 673 // Collect the set of all users of the provided root instruction. This set of 674 // users contains not only the direct users of the root instruction, but also 675 // all users of those users, and so on. There are two exceptions: [all …]
|