aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/mkfile
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17lib9: move seek into open.cRuss Cox1-1/+0
More preparation for opendir.
2020-05-17lib9: merge create, open, dirread into open.cRuss Cox1-2/+0
Preparation for using opendir.
2020-01-12lib9: make a p9frexp function wrapping system frexpRuss Cox1-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.
2020-01-07lib9: remove getcallerpc implementationsRuss Cox1-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.
2017-09-01lib9: import frand function from Plan 9David du Colombier1-0/+1
Fixes #15.
2008-07-09lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber1-1/+3
2008-07-04lib9: add write function that withstands interruptsRuss Cox1-0/+1
2006-06-26pinrsc1-0/+1
2006-05-22more testsrsc1-0/+21
2006-02-12add exitcodersc1-0/+1
2005-02-13add getnetconninforsc1-0/+1
2005-02-11hard code list of plan 9 services in case they are not in /etc/servicesrsc1-0/+3
2005-02-08add cryptrsc1-0/+1
2005-01-23Add searchpath().rsc1-0/+1
2005-01-04add execl and randrsc1-0/+2
2004-12-26plan 9 changesrsc1-1/+1
2004-12-26cleanups - lots of removed files now in thread library.rsc1-5/+0
qlock.c - stubs to thread library notify.c - clean interface slightly.
2004-09-23Get rid of 9proc.rsc1-3/+0
2004-09-21Continue the pthreads torture.rsc1-2/+3
2004-09-17Continue switching library over to pthreads when possible.rsc1-1/+0
Tprimes works on Linux 2.6. You can only have 128 procs though.
2004-06-09add strdup for debugging.rsc1-0/+1
2004-05-14little bug fixesrsc1-1/+1
2004-04-29add -W to specify window size.rsc1-0/+1
various other little fixes.
2004-04-23add thisrsc1-0/+1
2004-04-21add RFNOWAIT. this was probably a bad idea.rsc1-0/+1
2004-04-21always a good idea to drop the lock when you're done.rsc1-0/+1
2004-04-21more stuff.rsc1-0/+1
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-04-02Change _p9strsig to return nil if tmp==nil.rsc1-0/+3
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.
2004-03-25Today's changes.rsc1-2/+2
More changes.
2004-03-21Small tweaksrsc1-0/+3
Lots of new code imported.
2004-03-02Tweaks for the Macintosh.rsc1-1/+0
2004-02-29Update mkmk.sh.rsc1-3/+6
2004-02-29Fighting the good fight.rsc1-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.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-0/+9
with them.
2003-12-06various tweaks.rsc1-0/+5
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc1-0/+1
Add nan to lib9. Fix memory corruption bugs in 9term.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-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.)
2003-11-23Annoying changes to work on Sun boxes.rsc1-1/+1
2003-11-23Various additions and fixes.rsc1-0/+73
2003-09-30Reorgrsc1-2/+0
2003-09-30Initial revisionrsc1-0/+2