summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Collapse)AuthorAgeFilesLines
* remove temp files on closersc2004-06-171-1/+7
|
* Unused variable.wkj2004-06-171-2/+0
|
* publish p9dialparsersc2004-06-163-6/+3
|
* DAMN BERKELEY.rsc2004-06-161-1/+5
|
* get this rightrsc2004-06-112-5/+7
|
* add OLOCKrsc2004-06-112-4/+20
|
* asdfrsc2004-06-092-30/+179
|
* add strdup for debugging.rsc2004-06-092-0/+18
|
* work much harder to reclaim stacksrsc2004-06-091-9/+130
|
* satisfy valgrindrsc2004-06-091-0/+3
|
* use plan9 mallocrsc2004-06-094-12/+8
|
* various bug fixes and paranoiarsc2004-05-233-70/+87
|
* lock malloc ourselvesrsc2004-05-231-1/+48
|
* fix race.rsc2004-05-201-1/+15
|
* old linuxrsc2004-05-151-0/+2
|
* Crsc2004-05-143-0/+7
| | | | | | | little bugs . wq VS: ----------------------------------------------------------------------
* minor bug fixesrsc2004-05-142-0/+3
|
* little bug fixesrsc2004-05-143-2/+3
|
* More little bug fixesrsc2004-05-143-0/+16
|
* various bug fixesrsc2004-05-141-0/+167
|
* Fix small bugs.rsc2004-05-111-2/+13
|
* various bug fixesrsc2004-05-051-2/+2
|
* Ignore unknown pragmas.wkj2004-05-031-1/+1
| | | | | Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away.
* Little fixes.rsc2004-04-305-7/+47
|
* add -W to specify window size.rsc2004-04-294-8/+35
| | | | various other little fixes.
* Don't be stupid.rsc2004-04-261-1/+1
|
* display correct size of block devices for linux.rsc2004-04-251-2/+29
| | | | that was surprisingly easy.
* add thisrsc2004-04-232-0/+24
|
* just a stub.rsc2004-04-211-0/+8
|
* add RFNOWAIT. this was probably a bad idea.rsc2004-04-212-3/+65
|
* always a good idea to drop the lock when you're done.rsc2004-04-212-0/+2
|
* yet morersc2004-04-211-0/+14
|
* more stuff.rsc2004-04-211-0/+1
|
* No more malloc or lock inside signal handlers.rsc2004-04-216-54/+77
|
* Try to gather entropy from /dev/random.wkj2004-04-211-0/+21
|
* Compute time zone using strftime.rsc2004-04-201-3/+2
|
* help out freebsd 4.9rsc2004-04-201-0/+1
|
* make things work on SunOSrsc2004-04-201-1/+1
|
* clean up when finished.rsc2004-04-193-3/+0
| | | | | don't set PLAN9 don't set PLAN9
* bye byersc2004-04-081-116/+0
|
* Cache last uid, gid to make translation faster.rsc2004-04-081-4/+21
|
* Change _p9strsig to return nil if tmp==nil.rsc2004-04-025-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 turnedrsc2004-03-261-1/+1
| | | | up by other compilers.
* Only use futimesat on Solaris 9rsc2004-03-261-1/+1
|
* SunOS can rot in hell.rsc2004-03-261-1/+1
|
* More files.rsc2004-03-252-0/+57
| | | | More files.
* Today's changes.rsc2004-03-2519-56/+44
| | | | More changes.
* Add some missing files.rsc2004-03-213-0/+35
|
* Small tweaksrsc2004-03-213-1/+8
| | | | Lots of new code imported.
* Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc2004-03-053-6/+8
| | | | | | Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.