cinap_lenrek
2fda77e404
/sys/doc: fix mkfile to and remove files that now can be regenerated
2017-05-09 16:23:48 +02:00
cinap_lenrek
015956ea61
troff: charlib: fix right hand special character
2017-05-09 16:10:44 +02:00
cinap_lenrek
bff4fad52a
rio: implement writable and truncatable /dev/text
2017-05-07 19:05:12 +02:00
cinap_lenrek
7327bd43c0
kernel: fix namelenerror(), avoid memrchr() and make it static
...
make sure the loop terminates and doesnt get stuck at
name == aname. avoid memrchr() as it conflicts with
libc on unix (drawterm). declare namelenerror() as
static.
2017-05-07 18:13:37 +02:00
aiju
37567f07d1
update ape/bio.h (thanks jpm)
2017-05-06 14:33:52 +00:00
cinap_lenrek
f317d233f4
devproc: can't wait for ourselfs to stop (thanks Shamar)
2017-05-06 00:49:47 +02:00
BurnZeZ
59e8bc0e23
aux/statusmsg: use libbio for textmode output
...
calling write(1, "\b", 1); for each rune to be removed is a lot of
overhead, and we don’t want rio to turn each of these writes into a
draw operation.
also, it now prints to stderr before exiting if initdraw() fails
2017-05-05 21:43:30 +00:00
cinap_lenrek
74b6d9bda3
ssh: add -h flag to pass host (for compatibility)
2017-05-05 21:04:31 +02:00
aiju
7ade57b678
sed: add -u flag that flushes output buffers before reading in further input
2017-05-05 08:22:13 +00:00
aiju
20b945a382
bio(2): manpage typo
2017-05-04 17:47:03 +00:00
aiju
f681cf835a
bio: add support for custom I/O handler via Biofn
2017-05-04 17:42:12 +00:00
cinap_lenrek
414d29e98f
ssh(1): document -T tries option, #subsys cmd behaviour
2017-05-03 20:56:20 +02:00
cinap_lenrek
710d4982b7
ssh: quote cmd arguments with unix shell single quotes, request tty even with TERM=dumb
2017-05-03 20:55:32 +02:00
cinap_lenrek
38d421ec00
ctime(2): fix example (thanks raiz)
...
raiz → the reason that the manpage example works not because
it's a correct timezone file format, but because readtimezone()
(in libc) fails and defaults to GMT.
2017-05-03 20:47:46 +02:00
cinap_lenrek
cd694c6016
upas/fs: handle partial fetches (imap server returning less messages than available)
2017-05-02 04:07:21 +02:00
cinap_lenrek
20ba8815bc
inst/configether: in manual network configuration, ask for dns server
2017-05-01 22:50:16 +02:00
cinap_lenrek
295c0071c3
dist/ndb: move sources auth server to ndb/common, list root dns servers in ndb/local as a fallback
2017-05-01 22:49:35 +02:00
cinap_lenrek
d63cc467d8
5e: fix special bitshift and rotations
2017-05-01 20:22:23 +02:00
cinap_lenrek
359955ee4b
vt(1): the "send" menu became "paste"
2017-05-01 02:31:50 +02:00
cinap_lenrek
f6b68dd79b
sshfs(4): fix bad cross reference
2017-05-01 02:18:09 +02:00
cinap_lenrek
fa94532c08
vgamach64xx: remove drawdebug reference
2017-05-01 02:15:03 +02:00
cinap_lenrek
0b85c859f5
merge
2017-05-01 00:03:01 +02:00
cinap_lenrek
2713779ee6
ip/torrent: avoid requesting same chunks
...
instead of always just requesting the missing range
of the current piece, remember the workpiece offset
and request sequential chunks from the workpiece.
this avoids double requests of the same ranges when
the peer does not respond with the data immidiately.
2017-05-01 00:01:14 +02:00
spew
ff8ae67b70
libregexp: miscellaneous little cleanups
2017-04-30 15:08:36 -05:00
cinap_lenrek
c00c60d327
sshfs: fix -r / retulting in "//foo" paths, memory leaks, use estrdup9p()
...
just use cleanname() to implement pathcat(), which
handles double slashes and ".." elements already.
have to free the partial dir structue on error in
parsedir().
use estrdup9p() instead of strdup().
2017-04-30 18:28:06 +02:00
cinap_lenrek
607e651c06
vnc: substitute iprint() with fprint(2, (gone from libmemdraw)
2017-04-30 04:06:03 +02:00
cinap_lenrek
24420ab9eb
kernel: fix rewinding in directories with pread() offset
...
reading directories with pread() offset has to work the same
way as read(), otherwise exportfs breaks rewinding in directories.
2017-04-30 01:51:07 +02:00
cinap_lenrek
f8478eb4c4
lib9p: allow rewinding in 9pfile directories
2017-04-30 01:49:21 +02:00
cinap_lenrek
56611ced39
libmemdraw: get rid of kernel iprint() emulation
2017-04-29 21:13:48 +02:00
cinap_lenrek
9a5e55782d
libmemdraw/libmemlayer: get rid of drawdebug prints
2017-04-29 21:10:28 +02:00
cinap_lenrek
3c894ece0c
devdraw: ignore drawdebug command
2017-04-29 21:09:11 +02:00
cinap_lenrek
d4a6dc8910
libdraw: get rid of _drawdebug variable
2017-04-29 21:03:52 +02:00
aiju
ca2fa9596b
sshfs: add -r and -M options
2017-04-29 18:44:01 +00:00
cinap_lenrek
b4b2cd72b0
cwfs: allow "none" user to rename files
2017-04-29 17:28:35 +02:00
cinap_lenrek
51eaebf4f0
sshfs: don't crash when no /etc/password file could be read on the remote side
...
in a cygwin environment, theres no /etc/passwd file to
translate numeric uid/gid's. changing passwdparse() to
ignore nil string argument.
2017-04-29 16:25:48 +02:00
aiju
f00488ec70
sshfs: check correctly for directory bits; calculate parent directory correctly
2017-04-28 20:42:38 +00:00
aiju
7cc9d944df
sshfs: reset SReq->reqid field to fix double-free of request ids
2017-04-28 18:45:32 +00:00
aiju
5ce3f70f72
sshfs: remove debug print
2017-04-28 18:32:04 +00:00
aiju
825ab5d286
sshfs: don't cache directory contents
2017-04-28 18:21:03 +00:00
aiju
31ff4f925d
add sshfs(4) manpage
2017-04-28 17:15:20 +00:00
aiju
11954a19a6
sshfs: look up uid/gid from /etc/^(passwd group)
2017-04-28 16:34:24 +00:00
aiju
562fd5b134
add sshfs
2017-04-28 15:41:48 +00:00
aiju
2a920e7361
ssh: add support for subsystems
2017-04-28 15:41:39 +00:00
cinap_lenrek
522f08e5f1
upas/fs: fix warning about unused Err: label
2017-04-27 20:06:00 +02:00
aiju
66c22f3908
games/md: copy updated cpu.c from blit
2017-04-27 08:46:44 +00:00
aiju
8d3bbf373c
add blit(1) manpage
2017-04-27 08:42:41 +00:00
aiju
042f98784a
ssh: make number of retries configurable
2017-04-24 23:26:43 +00:00
aiju
ef7b428832
ssh: loop keyboard-interactive on failure
2017-04-24 23:16:59 +00:00
aiju
fbf64184df
ssh: fix typo
2017-04-24 16:07:34 +00:00
aiju
f8eb5a1d13
ssh: add "none" method to find out list of acceptable methods
2017-04-24 16:04:09 +00:00