summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move __FreeBSD_version from src/sys/conf/newvers.sh toeivind1998-05-211-2/+9
| | | | | | src/sys/sys/param.h, to facilitate access from the kernel. This make it possible to do outside kernel development and have it actually work properly.
* Back out previous commit - it breaks when called from 'buildworld' :-(eivind1998-05-201-3/+2
| | | | (Damn, I wanted that in the -snap).
* Move __FreeBSD_version into <sys/param.h> (with automated duplicationeivind1998-05-201-2/+3
| | | | | | to <osreldate.h>). This allow kernel drivers access to it. Approved by: -current
* Increment RELDATE so that it is possible to distinguish between thejdp1997-09-241-2/+2
| | | | incompatible old and new forms of mount(2).
* Delete $Id$ line from copyright.wosch1997-07-091-6/+8
| | | | Submitted: Bruce
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Set RELDATE=300000. With the parallel version development, it hasasami1997-02-191-1/+1
| | | | | | | | | become impractical to distinguish versions using "real" release dates, so might as well make it correspond to real version number (-current is on the 3.0 branch) so at least the feature increments are guaranteed to be linear. Silently approved by: current list
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Replace LC_TIME= with LC_TIME=Cache1996-11-261-2/+2
|
* I'm not going to whine to Jordan anymore, since he seems to be busy withasami1996-11-151-2/+2
| | | | | | | the other two trees. Bump RELDATE to Feb 1997, one greater than 2.2. Now I can go update my porting.sgml. NOT a 2.2 candidate, in case phk's wondering. :)
* Set REVISION=3.0 and RELDATE=199701phk1996-11-031-3/+3
|
* Yikes! This must have fallen in with a mass-commit by mistake.jkh1996-10-111-2/+2
| | | | | Put RELEASE back. Pointed-out-by: peter
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh
* Create FreeBSD copyright (c comment) for OS versionwosch1996-08-041-2/+31
|
* Bump RELDATE in -current to be greater than RELDATE in -stable (and hencepeter1996-07-121-2/+2
| | | | | | | | 2.1.5-RELEASE). This will obviously be set "for real" closer to the time. (some ports use this to differentiate the two branches /dev/kmem kernel architectures. This exact same procedure happened in November last year for the 2.1 RELEASE as well.)
* Bump RELDATE to one more than the RELENG_2_1_0 branch, so one couldjoerg1995-11-101-2/+2
| | | | distinguish this from the version containing the NFSv3 code.
* 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