git: 9front

RSS feed

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

97c4eaff – aiju <devnull@localhost> authored on 2017/08/28 13:19
vmx(1): don't realloc virtio queues -- breaks pointers

160fb6f6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/27 17:20
sdiahci: Intel 200 Series Chipset Family PCH support (thanks aiju)

57ac229f – aiju <devnull@localhost> authored on 2017/08/24 09:02
libmach: support disassembling from memory

75ca3db4 – aiju <devnull@localhost> authored on 2017/08/24 05:25
vmx(1): VGA framebuffer should be normal memory

fda9a5d2 – aiju <devnull@localhost> authored on 2017/08/24 05:01
vmx(1): fixed code that assumed uintptr==uvlong

1b1eb0f9 – aiju <devnull@localhost> authored on 2017/08/24 04:06
vmx(1): memory map improvements, x86 simulator for MMIO

8d02e93f – aiju <devnull@localhost> authored on 2017/08/24 03:53
devvmx: more efficient data structure for memory map; simplified (more reliable) step function

0fc029f3 – qwx <devnull@localhost> authored on 2017/08/22 20:25
igfx: fix cdclk and dpll settings for dual channel lvds on sandybridge

371c864a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/22 18:48
vt: turn off nl -> nl+cr translation default in raw mode, don't scroll more than screen height

1b3a8170 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/20 18:18
vt: block selection mode for snarf

35574086 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/20 15:23
merge

d4352f94 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/20 15:22
vt: implement /dev/cons and /dev/consctl as a fileserver, winch, incremental redraw

43be0108 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/20 15:17
ssh: issue "winchon" ctl request to /dev/consctl to get interrupt on window size change from vt(1)

86f57b8f – qwx <devnull@localhost> authored on 2017/08/20 09:52
igfx: add did for x220

d22fdaf1 – qwx <devnull@localhost> authored on 2017/08/20 09:47
igfx: fix sandybridge fdi link training bits and ordering

95d2982f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/14 00:18
vmx: allocate sticky instead of more expensive fixed segment

8e2653f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/13 15:19
vmx: pass multiboot framebuffer info to kernel

36fd735c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/13 11:26
ether82563: add more pci ids for i210 and i354 from 9atom / openbsd

bc4696f5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/12 19:36
ether82563: support for i211 with iNVM. (thanks mfny and brennan for testing)

6c1252f1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/12 17:34
awk: allow string as exit status

c56793f4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/10 23:38
awk: don't get into a infinite loop with eof while in string (thanks BurnZeZ)

9d991515 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/10 21:32
kernel: double READSTR buffer size to 8000 bytes for devusb

45eb4bad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/10 21:08
devusb: superspeed bandwidth allocation handled by controller, skip usbload() calculation

924b4732 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/10 21:00
nusb/disk: add a 100ms sleep after ums reset, remove unused note handler, cleanup

9c0f9079 – qwx <devnull@localhost> authored on 2017/08/10 13:09
doom: clean up temporary mus files

c1a1c3f2 – qwx <devnull@localhost> authored on 2017/08/10 07:39
add games/wadfs

693c5627 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/09 14:53
vt: fix silly bug causing characters be drawn one at a time

007899ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/08 15:02
sysinfo: run aux/icanhasvmx with verbose flag

0c973a14 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/08 06:16
sysinfo: only dump #r/nvram on amd64,386

4932c7de – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/07 15:10
vmx: fix hlt idle problem

d5297c68 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/06 21:59
usbxhci: implement recovery from host controller errors

7658dadc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/05 10:30
inst: don't hardcode /net/ether0, might have usb ethernet

8075b628 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/04 10:18
inst: get rid of ppp configuration

220bcfac – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/04 10:17
inst: get rid of halt, just run fshalt in finish directly

9528e726 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/04 10:16
inst: post newfs fileservers under /srv/$fstype.newfs to avoid conflict with preexisting local filesystem

278dba59 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/04 10:12
cwfs: -n always overrides postservice() name, no matter if config mode changes service

b544974e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/03 19:15
etheriwl: add pci id for Intel Centrino Advanced-N 6200 on x201 tablet (thanks arpunk)

2fd2702a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/02 17:17
usbxhci: handle out of memory in controller initialization

2f96625c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/02 16:25
usbxhci: abandon multiple requests per endpoint, cleanup

dabed669 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/08/01 21:45
usbxhci: have to serialize and set read pointer for endpoint stop command

b09506f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 22:22
disk/edisk: add some headroom in the type table for dynamic entries

6ca78f26 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 22:08
disk/edisk: add more partition type uuid's from wikipedia (thanks qeed)

72adb92f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 13:36
usbohci, usbehci, usbxhci: save mmio base address in ctlr, cant PADDR() on 386...

e4c26d95 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 12:05
usbxhci: provide shutdown function to halt the controller

1f792dd7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 11:29
nusb/*: cleanup

e562f52e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 10:38
nusb/usbd: support for usb3 hubs

5a661a3c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2017/07/31 02:56
libregexp: fix lexer so it doesnt move past the string when it gets a \ escape

Next