aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First cut at fixing memory mapping botch. Nobody must use the ray(4)Warner Losh2009-01-051-16/+29
* Define bits for memory mapping house keeping by bridges.Warner Losh2009-01-051-0/+4
* More wording improvements.Christian Brueffer2009-01-051-4/+4
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-052-17/+25
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-053-509/+313
* o FreeBSD 7.1 added.Maxim Konovalov2009-01-051-3/+8
* Correct the type for the global var accessed in sig handlers.David E. O'Brien2009-01-051-1/+1
* Document the NO_XXX options supported by our Makefile.inc1.Giorgos Keramidas2009-01-051-1/+64
* Merge support for CVSMode (aka. mirror mode) into csup. This means csup can nowUlf Lilleengen2009-01-0531-83/+6812
|\
| * - Sort children branches by revision number rather than by date since a few RCSUlf Lilleengen2009-01-041-1/+1
| * - Update copyright.Ulf Lilleengen2009-01-047-7/+7
| * - Try to match style(9).Ulf Lilleengen2009-01-043-47/+35
| * - Use a LIST to hold branches instead of a STAILQ.Ulf Lilleengen2009-01-031-11/+37
| * - Write out branches with the highest revision number first if they have theUlf Lilleengen2009-01-031-2/+2
| * - A bit missing from the previous commit. The '@'s from the string token must beUlf Lilleengen2009-01-031-0/+4
| * - Add an optimization when parsing rcsfiles when the intention is to only sendUlf Lilleengen2009-01-026-17/+36
| * - Disable rsync support for now, as it is not fully working.Ulf Lilleengen2009-01-021-0/+1
| * - Fattrs are not used for rsync, so remove unused code.Ulf Lilleengen2009-01-021-3/+1
| * - Check for NULL in case fattr_frompath fails.Ulf Lilleengen2009-01-021-1/+1
| * - Fix a wrong flag check.Ulf Lilleengen2008-12-211-1/+1
| * - Add missing printout information when appending file.Ulf Lilleengen2008-12-101-0/+1
| * - Check return value of the encoded keyword before using it.Ulf Lilleengen2008-12-091-4/+8
| * A few bugfixes:Ulf Lilleengen2008-12-035-47/+49
| * - Print out information about what file that is edited before it is editedUlf Lilleengen2008-12-021-4/+4
| * - Fix a bug where deltas was not sorted on RCS dates _and_ revision number.Ulf Lilleengen2008-12-021-1/+1
| * - Fix a bug in csup where SKIP is not obeyed when sending collectionUlf Lilleengen2008-11-261-0/+2
| * - Add missing rsyncfile from MakefileUlf Lilleengen2008-11-231-1/+2
| * - Make sure comparisons are done on file types as well.Ulf Lilleengen2008-11-232-8/+22
| * - Add support for reading RCS info from status file to avoid having to detail aUlf Lilleengen2008-11-231-20/+79
| * - Refactor some parts of the code and increase code reuse.Ulf Lilleengen2008-11-2015-466/+253
| * - Add support for 'X' and 'x' commands in CVSup protocol. These commands are notUlf Lilleengen2008-11-201-28/+45
| * - Fix build with GNU make.Ulf Lilleengen2008-11-205-15/+18
| * - Fix issues that prevented rsync support from working.Ulf Lilleengen2008-11-202-2/+2
| * A few general bugfixes:Ulf Lilleengen2008-11-194-13/+12
| * - Fixup the rcs revision comparing to be correct this time.Ulf Lilleengen2008-11-191-17/+34
| * - Fix idiotic rcsnum_cmp and compare the revision numbers without allocating anyUlf Lilleengen2008-11-121-37/+17
| * - Implement rsync support in csup, which is chosen as a protocol for regularUlf Lilleengen2008-10-256-13/+469
| * - Implement support for retrieving a size_t type from the protocol stream.Ulf Lilleengen2008-10-252-0/+21
| * - Add size_t format specifier to proto_printf.Ulf Lilleengen2008-10-251-0/+6
| * - Import csup work from p4.Ulf Lilleengen2008-10-1926-65/+6389
| * - Import the Makefile from HEAD for building csup.Ulf Lilleengen2008-10-191-0/+36
| |\
| * | - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-1940679-15253675/+0
| |/
* | Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,Robert Watson2009-01-052-0/+3
* | Add the missing PRU_FLUSH and 'FLUSH' defines noticedRandall Stewart2009-01-051-2/+3
* | Note that the protocol argument can be set to 0.Tom Rhodes2009-01-051-1/+6
* | Add missing qualifier which was missed in the previous commit.Tom Rhodes2009-01-051-1/+1
* | Add a README.Joseph Koshy2009-01-051-0/+12
* | Fix rendering glitch in cons25 emulation.Ed Schouten2009-01-041-0/+12
* | Fix non-C99 initialization for protosw initializing pr_ousrreq.Robert Watson2009-01-041-1/+0
* | Unlike with struct protosw, several instances of struct ip6protoswRobert Watson2009-01-042-2/+0