9front - general discussion about 9front
 help / color / mirror / Atom feed
* 9FRONT "NINE FRONT DON'T QUIT!" Released
@ 2016-05-31  2:28 sl
  2016-06-01  8:46 ` [9front] " arisawa
  0 siblings, 1 reply; 5+ messages in thread
From: sl @ 2016-05-31  2:28 UTC (permalink / raw)
  To: 9front

New 9front release "NINE FRONT DON'T QUIT!" [0]
-----------------------------------------------

http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2.torrent
http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2


dash 1
------

http://fqa.9front.org/dash1.nfdq.pdf


notes
-----

- Encrypted TCP booting (over TLS) is now possible. Simply choose tls at
	the bootargs prompt. See: /rc/bin/service/tcp17020

- The 9front.iso image can now be dd'd directly to a USB device.


kernel
------

kernel: fix cb->f[0] nil dereferences due to short control request
kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server

devssl, devtls: fix permission checks

etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)

vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)

efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise


libraries
---------

libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in authdial() (thanks kenji arisawa)

libmemdraw: remove unused static variable from memimagedraw()


programs
--------

9boot: add iso hybrid loader 9boothyb

auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation
auth/rsa2x509: generate x509v3 cert as extension field might not otherwise not be expected

awk: restore old buffering behaviour for printf

cc: use UTFmax not 4 (djc)
cc: prevent symbol buffer overflow

dist/mkfile: generate iso/hybrid image for 9front.iso

exportfs: disallow ORCLOSE in readonly mode (charles forsyth)

games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)

ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb

jpg: output partial image data when available (truncated files)

ndb/cs: fix memory leak (charles forsyth)

rc: fix inband globbing bugs, cleanu
rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
rc: remove historical unix and win32 ports
rc: remove duplicate Xrdfn entry from fname[] array
rc: fix double close() in addenv()
rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*

rio: only the current window may change the cursor, fix typo screen->r vs w->screenr in drag()

add srvtls and the corresponding tcp17020 service

upas/marshal: strip trailing whitespace from header values


documentation
-------------

9boot(8): document 9boothyb


other
-----

remove š and Š from estonian keymap

add belarusian (by) keymap (thanks eric lindblad)

add polish keymap (thanks chomzee!)

/lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)


---

[0] http://9front.org/img/nfdq.front.png
http://9front.org/img/nfdq.back.png


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 9FRONT "NINE FRONT DON'T QUIT!" Released
  2016-05-31  2:28 9FRONT "NINE FRONT DON'T QUIT!" Released sl
@ 2016-06-01  8:46 ` arisawa
  2016-06-01  8:53   ` Jacob Todd
  2016-06-01 10:07   ` cinap_lenrek
  0 siblings, 2 replies; 5+ messages in thread
From: arisawa @ 2016-06-01  8:46 UTC (permalink / raw)
  To: 9front

thanks for the new release.

I tried but the compile is interrupted by the messages below.
hebe% cd /sys/src
hebe% mk all
...
...
mk python
for(i in `{du -a Extra | grep '.c$'  | awk '{print $2}' | sed 's/..$//'})
	echo `{basename $i} >> Extra/config
pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG plan9.c
@{
	cd Extra
	mk
}
./mkconfig Modules/config Extra/config >config.c
../libextra.a6 doesn't exist: assuming it will be an archive
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./dummy.6 ./dummy.c
pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG config.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/base85.6 ./mercurial/base85.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/bdiff.6 ./mercurial/bdiff.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/diffhelpers.6 ./mercurial/diffhelpers.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/mpatch.6 ./mercurial/mpatch.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/osutil.6 ./mercurial/osutil.c
pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/parsers.6 ./mercurial/parsers.c
ar vu ../libextra.a6 ./dummy.6 ./mercurial/base85.6 ./mercurial/bdiff.6 ./mercurial/diffhelpers.6 ./mercurial/mpatch.6 ./mercurial/osutil.6 ./mercurial/parsers.6
ar: creating ../libextra.a6
a - ./dummy.6
a - ./mercurial/base85.6
a - ./mercurial/bdiff.6
a - ./mercurial/diffhelpers.6
a - ./mercurial/mpatch.6
a - ./mercurial/osutil.6
a - ./mercurial/parsers.6
pcc  -o 6.out config.6 plan9.6 libextra.a6 /amd64/lib/ape/libpython.a
fgetc: init_sechash: not defined
pcc: 6l: 6l 903245: error
mk: pcc  -o ...  : exit status=rc 903242: pcc 903244: 6l: 6l 903245: error
mk: for(i in cc ...  : exit status=rc 891651: rc 903078: mk 903081: error
mk: date for (i ...  : exit status=rc 880757: rc 891180: mk 891182: error
hebe%

Kenji Arisawa

> 2016/05/31 11:28、sl@stanleylieber.com のメール:
> 
> New 9front release "NINE FRONT DON'T QUIT!" [0]
> -----------------------------------------------
> 
> http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2.torrent
> http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2
> 
> 
> dash 1
> ------
> 
> http://fqa.9front.org/dash1.nfdq.pdf
> 
> 
> notes
> -----
> 
> - Encrypted TCP booting (over TLS) is now possible. Simply choose tls at
> 	the bootargs prompt. See: /rc/bin/service/tcp17020
> 
> - The 9front.iso image can now be dd'd directly to a USB device.
> 
> 
> kernel
> ------
> 
> kernel: fix cb->f[0] nil dereferences due to short control request
> kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server
> 
> devssl, devtls: fix permission checks
> 
> etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
> 
> vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
> vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)
> 
> efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
> efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise
> 
> 
> libraries
> ---------
> 
> libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in authdial() (thanks kenji arisawa)
> 
> libmemdraw: remove unused static variable from memimagedraw()
> 
> 
> programs
> --------
> 
> 9boot: add iso hybrid loader 9boothyb
> 
> auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation
> auth/rsa2x509: generate x509v3 cert as extension field might not otherwise not be expected
> 
> awk: restore old buffering behaviour for printf
> 
> cc: use UTFmax not 4 (djc)
> cc: prevent symbol buffer overflow
> 
> dist/mkfile: generate iso/hybrid image for 9front.iso
> 
> exportfs: disallow ORCLOSE in readonly mode (charles forsyth)
> 
> games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)
> 
> ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb
> 
> jpg: output partial image data when available (truncated files)
> 
> ndb/cs: fix memory leak (charles forsyth)
> 
> rc: fix inband globbing bugs, cleanu
> rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
> rc: remove historical unix and win32 ports
> rc: remove duplicate Xrdfn entry from fname[] array
> rc: fix double close() in addenv()
> rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*
> 
> rio: only the current window may change the cursor, fix typo screen->r vs w->screenr in drag()
> 
> add srvtls and the corresponding tcp17020 service
> 
> upas/marshal: strip trailing whitespace from header values
> 
> 
> documentation
> -------------
> 
> 9boot(8): document 9boothyb
> 
> 
> other
> -----
> 
> remove š and Š from estonian keymap
> 
> add belarusian (by) keymap (thanks eric lindblad)
> 
> add polish keymap (thanks chomzee!)
> 
> /lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)
> 
> 
> ---
> 
> [0] http://9front.org/img/nfdq.front.png
> http://9front.org/img/nfdq.back.png



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 9FRONT "NINE FRONT DON'T QUIT!" Released
  2016-06-01  8:46 ` [9front] " arisawa
@ 2016-06-01  8:53   ` Jacob Todd
  2016-06-01 10:06     ` arisawa
  2016-06-01 10:07   ` cinap_lenrek
  1 sibling, 1 reply; 5+ messages in thread
From: Jacob Todd @ 2016-06-01  8:53 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 5740 bytes --]

/amd64/lib/ape/libpython.a
fgetc: init_sechash: not defined

Check around there.
On Jun 1, 2016 04:46, "arisawa" <arisawa@ar.aichi-u.ac.jp> wrote:

> thanks for the new release.
>
> I tried but the compile is interrupted by the messages below.
> hebe% cd /sys/src
> hebe% mk all
> ...
> ...
> mk python
> for(i in `{du -a Extra | grep '.c$'  | awk '{print $2}' | sed 's/..$//'})
>         echo `{basename $i} >> Extra/config
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG plan9.c
> @{
>         cd Extra
>         mk
> }
> ./mkconfig Modules/config Extra/config >config.c
> ../libextra.a6 doesn't exist: assuming it will be an archive
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./dummy.6
> ./dummy.c
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG config.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/base85.6 ./mercurial/base85.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/bdiff.6 ./mercurial/bdiff.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/diffhelpers.6 ./mercurial/diffhelpers.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/mpatch.6 ./mercurial/mpatch.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/osutil.6 ./mercurial/osutil.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/parsers.6 ./mercurial/parsers.c
> ar vu ../libextra.a6 ./dummy.6 ./mercurial/base85.6 ./mercurial/bdiff.6
> ./mercurial/diffhelpers.6 ./mercurial/mpatch.6 ./mercurial/osutil.6
> ./mercurial/parsers.6
> ar: creating ../libextra.a6
> a - ./dummy.6
> a - ./mercurial/base85.6
> a - ./mercurial/bdiff.6
> a - ./mercurial/diffhelpers.6
> a - ./mercurial/mpatch.6
> a - ./mercurial/osutil.6
> a - ./mercurial/parsers.6
> pcc  -o 6.out config.6 plan9.6 libextra.a6 /amd64/lib/ape/libpython.a
> fgetc: init_sechash: not defined
> pcc: 6l: 6l 903245: error
> mk: pcc  -o ...  : exit status=rc 903242: pcc 903244: 6l: 6l 903245: error
> mk: for(i in cc ...  : exit status=rc 891651: rc 903078: mk 903081: error
> mk: date for (i ...  : exit status=rc 880757: rc 891180: mk 891182: error
> hebe%
>
> Kenji Arisawa
>
> > 2016/05/31 11:28、sl@stanleylieber.com のメール:
> >
> > New 9front release "NINE FRONT DON'T QUIT!" [0]
> > -----------------------------------------------
> >
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2.torrent
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2
> >
> >
> > dash 1
> > ------
> >
> > http://fqa.9front.org/dash1.nfdq.pdf
> >
> >
> > notes
> > -----
> >
> > - Encrypted TCP booting (over TLS) is now possible. Simply choose tls at
> >       the bootargs prompt. See: /rc/bin/service/tcp17020
> >
> > - The 9front.iso image can now be dd'd directly to a USB device.
> >
> >
> > kernel
> > ------
> >
> > kernel: fix cb->f[0] nil dereferences due to short control request
> > kernel: add srvtls and tlsclient to bootfs.proto for encrypting
> connection to the file server
> >
> > devssl, devtls: fix permission checks
> >
> > etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
> >
> > vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
> > vgaigfx: check gtt to determine graphics memory size, add hw cursor
> support for g35 (thanks kenji)
> >
> > efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
> > efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail
> otherwise
> >
> >
> > libraries
> > ---------
> >
> > libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in
> authdial() (thanks kenji arisawa)
> >
> > libmemdraw: remove unused static variable from memimagedraw()
> >
> >
> > programs
> > --------
> >
> > 9boot: add iso hybrid loader 9boothyb
> >
> > auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames
> (SAN) to multi-domain certificate generation
> > auth/rsa2x509: generate x509v3 cert as extension field might not
> otherwise not be expected
> >
> > awk: restore old buffering behaviour for printf
> >
> > cc: use UTFmax not 4 (djc)
> > cc: prevent symbol buffer overflow
> >
> > dist/mkfile: generate iso/hybrid image for 9front.iso
> >
> > exportfs: disallow ORCLOSE in readonly mode (charles forsyth)
> >
> > games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)
> >
> > ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb
> >
> > jpg: output partial image data when available (truncated files)
> >
> > ndb/cs: fix memory leak (charles forsyth)
> >
> > rc: fix inband globbing bugs, cleanu
> > rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
> > rc: remove historical unix and win32 ports
> > rc: remove duplicate Xrdfn entry from fname[] array
> > rc: fix double close() in addenv()
> > rc: simplify execfinit() / Xrdfn() using the globber to lookup
> /env/fn'#'*
> >
> > rio: only the current window may change the cursor, fix typo screen->r
> vs w->screenr in drag()
> >
> > add srvtls and the corresponding tcp17020 service
> >
> > upas/marshal: strip trailing whitespace from header values
> >
> >
> > documentation
> > -------------
> >
> > 9boot(8): document 9boothyb
> >
> >
> > other
> > -----
> >
> > remove š and Š from estonian keymap
> >
> > add belarusian (by) keymap (thanks eric lindblad)
> >
> > add polish keymap (thanks chomzee!)
> >
> > /lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)
> >
> >
> > ---
> >
> > [0] http://9front.org/img/nfdq.front.png
> > http://9front.org/img/nfdq.back.png
>
>

[-- Attachment #2: Type: text/html, Size: 7198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 9FRONT "NINE FRONT DON'T QUIT!" Released
  2016-06-01  8:53   ` Jacob Todd
@ 2016-06-01 10:06     ` arisawa
  0 siblings, 0 replies; 5+ messages in thread
From: arisawa @ 2016-06-01 10:06 UTC (permalink / raw)
  To: 9front

thanks resolved.

hebe% pwd
/sys/src/cmd/python
hebe% g init_sechash *.[ch] */*.[ch] */*/*.[ch]
config.c:14: extern void init_sechash(void);
config.c:77: 	{"_sechash", init_sechash},
Modules/sechashmodule.c:346: init_sechash(void)

hebe% cd Modules
hebe% mk



> 2016/06/01 17:53、Jacob Todd <jaketodd422@gmail.com> のメール:
> 
> /amd64/lib/ape/libpython.a
> fgetc: init_sechash: not defined
> 
> Check around there.
> 
> On Jun 1, 2016 04:46, "arisawa" <arisawa@ar.aichi-u.ac.jp> wrote:
> thanks for the new release.
> 
> I tried but the compile is interrupted by the messages below.
> hebe% cd /sys/src
> hebe% mk all
> ...
> ...
> mk python
> for(i in `{du -a Extra | grep '.c$'  | awk '{print $2}' | sed 's/..$//'})
>         echo `{basename $i} >> Extra/config
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG plan9.c
> @{
>         cd Extra
>         mk
> }
> ./mkconfig Modules/config Extra/config >config.c
> ../libextra.a6 doesn't exist: assuming it will be an archive
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./dummy.6 ./dummy.c
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG config.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/base85.6 ./mercurial/base85.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/bdiff.6 ./mercurial/bdiff.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/diffhelpers.6 ./mercurial/diffhelpers.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/mpatch.6 ./mercurial/mpatch.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/osutil.6 ./mercurial/osutil.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./mercurial/parsers.6 ./mercurial/parsers.c
> ar vu ../libextra.a6 ./dummy.6 ./mercurial/base85.6 ./mercurial/bdiff.6 ./mercurial/diffhelpers.6 ./mercurial/mpatch.6 ./mercurial/osutil.6 ./mercurial/parsers.6
> ar: creating ../libextra.a6
> a - ./dummy.6
> a - ./mercurial/base85.6
> a - ./mercurial/bdiff.6
> a - ./mercurial/diffhelpers.6
> a - ./mercurial/mpatch.6
> a - ./mercurial/osutil.6
> a - ./mercurial/parsers.6
> pcc  -o 6.out config.6 plan9.6 libextra.a6 /amd64/lib/ape/libpython.a
> fgetc: init_sechash: not defined
> pcc: 6l: 6l 903245: error
> mk: pcc  -o ...  : exit status=rc 903242: pcc 903244: 6l: 6l 903245: error
> mk: for(i in cc ...  : exit status=rc 891651: rc 903078: mk 903081: error
> mk: date for (i ...  : exit status=rc 880757: rc 891180: mk 891182: error
> hebe%
> 
> Kenji Arisawa
> 
> > 2016/05/31 11:28、sl@stanleylieber.com のメール:
> >
> > New 9front release "NINE FRONT DON'T QUIT!" [0]
> > -----------------------------------------------
> >
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2.torrent
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2
> >
> >
> > dash 1
> > ------
> >
> > http://fqa.9front.org/dash1.nfdq.pdf
> >
> >
> > notes
> > -----
> >
> > - Encrypted TCP booting (over TLS) is now possible. Simply choose tls at
> >       the bootargs prompt. See: /rc/bin/service/tcp17020
> >
> > - The 9front.iso image can now be dd'd directly to a USB device.
> >
> >
> > kernel
> > ------
> >
> > kernel: fix cb->f[0] nil dereferences due to short control request
> > kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server
> >
> > devssl, devtls: fix permission checks
> >
> > etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
> >
> > vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
> > vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)
> >
> > efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
> > efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise
> >
> >
> > libraries
> > ---------
> >
> > libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in authdial() (thanks kenji arisawa)
> >
> > libmemdraw: remove unused static variable from memimagedraw()
> >
> >
> > programs
> > --------
> >
> > 9boot: add iso hybrid loader 9boothyb
> >
> > auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation
> > auth/rsa2x509: generate x509v3 cert as extension field might not otherwise not be expected
> >
> > awk: restore old buffering behaviour for printf
> >
> > cc: use UTFmax not 4 (djc)
> > cc: prevent symbol buffer overflow
> >
> > dist/mkfile: generate iso/hybrid image for 9front.iso
> >
> > exportfs: disallow ORCLOSE in readonly mode (charles forsyth)
> >
> > games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)
> >
> > ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb
> >
> > jpg: output partial image data when available (truncated files)
> >
> > ndb/cs: fix memory leak (charles forsyth)
> >
> > rc: fix inband globbing bugs, cleanu
> > rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
> > rc: remove historical unix and win32 ports
> > rc: remove duplicate Xrdfn entry from fname[] array
> > rc: fix double close() in addenv()
> > rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*
> >
> > rio: only the current window may change the cursor, fix typo screen->r vs w->screenr in drag()
> >
> > add srvtls and the corresponding tcp17020 service
> >
> > upas/marshal: strip trailing whitespace from header values
> >
> >
> > documentation
> > -------------
> >
> > 9boot(8): document 9boothyb
> >
> >
> > other
> > -----
> >
> > remove š and Š from estonian keymap
> >
> > add belarusian (by) keymap (thanks eric lindblad)
> >
> > add polish keymap (thanks chomzee!)
> >
> > /lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)
> >
> >
> > ---
> >
> > [0] http://9front.org/img/nfdq.front.png
> > http://9front.org/img/nfdq.back.png
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9front] 9FRONT "NINE FRONT DON'T QUIT!" Released
  2016-06-01  8:46 ` [9front] " arisawa
  2016-06-01  8:53   ` Jacob Todd
@ 2016-06-01 10:07   ` cinap_lenrek
  1 sibling, 0 replies; 5+ messages in thread
From: cinap_lenrek @ 2016-06-01 10:07 UTC (permalink / raw)
  To: 9front

the mkfile doesnt seem to track dependencies right.
run mk nuke in the python directory should fix it.

--
cinap


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-01 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31  2:28 9FRONT "NINE FRONT DON'T QUIT!" Released sl
2016-06-01  8:46 ` [9front] " arisawa
2016-06-01  8:53   ` Jacob Todd
2016-06-01 10:06     ` arisawa
2016-06-01 10:07   ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).