| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More little bug fixes | rsc | 2004-05-14 | 3 | -0/+16 | |
| | | ||||||
| * | various bug fixes | rsc | 2004-05-14 | 1 | -0/+167 | |
| | | ||||||
| * | Fix small bugs. | rsc | 2004-05-11 | 1 | -2/+13 | |
| | | ||||||
| * | various bug fixes | rsc | 2004-05-05 | 1 | -2/+2 | |
| | | ||||||
| * | Ignore unknown pragmas. | wkj | 2004-05-03 | 1 | -1/+1 | |
| | | | | | | Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away. | |||||
| * | Little fixes. | rsc | 2004-04-30 | 5 | -7/+47 | |
| | | ||||||
| * | add -W to specify window size. | rsc | 2004-04-29 | 4 | -8/+35 | |
| | | | | | various other little fixes. | |||||
| * | Don't be stupid. | rsc | 2004-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | display correct size of block devices for linux. | rsc | 2004-04-25 | 1 | -2/+29 | |
| | | | | | that was surprisingly easy. | |||||
| * | add this | rsc | 2004-04-23 | 2 | -0/+24 | |
| | | ||||||
| * | just a stub. | rsc | 2004-04-21 | 1 | -0/+8 | |
| | | ||||||
| * | add RFNOWAIT. this was probably a bad idea. | rsc | 2004-04-21 | 2 | -3/+65 | |
| | | ||||||
| * | always a good idea to drop the lock when you're done. | rsc | 2004-04-21 | 2 | -0/+2 | |
| | | ||||||
| * | yet more | rsc | 2004-04-21 | 1 | -0/+14 | |
| | | ||||||
| * | more stuff. | rsc | 2004-04-21 | 1 | -0/+1 | |
| | | ||||||
| * | No more malloc or lock inside signal handlers. | rsc | 2004-04-21 | 6 | -54/+77 | |
| | | ||||||
| * | Try to gather entropy from /dev/random. | wkj | 2004-04-21 | 1 | -0/+21 | |
| | | ||||||
| * | Compute time zone using strftime. | rsc | 2004-04-20 | 1 | -3/+2 | |
| | | ||||||
| * | help out freebsd 4.9 | rsc | 2004-04-20 | 1 | -0/+1 | |
| | | ||||||
| * | make things work on SunOS | rsc | 2004-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | clean up when finished. | rsc | 2004-04-19 | 3 | -3/+0 | |
| | | | | | | don't set PLAN9 don't set PLAN9 | |||||
| * | bye bye | rsc | 2004-04-08 | 1 | -116/+0 | |
| | | ||||||
| * | Cache last uid, gid to make translation faster. | rsc | 2004-04-08 | 1 | -4/+21 | |
| | | ||||||
| * | Change _p9strsig to return nil if tmp==nil. | rsc | 2004-04-02 | 5 | -0/+32 | |
| | | | | | | | Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10. | |||||
| * | Sometimes it's amazing these haven't been turned | rsc | 2004-03-26 | 1 | -1/+1 | |
| | | | | | up by other compilers. | |||||
| * | Only use futimesat on Solaris 9 | rsc | 2004-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | SunOS can rot in hell. | rsc | 2004-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | More files. | rsc | 2004-03-25 | 2 | -0/+57 | |
| | | | | | More files. | |||||
| * | Today's changes. | rsc | 2004-03-25 | 19 | -56/+44 | |
| | | | | | More changes. | |||||
| * | Add some missing files. | rsc | 2004-03-21 | 3 | -0/+35 | |
| | | ||||||
| * | Small tweaks | rsc | 2004-03-21 | 3 | -1/+8 | |
| | | | | | Lots of new code imported. | |||||
| * | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 2004-03-05 | 3 | -6/+8 | |
| | | | | | | | Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
| * | Change pipes to preserve message boundaries. | rsc | 2004-03-02 | 1 | -2/+1 | |
| | | ||||||
| * | Long-standing stability bugs fixed in 9pserve. | rsc | 2004-03-02 | 1 | -0/+1 | |
| | | | | | | Update win to use acme interface directly instead of via pipes. Add comment to pipe about lack of message boundaries. | |||||
| * | More Mac tweaks. | rsc | 2004-03-02 | 1 | -2/+2 | |
| | | ||||||
| * | Tweaks for the Macintosh. | rsc | 2004-03-02 | 2 | -2/+1 | |
| | | ||||||
| * | Update mkmk.sh. | rsc | 2004-02-29 | 1 | -3/+6 | |
| | | ||||||
| * | Move utf, fmt. Small header file changes. | rsc | 2004-02-29 | 69 | -0/+5752 | |
| | | ||||||
| * | Fighting the good fight. | rsc | 2004-02-29 | 4 | -9/+105 | |
| | | | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | |||||
| * | various tweaks. | rsc | 2004-02-09 | 1 | -0/+5 | |
| | | ||||||
| * | Why would the Linux man page actually tell the truth? | rsc | 2004-01-09 | 1 | -2/+1 | |
| | | ||||||
| * | Tweaks to various bits. | rsc | 2003-12-17 | 1 | -24/+33 | |
| | | | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks. | |||||
| * | More files related to user-level file servers. | rsc | 2003-12-11 | 8 | -0/+317 | |
| | | | | | Also add acme! | |||||
| * | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 2003-12-11 | 10 | -15/+123 | |
| | | | | | with them. | |||||
| * | Bug fixes from the Valgrind oracle. | rsc | 2003-12-09 | 1 | -0/+1 | |
| | | ||||||
| * | File system stuff. | rsc | 2003-12-06 | 6 | -0/+1155 | |
| | | ||||||
| * | various tweaks. | rsc | 2003-12-06 | 1 | -0/+5 | |
| | | ||||||
| * | nan | rsc | 2003-12-04 | 1 | -0/+27 | |
| | | ||||||
| * | Clean up yacc files in mkcommon, mkhdr. | rsc | 2003-12-04 | 1 | -0/+1 | |
| | | | | | | Add nan to lib9. Fix memory corruption bugs in 9term. | |||||
| * | allow rfork(RFNOTEG|RFPROC|RFFDG) for rc. | rsc | 2003-12-04 | 2 | -3/+19 | |
| | | ||||||
