summaryrefslogtreecommitdiffstats
path: root/src/lib9
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib9: allow no $DISPLAY on OS X in getnsRuss Cox2008-06-301-0/+7
* post9p: try mount9p before 9pfuseRuss Cox2008-06-191-0/+4
* lib9: make netmkaddr handle unix! addresses betterRuss Cox2008-06-111-1/+7
* lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox2008-05-101-26/+31
* localtime: use correct time zone more often (Michael Teichgräber)Russ Cox2008-05-061-27/+13
* post9pservice: accept mtpt (via fuse)Russ Cox2008-05-051-28/+61
* lib9: gcc-4.2 bug in sprintRuss Cox2008-03-031-1/+4
* mergeRuss Cox2007-11-272-1/+6
* futimes on linux nowrsc2007-05-201-1/+1
* new media size from Lou Kamenovrsc2007-05-151-3/+17
* againrsc2007-05-111-3/+5
* use device names for FreeBSD (Lou Kamenov)rsc2007-05-111-1/+40
* fix nan64rsc2007-05-101-4/+11
* allow longer timezones from %Z (xav@chantry)rsc2007-04-171-2/+3
* another day, another __isNaNrsc2007-04-061-1/+2
* new __isNaN (Scott Schwartz)rsc2007-04-061-5/+1
* fix sleep for OpenBSD 4.0 (Tim Wiess)rsc2006-11-021-1/+1
* ignore /net/ prefixes - been long enoughrsc2006-07-231-3/+0
* don't die on eof in sendfdrsc2006-07-231-1/+4
* experiment: translation from standard notations to plan 9 in netmkaddrrsc2006-07-232-13/+20
* Use getdents instead of getdirentries under NetBSD.wkj2006-06-261-2/+2
* pinrsc2006-06-262-0/+12
* long doublersc2006-06-261-1/+1
* long doublersc2006-06-261-1/+4
* silence warningrsc2006-06-251-1/+1
* new uid worldrsc2006-06-121-1/+12
* avoid pw libraryrsc2006-06-121-4/+5
* set didtz (rob)rsc2006-05-301-0/+1
* silence warningrsc2006-05-281-1/+1
* silence warningrsc2006-05-261-1/+1
* oopsrsc2006-05-264-0/+15
* more testsrsc2006-05-224-7/+93
* incorporate changes from Googlersc2006-05-226-13/+67
* new, commented fltfmtrsc2006-05-221-223/+509
* fmt changes from Googlersc2006-05-2140-504/+491
* more time zone fixesrsc2006-05-201-1/+12
* time zone fixrsc2006-05-181-1/+5
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-019-16/+17
* change Tcreate message in 9P2000.ursc2006-03-032-0/+6
* avoid redefining sched_yield (Christian Pfeil)rsc2006-03-032-62/+37
* add dnsrsc2006-02-201-0/+2
* correct sizersc2006-02-181-2/+2