| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: update for new MIT license | Russ Cox | 2021-03-23 | 7 | -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 build | Russ Cox | 2020-12-30 | 15 | -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/plan9 | Larkin Nickle | 2020-02-22 | 5 | -5/+5 |
| | | | | | Fixes #357 | ||||
| * | unix: fix for tar on FreeBSD (#202) | Xiao-Yong | 2018-11-16 | 1 | -4/+4 |
| | | | | Use the widely accepted /dev/stdout. | ||||
| * | unix: fix tar use in mkfile to allow Plan 9 tar | Mat Kovach | 2018-11-15 | 1 | -4/+4 |
| | | |||||
| * | all: remove .cvsignore files | Kare Nuorteva | 2017-09-14 | 2 | -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.io | Russ Cox | 2017-09-01 | 14 | -17/+19 |
| | | |||||
| * | unix: move Makefile so that it cannot be run accidentally | Russ Cox | 2009-08-24 | 2 | -1/+1 |
| | | |||||
| * | unix: move man pages in unix ports | Russ Cox | 2008-07-20 | 8 | -24/+51 |
| | | |||||
| * | unix ports: add Make.Darwin-386 file | Russ Cox | 2008-07-09 | 1 | -0/+7 |
| | | |||||
| * | unix libfmt: use mkdir -p to create man3 directory | Russ Cox | 2008-07-09 | 1 | -1/+1 |
| | | |||||
| * | dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood) | Russ Cox | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | merge | Russ Cox | 2007-08-23 | 1 | -0/+1 |
| | | |||||
| * | fully qualify host name | Russ Cox | 2007-08-22 | 1 | -2/+2 |
| | | |||||
| * | add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason) | Russ Cox | 2007-08-22 | 5 | -4/+6 |
| | | |||||
| * | Ignore more. | rsc | 2005-09-13 | 1 | -0/+1 |
| | | |||||
| * | New Vita Nuova License | rsc | 2005-08-11 | 2 | -66/+42 |
| | | |||||
| * | Fix up OBJTYPE on 64-bit x86 FreeBSD machines. | wkj | 2005-02-22 | 1 | -1/+1 |
| | | |||||
| * | add ranlib for mac | rsc | 2005-01-30 | 3 | -0/+4 |
| | | |||||
| * | stupid bugs | rsc | 2005-01-23 | 2 | -5/+5 |
| | | |||||
| * | replace mdir with mkdir; oops | rsc | 2005-01-21 | 1 | -1/+1 |
| | | |||||
| * | tweaks | rsc | 2005-01-16 | 12 | -30/+25 |
| | | |||||
| * | howto | rsc | 2005-01-14 | 1 | -0/+27 |
| | | |||||
| * | better job at cleaning | rsc | 2005-01-14 | 2 | -3/+4 |
| | | |||||
| * | checkpoint | rsc | 2005-01-14 | 34 | -191/+3078 |
| | | |||||
| * | ignore build dirs | rsc | 2005-01-04 | 1 | -0/+5 |
| | | |||||
| * | fix up extraction procedures | rsc | 2004-12-28 | 7 | -15/+30 |
| | | |||||
| * | various forgotten files | rsc | 2004-09-20 | 1 | -0/+6 |
| | | |||||
| * | small fixes to man page lists | rsc | 2004-04-19 | 2 | -0/+6 |
| | | |||||
| * | More files. | rsc | 2004-03-25 | 1 | -0/+7 |
| | | |||||
| * | More Mac tweaks. | rsc | 2004-03-02 | 1 | -0/+4 |
| | | |||||
| * | Build Unix-friendly versions directly from library. | rsc | 2004-03-01 | 34 | -0/+966 |
