| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid getting bitten by filenames that have a ',' character in them. | joe | 2001-09-24 | 1 | -5/+5 |
* | Remove mention of the word 'Attic' from commit mail deltas. They're | joe | 2001-09-24 | 1 | -1/+1 |
* | When working out what the previous revision was, for producing the | joe | 2001-09-24 | 1 | -3/+11 |
* | Only include 'Makefile' in /usr/ports, not files that end in the | joe | 2001-09-24 | 1 | -1/+1 |
* | Revert the previous commit, as it wasn't properly tested. | joe | 2001-09-23 | 1 | -1/+1 |
* | Make the pattern match for Makefiles in the /usr/ports subtree more | joe | 2001-09-23 | 1 | -1/+1 |
* | Enable $FreeBSD$ header checking in the doc tree except for png, | joe | 2001-09-19 | 1 | -1/+4 |
* | Remove the hard coded hack that excludes all ports files except | joe | 2001-09-19 | 2 | -4/+3 |
* | Define a new configuration variable for globally switching on | joe | 2001-09-19 | 2 | -15/+10 |
* | Migrate the hard coded exclusion paths src/etc/ and src/release/ | joe | 2001-09-19 | 2 | -6/+2 |
* | Explicitly exclude some areas of the FreeBSD repository from rcsid | joe | 2001-09-19 | 1 | -0/+5 |
* | Condense into one regular expression the pattern used to match dot | joe | 2001-09-19 | 1 | -2/+4 |
* | Ignore blank lines in the exclude file. | joe | 2001-09-19 | 1 | -0/+2 |
* | End the blockout of sys/{nfsclient,nfsserver} | peter | 2001-09-18 | 1 | -3/+0 |
* | Use the exclude file to ignore files beginning with a '.' instead | joe | 2001-09-18 | 2 | -3/+3 |
* | Add myself to the list of folks allowed to use ``cvs tag''. The tags | murray | 2001-09-17 | 1 | -1/+1 |
* | Maybe this will work a little better. cvs_acls was seeing the ++ as | peter | 2001-09-17 | 1 | -1/+1 |
* | Temporarily lock down the gcc parts of the repo, pending the rest of | peter | 2001-09-17 | 1 | -0/+4 |
* | Add revision deltas for added (new) and removed (dead) files to | joe | 2001-09-16 | 1 | -22/+99 |
* | Don't try and contract rcsids in files that have been deleted or | joe | 2001-09-14 | 1 | -0/+3 |
* | Ports freeze is over, thank you for your patience. | asami | 2001-09-13 | 1 | -1/+1 |
* | Ports tree is frozen again for 4.4R package reroll. | asami | 2001-09-13 | 1 | -1/+1 |
* | Welcome Michael Reifenberger to the crew. His account was already | imp | 2001-09-11 | 1 | -0/+1 |
* | Delay the unexpanding of rcsids until after all the revision string | joe | 2001-09-10 | 1 | -22/+34 |
* | Add code to unexpand $FreeBSD: xxxx $ (or whatever is defined in | joe | 2001-09-08 | 2 | -1/+34 |
* | Don't complain if the CVSROOT/exclude file doesn't exist. Treat it | joe | 2001-09-08 | 1 | -10/+12 |
* | Replace Sys::Hostname::hostname with a direct call to /bin/hostname, | joe | 2001-09-07 | 1 | -2/+4 |
* | Ports freeze is over now, thanks for your cooperation. :) | asami | 2001-09-03 | 1 | -1/+1 |
* | Ports tree is now frozen in preparation for 4.4-release. | asami | 2001-09-03 | 1 | -1/+1 |
* | Rewrite the revision checking code. | joe | 2001-09-03 | 1 | -18/+31 |
* | See whether a file is excluded from rcsid checking before even looking | joe | 2001-09-03 | 1 | -19/+17 |
* | Add a carriage return in front of one of the error messages for | joe | 2001-09-03 | 1 | -1/+2 |
* | General code tidy up. | joe | 2001-09-02 | 1 | -10/+9 |
* | Revisit the commit in rev 1.36. In acual fact the whole version | joe | 2001-09-02 | 1 | -5/+5 |
* | Contract some syntax; 'chomp not chop'. | joe | 2001-09-01 | 1 | -8/+5 |
* | Rename some variables to make the code clearer. | joe | 2001-09-01 | 1 | -7/+7 |
* | Define all the variables using 'my' and switch 'strict' on. | joe | 2001-09-01 | 1 | -12/+24 |
* | This is the captain speaking. Fasten your seat belts and relax; we don't | joe | 2001-08-30 | 1 | -37/+49 |
* | Fix a long standing bug from rev 1.7. The %cvsversion hash wasn't being | joe | 2001-08-30 | 1 | -2/+2 |
* | Fix some typos. | joe | 2001-08-30 | 1 | -2/+2 |
* | Update with the changes introduced with the recent upgrade of CVS. | joe | 2001-08-30 | 3 | -15/+17 |
* | Add the i386 loader help file | msmith | 2001-08-30 | 1 | -0/+1 |
* | itojun has resigned his commit bit. I'm sad to see him go, but | imp | 2001-08-27 | 1 | -1/+0 |
* | Please, no more commits to src/sys/nfsclient! | peter | 2001-08-23 | 1 | -0/+3 |
* | Welcome Robert Drehmel (robert) to the insanity. Robert will be working | jake | 2001-08-23 | 1 | -0/+1 |
* | Welcome Pete Fritchman (petef) to the ever-growing band of | ade | 2001-08-22 | 1 | -0/+1 |
* | Steve Passe has asked core to keep his commit bit safe while he's busy | imp | 2001-08-21 | 1 | -1/+0 |
* | Pickup the debug variable from the config file. | joe | 2001-08-19 | 1 | -1/+4 |
* | Move the definition of our $FreeBSD$ header into the config file. | joe | 2001-08-19 | 2 | -3/+18 |
* | More stylistic changes, this time in the CVS/Entries parser. | joe | 2001-08-19 | 1 | -7/+7 |