Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-14 | fix rcs_findrev()'s searching algorithm | Vincent Labrecque | |
2004-07-14 | add a usage string for cvs diff options | Jean-Francois Brousseau | |
2004-07-14 | Add missing \n to printf(). | Tom Cosgrove | |
ok deraadt@ | |||
2004-07-14 | split rcs_patch in rcs_patch/rcs_patchlines | Vincent Labrecque | |
2004-07-14 | prototype for cvs_ent_addln() | Jean-Francois Brousseau | |
2004-07-14 | no \n in errx(3) | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-07-14 | Unbreak the Entries loading code and move to a tail queue so we can remove | Jean-Francois Brousseau | |
entries as well when it will be needed | |||
2004-07-14 | Zero out st_gen for non-root in *stat(). OK deraadt@ | Todd C. Miller | |
2004-07-14 | trailing '\n' in printf, ok deraadt@ | Pedro Martelletto | |
2004-07-14 | simplify printf code | Theo de Raadt | |
2004-07-14 | on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only | Pedro Martelletto | |
of those belonging to the given nfs mount. ok marius@, tedu@ | |||
2004-07-14 | regen | Michael Shalayeff | |
2004-07-14 | a few more visualize cards | Michael Shalayeff | |
2004-07-14 | regen | Todd C. Miller | |
2004-07-14 | fhstat(2) uses struct stat too and so needs replacing as well. | Todd C. Miller | |
OK miod@ | |||
2004-07-14 | MAXNAMELEN -> MAXNAMLEN | Jean-Francois Brousseau | |
ok jmc@ | |||
2004-07-14 | regen | Michael Shalayeff | |
2004-07-14 | +set/getpriority | Michael Shalayeff | |
2004-07-14 | Remove /etc/passwd.conf | Todd C. Miller | |
2004-07-14 | buffers should be freed using cvs_buf_free(), not free() | Vincent Labrecque | |
2004-07-14 | Switch to evcount interrupt counters. | Miod Vallat | |
2004-07-14 | Do not forget to count interrupts if they have been delayed; ok drahn@ | Miod Vallat | |
2004-07-14 | Rework @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-14 | names of frequencies aren't interesting, and require ugly snprintf | Ted Unangst | |
manipulation theo doesn't like. just print number of states. this way doesn't leak the memory for the string either. | |||
2004-07-14 | setperf driver for powernow in amd k7 cpus. derived from a diff to | Ted Unangst | |
tech-i386@netbsd by martin vegiard, and adapted to fit in here. as yet untested. ok deraadt@ | |||
2004-07-14 | make adding entries to the Entries file work | Jean-Francois Brousseau | |
2004-07-14 | allocate datenum dynamically (XXX - dont do it for each date) | Vincent Labrecque | |
2004-07-14 | fix memleak on rcsnum reuse | Vincent Labrecque | |
initialize new members to 0 | |||
2004-07-14 | Back out bogus lib bump in regression tests. Changing the version | Marco S Hyman | |
numbers in a test that verifies version number handling is dumb. OK drahn@ | |||
2004-07-14 | prepare the entries interface so we can add entries | Jean-Francois Brousseau | |
2004-07-14 | get rid of the newline when copying the root string | Jean-Francois Brousseau | |
2004-07-14 | /* line is not NUL-terminated */ | Vincent Labrecque | |
so don't strlcpy! | |||
2004-07-14 | print diffargs correctly instead of a (null). This should make the diff | Jean-Francois Brousseau | |
output exactly the same as the one from GNU CVS | |||
2004-07-14 | int is not ssize_t | Vincent Labrecque | |
2004-07-14 | cvsignore support and simpler API for file access | Jean-Francois Brousseau | |
2004-07-14 | some stuff to do | Jean-Francois Brousseau | |
2004-07-14 | microoptimization! | Vincent Labrecque | |
2004-07-14 | allocate the full ring set, even if we are currently running with a reduced set | Theo de Raadt | |
2004-07-14 | * document cvs_init() a bit | Jean-Francois Brousseau | |
2004-07-14 | sync | Theo de Raadt | |
2004-07-13 | indent an example; | Jason McIntyre | |
2004-07-13 | .Xr tcpdrop 8 , | Jason McIntyre | |
2004-07-13 | bad macro here too: .I -> .Ar | Jason McIntyre | |
2004-07-13 | replace bad macro; | Jason McIntyre | |
2004-07-13 | switch 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-13 | slightly reword myself; | Jason McIntyre | |
2004-07-13 | spelling; dlg | Theo de Raadt | |
2004-07-13 | make bpf0. do NOT put this into ramdisk target (yes, that is how full the | Theo de Raadt | |
others are..) | |||
2004-07-13 | * make the email address consistent | Jean-Francois Brousseau | |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |