index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib9
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clang warnings reported by Tuncer Ayaz
Russ Cox
2012-10-21
1
-7
/
+5
*
lib9: fix Mac warning
Russ Cox
2012-10-20
1
-1
/
+8
*
lib9/p9dialparse: fix segfault on gethostbyname
David du Colombier
2012-09-11
1
-1
/
+1
*
lib9: remove ss_len manipulation in _p9dialparse
Russ Cox
2012-09-08
1
-3
/
+0
*
lib9: fix announce on OS X
Russ Cox
2012-09-08
1
-5
/
+7
*
lib9/dial: fix addrlen in connect() and bind()
David du Colombier
2012-09-04
2
-7
/
+35
*
lib9/getnetconn: add support for IPv6
David du Colombier
2012-08-03
1
-0
/
+27
*
lib9: fix openbsd build
David du Colombier
2012-06-27
2
-1
/
+2
*
lib9/dial: add support for IPv6
David du Colombier
2012-06-02
3
-100
/
+86
*
lib9: fix local addr in dial
Jani Lahtinen
2011-08-16
1
-1
/
+1
*
build: OS X 64-bit build
Russ Cox
2011-08-02
1
-1
/
+1
*
lib9: restore SIGCHLD handler in rfork
Russ Cox
2011-05-01
1
-6
/
+5
*
delete 9P2000.u
Russ Cox
2010-12-07
4
-133
/
+8
*
lib9: add <sys/dkio.h> for OpenBSD
Russ Cox
2010-07-11
1
-0
/
+1
*
more type-punned pointers
Russ Cox
2010-03-10
1
-1
/
+1
*
fix type-punned pointer warnings from gcc
Russ Cox
2010-03-10
3
-3
/
+5
*
lib9: do not include st_dev in qid.path
Russ Cox
2009-09-24
1
-1
/
+8
*
lib9: fix dirread/stat mismatch on Snow Leopard
Russ Cox
2009-09-13
1
-4
/
+0
*
convert to 4-byte UTF-8 and 32-bit Rune
Russ Cox
2009-09-11
2
-24
/
+65
*
INSTALL: fix build on Snow Leopard
Russ Cox
2009-09-11
1
-0
/
+4
*
lib9: dotu fixes in convS2M, convM2S
Tim Newsham
2009-08-20
2
-6
/
+34
*
dial: allow host==0 when net=="unix"
Fazlul Shahriar
2009-08-17
1
-1
/
+1
*
dial: reject dial to * (aka 0.0.0.0)
Russ Cox
2009-08-15
1
-0
/
+5
*
libfmt: add missing copyright notice to nan64.c
Russ Cox
2009-08-14
1
-0
/
+2
*
more licensing
Russ Cox
2009-08-14
1
-0
/
+2
*
more licensing
Russ Cox
2009-08-14
1
-0
/
+1
*
allow less restricted use of plan9port-specific code
Russ Cox
2009-08-14
1
-0
/
+94
*
libfmt: use fmtstrtod, not system strtod
Russ Cox
2009-07-29
1
-4
/
+4
*
lib9/fmt: fix printing of 1e308
Russ Cox
2009-07-28
1
-4
/
+1
*
merge
Russ Cox
2009-07-14
1
-0
/
+6
*
lib9/dirwstat: missing prototype for chmod
Russ Cox
2008-12-07
1
-0
/
+1
*
lib9: can change length in dirfwstat, dirwstat; mode in dirwstat (David Swasey)
Russ Cox
2008-12-06
2
-6
/
+21
*
lib9: fix memset in fmtnullinit
Russ Cox
2008-11-17
1
-1
/
+1
*
lib9: null d->ext during nulldir
Russ Cox
2008-10-26
1
-1
/
+1
*
lib9: turn certain signals off by default
Russ Cox
2008-07-12
1
-5
/
+6
*
lib9: add mode parameter to opentemp
Russ Cox
2008-07-10
1
-4
/
+9
*
lib9: fix Apple disksize prototype
Russ Cox
2008-07-09
1
-1
/
+1
*
lib9: revert unintended changes to opentemp
Russ Cox
2008-07-09
1
-11
/
+5
*
lib9: rewrite date routines to use /usr/share/zoneinfo directly
Michael Teichgräber
2008-07-09
7
-123
/
+498
*
lib9: declare n in OpenBSD disksize (Eric Grosse)
Russ Cox
2008-07-05
1
-0
/
+2
*
lib9: do not try to hide symlinks as much
Russ Cox
2008-07-04
1
-13
/
+14
*
lib9: add write function that withstands interrupts
Russ Cox
2008-07-04
2
-0
/
+24
*
lib9: use symlink size, not target size, in dirstat
Russ Cox
2008-07-04
1
-1
/
+3
*
lib9: clean up disk size code, add Apple (Anthony Sorace)
Russ Cox
2008-07-03
1
-109
/
+49
*
lib9: allow no $DISPLAY on OS X in getns
Russ Cox
2008-06-30
1
-0
/
+7
*
post9p: try mount9p before 9pfuse
Russ Cox
2008-06-19
1
-0
/
+4
*
lib9: make netmkaddr handle unix! addresses better
Russ Cox
2008-06-11
1
-1
/
+7
*
lib9: hide uvlong/double conversions to placate gcc (John Gosset)
Russ Cox
2008-05-10
1
-26
/
+31
*
localtime: use correct time zone more often (Michael Teichgräber)
Russ Cox
2008-05-06
1
-27
/
+13
*
post9pservice: accept mtpt (via fuse)
Russ Cox
2008-05-05
1
-28
/
+61
[next]