code: 9ferno

RSS feed

670f0522 – henesy authored - 2019/10/02 20:24
fix namespace ordering bug (thanks pete)

f3d7f681 – henesy authored - 2019/10/02 18:55
add zipfs(4) and getzip(1) from https://github.com/mjl-/zipfs

6213f356 – henesy authored - 2019/10/02 18:31
remove generated .h files ;; fix typo in emptydirs (this should really be a proto file)

0f7ed22a – henesy authored - 2019/10/02 18:21
append missing auth/proto to lib/emptydirs

c5da1223 – henesy authored - 2019/10/02 18:16
remove vendored binaries ;; update emptydirs with more OS/arch/* directories

235f7a8b – henesy authored - 2019/10/02 18:07
remove the .dis files for real this time

81473305 – henesy authored - 2019/10/02 18:01
stop tracking .dis files in /dis ;; fix makestubs(1) ;; remove powerman's /opt as it requires too much modification to integrate nicely, this was broken completely previously ;; add games/bf from pete elmore ;; update /lib/emptydirs

57446af9 – henesy authored - 2019/09/27 16:44
fix runt.h

bbd6a23c – henesy authored - 2019/09/27 16:41
add testcase.wav

a7155102 – mehlon authored - 2019/09/21 16:05
add Dockerfile, Docker instructions

410c1337 – henesy authored - 2019/08/02 14:59
update os(1) to have -C and -D flags - runs in cwd inside Inferno by default - flags can toggle this off ;; update os(1) manual

a4b18912 – henesy authored - 2019/08/02 14:58
add whoami(1) - no man - might remove ;; add newns(8) - no man yet

e9b85457 – henesy authored - 2019/07/09 15:06
add -r,-c flags to os(1) to allow for more intuitive control for running external programs inside the cwd of Inferno

d559b89b – henesy authored - 2019/07/09 15:05
add seq(1) ;; no man yet

c6c1b730 – henesy authored - 2019/04/29 11:38
fix regression in runt.h ;; hgignore Linux binaries

5f06f20a – henesy authored - 2019/04/29 11:27
dont vendor Linux binaries

96029d02 – henesy authored - 2019/03/26 09:42
add infrastructure to make collab run ;; collab does not run yet

584ba361 – henesy authored - 2019/03/26 06:47
update POSTINSTALL with instructions for setting up auth

32f1431d – henesy authored - 2019/03/25 15:41
make emu start with `sh -l` if no other arguments are provided

a821e5f6 – henesy authored - 2019/03/25 14:45
fix typos in sh(1)

f9beacd8 – henesy authored - 2019/03/25 14:29
remove extra lflag formerly arv[0][0] == - ;; update sh(1) to reflect changes

0999d294 – henesy authored - 2019/03/13 19:20
add usage to acme ;; remove util arg/env redundant functionality ;; fix acme failing to start starting a trashed draw context

445b50ab – henesy authored - 2019/03/13 17:19
remove script extras

b5f691dc – henesy authored - 2019/03/13 17:18
add gridstart manual and tweak gridstart

936531f7 – henesy authored - 2019/03/13 06:33
start ndb/cs to allow name resolution in mounts ;; add mycroftiv public grid scripts by pete: gridstart, engridden, hubchat

deff3b8f – henesy authored - 2019/03/12 22:29
add whois/tac to mkfile

acf417ec – henesy authored - 2019/03/12 22:22
fix usage in wm/sh ;; add -b flag to wm/sh ;; fix tk starting before usage check in wm/sh

728eff89 – henesy authored - 2019/03/12 21:51
make /dis/ create-accessible

fcccaf74 – henesy authored - 2019/03/12 21:31
add more missing files, some bad regex must have happened at some point

054d89bb – henesy authored - 2019/03/12 21:19
add missing files ;; add pete whois/tac

0ab3418f – henesy authored - 2019/03/11 12:01
add some missing binaries

0f20d358 – henesy authored - 2019/03/11 12:01
merge updates from december 2018 from official repo ;; add vga font

f38de674 – henesy authored - 2019/03/11 10:37
add makemk-AIX

176329a3 – henesy authored - 2019/03/11 10:13
fix wording in Windows build instructions ;; add support for $font and $Font checks in acme (thanks aeggy) ;; fix missing disk.b and disk.m

f9e3fea0 – henesy authored - 2019/03/10 22:36
Add primitive Nt build instructions tested on Win10

f3cfeeeb – henesy authored - 2019/03/09 11:17
Add EMU= option in mkconfig to allow headless builds (thanks aeggy)

88645176 – henesy authored - 2019/03/08 15:29
add usage to newuser ;; document newuser

e640104e – henesy authored - 2019/03/04 12:16
this module is required to be loaded to use these functions

fe52f7e8 – henesy authored - 2018/11/16 18:19
move logic to newuser for ease of use

6df3e7d2 – henesy authored - 2018/11/16 18:10
Fix makestubs scribs

1fe71cc2 – henesy authored - 2018/11/11 18:33
merge

47dd267e – henesy authored - 2018/11/11 18:32
add extra INSTALL step to create stub directories

aa3c0cb1 – Matthew authored - 2018/11/08 19:57
FreeBSD builds.

c1a7f31e – henesy authored - 2018/11/08 07:50
Add /dis

08c538bc – henesy authored - 2018/11/06 19:57
rework profile chain to be better

73df3774 – henesy authored - 2018/11/05 08:49
add naive find to ease searching

55eddf2f – henesy authored - 2018/11/05 08:30
make /n mntgen dir

d11e24ad – henesy authored - 2018/11/05 07:42
fix networking to be in scope when emu is first called

c70d9304 – henesy authored - 2018/11/05 07:14
make net! mounts work out of the box via bind in profile

bc6e8b46 – henesy authored - 2018/11/05 06:50
add gr and cleanup dis adds

ebce8853 – henesy authored - 2018/11/04 21:26
make profile start more useful things at login

8eca9474 – henesy authored - 2018/11/04 20:44
fix missing elements and tweak scripts; add makestubs to ease install process

c2464050 – henesy authored - 2018/11/04 06:37
include Nt

7a98fbfa – henesy authored - 2018/11/04 06:36
add os and such

f45ec438 – henesy authored - 2018/11/04 06:33
add utils and such

75f227bf – henesy authored - 2018/11/04 06:24
add platforms

9a227319 – henesy authored - 2018/11/04 06:22
add fonts icons and dis

80303920 – henesy authored - 2018/11/04 06:16
init 3

9caa2347 – henesy authored - 2018/11/04 06:03
init 3

945bd182 – henesy authored - 2018/11/03 21:28
init 2

79008d44 – henesy authored - 2018/11/04 02:52
initial commit, breaking up initialisation