summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset only one necessary LC_ variableache1995-10-231-3/+2
|
* Reset LANG and LC_TIME env. variables to produce english `date`ache1995-08-291-1/+3
|
* Bump the OSRELDATE to 199508. Too many things have changed sincejoerg1995-08-261-2/+2
| | | | | | 2.0.5, most notably the NFSv3 kernel support. Reviewed by: the mailing lists
* Add new ``SNAPDATE=""'' for use in snapshot building.rgrimes1995-07-291-1/+5
| | | | Reviewed by: jkh
* This is a major rework of newvers.sh to put it back much closer torgrimes1995-07-131-22/+18
| | | | | | | | | | | | | | | | | | | | | what CSRG had, plus make things like, TYPE, REVISION, and BRANCH easy to set, and derive RELEASE and VERSION from them. Kill the JUST_TELL_ME hack, it is no longer needed. Kill DISTNAME, I could find no reveference to it any place in the source tree. Now I just need to rework a few bits in release/Makefile, but want to wait and talk to jkh about that. Oh, and your now all running: TYPE="FreeBSD" REVISION="2.2" BRANCH="CURRENT" and the -BUILD-yymmdd is dead and gone. The date was already in the version[] string, no need for it to be there in 2 formats!
* It looks like I broke significant amounts of the commercial software runningphk1995-05-021-4/+4
| | | | on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back.
* First part of the "what version of CURRENT" fix.phk1995-04-221-2/+7
| | | | | | | | | | | We now have RELEASE=CURRENT in the CVS-tree. If this hasn't been edited, we will use "BUILT-yyyymmdd" where the time is that of the compile, and leave it at that, we can't do any better. If there is no serious objections, I will modify the "cvs co" script on freefall to fiddle this file after checkout so that it becomes CURRENT-yyyymmdd, where the time is that of the checkout.
* Bump to 2.0-950418-SNAPgpalmer1995-04-171-2/+2
|
* Make DISTNAME and RELEASE the same for now. It makes more sense.jkh1995-04-151-3/+3
|
* Go to a coherent release number for uname(1).jkh1995-04-151-2/+2
|
* DISTNAME="2.0-950412-SNAP"jkh1995-04-121-2/+2
|
* Bump this to 950408-SNAP.jkh1995-04-091-3/+3
|
* The "DISTNAME" is now configured here too.phk1995-03-241-2/+3
|
* Make newvers.sh usable from other places...phk1995-03-191-12/+19
|
* And the tree is 2.1.0-Development, have fun guys... Who breaks it first ?phk1994-11-081-4/+4
|
* Bumped the version to 2.0.1-Development.phk1994-10-181-4/+4
|
* Get rid of parentheses in version stuff. Use 2.0.0-Development instead.sef1994-09-281-3/+3
|
* Make it easier for programs to figure out what revision of FreeBSD theywollman1994-08-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | are running under. Here's how to bootstrap (order is important): 1) Re-compile gcc (just the driver is all you need). 2) Re-compile libc. 3) Re-compile your kernel. Reboot. 4) cd /usr/src/include; make install You can now detect the compilation environment with the following code: #if !defined(__FreeBSD__) #define __FreeBSD_version 199401 #elif __FreeBSD__ == 1 #define __FreeBSD_version 199405 #else #include <osreldate.h> #endif You can determine the run-time environment by calling the new C library function getosreldate(), or by examining the MIB variable kern.osreldate. For the time being, the release date is defined as 199409, which we have already established as our target.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+3
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+48
OpenPOWER on IntegriCloud