cinap_lenrek
651fa5bd50
cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)
2014-12-11 20:38:04 +01:00
cinap_lenrek
ffa761beae
plan9.ini(8): fix typo (thanks ftrvxmtrx)
2014-12-11 17:03:01 +01:00
cinap_lenrek
5ae58296a9
plan9.ini(8): etheryuk
2014-12-10 19:38:44 +01:00
cinap_lenrek
ec495f37ec
plan9.ini(8): document bcm and virtio ethernet and hda and ac97 audio.
2014-12-10 19:29:46 +01:00
cinap_lenrek
6357ff0e7b
plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify domain name use for fs= and auth=
2014-12-10 18:34:08 +01:00
mischief
23d6c796cd
ndb(8): document ndb/dnsgetip
2014-12-09 17:33:09 -08:00
cinap_lenrek
964dafbdf0
9boot(8): -from
2014-12-07 14:34:15 +01:00
cinap_lenrek
972577b61e
strcat(2): fix strchr() and strrchr() function prototypes (thanks BurnZeZ)
2014-12-07 14:26:41 +01:00
cinap_lenrek
f55c43fe8d
audio(1): add mixfs to NAME section
2014-11-22 18:17:06 +01:00
cinap_lenrek
a1066aa992
hjfs(8): theres no chown in plan9, link to chgrp(1) manpage.
2014-11-19 01:31:20 +01:00
aiju
170913631b
nintendo(1): NTSC only
2014-11-16 15:17:34 +01:00
cinap_lenrek
585f475c01
httpfile(4): document webfs dependency
2014-11-12 12:33:14 +01:00
cinap_lenrek
c79dc3263e
httpfile: use webfs, fix 9p flushes
...
we can improve performance alot by using webfs which
does http keep alives for us, so connection setup
overhead is eleminated.
fix 9p flushes and double frees.
2014-11-12 12:03:51 +01:00
stanley lieber
5540ca6b68
nintendo(1): more detail about gba
2014-11-11 14:57:45 -05:00
stanley lieber
994977e4d0
nintendo(1): document games/gba
2014-11-10 01:05:18 -05:00
cinap_lenrek
95dbc72801
io: add -E flag to access embedded controller space
2014-11-10 00:35:07 +01:00
cinap_lenrek
ee05bbccbc
merge
2014-11-10 00:06:01 +01:00
cinap_lenrek
bcb67353c1
pc, pc64: provide access to embedded controller with #P/ec file
2014-11-10 00:04:37 +01:00
mischief
895d883bbd
filter(1): fix typo i introduced
...
this is a good example of why blindly copy-pasting patches is a bad idea.
2014-11-09 13:41:06 -08:00
mischief
cd3a742b32
all: typo fixes from ray@raylai.com
2014-11-07 10:39:50 -08:00
cinap_lenrek
20cc2799af
mouse(2): fix atomouse (thanks qrstuv)
2014-11-06 04:59:07 +01:00
cinap_lenrek
2c1dc1aa4f
fix some manpage cross references
2014-11-05 21:00:23 +01:00
cinap_lenrek
32b5b2f42d
9boot(8): remove redundant "the"
2014-11-02 21:25:37 +01:00
cinap_lenrek
9916e03947
9boot(8): improve efi documentation
2014-11-02 21:22:03 +01:00
cinap_lenrek
634c55543a
efi: generate /386/efiboot.fat for generating efi bootable cd images (see -E option of mk9660)
2014-10-31 20:07:54 +01:00
cinap_lenrek
2cfbc3c1cb
mk9660: add -E option to create EFI boot entry
2014-10-31 03:06:09 +01:00
stanley lieber
6213e137ff
newt: implement ned-style address ranges and overhaul h command to suit
2014-10-28 00:38:58 -04:00
cinap_lenrek
dfe8c8bffb
9boot(8): document efi booting
2014-10-19 21:55:19 +02:00
cinap_lenrek
b52f0c884e
pc: add *bootscreen= variable to pass pre-initialized framebuffer info to kernel
...
EFI system has no cga or vesa anymore, so it becomes neccesary to
pass GOP framebuffer info to the kernel to get some output on the
screen.
2014-10-13 23:02:53 +02:00
stanley lieber
ca694c51ef
pkg: change default repo to http://9front.org/pkg/386
2014-10-12 13:27:53 -04:00
cinap_lenrek
3b661a96ef
kernel: make noswap flag exclude processes from killbig() if not eve, reset noswap flag on exec
2014-08-17 00:50:20 +02:00
cinap_lenrek
a67d18ccf1
import: make aan (-p flag) work in ``backwards mode'' (-B)
...
in backwards mode, the roles of the aan filters need to be
reversed. add "-n address" option to import to override the
announce address for the aan server part (default tcp!*!0).
2014-08-14 00:11:14 +02:00
mischief
b0d7ade423
secstore(1): clarify how the server is dialed and add new $secstore environment variable
2014-08-10 20:38:59 -07:00
stanley lieber
443b046bff
fs(8): correct spelling
2014-08-10 19:00:55 -04:00
cinap_lenrek
427e925eea
cwfs: add optional uid argument to allow command, unify permission override code
...
the allow command now takes an optional uid argument for the user
to be granted temporary god status on the fileserver for maintenance.
this was kenji okomotos idea, so thanks :)
remove wstatallow and writeallow flags. instead, we have global:
int allowed;
that contains the uid of the currently allowed user id or -1
if permission checking is globally disabled for the fileserver.
when zero, normal permission checking takes place.
added int isallowed(File*) function that returns non-zero when the
context is the console, or the allowed user. this is also used internally
by iaccess(), so all the extra code of in the callers of iaccess()
is gone now.
dont conflate allowed user with noauth flag and auto-allow on ream.
the installer already knows about noauth and allow flags so theres no
problem with bootstraping.
2014-08-11 22:36:59 +02:00
cinap_lenrek
23aaa0c59c
iostats: reimplement iostats as a 9p filter instead of duplicating exportfs
...
old iostats failed to work when builidng the kernel due to old bugs
that where already fixed in exportfs. instead of backporting the fixes,
reimplement iostats as a filter that sits between exportfs and the
process mount. from users perspective, theres no difference.
the result is much smaller and can handle everything that exportfs
can like /srv.
2014-08-02 02:30:19 +02:00
stanley lieber
e7a3cd0fd0
spred(1): fix troff
2014-07-30 12:09:35 -04:00
aiju
712fd30652
added sprite editor spred
2014-07-30 15:57:14 +02:00
stanley lieber
555a05018b
fstype(1): document hjfs
2014-07-29 22:32:16 -04:00
mischief
2bdd2663db
ratrace(1): uses syscall not syscalltrace file
2014-07-22 23:40:53 -07:00
stanley lieber
de8752e45e
sega(1): add man page for games/md (and potential future sega emulators)
2014-07-22 18:29:33 -04:00
stanley lieber
0d909ae6ab
nintendo(1): document snes
2014-07-22 17:44:46 -04:00
cinap_lenrek
168b9f3de4
libdraw: add missing borderop() (thanks aiju)
2014-07-21 18:10:58 +02:00
mischief
b603991593
a.out(6): sync definitions
2014-07-17 23:22:48 -07:00
stanley lieber
3cfdae9787
pkg(1): add mischief's repositories
2014-07-09 19:48:59 -04:00
cinap_lenrek
013054ef6f
merge
2014-07-03 01:11:05 +02:00
stanley lieber
5814e66560
9pqueue(2): english
2014-07-02 19:01:20 -04:00
cinap_lenrek
2dc3180f98
9p(2): add reference to 9pqueue(2)
2014-07-03 00:57:40 +02:00
cinap_lenrek
fa56753ed8
add 9pqueue(2), medium to low quality manpage.
2014-07-03 00:47:10 +02:00
cinap_lenrek
92e43acb1c
authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)
2014-06-30 08:27:51 +02:00