Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | 9term, win: work around bsd linker nonsense | Russ Cox | 1 | -0/+2 | |
Change-Id: Ifcef0636ee1e1fd0f9b06a8d1a99d58fae831318 Reviewed-on: https://plan9port-review.googlesource.com/2780 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2016-11-20 | include: define _DEFAULT_SOURCE | David du Colombier | 1 | -0/+1 | |
Since glibc 2.20, the _BSD_SOURCE and _SVID_SOURCE macros are deprecated in favor of the _DEFAULT_SOURCE macro. See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes Change-Id: I18dd6a698f3f5aa51d1e45bf53b031bb061e17e8 Reviewed-on: https://plan9port-review.googlesource.com/1500 Reviewed-by: David du Colombier <0intro@gmail.com> | |||||
2015-06-03 | keyboard.h: add some missing key enums from Plan 9 | mischief | 1 | -1/+6 | |
Change-Id: I0d8b94037309b15f839588c6547acaaaf3e2ed4d Reviewed-on: https://plan9port-review.googlesource.com/1151 Reviewed-by: Russ Cox <rsc@google.com> | |||||
2015-02-17 | libdraw: refine hidpi font selection | Russ Cox | 1 | -0/+1 | |
Change-Id: Id1e6a2630713024a1925ad1341bb9c846f82e93e Reviewed-on: https://plan9port-review.googlesource.com/1171 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-02-17 | libdraw: autoscale fonts when moving between low and high dpi screens | Russ Cox | 1 | -1/+16 | |
Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-02-17 | libdraw: add 2*font syntax for scaled fonts | Russ Cox | 1 | -1/+2 | |
An experiment. Change-Id: I40660a211b8372701597d80f7e86917e94cccbaa Reviewed-on: https://plan9port-review.googlesource.com/1161 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2012-11-26 | libdraw: change DefaultDPI to 133 | Russ Cox | 1 | -1/+1 | |
Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103 | |||||
2012-11-25 | libframe: auto scale tick for retina | Russ Cox | 1 | -2/+2 | |
R=rsc http://codereview.appspot.com/6850102 | |||||
2012-11-25 | libdraw: add scalesize | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/6855092 | |||||
2012-11-25 | draw.h: add DefaultDPI | Russ Cox | 1 | -1/+2 | |
R=rsc http://codereview.appspot.com/6858071 | |||||
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 1 | -0/+1 | |
Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091 | |||||
2012-10-22 | libthread: add threadspawnd | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/6742064 | |||||
2012-07-14 | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/6401049 | |||||
2012-06-02 | lib9/dial: add support for IPv6 | David du Colombier | 1 | -1/+1 | |
The function p9dialparse() returns the host as a sockaddr_storage structure instead of a u32int, to be able to handle both IPv4 and IPv6 addresses. Because the sockaddr_storage structure also handle port numbers and Unix path names, there is no longer need to set them in the calling functions. However, these values are still returned for convenience. The sockaddr_in and sockaddr_un structures have been replaced by sockaddr_storage to handle Unix, IPv4 and IPv6 sockets. Names and addresses are resolved using either gethostbyname() or getaddrinfo() functions. The getaddrinfo() function is documented in RFC2553 and standardized since POSIX.1-2001. It supports both IPv4 and IPv6 addresses. The gethostbyname() function is deprecated since POSIX.1-2008. However, some libc implementations don't handle getaddrinfo() properly, thus we preferred to try gethostbyname() first. I've tried to preserve most of the old code logic to prevent from surprising or unwanted behavior. R=rsc http://codereview.appspot.com/6255068 | |||||
2012-02-19 | libmach, acid, db: 64-bit support | Russ Cox | 2 | -68/+71 | |
2012-01-21 | libventi: add functions vtsha1 and vtsha1check | David du Colombier | 1 | -0/+4 | |
These functions are equivalent to vtSha1 and vtSha1Check from the old libventi and are particularly used by Fossil. R=rsc http://codereview.appspot.com/5555064 | |||||
2011-11-08 | libventi: add VtEntryNoArchive from liboventi, for use with fossil | David du Colombier | 1 | -0/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5298088 | |||||
2011-11-08 | libventi: add functions reconn and redial for use with fossil | David du Colombier | 1 | -0/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046 | |||||
2011-06-13 | venti.h: import indentation from plan 9 | David du Colombier | 1 | -145/+147 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571065 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 2 | -10/+0 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2010-07-14 | u.h: add int8, uint8 | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/1791044 | |||||
2010-02-07 | make flate crc32 work when ulong is 64 bits | Russ Cox | 2 | -3/+10 | |
R=, rsc CC= http://codereview.appspot.com/203061 | |||||
2009-09-13 | libc.h: update comment for 32-bit Rune | Russ Cox | 1 | -2/+3 | |
http://codereview.appspot.com/116097 | |||||
2009-09-13 | lib9: fix dirread/stat mismatch on Snow Leopard | Russ Cox | 1 | -0/+3 | |
http://codereview.appspot.com/116096 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 2 | -4/+5 | |
http://codereview.appspot.com/116075 | |||||
2009-08-23 | libavl: import from Plan 9 | Russ Cox | 1 | -0/+27 | |
2009-08-20 | lib9: dotu fixes in convS2M, convM2S | Tim Newsham | 1 | -0/+2 | |
http://codereview.appspot.com/109049 | |||||
2009-08-14 | more licensing | Russ Cox | 2 | -0/+6 | |
2009-08-14 | more licensing | Russ Cox | 1 | -0/+2 | |
2009-07-14 | merge | Russ Cox | 1 | -0/+3 | |
2009-07-08 | merge | Russ Cox | 1 | -0/+1 | |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -11/+13 | |
2009-05-25 | libventi: protocol support for blocks larger than 64k | Russ Cox | 1 | -1/+1 | |
2009-04-30 | libthread: remove unimplemented chaninit | Russ Cox | 1 | -1/+0 | |
2009-04-30 | merge | Russ Cox | 1 | -1/+3 | |
2008-07-20 | u.h: add SunOS 5.9 | Brian L. Suart | 1 | -1/+2 | |
2008-07-20 | libframe: add frredraw prototype | Russ Cox | 1 | -0/+1 | |
2008-03-07 | libframe: translucent font fixes from Plan 9 | Russ Cox | 1 | -2/+2 | |
2008-07-18 | keyboard.h: End is no longer \r | Russ Cox | 1 | -1/+1 | |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 1 | -1/+1 | |
2008-07-04 | lib9: add write function that withstands interrupts | Russ Cox | 1 | -0/+2 | |
2008-07-04 | lib9p: add Srv.foreground flag | Russ Cox | 1 | -0/+1 | |
2008-06-10 | include/memlayer.h: remove redundant AUTOLIB (Brian Stuart) | Russ Cox | 1 | -2/+0 | |
2008-06-04 | include/drawfcall.h: remove redundant AUTOLIB(draw) | Russ Cox | 1 | -1/+0 | |
2008-06-03 | libbio: lost changes to include/bio.h (@#%@#$ mercurial) | Russ Cox | 1 | -4/+3 | |
2008-06-01 | u.h: add Solaris 5.10 to makecontext list | Russ Cox | 1 | -1/+1 | |
2008-05-05 | post9pservice: accept mtpt (via fuse) | Russ Cox | 1 | -1/+2 | |
2008-03-06 | u.h: add intptr | Russ Cox | 1 | -0/+1 | |
2007-08-22 | libthread: simplify alt tracking, possibly fixing bug | Russ Cox | 1 | -1/+0 | |
2007-05-28 | hfs (David Swasey) | rsc | 1 | -0/+1 | |