aboutsummaryrefslogtreecommitdiff
path: root/src/lib9
AgeCommit message (Expand)AuthorFilesLines
2011-05-01lib9: restore SIGCHLD handler in rforkRuss Cox1-6/+5
2010-12-07delete 9P2000.uRuss Cox4-133/+8
2010-07-11lib9: add <sys/dkio.h> for OpenBSDRuss Cox1-0/+1
2010-03-10more type-punned pointersRuss Cox1-1/+1
2010-03-10fix type-punned pointer warnings from gccRuss Cox3-3/+5
2009-09-24lib9: do not include st_dev in qid.pathRuss Cox1-1/+8
2009-09-13lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox1-4/+0
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2-24/+65
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox1-0/+4
2009-08-20lib9: dotu fixes in convS2M, convM2STim Newsham2-6/+34
2009-08-17dial: allow host==0 when net=="unix"Fazlul Shahriar1-1/+1
2009-08-15dial: reject dial to * (aka 0.0.0.0)Russ Cox1-0/+5
2009-08-14libfmt: add missing copyright notice to nan64.cRuss Cox1-0/+2
2009-08-14more licensingRuss Cox1-0/+2
2009-08-14more licensingRuss Cox1-0/+1
2009-08-14allow less restricted use of plan9port-specific codeRuss Cox1-0/+94
2009-07-29libfmt: use fmtstrtod, not system strtodRuss Cox1-4/+4
2009-07-28lib9/fmt: fix printing of 1e308Russ Cox1-4/+1
2009-07-14mergeRuss Cox1-0/+6
2008-12-07lib9/dirwstat: missing prototype for chmodRuss Cox1-0/+1
2008-12-06lib9: can change length in dirfwstat, dirwstat; mode in dirwstat (David Swasey)Russ Cox2-6/+21
2008-11-17lib9: fix memset in fmtnullinitRuss Cox1-1/+1
2008-10-26lib9: null d->ext during nulldirRuss Cox1-1/+1
2008-07-12lib9: turn certain signals off by defaultRuss Cox1-5/+6
2008-07-10lib9: add mode parameter to opentempRuss Cox1-4/+9
2008-07-09lib9: fix Apple disksize prototypeRuss Cox1-1/+1
2008-07-09lib9: revert unintended changes to opentempRuss Cox1-11/+5
2008-07-09lib9: rewrite date routines to use /usr/share/zoneinfo directlyMichael Teichgräber7-123/+498
2008-07-05lib9: declare n in OpenBSD disksize (Eric Grosse)Russ Cox1-0/+2
2008-07-04lib9: do not try to hide symlinks as muchRuss Cox1-13/+14
2008-07-04lib9: add write function that withstands interruptsRuss Cox2-0/+24
2008-07-04lib9: use symlink size, not target size, in dirstatRuss Cox1-1/+3
2008-07-03lib9: clean up disk size code, add Apple (Anthony Sorace)Russ Cox1-109/+49
2008-06-30lib9: allow no $DISPLAY on OS X in getnsRuss Cox1-0/+7
2008-06-19post9p: try mount9p before 9pfuseRuss Cox1-0/+4
2008-06-11lib9: make netmkaddr handle unix! addresses betterRuss Cox1-1/+7
2008-05-10lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox1-26/+31
2008-05-06localtime: use correct time zone more often (Michael Teichgräber)Russ Cox1-27/+13
2008-05-05post9pservice: accept mtpt (via fuse)Russ Cox1-28/+61
2008-03-03lib9: gcc-4.2 bug in sprintRuss Cox1-1/+4
2007-11-27mergeRuss Cox2-1/+6
2007-05-20futimes on linux nowrsc1-1/+1
2007-05-15new media size from Lou Kamenovrsc1-3/+17
2007-05-11againrsc1-3/+5
2007-05-11use device names for FreeBSD (Lou Kamenov)rsc1-1/+40
2007-05-10fix nan64rsc1-4/+11
2007-04-17allow longer timezones from %Z (xav@chantry)rsc1-2/+3
2007-04-06another day, another __isNaNrsc1-1/+2
2007-04-06new __isNaN (Scott Schwartz)rsc1-5/+1
2006-11-02fix sleep for OpenBSD 4.0 (Tim Wiess)rsc1-1/+1