summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* all: update for new MIT licenseRuss Cox2021-03-237-99/+74
| | | | | | | | | | | | | | | | | | | | | | | | 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-3015-24/+3
| | | | | | | 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.
* Fix broken references to plan9.bell-labs.com/plan9Larkin Nickle2020-02-225-5/+5
| | | | Fixes #357
* unix: fix for tar on FreeBSD (#202)Xiao-Yong2018-11-161-4/+4
| | | Use the widely accepted /dev/stdout.
* unix: fix tar use in mkfile to allow Plan 9 tarMat Kovach2018-11-151-4/+4
|
* all: remove .cvsignore filesKare Nuorteva2017-09-142-7/+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
* all: update site from swtch.com to 9fans.github.ioRuss Cox2017-09-0114-17/+19
|
* unix: move Makefile so that it cannot be run accidentallyRuss Cox2009-08-242-1/+1
|
* unix: move man pages in unix portsRuss Cox2008-07-208-24/+51
|
* unix ports: add Make.Darwin-386 fileRuss Cox2008-07-091-0/+7
|
* unix libfmt: use mkdir -p to create man3 directoryRuss Cox2008-07-091-1/+1
|
* dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)Russ Cox2008-01-101-1/+1
|
* mergeRuss Cox2007-08-231-0/+1
|
* fully qualify host nameRuss Cox2007-08-221-2/+2
|
* add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason)Russ Cox2007-08-225-4/+6
|
* Ignore more.rsc2005-09-131-0/+1
|
* New Vita Nuova Licensersc2005-08-112-66/+42
|
* Fix up OBJTYPE on 64-bit x86 FreeBSD machines.wkj2005-02-221-1/+1
|
* add ranlib for macrsc2005-01-303-0/+4
|
* stupid bugsrsc2005-01-232-5/+5
|
* replace mdir with mkdir; oopsrsc2005-01-211-1/+1
|
* tweaksrsc2005-01-1612-30/+25
|
* howtorsc2005-01-141-0/+27
|
* better job at cleaningrsc2005-01-142-3/+4
|
* checkpointrsc2005-01-1434-191/+3078
|
* ignore build dirsrsc2005-01-041-0/+5
|
* fix up extraction proceduresrsc2004-12-287-15/+30
|
* various forgotten filesrsc2004-09-201-0/+6
|
* small fixes to man page listsrsc2004-04-192-0/+6
|
* More files.rsc2004-03-251-0/+7
|
* More Mac tweaks.rsc2004-03-021-0/+4
|
* Build Unix-friendly versions directly from library.rsc2004-03-0134-0/+966