RSS feed
	
	
	
		31b10e36
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/18 12:54
		
cpu: quote remaining remote command arguments, don't syslog on missing /mnt/term/dev/cpunote file
		 
	
		40529454
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/17 13:49
		
ipv6on: get network device from $netdir/ipifc/*/status
		 
	
		2aa727ff
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/17 11:58
		
etherzynq: implement promisc mode and multicast filter support
		 
	
		cb9a5a19
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/17 10:18
		
nusb/ether: promisc and multicast support for admtek pegasus (aue)
		 
	
		382abccf
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/17 10:06
		
nusb/ether: multicast and promisc support for rtl8150 (url)
		 
	
		ce07c1d6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/16 19:23
		
merge
		 
	
		c937aac5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/16 19:21
		
nusb/ether: experimental pomisc mode and multicast support for smsc and asix
		 
	
		0c3ba556
		 – aiju <devnull@localhost>
 authored
 on 2016/09/15 05:13
		
pc(1): _ handling in numbers was broken at some point; restore documented behaviour
		 
	
		07284c41
		 – aiju <devnull@localhost>
 authored
 on 2016/09/15 04:51
		
pc(1): add nsa() command
		 
	
		7bcbef11
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/13 20:18
		
ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized
		 
	
		a0150376
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/11 19:20
		
ape: bring strtod() in line with plan9's libc version
		 
	
		5b66b526
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/11 19:19
		
libc: dont use floating point for portable umuldiv(), use 64 bit uvlong
		 
	
		c0a9c3b5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/11 15:07
		
kernel: rekey chacha state on each randomread() invocation
		 
	
		36c9a248
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/11 10:12
		
devcons: remove /dev/reboot "halt" command...
		 
	
		95c9f5bf
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/10 23:18
		
kernel: better nonce partitioning for chacha random number generator
		 
	
		10275ad6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/10 22:10
		
kernel: xoroshiro128+ generator for rand()/nrand()
		 
	
		77131456
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/10 22:09
		
kernel: make randomread() fault reentrant
		 
	
		a1218061
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/10 21:54
		
kernel: replace various custom random iv buffer filling functions with calls to prng()
		 
	
		b137763f
		 – stanley lieber <stanley.lieber@gmail.com>
 authored
 on 2016/09/09 12:59
		
fortunes: Nein -- General Chuck Yeager
		 
	
		efe5c58c
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/08 06:40
		
authsrv(2): update Nvrsafe structure to include aesmachkey
		 
	
		ed38b5e9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 21:49
		
kernel: fix type for utime/stime in pexit(), fix debug format strings
		 
	
		5d9deb77
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 21:28
		
kernel: make sure procalarm() remaining time doesnt become negative
		 
	
		01b4c2a6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 20:44
		
kernel: always do unsigned subtractions for m->ticks delta for updatecpu() and rebalance(), handle ticks wrap arround in hzsched()
		 
	
		bd342930
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 19:39
		
kernel: use tk2ms() instead of TK2MS macro for process time conversion
		 
	
		1848f4e9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 19:36
		
kernel: tsemacquire() use MACHP(0)->ticks for time delta
		 
	
		bfd8098b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/07 17:14
		
devcap: timeout capabilities after a minute, fix memory leak, paranoia
		 
	
		76daf9f8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/06 18:29
		
merge
		 
	
		cf78fd37
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/06 18:27
		
devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] delta
		 
	
		6d96b35f
		 – aiju <devnull@localhost>
 authored
 on 2016/09/05 11:48
		
pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)
		 
	
		9e926eeb
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/03 15:05
		
5c: do shift propagation for rotate right (ROR)
		 
	
		a5d8cd30
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/03 14:18
		
5c: format assembly constant right shift encoding 0 as >>32
		 
	
		b46a0e97
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/03 13:11
		
5a: assemble constant >>0 right shifts as <<0 (no shift), allow >>32
		 
	
		607f3bc5
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/03 13:01
		
5l: format assembly constant right shift encoding 0 as >>32
		 
	
		2e120a29
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/09/03 12:47
		
libmach: fix RORREG, right shift with shift count 0 means >>32
		 
	
		1b4f432e
		 – aiju <devnull@localhost>
 authored
 on 2016/09/01 07:46
		
pc(1): manpage: restore previous size rather than set to 10
		 
	
		183f700a
		 – aiju <devnull@localhost>
 authored
 on 2016/09/01 07:38
		
pc(1): manpage formatting
		 
	
		30c9e34c
		 – aiju <devnull@localhost>
 authored
 on 2016/09/01 06:55
		
pc: add cat() function
		 
	
		d552fed3
		 – aiju <devnull@localhost>
 authored
 on 2016/09/01 06:46
		
mptrunc: don't write to r->p[r->top]
		 
	
		560ea547
		 – aiju <devnull@localhost>
 authored
 on 2016/08/31 09:00
		
pc: add rev function
		 
	
		e95082f6
		 – aiju <devnull@localhost>
 authored
 on 2016/08/29 05:57
		
pc: add gcd, rand and minv; set base of logical operation results to 0
		 
	
		a08bf683
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 22:09
		
libmp: remove unused mpeuclid.c
		 
	
		5852f8a1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 22:07
		
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
		 
	
		33862ff7
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 20:45
		
libmp: mpnrand(), what was i *THINKING*
		 
	
		b80684a1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 13:39
		
python: remove automatic compiled module loading (.pyc files)
		 
	
		1f9bdb6f
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 12:46
		
libmp: mpdiv(): fix divisor==quotient case (again)
		 
	
		bdc87e17
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/28 12:33
		
libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()
		 
	
		b65f409d
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 12:05
		
mp.h: add mpasr
		 
	
		c3da573e
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 09:59
		
pc(1): SYNOPSIS...
		 
	
		d9d2925f
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 09:49
		
pc(1): document -n option in manpage
		 
	
		a931ad73
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 09:40
		
add pc(1)
		 
	
		43bb71c8
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 08:00
		
mpdiv: negative divisor has to flip sign of quotient
		 
	
		344ff485
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 07:38
		
mp: fix mptov and mptouv
		 
	
		cf2f2a88
		 – aiju <devnull@localhost>
 authored
 on 2016/08/28 06:49
		
mp: fix mpnot and add mpasr
		 
	
		193daffa
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 23:41
		
mercurial: use new d_stat from dirent structure in osutil.listdir
		 
	
		5debddf8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 23:39
		
ape: add d_stat struct in dirent struct allowing the avoidance of stats
		 
	
		a8ffbcab
		 – aiju <devnull@localhost>
 authored
 on 2016/08/27 21:23
		
timmy: manpage
		 
	
		913ce62c
		 – aiju <devnull@localhost>
 authored
 on 2016/08/27 21:08
		
strtomp: update the returned char* even if there were no characters parsed
		 
	
		261ec9fe
		 – aiju <devnull@localhost>
 authored
 on 2016/08/27 21:07
		
strtomp: fix mpbits() call in octal code
		 
	
		75990fc7
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 18:37
		
fix wrong manpage section index generation for rc-httpd(8)
		 
	
		f2519d70
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 17:28
		
rio(4): document text truncation
		 
	
		b59aa679
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 17:27
		
rand(2), cons(3): clarify /dev/random behaviour
		 
	
		f777743b
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:50
		
merge
		 
	
		0a5f81a4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:42
		
kernel: switch to fast portable chacha based seed-once random number generator
		 
	
		71ac8839
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:39
		
devsdp: keep cipher states in secret memory
		 
	
		7f16c927
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:38
		
ip/esp: allocate cipher states in secret memory
		 
	
		2967f942
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:37
		
devtls: allocate cipher states in secret memory
		 
	
		7250c438
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:37
		
devssl: allocate cipher states in secret memory
		 
	
		0ac260b1
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:36
		
wifi: update wifi.h header
		 
	
		0b8851dd
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:35
		
wifi: allocate cipher states in secret memory, do AESstate key setup once
		 
	
		0f97eb3a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:33
		
kernel: add secalloc() and secfree() functions for secret memory allocation
		 
	
		8a736508
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/27 16:23
		
libc: add poolisoverlap() and definitions for Pool *secrmem
		 
	
		762e98d4
		 – aiju <devnull@localhost>
 authored
 on 2016/08/26 17:23
		
Bfn: set +x
		 
	
		1bd3ace9
		 – aiju <devnull@localhost>
 authored
 on 2016/08/25 19:39
		
document Bfn
		 
	
		81b1fc5a
		 – aiju <aiju@phicode.de>
 authored
 on 2016/08/25 19:03
		
fix Bfn botch
		 
	
		1f441308
		 – aiju <devnull@localhost>
 authored
 on 2016/08/25 18:36
		
add Bfn script
		 
	
		a1e96ae4
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 15:09
		
merge
		 
	
		c0ab6c1d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 15:06
		
vga/igfx: add pci did's for kenjis intel graphics cards.
		 
	
		51f76ae9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 14:51
		
merge
		 
	
		540373b9
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/20 14:49
		
vga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi and displayport lane count
		 
	
		db7d1ed2
		 – spew <devnull@localhost>
 authored
 on 2016/08/18 04:52
		
fix awk format printing bugs (thanks aiju)
		 
	
		713beb6d
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/16 14:06
		
devmnt: fix mistake in mntrahread()
		 
	
		f3b27fd8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/15 05:07
		
webfs: dont include http status in "needkey" error string
		 
	
		52d407f8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/15 04:40
		
libframe: consistent use of nil vs. 0
		 
	
		5af0a7ce
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/14 21:07
		
libflate: add bounds checking on decode array, add sanity checks in hufftab()
		 
	
		75a8003a
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/14 19:10
		
ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for IL, consistent use of nil vs. 0 for pointers
		 
	
		58a0db93
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/14 19:07
		
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets
		 
	
		d41ca0d3
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/14 14:52
		
6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in peephole pass
		 
	
		dac57567
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/09 22:40
		
ratrace: fix fork/exec race with "nohang" procctl (like a debugger)
		 
	
		a07a2025
		 – aiju <devnull@localhost>
 authored
 on 2016/08/08 18:19
		
document mplogic functions
		 
	
		590a4980
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/08 03:48
		
auth/fgui: use pale colors
		 
	
		e9818df0
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/08 03:37
		
libcontrol: primitive text entry cut and paste with mouse
		 
	
		15fd8261
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/08 01:35
		
hgwebfs: make hgwebfs prompt for password
		 
	
		c8d1a885
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/08 01:32
		
webfs: avoid retry loops when we got a bad key in factotum
		 
	
		038a6155
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/08 00:17
		
webfs: include factotum key query in error string for 401/407 Unauthorized status
		 
	
		62ad8fc8
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/07 22:03
		
authsrv(6): document session secret key derivation for p9sk1 and dp9ik
		 
	
		c6318ecb
		 – aiju <devnull@localhost>
 authored
 on 2016/08/07 20:54
		
mptrunc: normalize after mpassign to handle the case b==r
		 
	
		333468d6
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/06 11:09
		
thread(2): threadgrp() -> threadgetgrp(), thanks jpm
		 
	
		b21fe017
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/05 15:09
		
libauthsrv: ANAMELEN -> PASSWDLEN
		 
	
		b540a22e
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/04 07:48
		
libauth: fix mount file-descriptor leak in auth_chuid()
		 
	
		2a6fd6ec
		 – cinap_lenrek <cinap_lenrek@felloff.net>
 authored
 on 2016/08/04 07:47
		
auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file
		 
Next