| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib9: pass $PLAN9_TARGET via CPP for get9root fallback value | Sören Tempel | 2022-07-27 | 1 | -0/+3 |
| | | | | | | Allows this function to always return the proper path in situations where the $PLAN9 environment variable is not set, i.e. a rc login shell. | ||||
| * | lib9: move seek into open.c | Russ Cox | 2020-05-17 | 1 | -1/+0 |
| | | | | | More preparation for opendir. | ||||
| * | lib9: merge create, open, dirread into open.c | Russ Cox | 2020-05-17 | 1 | -2/+0 |
| | | | | | Preparation for using opendir. | ||||
| * | lib9: make a p9frexp function wrapping system frexp | Russ Cox | 2020-01-12 | 1 | -0/+1 |
| | | | | | | | Under certain conditions it looks like frexp gets #defined to something else on macOS during system headers, which then breaks the declaration in libc.h. | ||||
| * | lib9: remove getcallerpc implementations | Russ Cox | 2020-01-07 | 1 | -1/+1 |
| | | | | | | | | | These make no sense and are not really needed at all. Add a best-effort attempt to get at the gcc/clang macro in lib9.h, but if it fails, no big deal. Fixes #324. | ||||
| * | lib9: import frand function from Plan 9 | David du Colombier | 2017-09-01 | 1 | -0/+1 |
| | | | | | Fixes #15. | ||||
| * | lib9: rewrite date routines to use /usr/share/zoneinfo directly | Michael Teichgräber | 2008-07-09 | 1 | -1/+3 |
| | | |||||
| * | lib9: add write function that withstands interrupts | Russ Cox | 2008-07-04 | 1 | -0/+1 |
| | | |||||
| * | pin | rsc | 2006-06-26 | 1 | -0/+1 |
| | | |||||
| * | more tests | rsc | 2006-05-22 | 1 | -0/+21 |
| | | |||||
| * | add exitcode | rsc | 2006-02-12 | 1 | -0/+1 |
| | | |||||
| * | add getnetconninfo | rsc | 2005-02-13 | 1 | -0/+1 |
| | | |||||
| * | hard code list of plan 9 services in case they are not in /etc/services | rsc | 2005-02-11 | 1 | -0/+3 |
| | | |||||
| * | add crypt | rsc | 2005-02-08 | 1 | -0/+1 |
| | | |||||
| * | Add searchpath(). | rsc | 2005-01-23 | 1 | -0/+1 |
| | | |||||
| * | add execl and rand | rsc | 2005-01-04 | 1 | -0/+2 |
| | | |||||
| * | plan 9 changes | rsc | 2004-12-26 | 1 | -1/+1 |
| | | |||||
| * | cleanups - lots of removed files now in thread library. | rsc | 2004-12-26 | 1 | -5/+0 |
| | | | | | | qlock.c - stubs to thread library notify.c - clean interface slightly. | ||||
| * | Get rid of 9proc. | rsc | 2004-09-23 | 1 | -3/+0 |
| | | |||||
| * | Continue the pthreads torture. | rsc | 2004-09-21 | 1 | -2/+3 |
| | | |||||
| * | Continue switching library over to pthreads when possible. | rsc | 2004-09-17 | 1 | -1/+0 |
| | | | | | | Tprimes works on Linux 2.6. You can only have 128 procs though. | ||||
| * | add strdup for debugging. | rsc | 2004-06-09 | 1 | -0/+1 |
| | | |||||
| * | little bug fixes | rsc | 2004-05-14 | 1 | -1/+1 |
| | | |||||
| * | add -W to specify window size. | rsc | 2004-04-29 | 1 | -0/+1 |
| | | | | | various other little fixes. | ||||
| * | add this | rsc | 2004-04-23 | 1 | -0/+1 |
| | | |||||
| * | add RFNOWAIT. this was probably a bad idea. | rsc | 2004-04-21 | 1 | -0/+1 |
| | | |||||
| * | always a good idea to drop the lock when you're done. | rsc | 2004-04-21 | 1 | -0/+1 |
| | | |||||
| * | more stuff. | rsc | 2004-04-21 | 1 | -0/+1 |
| | | |||||
| * | clean up when finished. | rsc | 2004-04-19 | 1 | -1/+0 |
| | | | | | | don't set PLAN9 don't set PLAN9 | ||||
| * | Change _p9strsig to return nil if tmp==nil. | rsc | 2004-04-02 | 1 | -0/+3 |
| | | | | | | | Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10. | ||||
| * | Today's changes. | rsc | 2004-03-25 | 1 | -2/+2 |
| | | | | | More changes. | ||||
| * | Small tweaks | rsc | 2004-03-21 | 1 | -0/+3 |
| | | | | | Lots of new code imported. | ||||
| * | Tweaks for the Macintosh. | rsc | 2004-03-02 | 1 | -1/+0 |
| | | |||||
| * | Update mkmk.sh. | rsc | 2004-02-29 | 1 | -3/+6 |
| | | |||||
| * | Fighting the good fight. | rsc | 2004-02-29 | 1 | -0/+71 |
| | | | | | | | | | | | | | 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. | ||||
| * | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 2003-12-11 | 1 | -0/+9 |
| | | | | | with them. | ||||
| * | various tweaks. | rsc | 2003-12-06 | 1 | -0/+5 |
| | | |||||
| * | Clean up yacc files in mkcommon, mkhdr. | rsc | 2003-12-04 | 1 | -0/+1 |
| | | | | | | Add nan to lib9. Fix memory corruption bugs in 9term. | ||||
| * | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 2003-11-24 | 1 | -1/+0 |
| | | | | | | | 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.) | ||||
| * | Annoying changes to work on Sun boxes. | rsc | 2003-11-23 | 1 | -1/+1 |
| | | |||||
| * | Various additions and fixes. | rsc | 2003-11-23 | 1 | -0/+73 |
| | | |||||
| * | Reorg | rsc | 2003-09-30 | 1 | -2/+0 |
| | | |||||
| * | Initial revision | rsc | 2003-09-30 | 1 | -0/+2 |