index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib9
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
lib9: avoid unportable use of d_namlen in dirread
Russ Cox
1
-2
/
+1
2020-05-17
lib9: use opendir/readdir to read directories
Russ Cox
1
-183
/
+187
2020-05-17
lib9: move seek into open.c
Russ Cox
3
-10
/
+6
2020-05-17
lib9: add close
Russ Cox
1
-0
/
+7
2020-05-17
lib9: merge create, open, dirread into open.c
Russ Cox
4
-284
/
+270
2020-05-08
fmt: adjust GCC version check
Kurt H Maier
1
-2
/
+2
2020-05-07
all: fix #includes for AIX, add a few AIX "implementation" files
Ben Huntsman
1
-0
/
+2
2020-05-07
fmt: disable use of stdatomic on AIX XL C and old GCC
Russ Cox
1
-0
/
+21
2020-01-16
malloc: remove locking
Dan Cross
2
-31
/
+3
2020-01-16
lib9: putenv wraps POSIX setenv, not legacy putenv
Dan Cross
1
-7
/
+1
2020-01-14
lib9: make formatting lock-free again
Russ Cox
4
-124
/
+83
2020-01-13
lib9: do not fetch disk size for character devices
Russ Cox
1
-1
/
+1
2020-01-13
lib9: rm unused _p9translate.c
Russ Cox
1
-46
/
+0
2020-01-13
lib9/fmt: avoid racy access to installed fmt formats
Russ Cox
4
-22
/
+55
2020-01-13
lib9: fix memory leak in dial of regular file (#284)
jvd23
1
-1
/
+3
2020-01-12
lib9: make a p9frexp function wrapping system frexp
Russ Cox
2
-0
/
+10
2020-01-12
all: fix or silence various gcc warnings
Russ Cox
2
-8
/
+6
2020-01-10
Trivial changes: whitespace and modes.
Dan Cross
69
-128
/
+83
2020-01-08
lib9: add getcallerpc.c (fixes build)
Russ Cox
1
-0
/
+13
2020-01-07
lib9, libndb: exclude terminating null from strncpy bound
Neven Sajko
1
-1
/
+1
2020-01-07
lib9: remove getcallerpc implementations
Russ Cox
8
-55
/
+1
2017-09-01
lib9: import frand function from Plan 9
David du Colombier
2
-0
/
+18
2017-06-19
lib9: fix needsrcquote
Russ Cox
1
-1
/
+1
2016-11-20
include: define _DEFAULT_SOURCE
David du Colombier
1
-0
/
+1
2015-06-03
all: linux/arm64 port
Aram Hăvărneanu
1
-0
/
+8
2015-06-03
all: linux/mips port
Aram Hăvărneanu
1
-0
/
+8
2015-06-03
all: fix openbsd build
Aram Hăvărneanu
1
-2
/
+2
2014-02-27
all: DragonFly port.
Shenghou Ma
1
-5
/
+11
2012-10-21
fix clang warnings reported by Tuncer Ayaz
Russ Cox
1
-7
/
+5
2012-10-20
lib9: fix Mac warning
Russ Cox
1
-1
/
+8
2012-09-11
lib9/p9dialparse: fix segfault on gethostbyname
David du Colombier
1
-1
/
+1
2012-09-08
lib9: remove ss_len manipulation in _p9dialparse
Russ Cox
1
-3
/
+0
2012-09-08
lib9: fix announce on OS X
Russ Cox
1
-5
/
+7
2012-09-04
lib9/dial: fix addrlen in connect() and bind()
David du Colombier
2
-7
/
+35
2012-08-03
lib9/getnetconn: add support for IPv6
David du Colombier
1
-0
/
+27
2012-06-27
lib9: fix openbsd build
David du Colombier
2
-1
/
+2
2012-06-02
lib9/dial: add support for IPv6
David du Colombier
3
-100
/
+86
2011-08-16
lib9: fix local addr in dial
Jani Lahtinen
1
-1
/
+1
2011-08-02
build: OS X 64-bit build
Russ Cox
1
-1
/
+1
2011-05-01
lib9: restore SIGCHLD handler in rfork
Russ Cox
1
-6
/
+5
2010-12-07
delete 9P2000.u
Russ Cox
4
-133
/
+8
2010-07-11
lib9: add <sys/dkio.h> for OpenBSD
Russ Cox
1
-0
/
+1
2010-03-10
more type-punned pointers
Russ Cox
1
-1
/
+1
2010-03-10
fix type-punned pointer warnings from gcc
Russ Cox
3
-3
/
+5
2009-09-24
lib9: do not include st_dev in qid.path
Russ Cox
1
-1
/
+8
2009-09-13
lib9: fix dirread/stat mismatch on Snow Leopard
Russ Cox
1
-4
/
+0
2009-09-11
convert to 4-byte UTF-8 and 32-bit Rune
Russ Cox
2
-24
/
+65
2009-09-11
INSTALL: fix build on Snow Leopard
Russ Cox
1
-0
/
+4
2009-08-20
lib9: dotu fixes in convS2M, convM2S
Tim Newsham
2
-6
/
+34
2009-08-17
dial: allow host==0 when net=="unix"
Fazlul Shahriar
1
-1
/
+1
[next]