9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-09-11 22:46hoc: Don't nest calls to follow() when lexing ++/+= and --/-=Evan Gates1+2-2
2017-08-06 07:30replaced sbrk() uses with malloc()Anselm R Garbe3+13-12
2017-06-07 15:58ed: avoid name collision with libc's getline.Christopher Brannon1+1-0
2017-05-19 23:06apply changes from https://github.com/9fans/plan9port on rc/havefork.cpranomostro1+74-49
2016-09-09 19:36check for _LARGEFILE64_SOURCE instead of __USE_LARGEFILE64Evan Gates1+1-1
2016-08-17 18:45add bclib from plan 9 sourcesEvan Gates6+269-2
2016-08-17 18:40fix DESTDIRK typo in yacc/MakefileEvan Gates1+2-2
2016-06-16 08:02applied Alexander Clouter's 9base sha1sum patchAnselm R Garbe1+1-1
2015-06-27 19:53applied emg's cal fixAnselm R Garbe1+2-2
2014-10-09 10:34install lib9.asin1+3-0
2014-10-07 23:24Install yaccpar and yaccparssin1+5-0
2014-03-03 13:57Fix building on OpenBSD 5.5sin1+9-0
2014-03-03 10:59Simplify preprocessor conditions to enable building on musl-libcsin3+2-25
2013-04-27 19:07applied David Galos musl compile patch, thanksAnselm R Garbe4+11-2
2012-11-01 17:42added missing urlencode, thanks sl for checking thisanselm@garbe.us3+133-0
2012-11-01 17:07applied sl's 9front patchanselm@garbe.us5+139-97
2012-07-02 19:52applied sl's read patchanselm@garbe.us2+59-12
2012-04-19 17:17remove useless filesConnor Lane Smith5+0-155
2012-04-05 18:27applied cls's OSX troff fix patch, thanksanselm@garbe.us1+3-3
2012-03-19 21:42added PLAN9PORT flag as outlined by Chris Brannon, thanks!anselm@garbe.us1+1-1
2012-03-07 20:34applied Matthew's dirread patch, thanksanselm@garbe.us1+10-13
2012-03-07 20:29applied Paul's final uClibc patches, thanksanselm@garbe.us3+27-1
2012-02-29 19:52applied Paul Onyschuk's remarksanselm@garbe.us4+12-3
2012-02-28 17:50applied Anthony's fix for yacc.mkanselm@garbe.us1+1-1
2012-02-12 22:13applied Juliens 9base fixes on OBSDanselm@garbe.us3+10-5
2011-07-05 18:25added missing rules, thanks pethgarbeam@gmail.com1+4-0
2011-05-22 07:11applied nsz's makefile cleanup, thanks Szabolcs!Anselm R Garbe2+3-30
2011-05-08 08:26applied sl's patch, thanks Stanley!Anselm R Garbe8+287-1
2011-05-02 14:17Update TODO.Uriel1+6-1
2011-02-25 13:45applied the right man page from p9p, thanks Evil_BobAnselm R Garbe2+39-0
2011-02-25 12:58added listen.1 placeholder, is there a man page in p9 source somewhere?Anselm R Garbe1+0-0
2011-02-23 21:56added missing filesAnselm R Garbe3+284-0
2011-02-23 21:49applied Stanley's listen1 patch, thanks Stanley!Anselm R Garbe1+1-0
2011-01-06 09:50added sun4u OBJTYPEAnselm R Garbe1+1-0
2011-01-06 09:30include md5sum and added wcAnselm R Garbe4+417-0
2011-01-05 16:21added TODOAnselm R Garbe1+1-0
2011-01-05 08:33reverted have*fork.c to erik's unlimited allocation to work better together with werc postsAnselm R Garbe3+59-53
2010-07-19 17:11Sync lib9 with plan9port.Kris Maglione4+7-4
2010-07-19 15:50Sync lib9 with plan9port. Fix build with bsdmake.Kris Maglione16+148-48
2010-07-19 06:49applied Sebastian Liem's OpenBSD patch, thanks!anselm@garbe.us2+4-3
2010-06-04 10:44Added tag 6 for changeset 31578905a059anselm@garbe.us1+1-0
2010-05-29 18:23applied dibbs patch, slightly modified thoughAnselm R Garbe6+6-5
2010-05-29 13:33added samAnselm R Garbe31+8556-0
2010-05-29 10:58renamed ed's internal mktempAnselm R Garbe1+3-2
2010-05-28 10:32added factor.1 and primes.1 stubAnselm R Garbe2+66-0
2010-05-28 10:30added commands as discussed with Uriel yesterdayAnselm R Garbe41+4238-16
2010-05-27 12:32added TODOanselm@garbe.us1+11-0
2010-05-27 12:31added md5sumanselm@garbe.us8+528-1
2010-05-27 12:02added fmt as wellanselm@garbe.us4+343-2
2010-05-27 09:26added sha1sum and ed, enabled factor and primes, increases version to 6, remaining work is syncing with most recent code and applying some patches to rcanselm@garbe.us15+3114-9
2010-04-27 14:48mergeAnselm R Garbe14+573-103
2010-04-27 14:47added missing man pages, thanks to pmarin for his diggingAnselm R Garbe2+99-0
2010-04-27 07:50updated some man pages that I could findanselm@garbe.us3+106-0
2010-04-25 11:10Added tag 5 for changeset 5f3d19e583ffAnselm R Garbe1+1-0
2010-04-25 11:10prepared 9base-5 releaseAnselm R Garbe2+3-3
2010-04-13 15:30another fixanselm@garbe.us1+1-1
2010-04-13 15:19updateanselm@garbe.us1+1-1
2010-04-11 18:15extend copyrightAnselm R Garbe1+1-1
2010-04-11 18:13removed tac, added tail from p9 instead (tac == tail -r)Anselm R Garbe7+462-99
2010-04-01 14:03implemented 'tac' in a suckless way remove mtime binary from the repositorypancake5+100-2
2010-03-27 23:23several fixesanselm@garbe7+2-2
2010-03-22 08:27disabled two programsanselm@garbe.us1+4-2
2010-03-22 08:13added freq, factor, fortune and primes as well, now is goodanselm@garbe.us9+477-2
2010-03-22 08:08missing bit of getflagsanselm@garbe.us2+93-0
2010-03-22 08:08added getflagsanselm@garbe.us1+1-1
2010-03-22 08:07added mkdir as wellanselm@garbe.us3+92-1
2010-03-22 08:04added mtime, next version will be 5anselm@garbe.us5+48-4
2009-10-15 20:35Don't allow clobbering of troff's CFLAGS by config.mkKris Maglione1+2-2
2009-10-15 08:12Fix possible troff crash with misconfigured buildKris Maglione1+2-1
2009-09-13 20:34better patchAnselm R Garbe3+7-5
2009-09-13 20:28prefixing mbwc.c funcs with p9Anselm R Garbe1+6-0
2009-08-27 17:54Added tag 4 for changeset 25d1757fba6bAnselm R Garbe1+1-0
2009-08-27 17:51updateAnselm R Garbe1+1-0
2009-08-27 13:15final preparation for 9base-4Anselm R Garbe3+7-12
2009-08-25 19:05added troff and made it workingAnselm R Garbe219+94014-105
2009-08-24 18:23added mk and troff to 9base (unfinished yet, DO NOT USE)Anselm R Garbe66+18051-5
2009-08-10 14:08applied another patch from olegfink, thx, re-enabled du in build chainAnselm R Garbe2+4-4
2009-08-10 14:05updateAnselm R Garbe3+209-0
2009-08-10 14:04added olegfink's patches for adding cal and hocAnselm R Garbe12+1868-4
2009-08-08 08:57added stub man page for duAnselm R Garbe1+9-0
2009-08-08 08:54mergeAnselm R Garbe3+5-30
2009-08-08 08:53added du from plan9portAnselm R Garbe3+201-1
2009-08-03 09:15Added tag 3 for changeset 7c1decda5b50Anselm R Garbe1+1-0
2009-08-03 09:14unusedAnselm R Garbe1+0-25
2009-08-03 09:13updateAnselm R Garbe2+4-5
2009-08-02 09:31some sanity fixesarg@localhost.localdomain2+3-3
2009-08-02 09:24added some tweaksAnselm R Garbe3+6-7
2009-08-02 09:07some tweaks, install into /usr/local/plan9 to provide better compatibility with p9p and apps written on top of p9p such as wercAnselm R Garbe3+36-210
2009-07-31 20:02upgraded 9base to p9p 20090731Anselm R Garbe203+4891-7638
2006-02-09 12:39Added tag snap for changeset 8ab76db4077c67fe71a34f8f287b69a3adf9de03Anselm R. Garbe1+1-0
2006-02-09 12:37prepared snapAnselm R. Garbe1+1-1
2006-02-09 12:15we need getcallerpc crap to prevent several coredumps, though rc is not threaded, oh dear!Anselm R. Garbe3+81-53
2006-01-31 18:37added lsAnselm R. Garbe5+491-3
2006-01-29 20:20Added tag snap for changeset 664144b8c1a4e0aae3535eb49ee0bc2d3679da5aAnselm R. Garbe1+1-0
2006-01-29 20:17added read to 9baseAnselm R. Garbe4+206-1
2006-01-25 14:20Added tag 2 for changeset 538338114742f2e81f6c52a5a323bdf7ca0d5d86Anselm R. Garbe1+1-0
2006-01-25 14:20prepared 9base-2Anselm R. Garbe1+1-1
2006-01-24 14:23added dc to 9base as requestedAnselm R. Garbe4+2566-1
2006-01-23 15:39prepared new snapAnselm R. Garbe1+1-1
2006-01-23 15:36removed getcallerpc dependency, we have no threads, thus no locking neededAnselm R. Garbe3+41-6
More commits remaining [...]