aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Turn off src/sys commits until the kame disaster(?) is resolved, in casepeter1999-11-051-0/+2
| | | | we have to restore the tree from backups..
* Remove Joe Greco at his request.msmith1999-10-251-1/+0
|
* Add Josef Karthauser to the committers list.imp1999-10-221-0/+1
|
* Add Mr. Yukihiro Nakai (nakai) to the rank of committers. He will takeasami1999-09-271-0/+1
| | | | over his 80-something ports.
* Welcome Dan Moschuk (dan@FreeBSD.org) to the well of souls.billf1999-09-261-0/+1
| | | | | | He'll be applying some Weight Watchers technique to our ports PR list. Approved by: asami
* Sync with internat.freebsd.org crypto repo.peter1999-09-191-22/+49
| | | | | | | | (Actually, Mark removed a bit of commented code whice I've left in since we might use something like it for using cvs-$branch commit messages one day) Submitted by: markm
* Sync with internat.freebsd.org crypto repo.peter1999-09-191-1/+2
| | | | Submitted by: markm
* Sync with internat.freebsd.org crypto repo. (part 1)peter1999-09-196-6/+10
| | | | Submitted by: markm
* if we're stopping a commit, make sure the lastdir file (possibly left frompeter1999-09-191-0/+1
| | | | a run in a previous directory) is cleaned up.
* Now that the ports and release freezes are over, turn back on thepeter1999-09-191-3/+3
| | | | id checking in ports/*/Makefile.
* If a file is missing, don't try and check it's id stamps. It's either beenpeter1999-09-191-0/+3
| | | | cvs rm'ed, or cvs itself will detect the error if it's really missing.
* Ports freeze for 3.3R is now over.asami1999-09-171-1/+1
|
* Don't check for $FreeBSD$ in src/etc or src/release. src/release wouldpeter1999-09-141-4/+10
| | | | | be a big problem, and a couple of files in etc don't have comment fields. (eg: motd)
* Requiring the $FreeBSD$ to be within the first 'n' lines isn't all thatpeter1999-09-121-2/+3
| | | | useful.
* Increase size of the area where FreeBSD keyword searched to 70 lines - ee.c isache1999-09-121-1/+1
| | | | bug trigger.
* The ports tree is now in freeze in preparation for 3.3R. Nobody other thanasami1999-09-111-1/+1
| | | | "asami" (that's me :) can commit to the tree.
* Argh. Don't mess with perl at 6am. (Fix logic inversion braino)peter1999-09-111-1/+1
| | | | Submitted by: alfred
* Accept an empty $FreeBSD$ even on old files. As long as we've got a heappeter1999-09-111-9/+10
| | | | | of untagged files, it's too painful to create one if this is going to verifying it's contents.
* Some more cleanups. It should deal with revisions like 1.1.1.1 withoutpeter1999-09-111-24/+41
| | | | breaking now. (!) and should be safe to turn on for ports again.
* re-activate the checks, but for src/* only, and leave ports alone tillpeter1999-09-111-10/+8
| | | | after the freeze.
* Try and swallow up any extra "/" characters after cvsroot.peter1999-09-111-2/+2
|
* I think I found the problem that was causing the path failures.peter1999-09-111-0/+3
|
* Add some debugging and activate this for "peter" so I can check it outpeter1999-09-111-7/+14
| | | | in situ.
* argh! the remote cvs strips the directory..peter1999-09-111-4/+5
|
* Turn on the $FreeBSD$ checking for src/* and ports/*/Makefile.peter1999-09-111-8/+36
| | | | | | | | | | | | I've relaxed it a lot in branch cases (ie: not -CURRENT): - version number checking is disabled to enable MFC style clobbers. - on src/contrib and src/crypto no $freeBSD$ is required at all. There is an override availble (but it'll send mail!) in case of problems. If the checks here screw up, set the environment variable CVSFUBAR and it'll bypass the checks entirely. Depending on your shell, that's "setenv CVSFUBAR yep", or "CVSFUBAR=yep; export CVSFUBAR" Please don't use this unless there is a genuine problem that can't wait.
* Specifically allow people to commit to each of the top level directoriespeter1999-09-101-2/+8
| | | | | | in the repository. "avail||ports" means anyone can commit to ports. "avail|asami|ports" means only satoshi can commit to ports (as well as everywhere else he's allowed, of course :-).
* Bug fix - make directory based restrictions work..peter1999-09-101-4/+5
|
* remove ats from committers.jmb1999-09-091-1/+0
| | | | | | ats left the FreeBSD project quite a while ago Reviewed by: jkh
* Add Boriso Popov, who will be working on Netware interoperability, andmsmith1999-09-081-0/+2
| | | | | | | | Wilfredo Sanchez, CVSmeister for the Apple 'Darwin' project, who will be helping to keep the ties between the Apple group and the FreeBSD project fresh and alive. Approved by: core
* *GULP* - turn off $Id$ expansion.. Only $FreeBSD$ is left now.peter1999-09-071-1/+1
|
* Add Matt Dillon to committers. Please join me in welcoming himjkh1999-09-061-0/+1
| | | | | | back! [but send your welcomes to dillon@freebsd.org, don't just follow up to this message please :)]. Reviewed by: core & committers
* Clarify comments -- staff/chapter.sgml is also will be synchedphantom1999-09-061-2/+2
| | | | | | with updates of access. Reviewed by: nik
* Add jmas (Jose M. Alcaide), who will be assisting in the Spanishnik1999-09-061-0/+1
| | | | Translation Project. Will be mentored by Jesus Rodriguez.
* Add Mr. "R. Imura" (imura) who will be committing his own ports (qt2, qt-i18n,asami1999-09-041-0/+1
| | | | | | | kde*-i18n). He is a member of the KDE Internationalization project so you can say those are his software rather than just being his ports. :)
* Add andy (Andrey Zakhvatov) for his work as main lead on the Russiannik1999-09-031-0/+1
| | | | | | | | Documentation Project. At this rate, I calculate we'll have more doc/ committers than src/ committers in a little under three years. And then my quest for world domination can begin in earnest. . .
* Add gioria (Sebastien Gioria) who will be responsible for the shortlynik1999-09-031-0/+1
| | | | | to be imported French documentation set, and commits from the French Documentation Project. Mentored by me, as necessary.
* Add Alexey Zelkin as a new docs committer.mpp1999-09-021-0/+1
| | | | | | | | I will be Alexey's mentor. Welcome aboard! Approved by: nik, core
* Turn off all rcs keywords bar $Id$ and $FreeBSD$. ($Log$ in particular!)peter1999-08-291-0/+1
| | | | | $Id$ will be turned off once the uses of it for FreeBSD versions have been zapped.
* First stage of updates to check for a $FreeBSD$ tag prior to allowingpeter1999-08-281-9/+10
| | | | a commit. Not yet active.
* $Id$ -> $FreeBSD$peter1999-08-2823-23/+23
|
* Re-enable David O'Brien, since he has other work to do.msmith1999-08-261-1/+2
| | | | | | | <bde> Temporary access disables should be performed by commenting the userid out, not removing them. </bde>
* (With my portsmaster cap on)asami1999-08-251-2/+1
| | | | | Emergency alert: take out obrien until I can talk to him about the ID -> FreeBSD change.
* Welcome Mr. John H. Baldwin (jhb@) to the rat-race. He will be doingbillf1999-08-231-1/+2
| | | | | | | most excellent things to the doc/ (and probably www/) tree. I will be {mentor,sponsor}ing him. Approved by: nik, core, msmith
* Shorten lines to make this look slightly less terrible.msmith1999-08-181-5/+5
|
* Generate a mail on a blocked tag attempt as an alert that somebodypeter1999-08-151-3/+4
| | | | might need help or the script is broken.
* Turn on tagcheck.peter1999-08-141-2/+2
|
* First shot at trying to stop people using 'cvs tag' and screwing it up.peter1999-08-142-1/+27
| | | | | | Reserve RELENG_* tag operations for jkh and the cvs folks. I'm not 100% sure that this is going to be useable, depending on whether 'cvs add' and 'cvs rm' are exempt from this restriction (I think (and hope) it is).
* Add Alfred Perlstein and Jim Mock to committers.jkh1999-08-121-1/+3
|
* Initial version of access file (cvswrap ACL) generated from avail.peter1999-08-121-4/+173
| | | | Repo copied from avail,v.
* Clarify the 'Obtained from' means from another software collection.billf1999-08-101-3/+3
| | | | | | | Clarify that 'Reviewed' is when OTHER PEOPLE review the commit. It is the hope of the FreeBSD project that if you are committing to the repository you better damn well be reviewing it, this should go without saying.
* Simplify avail a bit in the aftermath of 'access'.peter1999-08-082-34/+8
|
* Check for group ncvs before we get in too far.peter1999-08-081-1/+11
|
* Oops, that sanity check wasn't such a good idea if log_accum calls cvspeter1999-08-081-1/+4
| | | | | | recursively... Noticed by: bde
* Take a snapshot of a tweaked version of the script that sends mail topeter1999-08-081-0/+30
| | | | committers.
* Add 'access' to /home/ncvs/CVSROOT checkout list for freefall.peter1999-08-081-1/+2
|
* A simple cvs wrapper intended to be setgid for freefall to replace thepeter1999-08-081-0/+97
| | | | | | | | "everyone in group ncvs" problem. It also (as a side effect) gives token protection of /home/ncvs by not having everybody with write access to the repository. (I say token because it's not bullet proof, but does require a deliberate and conscious attempt to bypass the controls - which wouldn't be thought of too well without a damn good excuse).
* Welcome Chris Costello <chris> to the Clear Air Turbulence.eivind1999-08-072-4/+4
| | | | | Approved by: core Sponsored by: nik
* Add Peter Holm. Welcome!markm1999-08-052-4/+4
|
* The handbook pages that get changed when this file changes moved on us,billf1999-08-012-4/+4
| | | | | | so update them. Personally, since the committer is the one to change these files, not the mentor/sysadmin who added them, I feel this shouldn't be here. However, let's at least be accurate.
* Add two new committers who are going to work on the IPv6 code.markm1999-07-302-4/+4
| | | | | Yoshinobu Inoue, Fujitsu Ltd./KAME project Munechika Sumikawa, Hitachi Corporation/KAME project
* Add Matthew N. Dodd, who will be working on the EISA, PCI and newbus code.msmith1999-07-272-4/+4
| | | | Welcome, Matt!
* Add the pattern "*.[Sp]o" to ignore PIC object files and profiledjdp1999-07-181-0/+1
| | | | | | object files. PR: bin/10165
* Add Seigo Tanimura as a committer to work on midi drivers. Welcome!dfr1999-07-152-4/+4
|
* Add Cameron Grant who will be working on the pcm drivers. Welcome aboard!dfr1999-07-072-4/+4
|
* Add Marcel Moolenaar, who will be working on the Linux compatibility sidemsmith1999-07-042-6/+6
| | | | of things. Soren, be sure to look after your new minion!
* Add Takahashi Yoshihiro, who will be working on the PC98 port.msmith1999-07-012-4/+4
|
* Add MAEKAWA Masahide who has been enslaved by Kazu.msmith1999-07-012-4/+4
|
* Add Larry Lile, who will be working on the Token Ring drivers.eivind1999-07-012-4/+4
| | | | Approved by: core
* Add Daniel Baker, who will be working on ports under Satoshi's auspices.msmith1999-06-302-4/+4
|
* Add Daniel Eischen (at long last!). Welcome aboard!msmith1999-06-302-4/+4
|
* Add Chris Piazza. Welcome aboard! Please introduce yourself tomarkm1999-06-192-4/+4
| | | | | committers@freebsd.org and let folk know who you are and what you'll be doing.
* Add Mitsuru IWASAKI. Welcome aboard!markm1999-06-182-4/+4
|
* Add Brian Feldman. Welcome aboard!markm1999-06-182-4/+4
|
* Add Sheldon Hearn. Welcome aboard!markm1999-06-152-4/+4
| | | | Approved by: a bunch of core members (some in Monterey)
* Add Kevin Lo to committers - welcome, Kevin!jkh1999-05-282-4/+4
|
* Add Ruslan Ermilov to committers - welcome aboard!jkh1999-05-282-4/+4
|
* Add extra empty line between sets of committed changes for readabilityn_hibma1999-05-271-2/+2
|
* Add Mark J. Taylor to committers - welcome, Mark!jkh1999-05-262-4/+4
|
* Add andreas back, he has acknowleged the reception of my mail and won'tasami1999-05-152-4/+4
| | | | commit anything until the ports freeze is over.
* Temporarily suspend Andreas' commit privs before he can do any moreasami1999-05-152-4/+4
| | | | damage to the ports tree. He's apparently not reading mail.
* Re-add modules.. That's a lot of metadata that doesn't have to be checkedpeter1999-05-111-0/+3490
| | | | over and over again (and consumes network bandwidth on cvsup).
* Add Tom Hukins ("tom"). He will be working primarily on the documentation.asami1999-05-012-4/+4
| | | | Requested by: nik
* Add Richard Seaman, welcome aboard!msmith1999-04-162-4/+4
|
* Delete one of the extra blank lines. The cleanup code handles it, but itpeter1999-04-131-1/+0
| | | | looks odd on screen while editing the commit message.
* I was meaning to check this in.. We use this on freefall and it'speter1999-04-131-0/+379
| | | | referenced in log_accum.pl
* Ladies and gentlement, please welcome Mr.asami1999-04-132-4/+4
| | | | | | | | | | | | | | | | | | | | Michael Haro <mharo@area51.fremont.ca.us> to our rank of committers. He will be closing his own PRs faster than he can send them. (Well ok maybe not, but he is added here because he was sending quality PRs faster than Justin II and Steve II could close them.) Michael II (I assume that's the name you are going with, you'll be "Mike III" if you want to abbreviate it), please read http://www.freebsd.org/~asami/cvsguide.txt for FreeBSD-ports specific info. Otherwise, just ask David II, who's your sponsor (and is therefore responsible for taking the blame of your screwups :). Satoshi (I)
* Take perl from /usr/bin rather than /usr/local/bin.jdp1999-04-063-6/+6
|
* Unfreeze the handbook now that Nik's done converting it.jdp1999-04-052-14/+2
|
* Welcome, Nick Sayer, to committers!jkh1999-03-302-4/+4
|
* Add Jason Evans. Welcome aboard!msmith1999-03-112-4/+4
|
* Impose a freeze on "doc/handbook" and "doc/en/handbook", as announcedjdp1999-03-032-2/+14
| | | | | | | in the committers list, message <19990224213900.B4292@catkin.nothing-going-on.org>. The freeze will remain in effect until further notice -- probably about 2 weeks.
* A big hand to our new committer, Mr.asami1999-03-022-4/+4
| | | | | | | | | TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> who will now take care of his (62) ports by himself. (The sound you hear from the general direction of Alabama is Steve breathing a sigh of relief. :)
* Leave some blank lines before the first keyword in the sample entries topeter1999-03-011-5/+7
| | | | try and stop the run-on lines between the Log: and the keywords.
* *** empty log message ***jkh1999-02-262-4/+4
|
* Add Mr.asami1999-02-252-4/+4
| | | | | | | Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> who will spend the next three months closing his own PRs. Welcome, Shige!
* Add Alan Cox to committers. Welcome, Alan!jkh1999-02-232-4/+4
|
* Add Julian Elischer back - this was not an approved commit.jkh1999-02-212-4/+4
|
* Suspend Julian Elischers commit bit until the issue of the oltr driversphk1999-02-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contents and licenses have been resolved. Julian, please open the ball by sending an email to -core with an explanation for: 1. The exact contents of these files. 2. The licensing and any other restrictions on them. 3. Why you didn't ask -core for approval of these terms. 4. Why you didn't ask -core for dispensation before committing object files in the tree. I urge that nobody use this driver until we have these issues resolved. cd /sys/dev/oltr for i in *.uu do uudecode < $i done strings *.o | grep -i copyright 161298 Copyright (c) 1998 Olicom. All rights reserved ,!,!n7 161298 Copyright (c) 1997, 1998 Olicom. All rights reserved (C) COPYRIGHT IBM 1983,4,5,6(C) COPYRIGHT TI 1983-89,90-94 EO V228.10.18 (C) Copyright Olicom 1998. SMAC.00.38 (C) Copyright Olicom 1998.
* Everyone, please welcome Kris Kennaway <kkenn@rebel.net.au> ("kris") toasami1999-02-192-4/+4
| | | | | | the ship. He'll be closing his own PRs so billf can close others'. Welcome, Kris!
* Null commit to verify the previous change.. (changes to the cvsroot filespeter1999-02-181-1/+1
| | | | are not active until after the commit that chages them)
* Use a general purpose (read: hack) tool that I've used over the years onpeter1999-02-181-6/+5
| | | | | various things to inject the commit messages. This should give us back the 'From: User Name <user@freebsd.org>' headers we're used to.
* Add missing paren.msmith1999-02-181-2/+2
|
* Update for post-resend changes use. (the majordomo resend on hub ispeter1999-02-181-1/+2
| | | | | using bulk_mailer to inject the mail, the address list is ignored now, this broke the cvs-committers list)
* Minor tidy up.. Update email address. Change an if (0) { .. } to apeter1999-02-161-11/+11
| | | | | | comment-out, and add comments that mlist_map is actually still used (the commitlogs specifically) so people don't keep offering to remove it. :-)
* Add Daniel Sobral, who will be working on the bootloader.msmith1999-02-032-4/+4
| | | | Reviewed by: core (with noted reservations)
* Reenable cvs commits on freefall.peter1999-01-251-5/+1
|
* block commitpeter1999-01-251-1/+5
|
* Add Roger Hardiman to committers.sos1999-01-212-4/+4
| | | | Roger will be looking after the bt848/878 driver.
* Just to clarify, the previous commit (removal of jamil) was performedmsmith1999-01-212-2/+2
| | | | at his explicit request.
* G'bye.msmith1999-01-202-4/+4
|
* Change date format from mm/dd/yy to yyyy/mm/dddanny1999-01-171-2/+2
| | | | | | PR: 9500 Reviewed by: freebsd-bugs@freebsd.org Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> and me.
* Add Andrew Gallatin, who will be working on the Alpha port (amongst othermsmith1999-01-162-4/+4
| | | | | | interesting things). Reviewed by: core
* Add Mr. Hidetoshi Shimokawa <simokawa> to the rank of committers. He willasami1999-01-022-4/+4
| | | | | | be primarily working on Alpha ports. By the way, he has been the only postmaster in the history of jp.freebsd.org.
* Add Hellmuth Michaelis to committers.jkh1998-12-282-4/+4
|
* Add Dirk Froemberg <ibex@physik.TU-Berlin.DE> (knows as "dirk" on ourasami1998-12-222-4/+4
| | | | machines) to the list of committers. Welcome, Dirk!
* Add Mark Newton (SVr4 emulation work) and Mike Spengler (requested by phk,msmith1998-12-212-4/+4
| | | | purpose unknown).
* Add Howard F. Hu to committers.jkh1998-12-112-4/+4
|
* Add jesusr (whoops).jkh1998-12-102-4/+4
|
* Add Wes Peters to committers; welcome, Wes!jkh1998-11-262-8/+4
|
* Please welcomeasami1998-11-142-4/+4
| | | | | | | | Kenji Sada <sada@email-ne.jp> Seiichirou Hiraoka <flathill@flathill.gr.jp> to the rank of committers. They are planning to make the ports/japanese category even less manageable. Welcome aboard!
* Add Nick Hibma, who will be working on our USB stack.msmith1998-11-142-4/+8
|
* Add Bill Fumerola (billf) to the list. Bill will commit his own ports.asami1998-11-112-4/+4
| | | | | Bill will also stop El Nino (if he has time after the ports). Welcome, Bill!
* Add Archie Cobbs to committers - welcome!jkh1998-11-062-4/+4
|
* Don Lewis is now a committer. Welcome aboard, Don!jdp1998-11-062-4/+4
|
* Added Kirk McKusick <mckusick>. Welcome aboard, Kirk.dg1998-09-302-4/+4
|
* Add Kenneth Merry by prior arrangementjkh1998-09-092-4/+4
|
* remove meganm by own request.jkh1998-09-092-4/+4
|
* Add Luigi Rizzo to committers - welcome, Luigi!jkh1998-09-062-4/+4
|
* Belatedly add Robert Baron and Greg Lehey to committers.jkh1998-08-302-4/+4
| | | | | Now I just need to figure out how Robert managed to commit the CFS stuff without being in here. :-)
* Add Mr.asami1998-08-242-4/+4
| | | | | | Motoyuki Konno <motoyuki> to the starship. Welcome aboard!
* Add Luoqi Chen; welcome aboard!msmith1998-08-242-4/+4
|
* Add Andrzej Bialecki to committers so he can maintain picobsd asjkh1998-08-232-4/+4
| | | | | | part of the standard distribution. Welcome, Andrzej!
* Add Nicolas Souchu, who will be working on ppbus and i2c.msmith1998-08-102-4/+4
| | | | | As is traditional, you should move your entries in the handbook from the contributors section to the committers section as your first action.
* John Dyson left FreeBSD around 14-June-1998.wosch1998-08-082-4/+4
|
* Add Doug White to committers. Welcome aboard, Doug!jkh1998-08-072-4/+4
|
* Amancio Hasty has stepped down as maintainer of the bt848 driver.phk1998-07-282-4/+4
|
* Welcome Eric J. Chet (ejc) to the rank of committers. He's going to,asami1998-07-282-4/+4
| | | | | | among other things, fix the ORBacus port. Oh, and please don't forget to move yourself from the additional contributors section to the developers section in the handbook.
* Test.wosch1998-07-271-1/+2
|
* Strange, I still got the excessive cross-posting errors.wosch1998-07-271-1/+3
|
* Disable excessive cross-posting to cvs-* mailing lists.wosch1998-07-271-1/+2
| | | | This is a workaround until the postmaster fix his scripts.
* Please welcome Jacques Vidrine and Matt Dillon to commiters!jkh1998-07-042-4/+4
|
* Please welcome Guy Helmer to committers!jkh1998-06-112-4/+4
|
* Please welcome Mr A Joseph Koshy <koshy@india.hp.com> as new committer.phk1998-05-132-4/+4
| | | | | | | | | | | He has brought this on himself by blanket-bombing me with patches which close PRs, now he can do it himself! :-) I pressume the ritual instructions will be forwarded shortly. Your very first duty is to add yourself to the rooster in the handbook. Welcome!
* Add Donald Burr to committers - welcome, Donald!jkh1998-05-112-4/+4
|
* It is my second pleasure in two days, this time welcoming Mr. Matthew Huntasami1998-04-172-4/+4
| | | | | | | | | | | | ("mph") to our esteemed (and overworked) rank of ports committers. Welcome aboard, flight officer Hunt. It's too early in the morning for me to type in the welcome message, so please go dig up the one I sent to flight officer Kuriyama yesterday. Everything in there applies to you too (including the parts of finally being able to work on your own PRs). Lieutenant Asami signing off. (It's going to be a long day....)
* (Jordan, not so fast. :)asami1998-04-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Everyone please join me in welcoming aboard Mr. Jun Kuriyama ("kuriyama") to the spaceship. He will be handling the docking setups (aka ports). If I haven't screwed up anything (which I probably have, but that is not a certainty until you actually run into one of them), you should have everything enabled so you can check out and commit to the tree by now. Change your forwarding address on hub's /var/forward/kuriyama if you wish, I set up to your default address. In addition to freefall (the commit machine), you have accounts on hub (aka the mail hub), catfish (the -stable test building box) and bento (the -current test building box, aka Satoshi's lunchbox). Don't ask me why your password file is duplicated on all four machines. I use ssh so I never type my password anyway. Your first assignment is to update the ship's roster in the handbook. In particular, you are a "FreeBSD Developer" now! (Yeah, like you weren't before.) If/when you do that task successfully, you are allowed to look at the GNATs database and start committing ports from there. (Yes, finally someone is closing your PR's!) Have a nice tirp. Starship Mate Satoshi signing off.
* Add Peter Hawkins <peter@hilink.com.au> to committers. Welcome aboard,jkh1998-04-172-4/+4
| | | | | Peter! Erm. I think that's enough committers for right now though - we're growing too fast, ack! :)
* Add Dmitrij Tejblum <dt@freebsd.org>. Welcome aboard, Dima!jdp1998-04-152-4/+4
|
* Add Robert Nordier to committers - welcome, Robert!jkh1998-04-142-4/+4
|
* Add Dag-Erling C. Sm?rgrav to committers (sorry for the ? - it wasjkh1998-04-082-4/+4
| | | | some unidentifyable 8 bit char :)
* initial checkinjkh1998-04-041-0/+6
|
* Add Pierre Beyssac to committers. Welcome!jkh1998-04-032-4/+4
|
* Add options to checkoutlistpeter1998-03-101-1/+2
|
* Activate expansion of $FreeBSD$..peter1998-03-101-0/+1
| | | | Reviewed by: jdp, core (a few weeks ago)
* Add Ustimenko Semen to committers expressly so that he can maintainjkh1998-03-032-4/+4
| | | | his tx driver directly. He's familiar with CVS.
* Please welcome Nik Clayton to the FreeBSD Docs project!jkh1998-02-272-4/+4
|
* Add Tatsumi Hosokawa to committers. I'll be his initial contact injkh1998-02-122-4/+4
| | | | any issues that might come up.
* Killed davidg.dg1998-01-282-4/+4
|
* Add 'dg' (I'm renaming my account).davidg1998-01-282-4/+4
|
* Removed Drew Derbyshire upon his request. Too bad, Drew, but thanksjoerg1998-01-052-4/+4
| | | | for being honest and telling us so.
* Add Jamil Weatherby as limited committer so he can maintain his own driver.jkh1997-12-062-4/+4
|
* Add Vanilla Ice to ports committers.jkh1997-11-252-4/+4
|
* Whups! Get Amancio Hasty's username correct.jkh1997-11-122-4/+4
|
* Add Amancio Hasty to committers.jkh1997-11-102-4/+4
|
* It is my great pleasure, as usual, to announce that Justin Segerasami1997-10-282-4/+4
| | | | | | | | (jseger) has joined the list of the distinguished committers. If I haven't screwed up something, you should be able to commit now, Justin. Please move yourself to the committers section in the handbook (the usual first assignment :).
* Welcome Tim Vanderhoek <hoek@hwcn.org> as a new committer!joerg1997-09-262-4/+4
|
* Tighten the RCS template, so you can see more of what files you're going tojoerg1997-09-101-11/+4
| | | | | commit, as opposed to see the same boring non-information only all the time. Also mention the purpose of the `PR' line.
* Add Brandon Gillespie to committers list. I will be his "sponsor"jkh1997-09-062-4/+4
| | | | for the first 6 months.
* Open up for commits again.peter1997-08-222-4/+4
|
* PANIC STATIONS!! Please, hold the commits for a moment while I fix things!peter1997-08-222-4/+4
|
* Welcome Wolfgang Helbig to the committers' crew.joerg1997-08-202-4/+4
| | | | Well, he promised us to compete with Philippe Charnier :), let's see.
* Please welcome Jonathan Lemon <jlemon@freebsd.org> to committers!jkh1997-08-152-4/+4
| | | | He'll be working on the DOS emulator, among other things.
* Add new committer Matt Jacob <mjacob>. Matt will be helping outgibbs1997-08-142-4/+4
| | | | | | primarily in the SCSI arena. Welcome aboard, Matt!
* Add new committer Ralf S. Engelschall <rse>. Welcome aboard, Ralf !andreas1997-07-312-4/+4
| | | | | | Would someone with root privileges please be so kind to create him an account on freefall ? Thanks a lot ! ack'ed by: core
* Change Chris Timmons's login to "cwt" per request.jdp1997-07-152-4/+4
|
* Add new committer Chris Timmons <skynyrd>. Welcome aboard, Chris!jdp1997-07-152-4/+4
|
* Add itojun (Jun-ichiro Itoh) to our list of committers. Welcome aboard,asami1997-07-092-4/+4
| | | | | | | | itojun! Your first assignment (like everyone else) is to move yourself from the "additional contributors" to "developers" section in the handbook. :)
* Welcome Drew Derbshire to the FreeBSD committers crowed. He's the authorjoerg1997-06-202-4/+4
| | | | | | | of UUPC, and promised to do whatever maintenance will be required for our UUCP. Btw., he's got UID 700...
* oops, forgot to have logcheck checked out into /home/ncvs/CVSROOT/logcheckpeter1997-06-091-1/+2
|
* Deactivate the cvsedit wrapper around $EDITOR, verifymsg/logcheck shouldpeter1997-06-091-3/+3
| | | | be doing a better job now. (fingers crossed)
* Activate logcheck as an alternative to cvseditpeter1997-06-091-1/+5
|
* Cosmetic, use same perl as the other scriptspeter1997-06-091-2/+2
|
* Use hostname() to see if we should append @FreeBSD.org to the mailpeter1997-06-091-5/+14
| | | | addresses
* Checkin of eventual replacement for the editinfo stuff. This will be runpeter1997-06-081-0/+71
| | | | | | from the verifymsg hook to clean the log message on all commits including remote ones, cvs commit -m 'msg' and cvs commit -F msgfile, rather than just local commits on freefall with the editor.
* Be more consistant with $Id$peter1997-06-085-10/+12
|
* I think these two went missing too..peter1997-06-082-0/+39
|
* Hmm, I don't know what happened to the real version of this, but somethingpeter1997-06-082-0/+38
| | | | (or somebody) deleted the real avail,v file from /home/ncvs/CVSROOT(!)
* Update version check to cope with the probability that cvs will soon bumppeter1997-05-261-3/+3
| | | | | it's version digits into double digits, eg: cvs-1.10.0. Bump minimum number for the version installed on freefall.
* recognise top-level ~ncvs/doc directorypeter1997-05-231-1/+2
|
* Put a warning next to the check for commits on freefall about the mailpeter1997-05-211-9/+36
| | | | | | | being sent to cvs-*@freebsd.org. Also, some minor cosmetic tweaks. Reviewed by: Submitted by: Obtained from:
* Set umask so newly created commitlogs dont get bad modespeter1997-05-171-1/+9
| | | | | | Reviewed by: Submitted by: Obtained from:
* Fix some bugs that I introduced not long before committing last time..peter1997-05-161-7/+18
| | | | | | | | | | | - suppress duplicate copies of mail to mailing lists when directories are crossed. I removed the use of dbm files for simplicity and used flat text files, but I kinda forgot about the implicit unique keys, so work around it now. - Don't log the action header if it's unchanged from the last directory. It could still possibly be duplicated, but I'm pretty sure the branch tag hashing will stop that from happening. (I hope :-) - add an extra 5 chars to the directory column
* RED ALERT! RED ALERT! Mission control, we have a slight technicalpeter1997-05-162-253/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem... No seriously, this is a major revamp of the log scripts in preperation for an update to a later version of cvs (ie: 1.9.8) Among the changes: - lots of dead code and useless stuff ripped out - lots of things rewritten and/or redesigned - support new message format that's passed from cvs to the log script so that commits to individual files on branches works. - perl5 now *required* due to above (hashes of arrays @{$var${tag}}) - commit message format slightly changed due to per-file branches - new mailing lists (well, from last year) and commitlogs supported, eg: cvs-contrib, cvs-tools, etc - more space for filenames on each line before wrapping. - more intelligent line wrapping, alignment should be better. - no more insanely long Subject: lines. There are more changes in the pipeline, including being able to do a partial commit message when cvs is aborted in the middle of a commit, but since the diff of the changes is now much larger than the file itself, and we need the new cvs support, commit this now. It's had a fair bit of testing in a private copy of the cvs tree, but it's still not all that unlikely that there won't be things I've missed.
* Edit out null `PR:'sbde1997-04-132-4/+6
| | | | PR:
* I added a "PR:\t\t" line, trying to indicate that it is legal to close PR's.phk1997-04-131-0/+1
|
* Add a check to make sure that cvs on freefall isn't spammed again withpeter1996-12-231-1/+8
| | | | an older version!
* Don't send mail when somebody does a 'cvs add' on a directory. It's notpeter1996-12-151-2/+3
| | | | | much use anyway and just makes people reluctant to use 'cvs add' even though it's more appropriate than 'cvs import' in several cases.
* Dont forget to clean temporary files when doing short logfile processingpeter1996-03-121-1/+2
| | | | for imports..
* An (ahem) "hack" to stop the duplicate mail messages going to cvs-all..peter1996-02-171-2/+2
|
* Attempt to fix some outstanding bugs/misfeatures/bogons in the CVSROOTpeter1996-02-0716-120/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code, as well as simplifying some admin procedures. The main change is to stop multi-directory commits only having the subject info of the last directory, and not being sent to all the lists, and not being logged to the appropriate commitlogs. updateCVSROOT is gone (yay!), it's functionality is replaced by a cvs-1.6 feature - the 'checkoutlist' file, which is designed explicitly for this. This will stop the easy-import users from getting told the mailing list is out of date when a committer has been added but had missed out on being put on the cvs-committers mailing list. Update the comments and info in the *info files with the cvs-1.6 headers, this fixes a few typos, clarifys some things, corrects some misleading comments, etc. Some stub files added to indicate how new cvs-1.6+ functionality is used, but left commented out (taginfo, cvswrappers, etc) All hard-coded references to /home/ncvs are changed back to $CVSROOT (as suggested to me by bde) now that cvs-1.6+ makes a special effort to ensure $CVSROOT is always set. This allows the $CVSROOT files to be used elsewhere (eg: for testing) with much less pain. mkavail is history as well, it was often being forgotten. cvs-committers now takes the user list from /etc/group:ncvs via a trivial perl script. This is so that we still have the ability to temporarily disable commit access via 'avail' without cutting off the cvs-committers mailing list. Since /etc/group editing is still required, this is not a new admin overhead. If we ever change so that membership of "ncvs" is not required (eg: /usr/bin/cvs becomes setgid and access control is via avail) then we are going to have to do it some other way. (I have ideas) I have tested this on my machines, but it is possible that I have missed something. As usual, please yell if I've botched it.
* Something funny is going on with the mailing list mapping andpeter1995-11-271-3/+2
| | | | | the perl construct "local($dir) = @_; " - perl warns about it, but it doesn't seem to work if I directly assigned $dir....
* It was a little disturbing to not see mkmodules being run anymore.peter1995-11-271-1/+2
|
* Clean up updateCVSROOT a bit more..peter1995-11-271-2/+3
|
* Add in revision summaries to the log_accum.pl file...peter1995-11-271-16/+147
| | | | | | | | | I've been using this code in this approximate form for about 6 months now. I'm keen to hear how useful this is/isn't for people. It gives an unambiguous indication of how big the commit is, and the revision numbers are collected into one place to make it easier to find and follow all the parts of a commit over multiple files.
* Just about finished......peter1995-11-271-2/+2
|
* Uncomment a little more of updateCVSROOT.. I'm doing this in smallpeter1995-11-271-6/+6
| | | | incremental steps.. Please forgive the number of commits....
* Remove a comment in updateCVSROOT...peter1995-11-271-2/+2
|
* oops.. forgot to uncomment mkmodulespeter1995-11-271-2/+2
|
* Whoops.. :-) some typos...peter1995-11-271-4/+4
|
* Some preliminary steps to automate the update of the various special filespeter1995-11-272-2/+28
| | | | | | in CVSROOT. The idea being that the modules file is changed to run updateCVSROOT instead of mkmodules. This will eventually do the necessary syncing that is currently done manually.
* Correct typo "commiters" -> "committers" as noticed by Satoshipeter1995-11-272-4/+13
| | | | | Also, try a simple sanity check in "commitcheck" to try and head off accidental commits on thud over NFS...
* Bang! Shoot me! I'll RTFM next time, I promise. I thought chop only tookpeter1995-11-021-2/+1
| | | | off newlines. :-O
* Take $ENV{'USER'} for the login name, as rshd, telnetd and rlogind allpeter1995-11-021-2/+2
| | | | | | | | | | set it. I'm still at a loss to explain why getlogin and `logname` (which make a supposedly secure system call) are returning somebody else's username when cvs (a non privileged process) is run on the end of a rsh. If I do: rsh freefall 'print getlogin' it always seems to work... (If this doesn't work after this commit, I might commandeer Jeffrey Hsu's login.. :-) This commit may say 'hsu' though.)
* Have another crack at getting the login name. Try `logname` - it seemspeter1995-11-021-3/+3
| | | | | that the mail process always gets it right and that's a subshell of the perl script log_accum.pl, so it's worth giving this a go.
* For the moment, prefer the getpwuid($<) value over getlogin..peter1995-11-011-4/+5
| | | | | Remove debugging output again.. (which proved that getlogin returns the wrong value sometimes..)
* The following minor tweak adds a tiny bit of debug info so thatpeter1995-11-011-4/+4
| | | | I can see how 'hsu' is getting attributed with some of my commits.
* Correct cvsedit so that it does the 'right thing' (TM) when the userpeter1995-09-021-8/+7
| | | | | | | | | | quits without saving. Previously, it would cause cvs to abort the commit without giving any warning. Now, it does that cvs normally does when the user quits without saving, ie: ask if you want to abort, or use the empty message, or re-edit.
* Back out the very last change to this. Go back to dieingrgrimes1995-08-281-4/+4
| | | | | | | | on empty log messages, far far better than allowing the commit. I will have to wait to talk to Peter on a longer term fix. Submitted by: David Greenman
* Turn off bogus check for empty log messages that was tripping people up..peter1995-08-281-4/+4
| | | | Reviewed by: rgrimes
* Fix incorrect Regexp that zapped Satoshi's Submitted-by line.. :-(peter1995-08-231-2/+2
| | | | This got past both Rod and I.. :-(
* Insert hook to call CVSROOT/cvsedit..peter1995-08-211-0/+2
| | | | | | | | | | | | | | | | | This hook is launched by cvs instead of your editor when commiting. cvsedit runs the editor for you, and does some post-processing on the file after you quit.. It does the following: - Remove trailing whitespace - Collapse multiple blank lines - Removes empty "Reviewed-by" etc lines, stopping cvs from putting them into the rcs log. - Removes leading and trailing blank lines.. - maintains the file timestamps if no changes are made, allowing you to abort a commit properly. (Sadly, I didn't have time to get the AI code running that was meant to check your code for you and find any bugs in your committed code.. :-) Reviewed by: Rod Grimes
* few hacks for CC linepeter1995-08-141-3/+5
|
* get cvsedit to drop likely editor backup filespeter1995-08-051-4/+15
|
* correct the CVS: botchpeter1995-08-051-7/+9
| | | | | CVS: CVS:
* 'ere we gopeter1995-08-051-17/+80
|
* Add modules, cvseditpeter1995-08-051-0/+22
|
* If any of the three lines:rgrimes1995-07-151-2/+7
| | | | | | | | Reviewed by: Submitted by: Obtained from: Are blank, after this commit, cvs will remove them from the Log: section.
* Okay, I lied, I went and learned some more perl, and hacked thergrimes1995-07-151-1/+9
| | | | | | | | | | Branch: detection logic into this. It's only 8 new lines, but due to the learning curve it took me 3 hours to write them :-(. Also fixed the $FreeBSD$ keyword to be $Id$ since it is turned off. Next.. auto deletion of blank ``Reviewed, Submitted and Obtained" lines. That should only take an hour more :-)
* Hard code path to perl as /usr/bin/perl so we stop picking it up fromrgrimes1995-04-195-7/+6
| | | | | | /usr/local. Submitted by: asami
* Added global 'ignore' file which is used when importing new files.nate1995-04-191-0/+2
| | | | Currently it contains '*.info' and '*.db' entries.
* Get rid of obnoxious comment about the `fmt' command so that I can seewollman1995-04-111-7/+0
| | | | WTF I'm committing again.
* Remove the TZ variable from the enironment before calling localtime()joerg1995-04-091-0/+1
| | | | | | | | | to get the commit timestamp. This makes the time stamps comparable. I'm rather in favour for using gmtime() instead of localtime(), but i guess i cannot convince all you american guys. :) I'll let up the RCS checkout to our CVS master...
* Add a blank after the empty CVS: line so it gets stripped.pst1995-03-291-1/+1
|
* put in comments about fill via fmtpst1995-03-281-0/+7
|
* add comment for new edit hookpst1995-03-281-2/+4
|
* Initial revisionpst1995-03-281-0/+384
|
* add new edit hook testpst1995-03-281-0/+1
|
* Spell "committers" correctly! :-)jkh1994-10-091-1/+1
|
* Add an echo to this - something is weird with this.jkh1994-09-281-0/+1
|
* Add another shell-script wrapper to do both -i actions required for avail.jkh1994-09-281-0/+7
|