summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Collapse)AuthorAgeFilesLines
* Update mkmk.sh.rsc2004-02-291-3/+6
|
* Move utf, fmt. Small header file changes.rsc2004-02-2969-0/+5752
|
* Fighting the good fight.rsc2004-02-294-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.rsc2004-02-091-0/+5
|
* Why would the Linux man page actually tell the truth?rsc2004-01-091-2/+1
|
* Tweaks to various bits.rsc2003-12-171-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.rsc2003-12-118-0/+317
| | | | Also add acme!
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-1110-15/+123
| | | | with them.
* Bug fixes from the Valgrind oracle.rsc2003-12-091-0/+1
|
* File system stuff.rsc2003-12-066-0/+1155
|
* various tweaks.rsc2003-12-061-0/+5
|
* nanrsc2003-12-041-0/+27
|
* Clean up yacc files in mkcommon, mkhdr.rsc2003-12-041-0/+1
| | | | | Add nan to lib9. Fix memory corruption bugs in 9term.
* allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc2003-12-042-3/+19
|
* Various fixes.rsc2003-12-033-15/+39
| | | | | | | | | | | B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
* call exit rather than _exits inside exits,rsc2003-11-262-23/+1
| | | | | so that the c library atexit handlers get a chance to run.
* Silence some Mac OS X warnings.rsc2003-11-252-2/+1
|
* more tweaks.rsc2003-11-251-0/+2
|
* More tweaks on Linux and Solaris.rsc2003-11-255-25/+67
|
* Add the #goo to allow use in C++.rsc2003-11-252-22/+18
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-245-10/+14
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* Build correctly on FreeBSD.rsc2003-11-242-3/+3
| | | | (Will this process ever reach a fixed point?)
* Tweaks to build properly on Linux.rsc2003-11-247-11/+52
|
* Make things build on FreeBSD again.rsc2003-11-232-7/+10
|
* Annoying changes to work on Sun boxes.rsc2003-11-2310-21/+54
|
* Various additions and fixes.rsc2003-11-2357-159/+2176
|
* Single-threaded plumber that can run "start" rules.rsc2003-10-143-2/+137
| | | | Thanks to Caerwyn Jones.
* Move werrstr into errstr, so that if you use werrstrrsc2003-10-143-14/+14
| | | | | you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
* Use new directory structure.rsc2003-10-111-4/+4
|
* Licensing and various tweaks.rsc2003-10-111-258/+0
|
* Allow prec==0.rsc2003-10-111-1/+1
|
* Macintosh.rsc2003-10-032-0/+47
|
* More Darwin.rsc2003-10-017-246/+198
|
* Various tweaks to make things run on Mac OS.rsc2003-10-017-7/+23
| | | | The main change is the use of pthread to implement ffork.
* Reorgrsc2003-09-3012-190/+3
|
* Initial revisionrsc2003-09-3043-0/+2365