aboutsummaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* initHEADmasterEthan Morgan36 hours7-16/+16
|
* config: add $egrepDan Cross2025-07-231-1/+1
| | | | | | | | | | | Introduce a new variable set in $PLAN9/config: $egrep, which is conditionally set to either `egrep` or `grep -E`, based on platform, and use this when we want to invoke `egrep`. This works around the endless warnings from GNU grep stating that `egrep` is deprecated in favor of `grep -E`, when run on e.g. Linux.
* dist/main.html: remove dead link to Belorussian translationmacie2025-02-171-2/+0
| | | | | | According to web.archive.org this link is dead since 2012/2013. According to original issue (http://codereview.appspot.com/4251044) that translation could be a machine translation.
* all: update for new MIT licenseRuss Cox2021-03-231-66/+59
| | | | | | | | | | | | | | | | | | | | | | | | On March 23, 2021, Nokia transferred the copyrights in the Plan 9 software to the Plan 9 Foundation, which relicensed them under the MIT license. This commit updates the Plan 9 from User Space license to reflect the new base license. The vast majority of the contributions beyond the base Plan 9 set were by me, many of them explicitly under an MIT license. Those are all under the new MIT license now as well. The port of mk to Unix was taken from Inferno via Vita Nuova and had been made available under GPL, but Vita Nuova has relicensed Inferno under the MIT license as well, to match the new Plan 9 license. Michael Teichgraber contributed src/lib9/zoneinfo.c explicitly under the Lucent Public License but has agreed to change the contribution to the MIT license now used in the rest of the distribution. There remain a few exceptions, most notably fonts. See the root LICENSE file for full details. The only mention of the Lucent Public License in the whole tree now is in the LICENSE file, explaining the history.
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-1/+1
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* build: use installbsd instead of install on AIXRuss Cox2020-05-181-1/+1
| | | | Even in mkmk.sh.
* Fix broken references to plan9.bell-labs.com/plan9Larkin Nickle2020-02-224-11/+11
| | | | Fixes #357
* src: mv ../buildEnvironmentVariables mkhdrRuss Cox2020-01-091-1/+1
| | | | | Also note that the file must be valid shell and mk input. For #321.
* all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko2020-01-071-17/+2
| | | | | | | | | | | This should prevent the issues of dist/buildmk and src/mkhdr getting out of synchronization yet again. I also add a rule for arm64 to the OBJTYPE sed command. Fixes #243 Fixes #320 Change-Id: I60f69a1f32b5ed5ae5ac8a1659c38e29debed005
* INSTALL: set $NPROC on macOSRuss Cox2018-11-161-1/+1
| | | | | | | | My MacBook Pro has hw.ncpu=12, so set NPROC=12. Speeds up INSTALL dramatically. Should probably add similar code to other OSes. Also silence rio warning from earlier commit.
* all: remove .cvsignore filesKare Nuorteva2017-09-142-24/+0
| | | | | | | | | | Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
* dist/publish: fix export of of usr treeRuss Cox2017-09-011-1/+1
|
* all: update site from swtch.com to 9fans.github.ioRuss Cox2017-09-018-20/+53
|
* dist: update mk pushRuss Cox2017-07-161-4/+4
| | | | | | Change-Id: I848df28b079ca43dfbe4f7ea6b52cdaf260fd6aa Reviewed-on: https://plan9port-review.googlesource.com/2963 Reviewed-by: Russ Cox <rsc@swtch.com>
* all: linux/mips portAram Hăvărneanu2015-06-031-0/+1
| | | | | | Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com>
* dist/main.html: update supported systems and commit log link.Shenghou Ma2014-03-251-3/+4
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/72340043
* INSTALL: don't try to use \b in acme windowRuss Cox2012-10-201-0/+2
| | | | | R=rsc http://codereview.appspot.com/6734051
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-231-0/+1
|
* build: fix for non-standard unameRichard Miller2011-05-181-1/+1
| | | | | | | | The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails. R=rsc CC=plan9port.codebot http://codereview.appspot.com/4554041
* belorussian translation linkRuss Cox2011-02-281-0/+2
| | | | | R=rsc http://codereview.appspot.com/4251044
* fix build on SunOS (Sparc)Arvindh Rajesh Tamilmani2010-04-091-0/+1
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/882044
* mergeRuss Cox2009-12-271-4/+0
|
* docs: document bitbucket servers, codereview(1)Russ Cox2009-07-291-4/+4
| | | | http://codereview.appspot.com/98068
* mkhdr, buildmk: add alphaBenjamin Huntsman2009-07-171-0/+1
| | | | http://codereview.appspot.com/95065
* build: work around broken Linux uname -pRuss Cox2009-07-161-12/+11
| | | | | | | fixes #8 http://bitbucket.org/rsc/plan9port/issue/8/ http://groups.google.com/group/plan9port-dev/t/8d1a2362dde4f137 http://codereview.appspot.com/95058
* buildmk: sync $OBJTYPE with src/mkhdrRuss Cox2009-07-151-2/+3
| | | | | | fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
* mergeRuss Cox2009-07-141-2/+2
|
* main.html: FreeBSD/x86-64 worksRuss Cox2009-05-011-1/+1
|
* manweb: avoid null concatenationRuss Cox2008-12-061-0/+4
|
* isum.awk: make flush work everywhere else againRuss Cox2008-12-061-13/+14
|
* buildmk: support Solaris x86Albert Lee2008-12-011-0/+1
|
* mkfilelist: give find an argumentAlbert Lee2008-12-011-1/+1
|
* isum.awk: define fflush for awk != gawkAlbert Lee2008-12-011-1/+6
|
* tfont: accomodate broken fonts with multiply-mapped glyphsRuss Cox2008-07-101-5/+37
|
* [merge]Russ Cox2008-07-102-4/+13
|
* dist: new, linear addsrclinksRuss Cox2008-07-031-4/+7
|
* main.html: link to HG changesRuss Cox2008-05-101-2/+6
|
* isum.awk: ignore page cat pdfprolog recipeRuss Cox2008-05-101-1/+1
|
* dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)Russ Cox2008-01-101-1/+1
|
* add x86-64rsc2007-03-251-1/+1
|
* add x86 os xrsc2007-03-251-1/+1
|
* better statusrsc2006-07-231-8/+10
|
* show current directoryrsc2006-07-231-0/+51
|
* not truersc2006-03-201-2/+2
|
* update lucidarsc2006-03-202-1/+6
|
* ack b&hrsc2006-03-201-1/+7
|
* junkrsc2006-03-195-0/+211
|
* stupid solarisrsc2005-12-151-6/+7
|
* need thisrsc2005-11-291-0/+16
|
* Make install less chatty, more useful.rsc2005-11-281-0/+3
|