Commit Graph

  • 5e22f11b97 acme: fix acme Edit abort Rob Pike 2008-03-07 07:16:37 -0500
  • 7ed58eab75 keyboard.h: End is no longer \r Russ Cox 2008-07-18 09:10:14 -0400
  • c5f884244d mailfs: correct use of tcs for large inputs Russ Cox 2008-07-14 17:38:46 -0400
  • d35c1bb294 lib9: turn certain signals off by default Russ Cox 2008-07-12 07:35:20 -0700
  • a58a827f2a lib9: add mode parameter to opentemp Russ Cox 2008-07-10 11:10:10 -0400
  • c224dda84e mkmk.sh: update for new date files Russ Cox 2008-07-10 11:10:00 -0400
  • 2127ed4b02 upas: add misc to mkfile Russ Cox 2008-07-10 11:09:07 -0400
  • b2bf14149a nedmail: add -S parameter for alternate mail service Russ Cox 2008-07-10 11:08:53 -0400
  • fd652ac319 stack: look in core by default Russ Cox 2008-07-10 11:05:34 -0400
  • c98946022a fortunes Russ Cox 2008-07-10 11:05:00 -0400
  • 3553fab125 snoopy: no trailing comma in array Russ Cox 2008-07-10 11:02:12 -0400
  • 390c870c0f tfont: accomodate broken fonts with multiply-mapped glyphs Russ Cox 2008-07-10 01:07:31 -0400
  • 2af649f94c [merge] Russ Cox 2008-07-10 00:24:04 -0400
  • 1f74e1b758 devdraw: correct mouse event buffering on OS X Russ Cox 2008-07-10 00:07:57 -0400
  • c752966bcb devdraw: minor OS X leak fixes and attempted speedups Russ Cox 2008-07-09 23:49:55 -0400
  • 7733377c43 9c: grep away Apple SetCursor/InitCursor warnings Russ Cox 2008-07-09 14:36:32 -0400
  • 23b8abcc9e vmount: add -t nfs on Linux Russ Cox 2008-07-09 14:36:12 -0400
  • 2fb736b2e1 unix ports: add Make.Darwin-386 file Russ Cox 2008-07-09 14:35:04 -0400
  • ca6838a1ed unix libfmt: use mkdir -p to create man3 directory Russ Cox 2008-07-09 14:34:46 -0400
  • 925b7c22c1 lib9p: add ramfs build rule (ramfs does not work) Russ Cox 2008-07-09 14:32:50 -0400
  • 60a3190327 page: add canonical -W option Russ Cox 2008-07-09 14:32:25 -0400
  • 71f6d60fcf rio: stub out _NET_WM_STATE_FULLSCREEN support Russ Cox 2008-07-09 14:30:30 -0400
  • 427abd1ebd lib9: fix Apple disksize prototype Russ Cox 2008-07-09 14:17:30 -0400
  • e960e21be1 lib9: revert unintended changes to opentemp Russ Cox 2008-07-09 11:53:31 -0400
  • 0a40aeedbf devdraw: default to native gui on OS X Russ Cox 2008-07-09 11:47:44 -0400
  • 8315a8045c rio: only build if WSYSTYPE is x11 Russ Cox 2008-07-09 11:46:30 -0400
  • ae1f02adde ipso: only fiddle with factotum when editing factotum file Russ Cox 2008-07-09 11:44:27 -0400
  • a58f193d08 venti: add venti/dump program Russ Cox 2008-07-09 11:42:09 -0400
  • faf1fb6c7e libthread: abort on single-threaded lock contention Russ Cox 2008-07-09 11:41:14 -0400
  • f35a04866f lib9: rewrite date routines to use /usr/share/zoneinfo directly Michael Teichgräber 2008-07-09 08:27:22 -0400
  • 1cccddd6b3 lock(3): fix typo William Josephson 2008-07-09 08:26:11 -0400
  • dd9d5927a1 lib9: declare n in OpenBSD disksize (Eric Grosse) Russ Cox 2008-07-05 10:01:43 -0400
  • 06421c01b9 lib9pclient: clear tx.extension for 9P2000.u Russ Cox 2008-07-04 16:35:52 -0400
  • 9a939d5f19 lib9: do not try to hide symlinks as much Russ Cox 2008-07-04 16:24:54 -0400
  • bb53a229b2 mkmk.sh: update with write.c Russ Cox 2008-07-04 15:39:38 -0400
  • 962d5a8b69 devdraw: double-check write return value on OS X Russ Cox 2008-07-04 12:39:01 -0400
  • a380a0033d 9p: can go back to using write Russ Cox 2008-07-04 12:38:40 -0400
  • cab935a0ba lib9: add write function that withstands interrupts Russ Cox 2008-07-04 12:38:26 -0400
  • fc9fc9c831 lib9pclient: remove debugging print Russ Cox 2008-07-04 12:36:26 -0400
  • 56dc04c55f lib9p: add Srv.foreground flag Russ Cox 2008-07-04 12:24:14 -0400
  • 0529411caa lib9p: update diroffset correctly on rewind Russ Cox 2008-07-04 12:23:37 -0400
  • 07125953ea lib9pclient: one more dotu (Michael Kaminsky) Russ Cox 2008-07-04 12:19:30 -0400
  • 9ec57f8b9e 9pfuse: always return . and .. Russ Cox 2008-07-04 12:16:53 -0400
  • 869875b48b 9pfuse: better handling of SETXATTR (sqweek) Russ Cox 2008-07-04 03:41:19 -0400
  • 4712e22300 lib9: use symlink size, not target size, in dirstat Russ Cox 2008-07-04 02:54:06 -0400
  • d07db89b00 9pfuse: add symlink support Russ Cox 2008-07-04 02:52:01 -0400
  • 382ae73f24 lib9pclient: add support for 9P2000.u Russ Cox 2008-07-04 02:46:05 -0400
  • ac5a97e6b3 venti: reduce locking contention in buildindex Russ Cox 2008-07-03 22:44:24 -0400
  • cd87898f5d venti: more detail in index divisor too coarse message Russ Cox 2008-07-03 22:42:11 -0400
  • ce31e3d40b venti: bump MaxAMap Russ Cox 2008-07-03 22:42:03 -0400
  • 030fb939cc venti: mark checksum-queued arenas in http output Russ Cox 2008-07-03 22:40:58 -0400
  • 01c1b7633c venti: make sure arena checksum jobs cannot be missed Russ Cox 2008-07-03 22:39:59 -0400
  • d4bf606d29 venti/wrarena: add timing output, fix sync Russ Cox 2008-07-03 22:37:48 -0400
  • 304ab920ad venti: allow plan 9 partitions as disk subnames Russ Cox 2008-07-03 22:37:17 -0400
  • cb29a5fce6 devdraw: make OS X native gui build (Eric Nichols) Russ Cox 2008-07-03 22:20:13 -0400
  • 020c5cbb67 dist: new, linear addsrclinks Russ Cox 2008-07-03 18:50:23 -0400
  • 806c4c953c vnfs: quieter Russ Cox 2008-07-03 17:53:06 -0400
  • 2c82cd6f52 lib9: clean up disk size code, add Apple (Anthony Sorace) Russ Cox 2008-07-03 17:45:17 -0400
  • 5a764c33f5 devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski) Russ Cox 2008-07-03 13:43:58 -0400
  • cdead40b9b devdraw: OS X: go full screen on largest device (Eric Nichols) Russ Cox 2008-07-03 13:35:12 -0400
  • e05b0ff3eb vac: add -a and -x flags Russ Cox 2008-07-03 01:34:48 -0400
  • d9841dc7ad devdraw: do not create OS X window group (Eric Nichols) Russ Cox 2008-07-03 00:02:31 -0400
  • 31aedb82d3 devdraw: OS X unicode input (Andrey Mirtchovski) Russ Cox 2008-07-02 23:42:28 -0400
  • 9b3ac17050 vac: fix -m bug (Myron Cheung) Russ Cox 2008-07-02 15:39:13 -0400
  • a1b61b4635 devdraw: OS X mouse scroll fix (Jeff Sickel) Russ Cox 2008-07-02 12:49:08 -0400
  • 81a90f898b devdraw: OS X alt key support Russ Cox 2008-07-01 20:45:49 -0400
  • 8cb7983083 devdraw: add %F for fullscreen on OS X Russ Cox 2008-07-01 08:50:05 -0400
  • b61a5ce81e libdraw: do not let devdraw fork, for OS X Russ Cox 2008-07-01 07:39:10 -0400
  • b65a69c192 libdraw: die if display does Russ Cox 2008-06-30 19:44:15 -0400
  • e113e0a4bb lib9: allow no $DISPLAY on OS X in getns Russ Cox 2008-06-30 19:41:24 -0400
  • 9142d36228 devdraw: OS X native version Russ Cox 2008-06-30 19:41:08 -0400
  • 1e77a39450 snarfer: OS X native version (ha!) Russ Cox 2008-06-30 19:40:59 -0400
  • dfe57535af 9p: fix writen (sqweek) Russ Cox 2008-06-19 23:07:48 -0400
  • 3e4ceac760 post9p: try mount9p before 9pfuse Russ Cox 2008-06-19 19:13:47 -0400
  • c92f73e481 vacfs: silence print Russ Cox 2008-06-19 19:13:20 -0400
  • 7dc6d2444c 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek) Russ Cox 2008-06-19 18:56:56 -0400
  • 55d98d64b8 9p: exit on write error (sqweek) Russ Cox 2008-06-19 18:52:22 -0400
  • ad95037a48 mount: update MacFUSE locations (Jeff Sickel) Russ Cox 2008-06-19 11:42:16 -0400
  • 5a0f923557 mount: use /proc/filesystems to check for fuse, 9p (uriel) Russ Cox 2008-06-19 10:51:12 -0400
  • fa3c8da1c0 vacfs: present qids correctly Russ Cox 2008-06-15 01:46:23 -0400
  • 4395d738f4 vac: fix usage, more #ifdef PLAN9PORT Russ Cox 2008-06-15 01:27:07 -0400
  • 003c13aa18 vac: make qids unique Russ Cox 2008-06-15 01:19:37 -0400
  • ada3d479a7 vacfs: plan 9 compatibility Russ Cox 2008-06-14 23:19:18 -0400
  • 948cc14e07 vac: plan9 compatibility Russ Cox 2008-06-14 23:12:20 -0400
  • 62e69a48c7 vac: remove fs.c Russ Cox 2008-06-14 23:09:26 -0400
  • ecc0a1b0e7 vac: major cleanup and bug fixes Russ Cox 2008-06-14 23:08:50 -0400
  • e9b70a5f4c libventi: minor vtfile bug fixes Russ Cox 2008-06-14 23:05:19 -0400
  • 1309689171 libventi: return value nits Russ Cox 2008-06-14 23:04:44 -0400
  • 5f1eaee2ab vac(1): cleanup Russ Cox 2008-06-14 14:29:37 -0400
  • c52cda3061 vac: cleanup Russ Cox 2008-06-14 14:29:24 -0400
  • 233feb69cf post9pservice(4): update Russ Cox 2008-06-14 14:06:16 -0400
  • 70c9f86c10 unvac, vacfs: allow literal vac scores in addition to file names Russ Cox 2008-06-14 13:41:07 -0400
  • 405d555fe4 vac(1): document unvac Russ Cox 2008-06-14 13:40:45 -0400
  • 3b842319ce tapefs(4): add man page Russ Cox 2008-06-14 13:40:34 -0400
  • a8e7aff24a venti-cache(3): delete vtblockdirty Russ Cox 2008-06-14 13:29:05 -0400
  • 64f9764ea9 vac: clean up, add unvac Russ Cox 2008-06-14 13:28:49 -0400
  • 01cea2ecb8 venti: add demo programs readfile.c and writefile.c Russ Cox 2008-06-14 10:57:45 -0400
  • ef6606c7a7 9pserve: add -c option Russ Cox 2008-06-11 06:40:54 -0700
  • e082105c33 lib9: make netmkaddr handle unix! addresses better Russ Cox 2008-06-11 06:35:51 -0700
  • 226cc90ba7 include/memlayer.h: remove redundant AUTOLIB (Brian Stuart) Russ Cox 2008-06-10 11:35:29 -0400