summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* malloc: remove lockingDan Cross2020-01-162-31/+3
* lib9: putenv wraps POSIX setenv, not legacy putenvDan Cross2020-01-161-7/+1
* lib9: make formatting lock-free againRuss Cox2020-01-144-124/+83
* lib9: do not fetch disk size for character devicesRuss Cox2020-01-131-1/+1
* lib9: rm unused _p9translate.cRuss Cox2020-01-131-46/+0
* lib9/fmt: avoid racy access to installed fmt formatsRuss Cox2020-01-134-22/+55
* lib9: fix memory leak in dial of regular file (#284)jvd232020-01-131-1/+3
* lib9: make a p9frexp function wrapping system frexpRuss Cox2020-01-122-0/+10
* all: fix or silence various gcc warningsRuss Cox2020-01-122-8/+6
* Trivial changes: whitespace and modes.Dan Cross2020-01-1069-128/+83
* lib9: add getcallerpc.c (fixes build)Russ Cox2020-01-081-0/+13
* lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2020-01-071-1/+1
* lib9: remove getcallerpc implementationsRuss Cox2020-01-078-55/+1
* lib9: import frand function from Plan 9David du Colombier2017-09-012-0/+18
* lib9: fix needsrcquoteRuss Cox2017-06-191-1/+1
* include: define _DEFAULT_SOURCEDavid du Colombier2016-11-201-0/+1
* all: linux/arm64 portAram Hăvărneanu2015-06-031-0/+8
* all: linux/mips portAram Hăvărneanu2015-06-031-0/+8
* all: fix openbsd buildAram Hăvărneanu2015-06-031-2/+2
* all: DragonFly port.Shenghou Ma2014-02-271-5/+11
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-7/+5
* lib9: fix Mac warningRuss Cox2012-10-201-1/+8
* lib9/p9dialparse: fix segfault on gethostbynameDavid du Colombier2012-09-111-1/+1
* lib9: remove ss_len manipulation in _p9dialparseRuss Cox2012-09-081-3/+0
* lib9: fix announce on OS XRuss Cox2012-09-081-5/+7
* lib9/dial: fix addrlen in connect() and bind()David du Colombier2012-09-042-7/+35
* lib9/getnetconn: add support for IPv6David du Colombier2012-08-031-0/+27
* lib9: fix openbsd buildDavid du Colombier2012-06-272-1/+2
* lib9/dial: add support for IPv6David du Colombier2012-06-023-100/+86
* lib9: fix local addr in dialJani Lahtinen2011-08-161-1/+1
* build: OS X 64-bit buildRuss Cox2011-08-021-1/+1
* lib9: restore SIGCHLD handler in rforkRuss Cox2011-05-011-6/+5
* delete 9P2000.uRuss Cox2010-12-074-133/+8
* lib9: add <sys/dkio.h> for OpenBSDRuss Cox2010-07-111-0/+1
* more type-punned pointersRuss Cox2010-03-101-1/+1
* fix type-punned pointer warnings from gccRuss Cox2010-03-103-3/+5
* lib9: do not include st_dev in qid.pathRuss Cox2009-09-241-1/+8
* lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox2009-09-131-4/+0
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-112-24/+65
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-111-0/+4
* lib9: dotu fixes in convS2M, convM2STim Newsham2009-08-202-6/+34
* dial: allow host==0 when net=="unix"Fazlul Shahriar2009-08-171-1/+1
* dial: reject dial to * (aka 0.0.0.0)Russ Cox2009-08-151-0/+5
* libfmt: add missing copyright notice to nan64.cRuss Cox2009-08-141-0/+2
* more licensingRuss Cox2009-08-141-0/+2
* more licensingRuss Cox2009-08-141-0/+1
* allow less restricted use of plan9port-specific codeRuss Cox2009-08-141-0/+94
* libfmt: use fmtstrtod, not system strtodRuss Cox2009-07-291-4/+4
* lib9/fmt: fix printing of 1e308Russ Cox2009-07-281-4/+1
* mergeRuss Cox2009-07-141-0/+6