rsc | e6cba65 | 2005-01-24 03:45:23 +0000 | [diff] [blame] | 1 | January 23, 2005 |
| 2 | suse X bug - need bigger stacks |
| 3 | add searchpath(3) |
| 4 | work on libmach + elf core dumps + threads + registers |
| 5 | change db to use libmach cmdline interface |
| 6 | add stack (see db(1)) |
| 7 | s/ulong/unsigned long/ for unix mk; other makefile bugs |
| 8 | rename scheduler to procscheduler in libthread so libmach can identify it |
| 9 | add isum to install(1) |
| 10 | work around searchpath in rc; add to intro(1) |
| 11 | volatile int quiet in db |
| 12 | |
| 13 | January 22, 2005 |
| 14 | redirect debugging output of isnptl in INSTALL |
| 15 | set SYSVERSION to 2.6.x instead of 2.6 in linux INSTALL |
| 16 | to appease other pieces of the build. |
| 17 | |
| 18 | January 21, 2005 |
| 19 | s/mdir/mkdir/ in unix regexp makefile |
| 20 | better isnptl |
| 21 | arg count in auxclog |
| 22 | |
| 23 | January 20, 2005 |
| 24 | add core(1) man page |
| 25 | fix exit race in samterm |
| 26 | |
| 27 | January 19, 2005 |
| 28 | continued x86-64 support |
| 29 | bug fix to 9c on sunos - __${s}__ not __$s__ |
| 30 | avoid c99 extensions in cmapcube and vacfs |
| 31 | do not name functions shutdown on mac os x |
| 32 | add dist/isum |
| 33 | include errno.h in eqn/e.h |
| 34 | use 9 yacc to build rc |
| 35 | |
| 36 | January 18, 2005 |
| 37 | avoid closing -1 in lib9pclient |
| 38 | continued x86-64 support |
| 39 | |
rsc | e4d62ad | 2005-01-18 18:31:09 +0000 | [diff] [blame] | 40 | January 18, 2005 |
| 41 | make src/libthread/pthread.c compile |
| 42 | add threadspawnl, fsseek. |
| 43 | add link to web interface in cvs(1). |
| 44 | remove hard-coded path in fixurls |
rsc | 8369671 | 2005-01-19 01:17:03 +0000 | [diff] [blame] | 45 | preliminary x86-64 support |
| 46 | explain nptl in src/libthread/README.Linux |
| 47 | libventi bug fixes |
| 48 | add threadgetname to libthread |
| 49 | bigger chunking in sort(1) |
| 50 | bug fix in acid |
| 51 | add LOCAL.INSTALL |
| 52 | extract command line from elf cores |
| 53 | initial core(1) command |
| 54 | fix race in libthread proccreate |
| 55 | do not use -Wl,-rpath on Darwin |
| 56 | do not translate man pages in lib/moveplan9.sh |
rsc | e4d62ad | 2005-01-18 18:31:09 +0000 | [diff] [blame] | 57 | |
rsc | ded42a6 | 2005-01-18 05:47:04 +0000 | [diff] [blame] | 58 | January 17, 2005 |
| 59 | thread.c tries to warn about bad pthreads on Linux |
| 60 | vacfs posts vacfs.basename |
| 61 | fix nil deref in acid |
| 62 | change 9c, 9l to detect nptl properly (not relying on running kernel version) |
| 63 | change psu to use 9 ps |
| 64 | do not call exits in threaded programs |
| 65 | |
rsc | 3cb8df0 | 2005-01-16 21:33:16 +0000 | [diff] [blame] | 66 | January 16, 2005 |
| 67 | bring fds from daemonize down to high 20s from high 90s for NetBSD. |
| 68 | use -Wl,-rpath in gcc in 9l for NetBSD. |
| 69 | make vacfs work (patch from Lucho) |
| 70 | make vacfs use EARGF |
| 71 | add note about signal masks in TODO |
| 72 | (Taj Khattra notes that acme doesn't ^Z well) |
| 73 | add note about _x.black and _x.white in TODO |
| 74 | (noted by David Leimbach) |
| 75 | remove unixisms from dist/fixurls |
| 76 | fix bugs in dist/main.html |
| 77 | noteenable, notedisable, notifyon, notifyoff return old setting. |
| 78 | update manual indices |
| 79 | troff2html handles section (9p). |
| 80 | add note in libthread/thread.c about stack-based pthreads |
| 81 | make tmac.an's .HR better |
| 82 | tweaks to unix mkfiles |
rsc | 7b0c2f1 | 2005-01-11 21:28:31 +0000 | [diff] [blame] | 83 | |
rsc | 3cb8df0 | 2005-01-16 21:33:16 +0000 | [diff] [blame] | 84 | January 15, 2005 |
| 85 | tcolors now uses threadexitsall |
| 86 | syminit bug in mk. (why does syminit exist?) |
| 87 | |
| 88 | January 14, 2005 |
| 89 | man page updates - fixurls, manweb, rio.1, cvs.1, 0intro.1. |
| 90 | add note about makecontext to TODO file (noted by Axel) |
| 91 | |
| 92 | January 12, 2005 |
rsc | 79af2b8 | 2005-01-13 04:53:49 +0000 | [diff] [blame] | 93 | First fully-documented release. |
rsc | 0073d67 | 2004-04-05 20:59:52 +0000 | [diff] [blame] | 94 | |