93c75d2bad
grep: update from Plan 9
David du Colombier
2018-10-01 17:20:35 +02:00
de3b6d5848
libregexp: include stddef.h in lib9.std.h
David du Colombier
2018-09-29 15:59:31 +02:00
a82a8b6368
acme: Apply each -/+ only once (#156)
Martin Kühl
2018-09-19 15:19:36 +02:00
df2d9ec9d1
fontsrv: omit box-drawing characters from line struts on macOS For some fonts, using box-drawing characters in the representative text for computing the line height results in it being uncomfortably high. Replace them with accented capitals and tall lower-case letters which lead to a more conservative increase in the line height.
Igor Burago
2018-05-17 16:18:10 -07:00
03a8ec739a
libdraw: fix error in the previous commit
Xiao-Yong Jin
2018-03-27 10:52:45 -05:00
96025b1ec8
mc: fix crash in acme with hidpi display
Xiao-Yong Jin
2018-03-22 23:16:53 -05:00
75ea8515a5
samterm: free some getenv results
Xiao-Yong Jin
2018-03-21 22:24:50 -05:00
edfe3c016f
sam: freetmpstr instead of free
Xiao-Yong Jin
2018-03-21 22:24:12 -05:00
dc2a17b95c
libdraw: fix some memory leaks in font handling
Xiao-Yong Jin
2018-03-20 22:17:57 -05:00
a3ec102dc7
fontsrv: fix some memory leaks
Xiao-Yong Jin
2018-03-20 22:17:05 -05:00
b2f6769830
devdraw: fix some memory leaks in x11
Xiao-Yong Jin
2018-03-20 22:16:17 -05:00
7ca1c90109
acme: fix some memory leaks
Xiao-Yong Jin
2018-03-20 22:15:12 -05:00
96dc233091
fontsrv: enlarge drawing buffer for subfonts on macOS
Xiao-Yong Jin
2018-03-14 22:45:33 -05:00
4ebaf18e92
fontsrv: skip only the surrogate pairs
Mechiel Lukkien
2018-01-06 18:01:55 +01:00
72fc31acb3
mount: check current osxfuse kext location
Martin Kühl
2018-01-31 14:43:49 +01:00
d579124682
9pserve: fix memory leak in warning
Ray Lai
2018-01-19 00:39:41 +08:00
3473f4e5fd
.gitignore: ignore files created for astro(1) and scat(1)
Martin Kühl
2018-02-01 14:29:47 +01:00
cfa9a6dfa1
9term: Set TERM_PROGRAM to termprog
Martin Kühl
2018-02-28 11:10:46 +01:00
112744e54b
9pfuse: retries read(3) upon EINTR
Xiao-Yong Jin
2018-03-14 20:27:46 -05:00
4798a8a556
9pfuse: fix handling of access mode (thanks Kenji Arisawa)
David du Colombier
2018-02-05 21:14:32 +01:00
da8a485fc1
auxstats: get network stats in a portable manner on FreeBSD as the old grody way doesn't work any more on FreeBSD-10 and later.
Bakul Shah
2018-01-19 20:03:37 -08:00
019be4481f
rc: use proper type for storing ulimit values rc on amd64 stores ulimit values as 32-bit int, but the limits on OpenBSD amd64 can exceed 2^31, so "ulimit -a" shows some values as negative. This is a problem when I want to increase my ulimit but the hard ulimit values are printed as negative.
Ray Lai
2018-01-16 15:41:56 +08:00
60f06594cc
gview: fix int vs ulong confusion causing silent exit 1 at startup
Russ Cox
2018-01-03 09:46:15 -05:00