| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -3/+2 |
|\ |
|
| * | Clean up -Wheader-guard warnings. | Sergey Kandaurov | 2013-06-17 | 1 | -1/+1 |
| * | Improve compatibility with recent flex from flex.sourceforge.net. | Jung-uk Kim | 2013-05-03 | 1 | -2/+1 |
* | | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -5/+5 |
|\| |
|
| * | Fix date. | Joel Dahl | 2013-02-14 | 1 | -1/+1 |
| * | Reference something which exists instead of the non-existent runsocks | Eitan Adler | 2013-02-09 | 1 | -5/+5 |
* | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
* | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
* | | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -5/+13 |
|\| |
|
| * | Fix conditional expression: previously a bitvector would be operated | Eitan Adler | 2012-10-22 | 1 | -1/+1 |
| * | Add missing va_end. | Kevin Lo | 2012-09-29 | 1 | -1/+3 |
| * | Make sure that each va_start has one and only one matching va_end, | Kevin Lo | 2012-09-28 | 1 | -3/+9 |
* | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+31 |
|/ |
|
* | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-10 | 1 | -2/+2 |
* | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 2 | -13/+13 |
* | Use srandom() to init the PRNG, not srand(), since we use random(). | Olivier Houchard | 2012-02-29 | 1 | -1/+1 |
* | Spelling fixes for usr.bin/ | Ulrich Spörlein | 2011-12-30 | 3 | -4/+4 |
* | On FreeBSD just use the MD5 implementation of libmd rather than that of | Marius Strobl | 2011-12-24 | 4 | -6/+12 |
* | In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use the | Dimitry Andric | 2011-12-17 | 1 | -2/+2 |
* | In usr.bin/csup/proto.c, use the correct printf length modifier to print | Dimitry Andric | 2011-12-17 | 1 | -1/+2 |
* | In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the | Dimitry Andric | 2011-12-17 | 1 | -3/+4 |
* | Handle the situation where fixups_close() has been called but more fixups | Adrian Chadd | 2011-10-04 | 1 | -1/+1 |
* | Update the comment to reflect what is actually going on. | Adrian Chadd | 2011-10-04 | 1 | -1/+1 |
* | Include limits.h instead of sys/limits.h to improve portability. | Chris Rees | 2011-09-28 | 1 | -2/+1 |
* | Fix typos in error messages. | Christian Brueffer | 2011-09-13 | 1 | -3/+3 |
* | Fix csup to allow case insensitive server names in the auth file, | Christian Brueffer | 2011-09-13 | 1 | -1/+1 |
* | Remove dead code. | John Baldwin | 2011-01-25 | 1 | -1/+0 |
* | - Signal that data should not be modified. | Ulf Lilleengen | 2010-12-18 | 2 | -2/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 2 | -8/+4 |
* | mdoc: drop redundant .Pp and .LP calls | Ulrich Spörlein | 2010-10-08 | 1 | -1/+0 |
* | If an RCS file is truncated, rcsfile_getdelta() will return NULL. Instead | John Baldwin | 2010-09-30 | 1 | -0/+8 |
* | Don't point users at the old csup homepage. | Joel Dahl | 2010-08-05 | 2 | -5/+0 |
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | Ulrich Spörlein | 2010-05-19 | 2 | -2/+2 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 2 | -2/+2 |
* | Add and expand $FreeBSD$ keyword to allow committing to this file. | Ulrich Spörlein | 2010-04-14 | 1 | -1/+1 |
* | - Fix spelling. | Ulf Lilleengen | 2010-03-03 | 1 | -1/+1 |
* | - Include CURDIR in case the makefile is not run from the same directory. | Ulf Lilleengen | 2010-03-03 | 1 | -1/+1 |
* | - Remove unused include path. | Ulf Lilleengen | 2010-03-03 | 1 | -1/+1 |
* | - Revert Makefile to revision r203368, as the svn mv from contrib/csup replaced | Ulf Lilleengen | 2010-03-03 | 1 | -14/+32 |
* | - Unmark authentication support as a TODO item. | Ulf Lilleengen | 2010-03-02 | 1 | -3/+2 |
* | - Move csup away from contrib/ and into usr.bin/. Software is no longer | Ulf Lilleengen | 2010-03-02 | 63 | -33/+20847 |
* | - Add support for CVSup authentication mechanisms to csup. | Ulf Lilleengen | 2010-02-02 | 1 | -0/+4 |
* | - Add missing rsyncfile from Makefile | Ulf Lilleengen | 2008-11-23 | 1 | -1/+2 |
* | - Import csup work from p4. | Ulf Lilleengen | 2008-10-19 | 1 | -0/+3 |
* | Update make glue for csup-snap-20060313. | Maxime Henrion | 2006-03-14 | 1 | -0/+1 |
* | - Don't put the .h in SRCS. | Maxime Henrion | 2006-03-03 | 1 | -25/+25 |
* | Add make glue for building csup. Not yet connected to the build. | Maxime Henrion | 2006-03-03 | 1 | -0/+35 |