Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-20 | Fix formats in debug printfs to work correctly on 64-bit archs. | Artur Grabowski | |
miod@ ok | |||
2004-07-20 | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | Artur Grabowski | |
above 4GB. miod@ ok | |||
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-19 | Remove obsolete note about V7 Bourne Shell; espie@ OK | Todd C. Miller | |
2004-07-19 | correct error checking for strtonum, from mjc@bitz.ca | Vincent Labrecque | |
2004-07-19 | Start working at providing a tutorial for our make, not PMake, which | Marc Espie | |
would thoroughly confuse newbies. okay and suggestions jmc@. | |||
2004-07-19 | use strtonum with proper bounds instead of abusing strtoul; ok millert | Peter Valchev | |
2004-07-19 | mention weak symbols | Michael Coulter | |
improvements and ok miod@ | |||
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie | |
the main loop polls for that signal periodically. Fixes make -j kernel. okay art@ | |||
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker | |
before recording the new login. Fixes missing lastlog message when /var/log/lastlog is not world-readable and incorrect datestamp when multiple sessions are used (bz #463); much assistance & ok markus@ | |||
2004-07-16 | Avoid generating an unused variable. From NetBSD. ok deraadt@ | Matthieu Herrb | |
2004-07-16 | * add prototypes for cvs_getargv() and cvs_freeargv() | Jean-Francois Brousseau | |
* remove cvs_file_free(), cvs_freeargv() does exactly the same | |||
2004-07-16 | Fix cvsd_privdrop() so we don't just drop effective IDs but all of them, | Jean-Francois Brousseau | |
and call it instead of doing it by hand. Noticed by and original patch by Daniel Weeks | |||
2004-07-15 | Minor simplification. Pass values in to login_getcapstr for "default" and | Todd C. Miller | |
"error". No longer need check for NULL and set a default value manually. | |||
2004-07-15 | Don't print a warning if kill(2) returns ESRCH since the process may have | Todd C. Miller | |
died on its own in the time between when the process list was consulted and when we do the actual kill. This fixes an annoyance for privsep processes (and others) where when you kill one the others die by themselves. | |||
2004-07-15 | add -D for sodebug; ok deraadt, jmc | Markus Friedl | |
2004-07-15 | Skip SYSTEM and ourown proccess on every loop. | Mike Pechkin | |
millert@, otto@ | |||
2004-07-15 | * remove the RCS escaping line, it is now fixed | Jean-Francois Brousseau | |
* add another one regarding rcs_splitpath() | |||
2004-07-14 | * when writing to an RCS file, escape the funny characters | Jean-Francois Brousseau | |
* pretty | |||
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 | split rcs_patch in rcs_patch/rcs_patchlines | Vincent Labrecque | |
2004-07-14 | prototype for cvs_ent_addln() | Jean-Francois Brousseau | |
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 | buffers should be freed using cvs_buf_free(), not free() | Vincent Labrecque | |
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 | 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 | * document cvs_init() a bit | Jean-Francois Brousseau | |
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 | * make the email address consistent | Jean-Francois Brousseau | |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |
2004-07-13 | Simplify some things now that we only have login.conf to worry about | Todd C. Miller | |
and fix two bugs introduced in the last commit (a duplicate free and reversed logic for the default cipher types). | |||
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller | |
Today it finally dies. Based on a diff from Gabriel Kihlman. | |||
2004-07-12 | Fix incorrect macro, .I -> .Em | Brad Smith | |
From: Eric S. Raymond <esr at thyrsus dot com> ok jmc@ | |||
2004-07-12 | m88k cross-compile goo. | Miod Vallat | |
2004-07-11 | oops | Vincent Labrecque | |
I just realized I gave a really bad advise to pval, negative goto-line are entirely valid (mean # of lines from end of file) go back to INT_MIN as the lower bound | |||
2004-07-11 | change lower bound to 0, row shouldn't be negative; suggested & ok vincent | Peter Valchev | |
2004-07-11 | use strtonum instead of strtoul and don't abuse a long for int | Peter Valchev | |
functionality; ok vincent | |||
2004-07-11 | spaces | Theo de Raadt | |