aboutsummaryrefslogtreecommitdiff
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+1
* lib9: skip buggy S_ISCHR check in disksize on OpenBSDRuss Cox2024-06-151-2/+0
* lib9: pass $PLAN9_TARGET via CPP for get9root fallback valueSören Tempel2022-07-272-2/+4
* all: update for new MIT licenseRuss Cox2021-03-234-41/+4
* lib9: reject postnote with special pidsRuss Cox2021-01-141-0/+5
* lib9: avoid unportable use of d_namlen in dirreadRuss Cox2020-05-181-2/+1
* lib9: use opendir/readdir to read directoriesRuss Cox2020-05-171-183/+187
* lib9: move seek into open.cRuss Cox2020-05-173-10/+6
* lib9: add closeRuss Cox2020-05-171-0/+7
* lib9: merge create, open, dirread into open.cRuss Cox2020-05-174-284/+270
* fmt: adjust GCC version checkKurt H Maier2020-05-081-2/+2
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-071-0/+2
* fmt: disable use of stdatomic on AIX XL C and old GCCRuss Cox2020-05-071-0/+21
* 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