cinap_lenrek
e55778d67e
gs: apply fixes for CVE-2018-16509 (thanks jsmoody)
2019-05-23 14:59:28 +02:00
cinap_lenrek
24544b80f5
dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3
2019-05-06 18:29:09 +02:00
cinap_lenrek
1d82e3f42a
acid: add arm64 support
2019-05-04 03:06:10 +02:00
cinap_lenrek
54838652fc
rootstub: add /sys/lib/dist/ndb/dhcp/
2019-05-03 23:59:27 +02:00
cinap_lenrek
0c964838a1
distproto: add /lib/news/ (thanks lyndon)
2019-04-23 15:15:26 +02:00
cinap_lenrek
6bceabbc79
distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)
2019-04-19 23:31:24 +02:00
cinap_lenrek
e897df33e6
rootstub: create arm64 directories
2019-04-08 13:07:18 +02:00
cinap_lenrek
ac3147a9c5
dist/mkfile: aux/stub -d /n/src9/usr to avoid overbinding /usr in case /n/src9 an / alias
...
when /n/src9 is an alias for / (bind / /n/src9), then the bind
from /sys/lib/dist/usr on /n/src9/usr would also overbind
/usr and potentially make the build target file inaccessible.
the solution is to run aux/stub -d /n/src9/usr.
this works as aux/stub mounts itself on /n/src9, so the bind
for /n/src9/usr will not override /usr in the root filesystem
but the stub directory from aux/stub.
2019-03-30 05:50:14 +01:00
cinap_lenrek
5fe49f9c71
rootstub: create arm and mips directories in /usr/glenda/bin (tanks timclassic)
2019-03-17 02:43:49 +01:00
cinap_lenrek
eb7eea0bb9
troff: fix -ms mug (thanks aksr)
...
Executing .KS after .1C exhibits a bug.
Instead on the next page, the text between .KS and .KE is shown at
the bottom of the page (where footnote would be).
To reproduce the bug: http://sprunge.us/xyCUX7
The bug can be fixed by changing two lines in tmac.s:
if \\n(NX<1 .bp\}
to
if \\n(NX<=1 .bp\}
and
if \\n(NX<1 'bp\}
to
if \\n(NX<=1 'bp\}
2019-01-23 21:28:22 +01:00
cinap_lenrek
1759a1746d
/sys/lib/plumb/basic: make plumbing page bookmarks work with relative paths (thanks Tobias Heinicke)
2019-01-12 20:07:23 +01:00
BurnZeZ
96b1debbf8
add entries for il rcpu
2018-12-07 01:41:27 +00:00
BurnZeZ
023f5eca58
acid: fix transcript
2018-12-06 07:11:35 +00:00
cinap_lenrek
ad7316e87c
hgwebfs: write headers individually, so they are not limited by webfs iounit (thanks mischief)
2018-12-01 04:22:07 +01:00
cinap_lenrek
55f067553a
upas: get rid of broken validatesender example, remove redundant upas/misc and setup target
2018-11-28 21:12:11 +01:00
mischief
cd933b2a9c
hgwebfs: read to eof by default to match urllib2 behavior
2018-11-28 11:34:52 -08:00
cinap_lenrek
b65a5a1ca5
/sys/lib/dist/mkfile: add pi.img target for raspi sdcard image
2018-10-22 00:16:04 +02:00
cinap_lenrek
a71a57f8f2
remove /lib/tftpd from proto file
2018-10-08 02:18:02 +02:00
cinap_lenrek
564eeba515
get rid of /lib/tftpd
2018-10-08 02:13:29 +02:00
mischief
07b237b10c
/sys/lib/dist/ndb/common: synchronize root servers and link to root hints source
2018-06-25 22:58:52 +00:00
cinap_lenrek
58914b4b0b
/sys/lib/dist/mkfile: fix cfg/plan9.ini dependency (only visible after binds)
2018-01-31 19:44:54 +01:00
cinap_lenrek
7e4b669393
/sys/lib/dist: split 9boot into 9bootproto, make *.386.iso and *.amd64.iso targets
2018-01-05 08:41:46 +01:00
stanley lieber
d057d67bed
/sys/lib/rootstub
2017-12-11 19:34:15 -05:00
cinap_lenrek
d5576d8473
hgwebfs: simplify retry loop construction
2017-10-04 05:06:54 +02:00
cinap_lenrek
19b026bdbb
hg: disable tag caching, allows accessing hg repo from dump
2017-10-04 03:59:17 +02:00
cinap_lenrek
be7f3fb5e4
rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation
...
there isnt much of a point in keep maintaining separate
kernel configurations for terminal and cpu kernels as
the role can be switched with service=cpu boot parameter.
to make stuff cosistent, we will just have one "pc" kernel
and one "pc64" kernel configuration now.
2017-09-10 22:35:23 +02:00
cinap_lenrek
eaffaab790
remove /sys/lib/##redacted##.##redacted## (thanks ##redacted##)
2017-06-18 22:28:45 +02:00
aiju
744a4a8270
acid: fix goofup
2017-06-12 19:30:56 +00:00
aiju
68cfc786ba
acid: watchpoint support
2017-06-12 19:29:20 +00:00
cinap_lenrek
8bf3674983
make python subprocess module work with ape/sh
2017-06-05 17:21:42 +02:00
BurnZeZ
f308677510
/sys/lib/acid/port: make line() also print the line number
2017-05-11 19:34:54 +00:00
cinap_lenrek
015956ea61
troff: charlib: fix right hand special character
2017-05-09 16:10:44 +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
e51044884b
move blit roms to /sys/lib/blit
2017-03-29 01:33:16 +02:00
cinap_lenrek
bd178b6dc6
inst: make command window not overlap stats window in glendas riostart
2017-03-18 19:35:06 +01:00
cinap_lenrek
7ad89bd1b0
cdproto: make mdir for glenda
2017-03-18 19:07:29 +01:00
cinap_lenrek
5c6a03f4f4
cdproto: various cleanups
...
- bind /n/src9 only when theres .hg directory, so you can use /root as /n/src9
- skip *.6 and *.orig files in source direcrtories
- skip *.pdf and *.ps files in /sys/man
- skip cpurc.local and termrc.local
- dont create /fd, /mnt and/n in the root
- be specific about /lib
- create /cfg/pxe
2017-03-04 22:56:02 +01:00
aiju
9f2c7606ab
hgwebfs: keep trying as long as we get needkey response
2017-02-26 01:13:13 +01:00
aiju
7482cd4053
hgwebfs: rewind data before pushing
2017-02-25 13:06:23 +01:00
cinap_lenrek
8d42011603
/sys/lib/plumb/basic: fix rule for audio files (thanks deuteron)
2017-01-31 11:59:08 +01:00
cinap_lenrek
c5e9083558
cdproto: explicitely create /$objtype/bin subdirectories for all archs
2016-12-25 02:13:17 +01:00
cinap_lenrek
2127b8c552
kernel/qio: get rid of unused qcopycnt debug variable
2016-11-12 16:05:00 +01:00
cinap_lenrek
963497f06b
kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging
...
to avoid copying in padblock() when adding cryptographics macs to a block
in devtls/devssl/esp we reserve 16 extra bytes to the allocation.
remove qio ixsummary() function and add acid function qiostats() to
/sys/lib/acid/kernel
simplify iallocb(), remove iallocsummary() statitics.
2016-11-05 20:05:40 +01:00
cinap_lenrek
75990fc719
fix wrong manpage section index generation for rc-httpd(8)
2016-08-27 22:37:08 +02:00
cinap_lenrek
15fd826147
hgwebfs: make hgwebfs prompt for password
2016-08-08 05:35:06 +02:00
cinap_lenrek
3b1f13cb36
add polish keymap (thanks chomzee!)
2016-05-28 23:59:10 +02:00
cinap_lenrek
3ba84f05c2
/sys/lib/dist/mkfile: efi iso/hybrid support
2016-05-22 21:53:37 +02:00
cinap_lenrek
1216c06c3b
dist/mkfile: generate iso/hybrid image for 9front.iso
2016-05-19 19:17:24 +02:00
cinap_lenrek
bd50adc942
add srvtls and the corresponding tcp17020 service
2016-05-16 22:49:32 +02:00
cinap_lenrek
73f834b939
add belarusian (by) keymap (thanks eric lindblad)
2016-05-05 23:31:23 +02:00