summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2014-12-15disk/mkfs: add -o flag to list source filescinap_lenrek
2014-12-14bio: add Bfdopen() from plan9portcinap_lenrek
2014-12-11cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)cinap_lenrek
2014-12-11plan9.ini(8): fix typo (thanks ftrvxmtrx)cinap_lenrek
2014-12-10plan9.ini(8): etheryukcinap_lenrek
2014-12-10plan9.ini(8): document bcm and virtio ethernet and hda and ac97 audio.cinap_lenrek
2014-12-10plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify ↵cinap_lenrek
domain name use for fs= and auth=
2014-12-09ndb(8): document ndb/dnsgetipmischief
2014-12-079boot(8): -fromcinap_lenrek
2014-12-07strcat(2): fix strchr() and strrchr() function prototypes (thanks BurnZeZ)cinap_lenrek
2014-11-22audio(1): add mixfs to NAME sectioncinap_lenrek
2014-11-19hjfs(8): theres no chown in plan9, link to chgrp(1) manpage.cinap_lenrek
2014-11-16nintendo(1): NTSC onlyaiju
2014-11-12httpfile(4): document webfs dependencycinap_lenrek
2014-11-12httpfile: use webfs, fix 9p flushescinap_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-11nintendo(1): more detail about gbastanley lieber
2014-11-10nintendo(1): document games/gbastanley lieber
2014-11-10io: add -E flag to access embedded controller spacecinap_lenrek
2014-11-10mergecinap_lenrek
2014-11-10pc, pc64: provide access to embedded controller with #P/ec filecinap_lenrek
2014-11-09filter(1): fix typo i introducedmischief
this is a good example of why blindly copy-pasting patches is a bad idea.
2014-11-07all: typo fixes from ray@raylai.commischief
2014-11-06mouse(2): fix atomouse (thanks qrstuv)cinap_lenrek
2014-11-05fix some manpage cross referencescinap_lenrek
2014-11-029boot(8): remove redundant "the"cinap_lenrek
2014-11-029boot(8): improve efi documentationcinap_lenrek
2014-10-31efi: generate /386/efiboot.fat for generating efi bootable cd images (see -E ↵cinap_lenrek
option of mk9660)
2014-10-31mk9660: add -E option to create EFI boot entrycinap_lenrek
2014-10-28newt: implement ned-style address ranges and overhaul h command to suitstanley lieber
2014-10-199boot(8): document efi bootingcinap_lenrek
2014-10-13pc: add *bootscreen= variable to pass pre-initialized framebuffer info to kernelcinap_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-12pkg: change default repo to http://9front.org/pkg/386stanley lieber
2014-08-17kernel: make noswap flag exclude processes from killbig() if not eve, reset ↵cinap_lenrek
noswap flag on exec
2014-08-14import: 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-10secstore(1): clarify how the server is dialed and add new $secstore ↵mischief
environment variable
2014-08-10fs(8): correct spellingstanley lieber
2014-08-11cwfs: add optional uid argument to allow command, unify permission override codecinap_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-02iostats: reimplement iostats as a 9p filter instead of duplicating exportfscinap_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-30spred(1): fix troffstanley lieber
2014-07-30added sprite editor spredaiju
2014-07-29fstype(1): document hjfsstanley lieber
2014-07-22ratrace(1): uses syscall not syscalltrace filemischief
2014-07-22sega(1): add man page for games/md (and potential future sega emulators)stanley lieber
2014-07-22nintendo(1): document snesstanley lieber
2014-07-21libdraw: add missing borderop() (thanks aiju)cinap_lenrek
2014-07-17a.out(6): sync definitionsmischief
2014-07-09pkg(1): add mischief's repositoriesstanley lieber
2014-07-03mergecinap_lenrek
2014-07-029pqueue(2): englishstanley lieber
2014-07-039p(2): add reference to 9pqueue(2)cinap_lenrek