aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* Go back to default email address...ben2001-06-241-1/+1
|
* Please welcome our latest src/ committer:jlemon2001-06-221-0/+1
| | | | | | | | | | | | Brooks Davis <brooks@one-eyed-alien.net> <brooks@freebsd.org> He's submitted one too many network related PRs (with patches), so now he can take care of them himself and keep improving our network related code and utilities, among other things. I'll be his mentor. Approved by: -core
* Add a comment noting that the last directory is written down byjoe2001-06-191-0/+2
| | | | commit_prep.pl
* Add Mike Silbersack <silby@freebsd.org> as a committer. Welcome!dfr2001-06-151-0/+1
| | | | Approved by: core
* back to using normal wilko@FreeBSD.org email address.wilko2001-06-141-1/+1
|
* Welcome Johann Visagie <wjv> to the coding orgy, and bump up the numbernbm2001-06-131-0/+1
| | | | | | | | | | | | | | | of South African committers (sorry Johann, this is really the reason, not all those ports you're maintaining). He'll be maintaining his weird variety of ports, and hopefully other stuff that takes his fancy (<subliminal>Docs! Docs!</subliminal>). I'll pretend to act as his mentor; strange since he was one of the people who introduced me to FreeBSD. So, hello to Johann, your decoder ring is in the mail, and I'll show you the secret handshake at dinner sometime. Approved by: core
* Unfreeze the doc/ tree. Everyone seems to be happy that backing out thenik2001-06-131-1/+1
| | | | | | -i18n changes would cause more pain than is really necessary, and Bruce is happy that he can work around the breakage that this introduced in -stable (s/happy/confident/ ...)
* Grumbel.. change back email adres 'til it really works.wilko2001-06-131-1/+1
|
* reflect move to new ISP. [adsl, ya!]wilko2001-06-131-1/+1
|
* Add Anton Berezin (tobez) who will be doing some nifty Perl5 workmarkm2001-06-121-0/+1
| | | | | | | and taking a load off my hands. OK'ed by: core Mentor: markm
* Changed my commit message delivery, as I can read them from a shared locationshafeeq2001-06-121-1/+1
|
* With my doc/ repo-meister hat on, freeze the doc tree. This is so we cannik2001-06-111-1/+1
| | | | | | | | | | resolve Andrey's recent changes, and, quite possibly, back them out, and do it by repo-copy instead. I don't want any further commits to happen in here before that's done. Normally I'd discuss this first. But I'm heading out in 5 minutes to speak at a Linux User Group meeting, and am likely to be offline for the next 36 hours or so.
* Please welcome the following new ports geeks extraordinaires:will2001-06-071-0/+2
| | | | | | | | | | | | | | | | | | | 1) Mark Pulford <mark@kyne.com.au> <markp@FreeBSD.org> Mark's high quality patches/ports were just asking to be punished with a commit bit. 2) David W. Chapman, Jr. <dwcjr@{inethouston.net,FreeBSD.org}> David's been spamming the PR database way too much of late. So his punishment is to clean up his mess and then some. My slaves will first help me conquer the big stack that the ports db has become and then we'll invent some k-rad l33t new peace weapon and take over the world. Mentor: will Approved by: asami && core Deed done by: cshumway Special thanks: imp && jdp
* Add Crist Clark to committers. Welcome, Crist!ru2001-06-021-0/+1
| | | | Approved by: core
* Revert to the previous behaviour of not sending mail on directoryjoe2001-05-231-1/+1
| | | | | | creation. Note to FreeBSD committers: do we want this on?
* Add a configuration option to enable the sending of commit mail onjoe2001-05-232-2/+4
| | | | directory creation.
* Migrate some more configuration entries to the config file.joe2001-05-232-49/+49
|
* Recommend syntax checking with warnings switched on.joe2001-05-231-1/+1
|
* Finally make the script run under the 'strict' pragma.joe2001-05-221-33/+41
|
* Still working towards this script being entirely strict.joe2001-05-221-10/+14
|
* Remove support for disabling the commit summary in the email andjoe2001-05-221-38/+14
| | | | | | | commitlogs. This was controlled by tweaking the $RCSIDINFO variable, where 0 = off, 1 = mail only, and 2 = both mail and commitlog. It looks like '1' was broken and so not used by anyone, and '0' isn't so useful (I'll re-add support if anyone moans enough ;)
* Make a note that the global config values aren't quite global yetjoe2001-05-201-0/+2
| | | | | so that anyone picking up the code now doesn't shoot anyone in the foot.
* All perl modules need to return true or perl gets unhappy.joe2001-05-201-0/+2
|
* Use $DEBUG and $TMPDIR from cfg.pm.joe2001-05-201-15/+15
|
* Add $DEBUG and $TMPDIR config entries.joe2001-05-201-6/+10
|
* Fix a spilling mistoke in a comment.joe2001-05-201-1/+1
|
* Use the cfg.pm configuration file instead of hardcoding the template headerjoe2001-05-201-22/+3
| | | | typecheck definitions in-line.
* Add a configuration file for customising the perl scripts. To usejoe2001-05-202-0/+44
| | | | | | | | | | | | | | | | | | | it put the following at the top of the perl script: use lib $ENV{CVSROOT}; use CVSROOT::cfg; The config variables can then be referenced from the script by refering to them in the cfg package space, i.e. $cfg::TEMPLATE_HEADER. The choice was taken to write it in perl, instead of plain text, because it saves extra code in each script to parse the file, and additionally it allows the user extra flexibility enabling the user to create a dynamic configuration file that depends upon the host it's running on, for instance. Please read the warning in the file about making sure that it passes the perl syntax check (perl -c) before commiting updates to it.
* Back home..wilko2001-05-201-1/+1
|
* Remove a trailing space in a comment.joe2001-05-181-1/+1
|
* Rearrange the commit message parser for legibility.joe2001-05-181-29/+35
|
* Add Jim Pirzyk to committers. Welcome, Jim!jkh2001-05-181-0/+1
| | | | Approved by: core
* Fix the trimming of trailing blank lines, to avoid a 'Use ofjoe2001-05-171-3/+7
| | | | | | uninitialized value'. Noticed by: imp
* Revert last commit, issue resolved.peter2001-05-171-1/+0
|
* Nick (nsayer), please contact me.peter2001-05-171-0/+1
|
* Be more careful when removing duplicate lines. Remember thatjoe2001-05-151-1/+1
| | | | | perl considers "0" false, not true, so explicitly check each line against "".
* Be more exact when checking for empty template entries to filterjoe2001-05-151-1/+1
| | | | | | from the log message. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* Show the user why a failed syntax check occurred by showing thejoe2001-05-151-1/+1
| | | | regular expression that was used to perform the check.
* The 'MFC after:' entry can also take 'months'.joe2001-05-151-3/+3
|
* Make the "MFC after" syntax check match the claimed syntax.jlemon2001-05-141-1/+1
| | | | | Permit 'month[s]' as well, while I'm here; other scripts should also be updated to accept this as well.
* Remove a number of unnecessary warnings that occured whilst parsingjoe2001-05-141-6/+9
| | | | the log message.
* Relax the handling of seemingly extra lines in the templated headerjoe2001-05-141-2/+3
| | | | | | | | block at the bottom of the commit log. Committers are sometimes wrapping lines and therefore introducing lines that don't look like a header. This change should return the previous behaviour.
* * Tidy up the error handling to make it clearer what's happening.joe2001-05-141-5/+21
| | | | | * If a commit fails because of a template error point the user to a saved copy of the log message for when they re-commit.
* By default defined template headers should match /^.*$/, not /^$/.joe2001-05-141-5/+5
|
* Pull the templated headers and their associated type-checkingjoe2001-05-141-27/+69
| | | | patterns into a configuration section at the top of the script.
* Remove trailing spaces in the log message correctly.joe2001-05-141-1/+1
| | | | | | | | PR: Submitted by: Reviewed by: Approved by: Obtained from:
* Simplify the script.joe2001-05-131-48/+39
|
* Clean up a new nits and run this using 'strict'.joe2001-05-131-9/+11
|
* Recently Maxim Sobolev <sobomax@FreeBSD.org> introduced an MFCjoe2001-05-133-0/+19
| | | | | | | | | | | | notification service driven from 'MFC after:' headers in the commit message. This commit adds 'MFC after:' into the rcstemplate and associated code to make sure that if it's used it's used correctly. Based upon code submitted by Maxim Sobolev <sobomax@FreeBSD.org>. Submitted by: sobomax
* Gone for a weeks vacation..wilko2001-05-121-1/+1
|
* Backcpiazza2001-05-121-1/+1
|
* Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs.joe2001-05-081-1/+1
| | | | | They've never been logged here before by the looks of things, which seems a little strange.
* Route my mail to devnull for a couple weeks while I'm back home andcpiazza2001-05-031-1/+1
| | | | | not reading mail. If I come home to >2000 messages I end up deleting it all anyway...
* Please welcome Takuya SHIOZAKI to commiters. He will merge his XPG4DLume2001-04-251-0/+1
| | | | | | into FreeBSD. Approved by: core
* One Patch to rule them all, One Markup to find them,alex2001-04-251-0/+1
| | | | | | | | | | | One Commit to bring them all and in the doc/-ness bind them In the Land of SGML where the Commitbit lies. Devoted to Udo Erdelhoff (ue). I'll be his mentor. Approved by: nik
* Add a couple of missing 'my' declarations.joe2001-04-241-5/+5
| | | | Tidy up a comment.
* Re-enable my commit mailgreid2001-04-221-1/+1
|
* Disable 'use strict'. We're not ready for that just yet!!! (It crept injoe2001-04-201-1/+1
| | | | | | from my test environment). Several dunce caps to: joe
* Declare some variables before use.joe2001-04-201-8/+12
|
* Clean up the CVS log message parser and in the process fix ajoe2001-04-201-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-191-2/+2
| | | | use of @log_lines in a different context.
* Remove some unnecessary spaces, and add a commented out 'use strict'joe2001-04-191-2/+3
| | | | for later use.
* Tidy up the use of variables in the log message generation code.joe2001-04-191-28/+25
|
* Ports freeze is over!asami2001-04-191-1/+1
|
* Another ports freeze is coming, due to samba problems.asami2001-04-191-1/+1
| | | | Approved by: jkh
* Ports freeze is now over. Thanks for the patience, folks.asami2001-04-181-1/+1
|
* xemacs fixed, ports tree is frozen again.asami2001-04-181-1/+1
|
* Add knu as emergency measure while he fixes xemacs* ports.asami2001-04-181-1/+1
|
* The ports tree is now frozen in preparation for 4.3-release.asami2001-04-181-1/+1
|
* Back from Hong Kong..wilko2001-04-141-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-311-1/+1
|
* Add Yar Tikhiy to committers as punishment for submitting too manyjkh2001-03-261-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-101-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-081-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-061-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-271-6/+6
|
* Back out part of revision 1.62 that didn't work.joe2001-02-271-3/+3
|
* Switch off commits temporarily, whilst I chase down a potentialjoe2001-02-271-6/+6
| | | | bogon in log_accum.pl.
* Remove the unused $tag variable from the arguments to alljoe2001-02-271-4/+3
| | | | change_summary_X subroutines.
* Apply the style guide to the rest of the subroutines. In particular addjoe2001-02-271-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-271-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-211-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-291-62/+76
|
* Make the way read_logfile is called more sensible, and perl.style-ify it.joe2001-01-291-19/+24
|
* Apply style.perl(7) guide-lines to a number of subroutines.joe2001-01-291-27/+31
| | | | Remove the 'append_to_logfile' subroutine as it's not used.
* Changes to the cleanup_tmpfiles routine:joe2001-01-291-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-191-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-161-1/+1
|
* Rename a variable: $id => $PID. (Make it clear that this is actuallyjoe2001-01-161-30/+30
| | | | the process id.)
* Smatterings of missing 'my' declarations.joe2001-01-161-27/+27
|
* Make the location of the temporary directory a configuration option,joe2001-01-161-10/+18
| | | | along with the prefix that we use for the temporary filenames.
* Rename some variables so that configuration options are all injoe2001-01-161-9/+9
| | | | | uppercase: $debug => $DEBUG and $rcsidinfo => $RCSIDINFO
* Remove the $freebsd and $crypto variables; they're no longer requiredjoe2001-01-161-6/+1
| | | | now that the header is generic.
* Simplify by making the optional banner at the top of the commitjoe2001-01-161-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.)
* Begin the tidy-up to make these scripts easier for third parties to use.joe2001-01-161-22/+30
| | | | | Move the mail command and email recipients to the top of the script where they are easier to modify.
* Rejoice we have finally captured FUJISHIMA Satsuki-san who was veryknu2000-12-281-0/+1
| | | | | | | | | | | | | | | | | nearly dubbed Ports Fury II. Please welcome this brave new ports committer. His freefall account is `sf', which probably stands for his initials, not Src Fury. I will be his mentor. His early job will be to clear his own mega-PRs, after that he will add, fix and improve many ports with his superior skills, then do PR-battle against Ports Fury, and eventually take over the world. Welcome to the gang of rasc^W ferrets, FUJISHIMA-san! Approved by: asami Mentored by: knu
* New committer: mita (MITA Yoshio).motoyuki2000-12-221-0/+1
| | | | | | | | | | | He maintains many ports collection, such as ja-ghositscript family. He is also known as the co-authors of "Complete Introduction to FreeBSD", bestseller FreeBSD book in Japan. Welcome mita! Approved by: asami. Mentored by: motoyuki
* Remove an extraneous bit of code which doesn't conform to style(9).jkh2000-12-161-4/+0
|
* Add Duncan Barclay. He'll be maintaining the ray driver and maybeimp2000-12-151-0/+1
| | | | some other 802.11 infrastructure related things. I'm his mentor.
* Add Clive Lin (clive), he will works for zh-* ports,vanilla2000-12-061-0/+1
| | | | | | and I will be his mentor. Approved by: core
* Add Thomas-Henning von Kamptz <tomsoft> and Christoph Herrmann <chm>grog2000-12-051-0/+2
| | | | | | as new committers. Approved by: core
* Welcome Rebecca "Bean" Visger <bean> to the funny farm. She'll bejim2000-12-051-0/+1
| | | | | handling the conspectus for -advocacy and whatever other docs and/or www stuff we can coerce her into doing :-) I'll be her mentor.
* New committer: iedowse (Ian Dowse)sheldonh2000-12-011-0/+1
| | | | | | | | | | | Ian is already a valuable contributor who has submitted numerous fixes for panics in various parts of the kernel. Allowing him to commit his own fixes will just take some load off the PR database. I'll be Ian's mentor while he learns the internal project ropes. Flames to me, please. Approved by: core
* Tidy up some bogus stuff.peter2000-11-261-25/+10
| | | | Reviewed by: kris
* Welcome Peter Pentchev <roam@orbitel.bg> to the house of fun.kris2000-11-221-0/+1
| | | | Peter sent me one too many port updates and must now pay the price.
* new freebsd committer Lars Koellerandreas2000-11-191-0/+1
| | | | | freebsd ports Lars, would you please introduce yourself to the other committers ?
* The 4.2R ports freeze is (really) over. Thanks for your cooperation.asami2000-11-171-1/+1
|
* The ports tree is frozen again as I finally got answers from the CVSasami2000-11-171-1/+1
| | | | meisters and have to redo the tag.
* The ports freeze for 4.2R is over, hopefully for the last time.asami2000-11-171-1/+1
|
* The ports tree is now frozen (again) in preparation for 4.2R.asami2000-11-171-1/+1
|
* send commit mail to my home address instead of my university address.ben2000-11-161-1/+1
|
* Add another crazy Russian warrior Dmitry Sivachenko into our potent portssobomax2000-11-131-0/+1
| | | | | | | | | legion driven by famous Samurai Asami-san. He will be maintaining his 80+ ports, closing his own outstanding PRs, adding new great ports etc. and eventually will take over the world. Approved by: PW
* Add Issei Suzuki, who maintains ssh2 and some other ports.sada2000-11-121-0/+1
| | | | Approved by: PW
* Freezing commit mails to self (on vacation)rv2000-11-101-1/+1
|
* Invite OKAZAKI Tetsurou-san (okazaki@FreeBSD.org) to the Portsville.knu2000-11-091-0/+1
| | | | | | | | | | | He will be working mainly on emacs/elisp ports which most people fear and keep away from. ;) Needless to say, his great ports skill won't allow us to limit him to that area. I guarantee he will greatly help us maintaining and bloating our ports tree. I will mentor him, and dump all his PR's on himself. :> Please welcome this brave matador who tames that evil gnu monster!
* Add Kazuhiko Kiriyama.shige2000-11-091-0/+1
| | | | | | | | He is a ports committer, especially maintain XEmacs and related ports. Welcome kiri! Mentored by: shige, taoka Approved by: asami
* Add Jing Tang Keith Jang.kevlo2000-11-041-0/+1
| | | | | | | He's a ports committer, especially maintain chinese ports :-) Welcome Keith! Approved by: Satoshi Asami
* Ports freeze is over. It is now officially too late to put anythingasami2000-11-041-1/+1
| | | | else in 4.2R. ;)
* The ports tree is now frozen in preparation for 4.2R.asami2000-11-041-1/+1
|
* Start the Freetime Deprivation Process for Benno Rice.obrien2000-11-021-0/+1
| | | | | | | | | Benno was gullible enough :-) to step up to the plate to work on a FreeBSD PowerPC Mac G3/G4 port. Along with that comes FreeBSD support for OpenBoot firmware, which also applies toward a sparc64 platform port. I welcome Benno to FreeBSD'vile, and hate to tell him its too late to run away now. :-)
* Don't require $FreeBSD$ in the Intel ACPICA code.msmith2000-10-281-0/+1
|
* Start the Freetime Deprivation Process for:billf2000-10-261-0/+2
| | | | | | | | | | | | | Doug Barton (dougb), the author of mergemaster, will be maintaining it in our tree. He will also make sure our /etc/rc* look nice and tidy and I'm sure will find various other places to find himself useful. Garance A. Drosehn (gad) will be working on making our lpr suite more useful to modern systems. We can also throw bug reports and feature requests at him, I suppose. ;-> Approved by: core Mentored by: billf
* remove the commit bits for nsj and gehenna.jmb2000-10-181-2/+0
| | | | | | | | | | | temporarily till we find either person or they surface of their own accord. neither has an account freefall. all commmitters must have an account on freefall. Reviewed by: markm, imp Approved by: warner
* Add Jonathan Chen to committers. Now he can make his cardbus commitsimp2000-10-171-0/+1
| | | | | | himself. Welcome aboard Approved by: core
* Allow me to commit bsd-style-copyright w/o a FreeBSD ID.obrien2000-10-101-0/+1
|
* The conversion is over.asami2000-10-081-1/+1
|
* The ports tree is now locked for the layout change.asami2000-10-081-1/+1
|
* Please welcomewill2000-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | 1) James E. Houlsey <jim@thehousleys.net>, for bringing and maintaining ~50 RTEMS-related ports along with a number of others. 2) Trevor Johnson <trevor@jpj.net>, for bringing in the festival family of audio ports among other unusual audio ports; he also gave us the BSDI Netscape ports. 3) Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>, for finally updating and maintaining codecrusader, among other ports. This was a result of his laborious JX ports' split-up and creation. He is also known for maintaining the qmail port. to the ship of fools. All three spammed the PR database with consistently well-done PRs and forced upon themselves this abu^Whonor. All three have committed to assisting me in my mission to dominate ports and then take over the world. Mentor: will Deed done by: markm Approved by: asami
* Add Scott Long (scottl), who will be maintaining the 'aac' and 'asr'msmith2000-09-291-0/+1
| | | | | | drivers. Approved by: FreeBSD Core
* The ports freeze is over. Thanks for your cooperation! :>asami2000-09-221-1/+1
|
* The ports tree is now frozen in preparation for 4.1.1-release.asami2000-09-221-1/+1
|
* Please welcome Bosko Milekic to our happy house. His fingerprints havejlemon2000-09-221-0/+1
| | | | | | | | recently been seen on the mbuf code; he will be working on making it SMPng safe, as well as improving the code in general. Submitted by: jlemon & alfred Approved by: -core
* Re-enable mail - I am tired of reading from /home/mail/committers-archiveeivind2000-09-141-1/+1
|
* Send FreeBSD commit mails to an alternate address.rv2000-09-121-1/+1
|
* Keep commit messages out-of-band with other email.wilko2000-09-021-1/+1
|
* Dynamically format the changes summary block at the bottom of logjoe2000-08-301-19/+52
| | | | | | messages and commit mails so that the values always fit the columns. Reviewed by: markm
* Send my commit mail to an address I can use for sortinggshapiro2000-08-301-1/+1
|
* Sychronise with the default versions that CVS (1.10.7) creates injoe2000-08-284-40/+32
| | | | | | a new repository. This commit only affects comments.
* Send my committers mail to an address I can sort on more easily.dwmalone2000-08-231-1/+1
|
* Fix typo introduced in last commit: s/catalogs/catalogphantom2000-08-231-1/+1
|
* Exclude src/contrib/nvi/catalogs/* from the $FreeBSD$ checkingpeter2000-08-231-0/+1
| | | | Noted by: phantom
* Add Bruce Mah, who's submitted far too many doc related PRs for his ownnik2000-08-231-0/+1
| | | | good. Somebody break out the welcome wagon.
* Please welcome Rajesh Vaidheeswarran <rv> to the committers list. He willasami2000-08-161-0/+1
| | | | be maintaining his own port (cons).
* Don't have time for reading the commit messages.helbig2000-08-071-1/+1
|
* Add src/share/examples/cvsup/refuse, which is about to getjdp2000-08-051-0/+1
| | | | everything resembling a comment ripped out of it.
* Add Atsushi Onoe-san as a committer. He'll be maintaining the awiimp2000-07-221-0/+1
| | | | | | driver and working on some other things. I'll be his mentor. Approved by: core
* The ports freeze is over. We are now officially in the post-4.1 stageasami2000-07-201-1/+1
| | | | (at least for ports and packages).
* The ports tree is now frozen in preparation for 4.1-release.asami2000-07-201-1/+1
|
* Please welcome Sergey Babkin as our latest committer.gibbs2000-07-171-0/+1
| | | | | | | Sergey has been generating patches and PRs for the system for as long as I can remember. Now that he's had the mis^h^h^hgood fortune to port a driver to CAM, I've taken it upon myself to bring him into the fold!
* Exclude postscript (!) files from needing $FreeBSD$peter2000-07-161-0/+1
|
* Drop 'tedm' and 'karl' from the committers list. They never logged inpeter2000-07-131-2/+0
| | | | | since as long as the lastlogin information is valid, and never read their committers email. Their mailboxes got zapped when they hit 65MB each.
* Drop 'gclarkii' from the committers list - the account does not seem topeter2000-07-131-1/+0
| | | | exist anymore.
* Say hello to Gregory Shapiro our new Sendmail maintainer.obrien2000-07-131-0/+1
| | | | | | | | Gregory comes to use from Sendmail Inc., so we are in good hands. I will be his mentor. Approved by: -core
* Say hello to our newest committer: Kelly Yancey. Kelly will be busyjhb2000-07-121-0/+1
| | | | | | | maintaining his ports, closing his own PR's, and engaging in general hackery under src/. I'll be his mentor. Approved by: -core
* Add David Malone as a committer so that he can commit his ownsheldonh2000-07-111-0/+1
| | | | | | | | | | | | fine patches, which tend to appear in follow-up to PR's. David has a mandate to attack src/ at the moment, but not ports/ until he's chatted to Satoshi, nor doc/ until he's chatted to Nik. I'll be David's mentor. Approved by: core
* And please welcome UK committer #11.asmodai2000-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | This, ladies and gentleman, is the other fool who has been making my life miserable (why do they always come from the .uk?). He lurks and responds on the mailinglists as Ben Smithurst. Scary thing about Ben is, that like Mark, he has this strange inclination to document things as well as submit other PRs. Needless to say I also got fed up with his PRs. About time he started caring for them himself. }=) All joking aside, I want to warmly welcome Ben into the realm of the -doc committers. (That's down to the hall and to the right, btw.) Ben, enjoy your stay and please don't mind the bodies of the non-documenting programmers chained to the walls. (As with Mark, I will be mentoring Ben for a while.) Approved by: nik
* Please welcome another committer.asmodai2000-07-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | This time I have the pleasure in presenting you with Mark Ovens. Mark actually got on my nerves by submitting too many PRs, and especially -doc related ones, that I decided to punish him in the best way possible. By making him a -doc committer. }=) Anyways, Mark can be found as a resource for a lot of things and most of the time he is crazy enough to document these things as well. Most of the time in a `don't try this at home kids' kind of style. All kidding aside, I am glad to have Mark aboard (saves me from doing lotsa -doc stuff ;) ) and I believe he is UK committer #10. Please give him a warm -doc and FreeBSD welcome. =) Welcome to the madhouse Mark. (I will be his mentor for a while.) Approved by: nik
* Add Daniel Harris (dannyboy), who is now in the enviable position of beingnik2000-07-071-0/+1
| | | | | able to commit all the -doc PRs he's submitted. I'm sure -committers will extend the traditional warm welcome to him.
* Remove the freeze on the crypto files.jdp2000-07-071-8/+0
|
* Add Toshihiko ARAI-san (toshi) and Takanori Watanabe-san (takawata).imp2000-07-071-0/+2
| | | | | | | | | | | ARAI-san is the PAO release engineer and will be coordinating release issues for laptops as well as any remaining PAO integration issues. Watanabe-san is the author of the smbus driver and one of the primary architects of the acpi project which is on the glide path to integration in to FreeBSD. Please welcome our latest two Japanese committers.
* Please welcome new committers from Japanese Documentation Project.kuriyama2000-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | (1) Kazuo Horikawa (horikawa@FreeBSD.org) He is working on Japanese Manual Translation Project as manager/release engineer for years. I think he will work for doc/ja_JP.eucJP/man area and his work will be good hope for whom planning to translate manuals into native language. (2) Hiroki Sato (hrs@FreeBSD.org) He is working on Japanese Documentation Project as sub manager and his work on this area is widely as translation, reviewing, pre-commit checking, (www & doc tree) building knowledge, SGML/XML development. Guys, welcome aboard! Approved: nik Mentored: kuriyama
* Impose a freeze on all the crypto files while we fold the cryptojdp2000-07-051-0/+8
| | | | | | collections into the mainstream source tree. Approved by: markm, peter
* Welcome to a new committer: Adrian Chadd.phk2000-07-041-0/+1
| | | | Mentor: rwatson.
* Add src/usr.bin/doscmd/fonts.dir (to be committed in a minute).tg2000-06-231-0/+1
| | | | Approved by: jdp
* Sort entries.tg2000-06-231-4/+4
| | | | Approved by: jdp
* Add two new committers from Jordan's and my trip to Japan:imp2000-06-211-0/+2
| | | | | | | | | | | | | | Atsushi Furuta-san UCHIYAMA-san Yasushi to the tree. Gentlemen, please add yourselves to the handbook following the new commiters guide and send an introduction to the list. Please see http://www.freebsd.org/tutorials/committers-guide/ for more details. Mentor: imp Approved: core
* Welcome Coleman Kane to comitters. Coleman, please seejkh2000-06-201-0/+1
| | | | | http://www.freebsd.org/internal/developer.html and move yourself to the committers section.
* Add Shafeeq Sinnamohideen (shafeeq) from the CODA project who will bebillf2000-06-191-0/+1
| | | | | | | maintaining, not suprisingly, the coda ports. Submitted/Mentored by: billf && rwatson Approved by: asami
* The first four new Japanese committers from Jordan's world tour:imp2000-06-191-0/+4
| | | | | | | | | | | | | | | MIHIRA-san Sanpei Yoshiro (sanpei) Takeshi Shibagaki-san (shiba) Noriaki Mitsunaga-san (non) Shunsuke Akiyama-san (akiyama) Please add yourself to the handbook for the traditional first commit following the guidelines in http://www.freebsd.org/tutorials/committers-guide/ I will be acting as their mentor. Approved by: core
* Add Assar Westerlund (assar), who will be helping Mark Murray to maintainkris2000-06-191-0/+1
| | | | the Kerberos code.
* Add Jun-ho Choi to committers; welcome!jkh2000-06-181-0/+1
|
* Add a header to all commit mail showing which branches the changesjoe2000-06-171-0/+10
| | | | | | | | | | were applied to; useful for filtering by procmail, etc. The additional header is of the form: X-FreeBSD-CVS-Branch: HEAD,RELENG_3,RELENG_4 Requested by: andreas & asmodai
* Unlock the ports tree, the tag is down now.asami2000-06-171-1/+1
|
* Lock up the ports tree for a couple of hours while I work on the release.asami2000-06-171-1/+1
|
* Add obrien to the 'he knows what he is doing' list for massaging tagspeter2000-06-141-1/+1
| | | | (in src/contrib)
* Add Alexander Langer to the list of crazy committers.asmodai2000-06-091-0/+1
| | | | | | | | | | | | | | Like Will Andrews, Alex has this weird liking for ports and especially fixing them. And like me he has this strange inclination to tinker with API's and, *gasp*, document them. Alex will also be working on the German translation import and expansion effort. Will Andrews and me will be mentoring him. He's ab^H^Husable under the callsign `alex'.
* Redirect commit mail for tedm and karl to devnull. They have neverpeter2000-05-261-6/+6
| | | | | | logged in to read it since hub existed. :-( it was just filling up /var/mail. Since we have no forwarding address for them there isn't much we can do.
* Add John W. DeBoskey and Chuck Patterson to committers (somewhatjkh2000-05-201-0/+2
| | | | belatedly). Welcome, guys!
* Add Maxim Sobolev (sobomax) to the list of martyrs. At first he'll bebillf2000-05-171-0/+1
| | | | | updating his own ports, then he'll be importing new ports, then he'll take over the world.
* Welcome Jake Burkholder to this everlasting party.mdodd2000-05-161-0/+1
| | | | | | | Jake will be working on some of the legacy drivers initially and later, wherever his fancy takes him. Approved by: core
* Please welcome Jayanth Vijayaraghavan <jayanth@freebsd.org> to our happypeter2000-05-091-0/+1
| | | | | | | | | family. Jayanth is a TCP/IP guru and works at Yahoo alongside (literally) Paul Saab and I. Jayanth is the culprit behind the recently committed TCP NewReno work and among other things has a TCP SACK implementation. His committer access was approved on the condition that he must NOT sing! :-)
* Welcome David Cross as our 200th committer.jdp2000-05-071-0/+1
| | | | Approved by: core
* Token commit to test commits on the new freefall..peter2000-05-061-1/+0
|
* Julian has better email access now, remove the julian's redirectionpeter2000-04-261-1/+1
| | | | to devnull of his inbound committers mail.
* Allow .exp files in src/lib/libc_r/test, which are used for comparing actualjasone2000-04-251-0/+1
| | | | | | | | test output with expected output, to not have $FreeBSD$. Many creative workarounds have been suggested by others, but none of them are at all convenient to work with. Approved by: peter
* Use an alias in access to auto-sort committers mail.rwatson2000-04-181-1/+1
|
* I believe we have finished converting all ports. I'll fix whateverasami2000-04-141-1/+1
| | | | | leaks that may remain over the next couple of days, so the ports tree is unfrozen now.
* Send my -committers mail to a specific alias @Awfulhak.orgbrian2000-04-141-1/+1
|
* Change my email address for cvs commit messages so i can separate themwosch2000-04-141-1/+1
| | | | | from things like core-team and personal FreeBSD mails (withouth using hack^H^H^H^Htools like procmail).
* Add obrien to the ports list so he can help convert ports.mharo2000-04-121-1/+1
| | | | Indirectly Approved by: asami
* Move the group NCVS check to the freebsd.org section. This reduces theobrien2000-04-121-15/+9
| | | | | | | amount of editing one needs to do to use the FreeBSD CVSROOT configuration on other projects. Approved by: peter
* Add knu to the ports list so he can help in fixing up the Japanese ports.asami2000-04-111-1/+1
|
* As announced before, the ports tree is now frozen while mharo andasami2000-04-091-1/+1
| | | | cpiazza work on converting the Makefiles.
* Add Maxim Bolotin <mb@freebsd.org>. He'll maintain his cs driver in theimp2000-04-061-0/+1
| | | | | | tree. I'll be his sponsor. Approved by: core
* Please welcome Murray Stokely to FreeBSD committers.jkh2000-04-051-0/+1
|
* Welcome in knu.sada2000-03-221-0/+1
| | | | Mentor: sada
* Add Will Andrews <will> who has committed the awful sins of opening toobillf2000-03-201-0/+1
| | | | | | | | | many PRs and having too many ports of his in the tree. He also lives in Michigan(!) which isn't quite as bad. For penance he will have to go close those PRs and maintain his ports. Fool. Approved by: asami
* The ports freeze is now over -- thanks for your cooperation.asami2000-03-191-1/+1
|
* The ports tree is now in freeze in preparation for 4.0R. Nobody other thanasami2000-03-121-1/+1
| | | | "asami" (that's me :) can commit to the tree.
* Change my email address for cvs commit messages so i can separate themjoerg2000-03-051-1/+1
| | | | | from things like core-team and personal FreeBSD mails (withouth using hack^H^H^H^Htools like procmail).
* Welcome Hajimu UMEMOTO!shin2000-02-271-0/+1
| | | | | | He is already known as several patches submitter, and also has much IPv6 operation and experiment experience on Japanese IPv6 supported ISP IMASY, where he is a member of it.
* Please welcome Paul Saab - our newest slave^H^H^H^H^Hcommitter. Paul ispeter2000-02-231-0/+1
| | | | | formerly from Hotmail, and is now at Yahoo. Many of you would have met him at FreeBSDCon'99.
* Add Brian S Dean to committers - welcome, Brian! I'll bet wejkh2000-02-191-0/+1
| | | | all wish we had justification to use "BSD" as our 3-letter username.. :)
* Remove this, it lives on in logcheck.peter2000-02-131-100/+0
|
* Update the commit scripts to understand 'Approved by:' and kill cvsedit.peter2000-02-135-6/+7
|
* Remove the $CVSFUBAR hack, it's not required anymore now that we havepeter2000-02-101-6/+0
| | | | the exclude file.
* Welcome Greg Sutter <gsutter> and Bill Swingle <unfurl> to the funnyjim2000-02-101-0/+2
| | | | | | | farm^H^H^H^Herr committers :-) They'll be working on docs stuff mainly, particularly the handbook. I'll be their mentor. Approved by: nik, jkh, core
* Exclude src/share/info/dir-tmpl from the list of $FreeBSD$ files.ru2000-01-251-0/+1
|
* Add src/share/man/man0 to the exclude list. It contains someasmodai2000-01-241-0/+1
| | | | files which aren't versionable.
* Add Wilko Bulte to committers. Welcome! Please seejkh2000-01-141-0/+1
| | | | | http://www.freebsd.org/internal/committers-guide.html Approved by: core
* Set commit mail destinied for myself to go to /dev/null.eivind2000-01-131-1/+1
| | | | | | | I am feeling burned out with FreeBSD at the moment, and frustrated with both myself and the organization. I'm taking a sabbatical to try to get rid of this feeling. I hope to be back with renewed energy at a later date.
* Turn off Julian's commit mail (send it to devnull@freebsd.org)peter2000-01-091-1/+1
|
* Allow a second whitespace-delimited word on an access line to overridepeter2000-01-091-1/+5
| | | | the email address.
* Add *.core to the exclude list for import etc.peter2000-01-071-0/+1
|
* Add Patrick Gardella (patrick) as a WWW committer. He will be maintaining thenate2000-01-031-0/+1
| | | | | | | | | | FreeBSD/JDK WWW pages, which will soon be under CVS control. Welcome aboard, Patrick! Approved by: jkh Deed done by: markm Sponsored by: nate
* Add Ade Lovett (ade) as a ports committer. Thankfully now he can takesteve2000-01-031-0/+1
| | | | | care of his own PRs and commit the mega-patches that affect 50+ ports at a time. Welcome aboard, Ade!
* Add Jeremy Lea (reg) as a committer. He will be helping out withsteve2000-01-021-0/+1
| | | | | | | | our ever-growing Ports Collection. Welcome aboard, Jeremy! Approved by: asami Deed done by: markm Sponsored by: steve
* Drop share/examples/diskless - the ssh identities shouldn't even be there,peter1999-12-301-1/+2
| | | | | and even if they did they should be uuencoded. Add etc/motd
* Add Gerard Roudier who will be maintaining his `sym' SCSI driver.obrien1999-12-301-0/+1
| | | | | Justin Gibbs did the preliminary work of suggesting Gerard come on-board, and Mark M. setup his Freefall account. I'm not sure how he got missed here.
* Do not require the file /usr/share/misc/more.help (akahoek1999-12-261-0/+1
| | | | | | "src/usr.bin/more/more.help") to contain an $Id$. This file is directly displayed as more(1)'s help file and an Id would look unprofessional, stupid, and ugly. It would be inappropriate, too.
* The ports freeze is over now. I can't remember a release thatasami1999-12-221-1/+1
| | | | | went so smooth (from the Ports Collection's point of view). Thanks for the help, guys!
* Allow binary files (ssh key file) to be commitedphantom1999-12-221-0/+1
|
* Add Robert Watson (rwatson) as a committer. His work on Coda,eivind1999-12-181-0/+1
| | | | | | POSIX.1e, and ACLs has finally put him in the worry seat. Approved by: core
* Remove James Raynard from committers:jkh1999-12-171-1/+0
| | | | | | | | | | "I have decided to resign as a committer as it's been a very long time since I last had the time to work on FreeBSD and things have now got to the point where not even "speed reading" can help me keep up with the commit mail." And thanks to James for being honest about this. Most folks just slink away quietly and are never heard from again. :)
* Add Jeroen Ruigrok (aka Asmodai) to committers. Among other crimes,peter1999-12-171-0/+1
| | | | | he has a strange inclination to document things and extract information from people in order to do it. Welcome aboard!
* Welcome Chris D. Faulhaber (jedgar) to the ever growing flock of committers.billf1999-12-161-0/+1
| | | | | | | | Hopefully this will stop the exponential growth that the PR database has been experiencing. :-> Sponsored by: billf Approved by: asami
* Welcome Neil Blakey-Milner (nbm) to the ship of fools. He will bebillf1999-12-141-0/+1
| | | | | | | doing neat handbook build tricks and other doc proj work. Approved by: nik Sponsored by: billf
* The ports tree is now in freeze in preparation for 3.4R. Nobody other thanasami1999-12-111-1/+1
| | | | "asami" (that's me :) can commit to the tree.
* Fix the dreaded: 'Argument "1.1.1.1" isn't numeric in eq atpeter1999-12-091-1/+1
| | | | /home/ncvs/CVSROOT/commit_prep.pl line 119, <FILE> chunk 6.' error message.
* Unused variable ($ind) and skip regexp lines that begin with a '#'peter1999-12-091-1/+4
| | | | character as a comment.
* Convert the exclude list to a regexp after some suggestions by Sheldonpeter1999-12-092-4/+3
| | | | Hearn and Ollivier Robert.
* Add FREEBSD-Xlist to the exclude list..peter1999-12-091-0/+1
|
* Check the exclude list if we don't find a $FreeBSD$ tag. Don't scanpeter1999-12-081-8/+21
| | | | | the exclusions list unless we're just about ready to fail, so this only incurs an overhead on non-tagged files.
* Add the exclude list to what we check out into /home/ncvs/CVSROOTpeter1999-12-081-0/+1
|
* Add a hack prototype directory/path matching system for overrides ofpeter1999-12-081-0/+3
| | | | the $FreeBSD$ checking.
* Try and stop the line counter from getting confused by preventing itpeter1999-11-291-0/+2
| | | | | | from seeing any more than the 'lines:' in the rcs header itself. It used to scan the entire log message and could "find" another entry if another log message, complete with full headers, was pasted into the middle.
* Make this script more generic, and of wider appeal. All mention ofjoe1999-11-161-11/+14
| | | | | | | | | | | $FreeBSD$ has been replaced with $HEADER, a variable which is defined near the top of the script. This makes it easier for third parties to customise the CVSROOT contents for their own local repositories, like Pavilion Internet do with their $Pavilion$ tag. Reviewed by: the cvs-committers list
* Turn src/sys back on.. It was restored from a backup about 10 minutespeter1999-11-051-2/+0
| | | | | | | prior to the import. There is still a small amount of debris in src/sys/alpha/alpha, but that can be fixed up in a moment. I don't believe I've accidently lost anyone's commits.