git: 9front

RSS feed

201fda2b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/09 17:07
devether: remove duplicated parseether() implementation (pull from libip)

a8d79e9a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/09 13:20
libflate: force non-empty huffman table in mkzprecode() for deflate

c3fd0cd8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/05 18:44
disk/edisk: allow printing and readonly inspection of hybrid MBR/GPT disks (thanks aiju)

9b68833b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/04 00:14
realemu: fix precedence bug in argconv() format routine (thanks dan cross)

efad9bd7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/04 00:09
realemu: fix pit bcd mode

bfd1e250 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 14:23
plan9.ini(8): 9boot(8) is not a DOS program, remove outdated BUGS section

d791b8b4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 13:54
devvga: properly handle physical screen size and panning

b69c06ad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 11:34
screenlock: put position check back in grabmouse (thanks deuteron)

1f902a8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 01:41
screenlock: have keyboard activity reset blank timeout

d96bf0e1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 01:27
screenlock: avoid continuous blanking, draw fullscreen over border

5a71536b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 00:47
screenlock: some improvements

2a76ddb1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 00:14
libauth: replace proto=p9cr with new proto=dp9ik/p9sk1 role=login for auth_userpasswd()

ea4cad6b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/03 00:10
auth/factotum: add role=login protocol variant to dp9ik/p9sk1

cd50c9fd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/02 23:54
auth/login: add missing quotefmtinstall(), quote dom attribute

bfa7b736 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/02 21:22
errstr(2): add /sys/src/libc/9sys/rerrstr.c to SOURCE section

43633bf3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/12/01 18:13
screenlock: blank screen using /dev/mousectl (thanks sl)

3ebe5285 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/30 16:50
libsec: make includes consistent for sha2block*.c

99ae0b60 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/30 16:30
libsec: unroll portable sha1block function

69a177ff – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/29 21:16
libsec: unroll portable sha2block functions

bcdafd39 – aiju <devnull@localhost> authored on 2017/11/27 15:34
games/blit: update screen when display address changes (thanks aap)

e57db371 – aiju <devnull@localhost> authored on 2017/11/27 04:30
vmx(1): fix openbsd 6.2 amd64 !entrystate bug

2de19cc0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/26 20:31
libsec: optimize aesCBCencrypt()/aesCBCdecrypt()

cb3734b6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/26 12:11
cga: capture cga console contents on boot, make sure cgapos is in range

f9865349 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/25 23:49
devvga: re-render text from kmesg after resize

b3b2df3b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/22 16:09
spin: Update to most recent version. (thanks Ori_B)

41af33ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/19 19:10
libsec: write optimized _chachablock() function for amd64 / sse2

b6fa1fce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/19 16:11
libmach: fix format for 8db sse shift ops

652d3d55 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/19 16:10
6l: fix typo in optab table for APSLLQ (0x7e -> 0x73)

69096bf5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/19 12:17
kernel: make isaconfig() consistent, not inplace tokenizing the conf string

26c03933 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/19 10:42
inst/mounthjfs: use /dev/swap instead of #c/swap to determine memory size (thanks aap)

e2fcebee – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/18 11:03
6in4: add -m mtu option to specify outer MTU

b8cbbc83 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/16 18:15
9pc64: handle special case in fpurestore() for procexec()/procsetup()

a867b0cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/16 09:15
audio/flacdec: add eof handler avoiding endless spinning on broken files (thanks deuteron)

5dbbd484 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/13 19:16
pc64: fix mistake fpurestore() mistake

430cf20b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/12 19:48
igfx: allocate backing memory for framebuffer and hw cursor when not done by bios (from qu7uux)

dd15da61 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/12 18:15
libsec: AES-NI support for amd64

5aaabd4f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/12 17:55
pc64: allow using the FPU in syscall and pagefault handlers

b0d6b50d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/07 19:34
pc64: set ts flag before schedinit()

523670be – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/04 16:11
merge

ab5acc26 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/04 16:08
kernel: introduce per process FPU struct (PFPU) for more flexible machine specific fpu handling

b01375f9 – stanley lieber <stanley.lieber@gmail.com> authored on 2017/11/02 15:55
/lib/rsc: It only works when we're in the process of preparing a release.

97be97f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/02 05:05
tinc(8): mash -> mesh

c2506bda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/01 14:40
tinc(8): more spelling spam

5f41f591 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/11/01 14:34
tinc(8): spelling, thanks jpm

99580e8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/31 18:58
tinc(8): outout -> output

9156f012 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/31 18:44
tinc: implement experimental mash peer to peer VPN from http://www.tinc-vpn.org/

cbd2d932 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 23:04
aes(2): document aes_xts_encrypt() and aes_xts_decrypt() functions

c3ebdd79 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 22:08
kernel: pc/pc, fix comment line

4a6aea16 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 21:55
swap(3): document permissions and encryption behaviour, reference to memory(8)

bc70e7b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 21:24
devcons: remove obsolete comment

5615cb23 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 21:23
kernel: track more header dependencies in port/portmkfile

041ae403 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 19:24
devswap: fix mistake

7168a0d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 19:09
kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryption

0c377164 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 18:01
devfs: rewrite cryptio()

c884e088 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 17:49
libsec: rewrite aex_xts_encrypt()/aes_xts_decrypt()

db0471ba – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/29 17:41
cwfs: use /dev/swap instead of #c/swap to determine memory size

17bb4c07 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/28 14:53
libc: improve alignment of QLp structure on amd64, cosmetics

975ad7f2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/25 22:42
libc: wunlock() part 2

fd193885 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/23 02:08
upas/smtpd: don't call syslog() from the note handler, this can deadlock

1f4c119d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/20 16:58
libc: cleanup atexit and put exits() in its own compilation unit

a2ecbab6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/20 16:31
vt: block when sending input to host (fixes truncated paste)

bd43d52c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/17 17:36
libsec: make sectorNumber argument for aes_xts routines uvlong

9685be04 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/17 17:34
libsec: add AES CFB and AES OFB stream ciphers

402aa962 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/17 16:15
aux/wpa: prevent PTK re-installation attack by replaying AP retransmits

942da4b4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/16 00:06
ape/libsec: fix the build, bring ape libsec.h in sync with plan9 version

2b271a61 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/06 17:00
ssh: remove extern declarations for pkcs1padbuf() and asn1encodedigest() (now in libsec.h)

6beda305 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/06 16:55
rsa: add auth/rsa2asn1, check write error in auth/rsa2x509 and auth/rsa2pub, document in rsa(8)

d7298625 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/06 16:52
libsec: export asn1encodedigest(), asn1encodeRSApub(), asn1toRSApub(), pkcs1padbuf() and pkcs1unpadbuf()

bb1a24b2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/05 16:33
libsec: allow \r\n terminated lines in decodePEM()

f60f290b – aiju <devnull@localhost> authored on 2017/10/04 11:56
check for fs= in netaudit

70cd3e5f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/04 01:06
hgwebfs: simplify retry loop construction

3a4d608a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/04 01:04
ndb/cs: icmp only supports version 4 addresses, icmpv6 only version 6 addresses

1a81e32f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/04 01:01
libauthsrv: preserve readcons() error message from read() error

a9e92b44 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/10/03 23:59
hg: disable tag caching, allows accessing hg repo from dump

5c713cb8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/29 17:19
9boot: limit read size to 4K for efi simple file system protocol

7552c163 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/27 10:13
pc64: add ether82598 driver to configuration

6f3a3984 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/27 10:13
ether82598: support for T540-T1, use physical addresses for isaconf port

9669437c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/27 10:02
sdnvme: identify namespace list fails on intel ssd, just assume nsid=[1]

2d4a2c5c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/27 09:59
kernel: don't tokenize inplace in isaconfig() to make /dev/reboot work

eee49495 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/27 09:58
kernel: get rid of 36 bit Paerange mask in mtrr (supporting machines with more than 64GB of memory)

d81af56a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/23 13:33
upas/fs: fix putcache(), sub-part messages should never go into the lru

5d7a99f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/22 08:55
xhci: do bounds checking in capability walking, check if controller vanished on init (thunderbolt unplug)

16143801 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/22 07:48
sshfs: use mtime for qid.vers, fix wstat without name change, fix wstat memory leak

7747e258 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/13 19:24
upas/fs: replace fixed cache table with lru linked list

f76c4bb1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/11 15:17
winwatch: show windows with empty labels (thanks jpm)

e4f34808 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/10 18:35
rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation

6d03a602 – BurnZeZ <brz-9dev@feline.systems> authored on 2017/09/09 22:27
audiohda: add pci id for nvidia GM204

a8434d2b – BurnZeZ <brz-9dev@feline.systems> authored on 2017/09/09 22:21
audiohda: add pci id for Intel 9 Series

e3040a3a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/09 23:12
vmx(3): document changes to devvmx interface

9b672845 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/09/09 21:37
audiohda: add pci id for ICH10 (thanks echoline)

f97beab0 – aiju <devnull@localhost> authored on 2017/09/02 06:43
devvmx: call vmxshutdown from reboot() function manually

ecb0b9d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/29 17:22
sshfs: fork ssh in its own namespace so it wont keep the mountpoint open

4619be47 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/29 15:49
sshfs: start sendproc and recvproc in the sane notegroup as the fs process so theadexitsall() works on sshfs: ending.

b177ddf6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/29 15:38
ether82563: make the ethernet of thinkpad p50 work (thanks sam-d)

ee72951f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/29 15:37
audiohda: Intel Sunrise Point-H support (thanks sam-d)

d3a16976 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/29 05:52
sdnvme: pass 0 instead of 0xffffffff as NSID for identify controller and create completion/submission queue commands (thanks Ori_B)

77c0fc1f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/28 15:45
devdup: remove useless OCEXEC check, handled by namec()

da79f274 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/28 15:42
merge

822dc3af – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/28 15:40
devsegment: handle ORCLOSE on segment directory correctly, fix wrong qid, missing COPEN flag for segmentcreate()

f309f593 – aiju <devnull@localhost> authored on 2017/08/28 13:27
devvmx, vmx: lilu dallas multivm

Next