Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | disk/mkfs: add -o flag to list source files | cinap_lenrek | |
2014-12-14 | bio: add Bfdopen() from plan9port | cinap_lenrek | |
2014-12-11 | cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief) | cinap_lenrek | |
2014-12-11 | plan9.ini(8): fix typo (thanks ftrvxmtrx) | cinap_lenrek | |
2014-12-10 | plan9.ini(8): etheryuk | cinap_lenrek | |
2014-12-10 | plan9.ini(8): document bcm and virtio ethernet and hda and ac97 audio. | cinap_lenrek | |
2014-12-10 | plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify ↵ | cinap_lenrek | |
domain name use for fs= and auth= | |||
2014-12-09 | ndb(8): document ndb/dnsgetip | mischief | |
2014-12-07 | 9boot(8): -from | cinap_lenrek | |
2014-12-07 | strcat(2): fix strchr() and strrchr() function prototypes (thanks BurnZeZ) | cinap_lenrek | |
2014-11-22 | audio(1): add mixfs to NAME section | cinap_lenrek | |
2014-11-19 | hjfs(8): theres no chown in plan9, link to chgrp(1) manpage. | cinap_lenrek | |
2014-11-16 | nintendo(1): NTSC only | aiju | |
2014-11-12 | httpfile(4): document webfs dependency | cinap_lenrek | |
2014-11-12 | httpfile: use webfs, fix 9p flushes | cinap_lenrek | |
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-11 | nintendo(1): more detail about gba | stanley lieber | |
2014-11-10 | nintendo(1): document games/gba | stanley lieber | |
2014-11-10 | io: add -E flag to access embedded controller space | cinap_lenrek | |
2014-11-10 | merge | cinap_lenrek | |
2014-11-10 | pc, pc64: provide access to embedded controller with #P/ec file | cinap_lenrek | |
2014-11-09 | filter(1): fix typo i introduced | mischief | |
this is a good example of why blindly copy-pasting patches is a bad idea. | |||
2014-11-07 | all: typo fixes from ray@raylai.com | mischief | |
2014-11-06 | mouse(2): fix atomouse (thanks qrstuv) | cinap_lenrek | |
2014-11-05 | fix some manpage cross references | cinap_lenrek | |
2014-11-02 | 9boot(8): remove redundant "the" | cinap_lenrek | |
2014-11-02 | 9boot(8): improve efi documentation | cinap_lenrek | |
2014-10-31 | efi: generate /386/efiboot.fat for generating efi bootable cd images (see -E ↵ | cinap_lenrek | |
option of mk9660) | |||
2014-10-31 | mk9660: add -E option to create EFI boot entry | cinap_lenrek | |
2014-10-28 | newt: implement ned-style address ranges and overhaul h command to suit | stanley lieber | |
2014-10-19 | 9boot(8): document efi booting | cinap_lenrek | |
2014-10-13 | pc: add *bootscreen= variable to pass pre-initialized framebuffer info to kernel | cinap_lenrek | |
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-12 | pkg: change default repo to http://9front.org/pkg/386 | stanley lieber | |
2014-08-17 | kernel: make noswap flag exclude processes from killbig() if not eve, reset ↵ | cinap_lenrek | |
noswap flag on exec | |||
2014-08-14 | import: make aan (-p flag) work in ``backwards mode'' (-B) | cinap_lenrek | |
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-10 | secstore(1): clarify how the server is dialed and add new $secstore ↵ | mischief | |
environment variable | |||
2014-08-10 | fs(8): correct spelling | stanley lieber | |
2014-08-11 | cwfs: add optional uid argument to allow command, unify permission override code | cinap_lenrek | |
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-02 | iostats: reimplement iostats as a 9p filter instead of duplicating exportfs | cinap_lenrek | |
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-07-30 | spred(1): fix troff | stanley lieber | |
2014-07-30 | added sprite editor spred | aiju | |
2014-07-29 | fstype(1): document hjfs | stanley lieber | |
2014-07-22 | ratrace(1): uses syscall not syscalltrace file | mischief | |
2014-07-22 | sega(1): add man page for games/md (and potential future sega emulators) | stanley lieber | |
2014-07-22 | nintendo(1): document snes | stanley lieber | |
2014-07-21 | libdraw: add missing borderop() (thanks aiju) | cinap_lenrek | |
2014-07-17 | a.out(6): sync definitions | mischief | |
2014-07-09 | pkg(1): add mischief's repositories | stanley lieber | |
2014-07-03 | merge | cinap_lenrek | |
2014-07-02 | 9pqueue(2): english | stanley lieber | |
2014-07-03 | 9p(2): add reference to 9pqueue(2) | cinap_lenrek | |