summaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable my commit mailgreid2001-04-211-1/+1
|
* Disable 'use strict'. We're not ready for that just yet!!! (It crept injoe2001-04-191-1/+1
| | | | | | from my test environment). Several dunce caps to: joe
* Declare some variables before use.joe2001-04-191-8/+12
|
* Clean up the CVS log message parser and in the process fix ajoe2001-04-191-27/+37
| | | | | potential bug where the contents of the log message could conflict with the parsing process.
* Rename @log_lines to @msg_lines to avoid confusion with an earlierjoe2001-04-181-2/+2
| | | | use of @log_lines in a different context.
* Remove some unnecessary spaces, and add a commented out 'use strict'joe2001-04-181-2/+3
| | | | for later use.
* Tidy up the use of variables in the log message generation code.joe2001-04-181-28/+25
|
* Ports freeze is over!asami2001-04-181-1/+1
|
* Another ports freeze is coming, due to samba problems.asami2001-04-181-1/+1
| | | | Approved by: jkh
* Ports freeze is now over. Thanks for the patience, folks.asami2001-04-171-1/+1
|
* xemacs fixed, ports tree is frozen again.asami2001-04-171-1/+1
|
* Add knu as emergency measure while he fixes xemacs* ports.asami2001-04-171-1/+1
|
* The ports tree is now frozen in preparation for 4.3-release.asami2001-04-171-1/+1
|
* Back from Hong Kong..wilko2001-04-131-1/+1
|
* Switch off commit mail while I'm on holiday until the 21stgreid2001-04-121-1/+1
|
* Add Jens Schweikhardt to the list of committers.joerg2001-04-061-0/+1
| | | | | | | Now Bruce Evans will get some competition as a code-nitpicker :-)), and Jens has already submitted a too large number of PRs anyway... Approved by: core
* Welcome George Reid to the party.ps2001-04-051-0/+1
| | | | Approved by: core
* Send commit mail to devnull while on a 2 week business tripwilko2001-03-301-1/+1
|
* Add Yar Tikhiy to committers as punishment for submitting too manyjkh2001-03-251-0/+1
| | | | | | complicated PRs. Welcome, Yar! Approved by: core
* Welcome Eric Melville to commiters.murray2001-03-251-0/+1
| | | | | | | | | | | | | Eric and I have been working on a binary updates project that should soon make its way to the cvs repo on usw4.freebsd.org. Naturally, Eric is interested in working on all areas of FreeBSD's installation and upgrade process. He'll also start maintaining his own ports and hopefully writing some documentation as well. Mentored by: murray Approved by: core
* Welcome Dima Dorfman, who has sent in far too many doc PRs with workingnik2001-03-091-0/+1
| | | | patches. Clearly this behaviour can not go unpunished for long. . .
* Add Michael Wu as a committer. I will be his mentor. He'll beimp2001-03-071-0/+1
| | | | | | | | | | working on i18n stuff as well as taking picture of all the committers with cheap Taiwanese beer, so seek him out if you haven't had your picture taken. Michael, welcome aboard. Now go do the traidtional first commits. Approved by: core
* Hand Thomas MÖstl a one-way ticket to.. er.. yes. Provide Thomasrwatson2001-03-071-0/+1
| | | | | | | | | | with a commit bit since he insisted on submitting many patches, including some to remove excessive use of setgid kmem throughout the tree, a task that everyone has wanted done for a long time. He also foolishly expressed interest in working on my POSIX.1e capabilities implementation. I'll be his mentor. Approved by: core
* Welcome Orion Hodson (orion) as a new committer.cg2001-03-051-0/+1
| | | | | | | | | | | He'll be focusing on sound, and has submitted two drivers already in addition to several bugfixes and new features for newpcm. I'll be his mentor. Too late to back out now, Orion. Approved by: core
* Switch commits back on now that I've fixed the bogon in log_accum.pl.joe2001-02-261-6/+6
|
* Back out part of revision 1.62 that didn't work.joe2001-02-261-3/+3
|
* Switch off commits temporarily, whilst I chase down a potentialjoe2001-02-261-6/+6
| | | | bogon in log_accum.pl.
* Remove the unused $tag variable from the arguments to alljoe2001-02-261-4/+3
| | | | change_summary_X subroutines.
* Apply the style guide to the rest of the subroutines. In particular addjoe2001-02-261-91/+81
| | | | | loads of 'my' declarations. It won't be long before this will run with 'strict' switched on.
* Only add a CVS-branch header to the email if $X_BRANCH_HDR is defined.joe2001-02-261-4/+6
| | | | This allows it to be switched off if necessary.
* Tidy up the formatting using tabs instead of four spaces as perjoe2001-02-231-305/+305
| | | | the style guide.
* Please welcome Jesper Skriver to the BSD home for the recursively bemused.phk2001-02-201-0/+1
| | | | | | | | | | | | | | Jesper has been sentenced to serve time here because of his submission of PR's with non-trivial contents of significant importance to FreeBSD. (May that serve as a warning to all kids out there before they start reading source code! :-) Jesper is also the man behind {cvsup,ftp,www}.dk.freebsd.org. Ohh, and did I mention ? He's Danish... Welcome Jesper!
* Cram another committer into the phone booth: everyone say hellokris2001-02-051-0/+1
| | | | | | | | | | to Mike Heffner <mikeh@FreeBSD.org>. Mike has been active in the FreeBSD auditing project and will be working in that area to commit his own patches. P.S. The phone booth is now full, we have 2^8-1 committers :-) Approved by: core
* Argh! Repeat after me:peter2001-02-041-2/+3
| | | | | | | | NEVER NEVER list cvs-committers@freebsd.org in these scripts by default! At least, not without checking the hostname of the machine first! Pointy-hat to: joe
* More stylist changes. Getting closer to being able to 'use strict'.joe2001-01-281-62/+76
|
* Make the way read_logfile is called more sensible, and perl.style-ify it.joe2001-01-281-19/+24
|
* Apply style.perl(7) guide-lines to a number of subroutines.joe2001-01-281-27/+31
| | | | Remove the 'append_to_logfile' subroutine as it's not used.
* Changes to the cleanup_tmpfiles routine:joe2001-01-281-8/+9
| | | | | | | * local -> my. * Don't chdir to /tmp. * Use $TMPDIR to file the temporary files. * Don't delete the temporary files if we're in debug mode.
* Please welcome the following new FreeBSD Ports Doodz..will2001-01-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | * Mikhail Teterin <mi@aldan.algebra.com> <mi@FreeBSD.org> This guy needs no introduction. He has submitted 270 bug reports since 1995. JKH will probably take him away from me, since they're both so in love with Tcl. :-) * Jimmy Olgeni <olgeni@uli.it> <olgeni@FreeBSD.org> Jimmy has submitted far too many high-quality ports PRs and seems to like fixing docs too. He will pay for this crime by inflicting it directly on the repository. * Dirk Meyer <dirk.meyer@dinoex.sub.org> <dinoex@FreeBSD.org> Just like Jimmy, Dirk has an evil tendency to spam the bugs database with useful PRs. He has submitted 135+ since 1997. ..to the loonie bin. Not that we aren't crowded enough yet, with about 230-240 insane people. But they'll only add to the entropy to allow us to take over the world someday. Mentor: will Approved by: asami Deed done by: markm
* Add ijliao as ports committer.clive2001-01-201-0/+1
| | | | | | | | It's time for him to deal with PRs "garbage collection." I will be his mentor. Approved by: vanilla
* Change my mailing address for commit mail.jdp2001-01-181-1/+1
|
* Allow the sysinstall help files to be edited without $FreeBSD$ tags.peter2001-01-171-0/+1
| | | | (although they should probably have them there somewhere)
* Don't build the final log message onto a list that might not be empty.joe2001-01-161-1/+1
| | | | Problem spotted by: bfumerola
* Fix a debugging format msg.joe2001-01-151-1/+1
|
* Rename a variable: $id => $PID. (Make it clear that this is actuallyjoe2001-01-151-30/+30
| | | | the process id.)
* Smatterings of missing 'my' declarations.joe2001-01-151-27/+27
|
* Make the location of the temporary directory a configuration option,joe2001-01-151-10/+18
| | | | along with the prefix that we use for the temporary filenames.
* Rename some variables so that configuration options are all injoe2001-01-151-9/+9
| | | | | uppercase: $debug => $DEBUG and $rcsidinfo => $RCSIDINFO
* Remove the $freebsd and $crypto variables; they're no longer requiredjoe2001-01-151-6/+1
| | | | now that the header is generic.
* Simplify by making the optional banner at the top of the commitjoe2001-01-151-25/+17
| | | | | mail a configuration variable at the top of the script. (The crypto repository used this, but other projects may find it handy also.)
OpenPOWER on IntegriCloud