summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-14fix rcs_findrev()'s searching algorithmVincent Labrecque
2004-07-14add a usage string for cvs diff optionsJean-Francois Brousseau
2004-07-14Add missing \n to printf().Tom Cosgrove
ok deraadt@
2004-07-14split rcs_patch in rcs_patch/rcs_patchlinesVincent Labrecque
2004-07-14prototype for cvs_ent_addln()Jean-Francois Brousseau
2004-07-14no \n in errx(3)Henning Brauer
From: Andrey Matveev <andrushock@korovino.net>
2004-07-14Unbreak the Entries loading code and move to a tail queue so we can removeJean-Francois Brousseau
entries as well when it will be needed
2004-07-14Zero out st_gen for non-root in *stat(). OK deraadt@Todd C. Miller
2004-07-14trailing '\n' in printf, ok deraadt@Pedro Martelletto
2004-07-14simplify printf codeTheo de Raadt
2004-07-14on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but onlyPedro Martelletto
of those belonging to the given nfs mount. ok marius@, tedu@
2004-07-14regenMichael Shalayeff
2004-07-14a few more visualize cardsMichael Shalayeff
2004-07-14regenTodd C. Miller
2004-07-14fhstat(2) uses struct stat too and so needs replacing as well.Todd C. Miller
OK miod@
2004-07-14MAXNAMELEN -> MAXNAMLENJean-Francois Brousseau
ok jmc@
2004-07-14regenMichael Shalayeff
2004-07-14+set/getpriorityMichael Shalayeff
2004-07-14Remove /etc/passwd.confTodd C. Miller
2004-07-14buffers should be freed using cvs_buf_free(), not free()Vincent Labrecque
2004-07-14Switch to evcount interrupt counters.Miod Vallat
2004-07-14Do not forget to count interrupts if they have been delayed; ok drahn@Miod Vallat
2004-07-14Rework @dirrm: keep them all, and remove them at the end of pkg_delete.Marc Espie
Add @dir, more powerful than @dirrm, so that we can get rid of those pesky @exec mkdir -p. okay naddy@
2004-07-14names of frequencies aren't interesting, and require ugly snprintfTed Unangst
manipulation theo doesn't like. just print number of states. this way doesn't leak the memory for the string either.
2004-07-14setperf driver for powernow in amd k7 cpus. derived from a diff toTed Unangst
tech-i386@netbsd by martin vegiard, and adapted to fit in here. as yet untested. ok deraadt@
2004-07-14make adding entries to the Entries file workJean-Francois Brousseau
2004-07-14allocate datenum dynamically (XXX - dont do it for each date)Vincent Labrecque
2004-07-14fix memleak on rcsnum reuseVincent Labrecque
initialize new members to 0
2004-07-14Back out bogus lib bump in regression tests. Changing the versionMarco S Hyman
numbers in a test that verifies version number handling is dumb. OK drahn@
2004-07-14prepare the entries interface so we can add entriesJean-Francois Brousseau
2004-07-14get rid of the newline when copying the root stringJean-Francois Brousseau
2004-07-14/* line is not NUL-terminated */Vincent Labrecque
so don't strlcpy!
2004-07-14print diffargs correctly instead of a (null). This should make the diffJean-Francois Brousseau
output exactly the same as the one from GNU CVS
2004-07-14int is not ssize_tVincent Labrecque
2004-07-14cvsignore support and simpler API for file accessJean-Francois Brousseau
2004-07-14some stuff to doJean-Francois Brousseau
2004-07-14microoptimization!Vincent Labrecque
2004-07-14allocate the full ring set, even if we are currently running with a reduced setTheo de Raadt
2004-07-14* document cvs_init() a bitJean-Francois Brousseau
2004-07-14syncTheo de Raadt
2004-07-13indent an example;Jason McIntyre
2004-07-13.Xr tcpdrop 8 ,Jason McIntyre
2004-07-13bad macro here too: .I -> .ArJason McIntyre
2004-07-13replace bad macro;Jason McIntyre
2004-07-13switch sparc to setjmp/longjmp exceptions as DWARF2 handling is not present.Peter Valchev
fixes C++ exceptions. this relies on an earlier libstdc++ bump
2004-07-13slightly reword myself;Jason McIntyre
2004-07-13spelling; dlgTheo de Raadt
2004-07-13make bpf0. do NOT put this into ramdisk target (yes, that is how full theTheo de Raadt
others are..)
2004-07-13* make the email address consistentJean-Francois Brousseau
2004-07-13* initial import from the cvs-tools moduleJean-Francois Brousseau