Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 54) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/cvs/src/
Dwatch.c99 add_commit_pending = what->adding && what->commit; in watch_modify_watchers()
102 remove_commit_pending = !what->adding && what->commit; in watch_modify_watchers()
260 the_args.commit = 0; in watch_addremove()
285 the_args.commit = 1; in watch_addremove()
290 the_args.commit = 1; in watch_addremove()
296 the_args.commit = 0; in watch_addremove()
333 the_args.commit = 1; in watch_addremove()
350 if (the_args.commit) in watch_addremove()
352 if (!the_args.edit && !the_args.unedit && !the_args.commit) in watch_addremove()
Dwatch.h23 int commit; member
DMakefile.am37 commit.c \
DMakefile.in122 classify.$(OBJEXT) client.$(OBJEXT) commit.$(OBJEXT) \
278 commit.c \
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dintro.doc26 the files, you can 'commit' them into the central repository.
27 (When you do a commit, if you haven't updated to the most
30 the commit.)
68 Use the command 'cvs commit'.
83 You still have to do a commit after these commands. You may make
89 To see the commit messages for files, and who made them, use:
Dcvs_acls.in195 Added logging of restricted commit attempts.
327 $ cvs commit -m 'Added cvsacl for use with cvs_acls.' cvsacl checkoutlist
345 commit-denial message. This gives you a chance to print any site-specific
347 a commit is denied.
351 The 'cvsacl' file determines whether you may commit files. It contains lines
710 # --------------------------------------- determine final 'commit' disposition
713 $exit_val = 1; # don't commit
DREADME38 messages of a multi-directory "commit" into a
52 "cvs commit" command.
82 $CVSROOT/CVSROOT/loginfo file for logging commit
Drcs-5.7-commitid.patch53 +being a part of the same logical commit.
54 +This token must uniquely identify the commit
203 +being a part of the same logical commit.
204 +This token must uniquely identify the commit
/mirbsd/src/sys/kern/
DREADME5 You must always commit syscalls.master before rebuilding the files, then
6 commit them separately so that the correct RCS stuff shows up in the
/mirbsd/src/bin/systrace/
Dopenbsd-syscalls.c95 struct emulation *commit; member
202 data->commit = NULL; in obsd_getpid()
260 data->commit = tmp; in obsd_set_emulation()
268 data->current = data->commit; in obsd_switch_emulation()
269 data->commit = NULL; in obsd_switch_emulation()
569 if (data->commit != NULL) { in obsd_read()
/mirbsd/src/gnu/usr.bin/cvs/
DTODO40 and specified to commit.
241 file, non-interactively before the commit, such that a single, fully
242 recursive commit prompts for one commit message, and concatenates the
243 per file messages for each file. In short, one commit, one editor
244 session, log messages allowed to vary across files within the commit.
246 files are changed, which may predate the commit considerably.
256 The text is saved as CVS/foo.c,m (or some such name) and commit
258 message specified at commit time. Easy enough. (having cvs
259 commit be non-interactive takes care of various issues like
261 message (see comment in commit.c at call to start_server). Also
[all …]
DNEWS117 the CVS server, but only if a user already had commit access and if one of
161 import and commit. When committing several files at once, they all get the
413 * Some redundant output generated by the `cvs commit' command has been removed.
415 * Most output from the `cvs commit' command is suppressed when the -Q global
1134 or -F options to commit. See the verifymsg section of cvs.texinfo for
1181 * The format of the CVS commit message has changed slightly when
1182 committing changes on a branch. The tag on which the commit is
1450 * "cvs commit" will try harder to not change the file's
1451 modification time after the commit. If the file does not change
1452 as a result of the commit operation, CVS will preserve the
[all …]
DFAQ184 attached to a real RCS branch. When you commit a file to a
221 When you want to be able to "commit" and "tag" your work repeatedly
283 Between steps 1 & 2 you may commit changes. The result would be same
312 that allows you to "checkout" the branch, to "commit" files to the end
460 you must commit them.
525 cvs commit
773 cvs commit <<== Onto branch
785 cvs commit
806 cvs commit <<== Onto branch
823 cvs commit
[all …]
DBUGS85 commit, probably milliseconds or seconds, for this symptom to be noticed. One
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.texinfo408 in several files in a single @code{cvs commit}
556 $ cvs commit backend.c
595 you proceed with the commit @sc{cvs} will detect that
601 @c FIXCVS: Might be nice if "commit" and other commands
602 @c would reset that timestamp too, but currently commit
610 @c should make it before running commit (someone
623 $ cvs commit -m "Added an optimization pass" backend.c
704 $ cvs commit -m "Added an optimization pass" driver.c
735 changes, you check (or @dfn{commit}) them back into the
977 of all commit messages and the user-name of the person
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/
Ddeffilep.y681 def_stacksize (int reserve, int commit) in def_stacksize() argument
684 def->stack_commit = commit; in def_stacksize()
688 def_heapsize (int reserve, int commit) in def_heapsize() argument
691 def->heap_commit = commit; in def_heapsize()
/mirbsd/src/sys/nfs/
Dnfs_vnops.c1037 int error = 0, len, tsiz, wccflag = NFSV3_WCCRATTR, rlen, commit; local
1095 commit = fxdr_unsigned(int, *tl++);
1102 committed = commit;
1104 commit == NFSV3WRITE_UNSTABLE)
1105 committed = commit;
2747 nfs_flush(vp, cred, waitfor, p, commit) in nfs_flush() argument
2752 int commit;
2769 if (!commit)
2780 if (NFS_ISV3(vp) && commit) {
2865 if ((passone || !commit) && (bp->b_flags & B_NEEDCOMMIT))
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddlltool.c988 def_heapsize (int reserve, int commit) in def_heapsize() argument
991 if (commit > 0) in def_heapsize()
992 sprintf (b, "-heap 0x%x,0x%x ", reserve, commit); in def_heapsize()
999 def_stacksize (int reserve, int commit) in def_stacksize() argument
1002 if (commit > 0) in def_stacksize()
1003 sprintf (b, "-stack 0x%x,0x%x ", reserve, commit); in def_stacksize()
/mirbsd/src/sbin/isakmpd/
DTO-DO116 * See to the commit bit will never be used in phase 1. Give INVALID-FLAGS
Dconf.c996 conf_end(int transaction, int commit) in conf_end() argument
1003 if (commit) in conf_end()
/mirbsd/src/gnu/usr.bin/anoncvs/
Dcrunch.conf4 …ssify.o OBJPATH/gnu/usr.bin/cvs/src/client.o OBJPATH/gnu/usr.bin/cvs/src/commit.o OBJPATH/gnu/usr.…
/mirbsd/src/usr.sbin/dhcpd/
Dmemory.c437 supersede_lease(struct lease *comp, struct lease *lease, int commit) in supersede_lease() argument
611 return commit && write_lease(comp) && commit_leases(); in supersede_lease()
/mirbsd/src/gnu/usr.bin/perl/lib/CPAN/
DFirstTime.pm470 CPAN::Config->commit($configpm);
/mirbsd/src/sys/netinet/
Dip_esp.c1069 u_int32_t window, u_int32_t *bitmap, int commit) in checkreplaywindow32() argument
1074 if (commit == 0) { in checkreplaywindow32()
/mirbsd/src/sys/dev/raidframe/
Drf_dagutils.c77 int commit, in rf_InitNode() argument
96 node->commitNode = commit; in rf_InitNode()

123