summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* venti: allow plan 9 partitions as disk subnamesRuss Cox2008-07-031-190/+103
|
* devdraw: make OS X native gui build (Eric Nichols)Russ Cox2008-07-031-1/+1
|
* vnfs: quieterRuss Cox2008-07-031-1/+0
|
* lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox2008-07-031-109/+49
|
* devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski)Russ Cox2008-07-031-2/+4
|
* devdraw: OS X: go full screen on largest device (Eric Nichols)Russ Cox2008-07-031-1/+3
|
* vac: add -a and -x flagsRuss Cox2008-07-0310-81/+494
| | | | Thanks to Michael Kaminsky for the suggestion.
* devdraw: do not create OS X window group (Eric Nichols)Russ Cox2008-07-031-3/+0
|
* devdraw: OS X unicode input (Andrey Mirtchovski)Russ Cox2008-07-021-0/+7
|
* vac: fix -m bug (Myron Cheung)Russ Cox2008-07-022-5/+4
|
* devdraw: OS X mouse scroll fix (Jeff Sickel)Russ Cox2008-07-021-1/+1
|
* devdraw: OS X alt key supportRuss Cox2008-07-011-2/+38
|
* devdraw: add %F for fullscreen on OS XRuss Cox2008-07-011-10/+30
|
* libdraw: do not let devdraw fork, for OS XRuss Cox2008-07-011-1/+5
|
* libdraw: die if display doesRuss Cox2008-06-302-3/+3
|
* lib9: allow no $DISPLAY on OS X in getnsRuss Cox2008-06-301-0/+7
|
* devdraw: OS X native versionRuss Cox2008-06-3012-86/+2083
|
* snarfer: OS X native version (ha!)Russ Cox2008-06-302-0/+3
|
* 9p: fix writen (sqweek)Russ Cox2008-06-191-8/+13
|
* post9p: try mount9p before 9pfuseRuss Cox2008-06-191-0/+4
|
* vacfs: silence printRuss Cox2008-06-191-1/+0
|
* 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek)Russ Cox2008-06-191-5/+14
|
* 9p: exit on write error (sqweek)Russ Cox2008-06-191-5/+22
|
* vacfs: present qids correctlyRuss Cox2008-06-154-7/+15
|
* vac: fix usage, more #ifdef PLAN9PORTRuss Cox2008-06-151-1/+3
|
* vac: make qids uniqueRuss Cox2008-06-157-1564/+557
|
* vacfs: plan 9 compatibilityRuss Cox2008-06-142-32/+90
|
* vac: plan9 compatibilityRuss Cox2008-06-142-6/+9
|
* vac: remove fs.cRuss Cox2008-06-141-0/+0
|
* vac: major cleanup and bug fixesRuss Cox2008-06-148-1222/+1375
|
* libventi: minor vtfile bug fixesRuss Cox2008-06-141-1/+12
|
* libventi: return value nitsRuss Cox2008-06-142-2/+2
|
* vac: cleanupRuss Cox2008-06-143-32/+7
|
* unvac, vacfs: allow literal vac scores in addition to file namesRuss Cox2008-06-141-9/+15
|
* vac: clean up, add unvacRuss Cox2008-06-1416-2421/+488
|
* venti: add demo programs readfile.c and writefile.cRuss Cox2008-06-142-0/+214
|
* 9pserve: add -c optionRuss Cox2008-06-111-2/+11
|
* lib9: make netmkaddr handle unix! addresses betterRuss Cox2008-06-111-1/+7
|
* libdisk: avoid unreachable code to silence Sun cc warning (Russell Davies)Russ Cox2008-06-041-14/+12
|
* acme: fix owner bug in elogapplyRuss Cox2008-06-011-1/+12
|
* vftp: walk fixes (Fazlul Shahriar)Russ Cox2008-06-011-1/+14
|
* libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar)Russ Cox2008-06-012-8/+17
|
* libthread: fix 64-bit bug in threadstart (Nathaniel Filardo)Russ Cox2008-06-011-1/+1
|
* sort: use noted(NDFLT) in note handlerRuss Cox2008-06-011-2/+1
| | | | | | | | | | There are many more random notes flying around here in Unix-land than there were on Plan 9. For example, some shells implement "cat file | sort" with cat as the child of sort, so that when cat exits, sort gets a "sys: child" note. noted(NDFLT) knows which signals aren't really important and can be ignored, and which need to kill the program.
* mergeRuss Cox2008-05-3114-54/+124
|
* upas/fs: accomodate new post9pserviceRuss Cox2008-05-101-1/+1
|
* mailfs: add -m optionRuss Cox2008-05-101-2/+7
|
* libregexp: more placating of gcc (John Gosset)Russ Cox2008-05-101-5/+5
|
* lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox2008-05-101-26/+31
|
* misc: array bounds fixes that gcc finds (John Gosset)Russ Cox2008-05-106-9/+6
|