summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib9/dirwstat: missing prototype for chmodRuss Cox2008-12-071-0/+1
* lib9: can change length in dirfwstat, dirwstat; mode in dirwstat (David Swasey)Russ Cox2008-12-062-6/+21
* lib9: fix memset in fmtnullinitRuss Cox2008-11-171-1/+1
* lib9: null d->ext during nulldirRuss Cox2008-10-261-1/+1
* lib9: turn certain signals off by defaultRuss Cox2008-07-121-5/+6
* lib9: add mode parameter to opentempRuss Cox2008-07-101-4/+9
* lib9: fix Apple disksize prototypeRuss Cox2008-07-091-1/+1
* lib9: revert unintended changes to opentempRuss Cox2008-07-091-11/+5
* lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber2008-07-097-123/+498
* lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox2008-07-051-0/+2
* lib9: do not try to hide symlinks as muchRuss Cox2008-07-041-13/+14
* lib9: add write function that withstands interruptsRuss Cox2008-07-042-0/+24
* lib9: use symlink size, not target size, in dirstatRuss Cox2008-07-041-1/+3
* lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox2008-07-031-109/+49