summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
Commit message (Collapse)AuthorAgeFilesLines
* Pad the strings sccs[], version[], and osrelease[] up to a minimum ofcperciva2005-08-191-3/+10
| | | | | | | | 128 bytes, 256 bytes, and 32 bytes respectively. This makes it much easier to identify when two kernels are identical apart from a version number bump (as often happens on security branches). Discussed on: freebsd-arch, in May 2005
* Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.scottl2005-07-111-1/+1
| | | | Approved by: re
* Fix what(1) on kernel binaries by duplicating part of version[] in sccs[]jhb2005-07-011-2/+1
| | | | | | | | | | | and stop trying to play cute games so that sccs[] shares space with version[]. Reported by: Jilles Tjoelker jilles at stack dot nl Discussed with: bde, "R. Imura" imura at ryu16 dot org Idea from: NetBSD (via bde) Approved by: re (scottl) MFC after: 1 week
* If USER of HOSTNAME is set to an empty value, use the fallback value.ru2005-01-151-1/+1
| | | | Submitted by: marck
* Give up on trying to please everyone and restore 1.64 with regards totrhodes2005-01-141-1/+0
| | | | dealing with sudo users.
* Improve previous commit with regards to the user check.trhodes2005-01-131-2/+2
| | | | Submitted by: nectar
* Reflect reality when a sudo user builds/installs a kernel. [1]trhodes2005-01-121-2/+3
| | | | | | | | | | | /* -> /*- for copyright notices. [2] [1]: PR: 41317 Submitted by: marck (original version) [2]: Discussed with: imp
* Pass the idea of the make(1) binary to use down to newvers.sh.ru2004-09-171-1/+1
| | | | | | | | | | | | | This is necessary so source upgrades use the correct binary. MFC after: 3 days For the record: Problem spotted by Scott Long, who mentioned that source upgrades from 4.7 to recent 5.x and 6.0 are broken. Detailed analysis shows that 4.7 has a broken make(1) binary. A breakage was fixed in RELENG_4 in make/main.c,v 1.35.2.7 by imp@, though the commit log erroneously stated "MFC 1.68" while in fact it should have been spelled as "MFC 1.67".
* HEAD is now 6-CURRENTscottl2004-08-181-1/+1
|
* When building a kernel or the loader, let the hostname be overriddenps2004-07-011-1/+1
|
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
| | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
* Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,ru2004-01-111-2/+2
| | | | and put the starting year of the project into the copyright.
* Properly fix the FreeBSD copyright.ru2004-01-101-3/+3
| | | | Pointed by: scottl
* s/FreeBSD Inc./The FreeBSD Foundation/gru2004-01-101-4/+4
|
* HEAD is at 5.2-CURRENT nowscottl2003-12-071-1/+1
|
* Move us into 5.2-BETAscottl2003-11-221-2/+2
|
* ARGH. I *knew* I'd eventually accidently commit this. Change 5.1-XP backpeter2003-07-231-1/+1
| | | | to 5.1-CURRENT.
* Provide a knob for raising the inline instruction estimate threshold andpeter2003-07-231-1/+1
| | | | | | | set an initial value. This is aimed at getting us closer to being able to turn -Werror back on and we can adjust the settings later on. Yes, we could turn off -Wno-inline instead, but that would hide the effect of gcc's bogo-estimator ignoring inline (either rightly or wrongly).
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-091-1/+1
|
* Make kernel identification (`ident' in the config(8) driver) available tojmallett2003-06-091-0/+2
| | | | | | | | | userland, and the kernel. In the kernel by way of the 'ident[]' variable akin to all the other stuff generated by newvers.sh. In userland it is available to sysctl consumers via KERN_IDENT or 'kern.ident'. It is exported by uname(1) by the -i flag. Reviewed by: hackers@
* We are at 5.1-CURRENT nowscottl2003-06-021-1/+1
|
* We are now in 5.1-BETAscottl2003-05-061-2/+2
|
* HEAD reverts to 5.0-CURRENTmurray2002-12-131-1/+1
| | | | | RELENG_5_0 is 5.0-RC 5.0-RELEASE will be built off of the RELENG_5_0 branch
* Welcome to 5.0-RC.murray2002-12-051-1/+1
| | | | Approved by: re
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
| | | | LC_ALL takes precedence over other LC_* envariables.
* SNAPDATE is an obsolete mechanism which has also been pretty muchjkh2000-12-151-4/+0
| | | | | | | of a no-op all along anyway. There are other ways to set this for release building, so nuke it. PR: 22979
* Welcome to 5.0-current!jkh2000-03-131-1/+1
| | | | "First commit" claimed by: jkh :)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* The following simplifies newvers.sh somewhat and makes what(1) work withjkh1999-08-081-8/+10
| | | | | | | | | kernels again, now that we're using EGCS/GCC 2.9+. This "here" file is compatible with the Bourne shell and the Korn shell (incl. pdksh and KSH93 from AT&T, which I do have), so it doesn't make newvers.sh unportable, but makes it easier to modify in the future/read now. Submitted by: green
* This is now 4.0-currentjkh1999-01-211-2/+2
|
* The kernel should compile even /dev/null does not exists.wosch1998-11-011-3/+2
|
* Back to -current again.jkh1998-10-161-2/+2
|
* Change to 3.0-RELEASE in anticipation of the tag.jkh1998-10-161-2/+2
|
* Note that we're in BETA status.jkh1998-09-191-2/+2
|
* 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.
OpenPOWER on IntegriCloud