]> git.lizzy.rs Git - plan9front.git/shortlog
plan9front.git
2016-10-26 spewwinwatch: middle mouse button click also prompts for...
2016-10-24 ftrvxmtrxstats: alternatively read battery and temp from aux...
2016-10-24 ftrvxmtrxaux/acpi: make it stats(8)-friendly
2016-10-24 cinap_lenrekfix bugs and cleanup cryptsetup code
2016-10-23 cinap_lenrekauth/factotum: bound the number of srv processes to...
2016-10-23 cinap_lenreklib9p: limit the number of srv processes kept arround 8
2016-10-23 cinap_lenrekpc/archacpi: don't do acpi initialization in the kernel...
2016-10-22 cinap_lenrekip: simplify code as packblock() and concatblock()...
2016-10-22 cinap_lenrekdevip: simplify ipbwrite() by using retun value of...
2016-10-22 cinap_lenrekip/icmp: only reply to echo request when directed to...
2016-10-21 cinap_lenrekgif: just read and decode the first image when -9 or...
2016-10-21 cinap_lenreklibdraw: avoid dropping queued button change mouse...
2016-10-21 cinap_lenrekmothra: avoid flushimage() calls, event() will implicit...
2016-10-20 spewmpc: remove unused yylval type
2016-10-18 ftrvxmtrxaux/acpi: batteries and CPU temp reading so far
2016-10-18 ftrvxmtrxarchacpi: optionally export acpi memory regions; proper...
2016-10-18 ftrvxmtrxsam: revert showdata crap
2016-10-18 ftrvxmtrxsam: corner cases are hard
2016-10-18 ftrvxmtrxsam: fixup :(
2016-10-18 ftrvxmtrxsamterm: support "showdata" plumb action
2016-10-16 stanley lieberfortunes: does that me a dipshit
2016-10-15 ftrvxmtrxscram: remove _PTS(5). it just doesn't make any sense
2016-10-15 ftrvxmtrxscram: oops. word is 0xffff, not 0xff
2016-10-15 ftrvxmtrxscram: run _PTS(5) and disable GPEs before entering...
2016-10-10 stanley lieberfortunes: Angular uses the term "scope" in a manner...
2016-10-03 BurnZeZiwhois(1): make -n work, add .org, and a couple minor...
2016-09-28 cinap_lenreknusb/kb: set usage to 0 (undefined) for items exceeding...
2016-09-28 cinap_lenreknusb/lib: fix wrong endpoint id when openep() finds...
2016-09-26 ftrvxmtrxsam: putenv("%", ...): don't crash when no file is...
2016-09-22 cinap_lenreksam: use $% instead of $f for filename to be consistent...
2016-09-22 cinap_lenreksam: make current filename available to shell commands...
2016-09-21 cinap_lenrekip(3): spelling, thanks sl
2016-09-21 cinap_lenrekip(3): update description of /net/ipifc/*/status format
2016-09-20 cinap_lenrekrio: fix onscreen()
2016-09-19 cinap_lenrekscat: hjdicks for amd64
2016-09-19 aijupc(1): if the input base is not 10, print the 0d prefix...
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: aaand another one (should go to sleep)
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: fix mistake...
2016-09-19 cinap_lenrekwebfs: don't use cache connections when posting
2016-09-18 aijupc(1): add pb (thanks, BurnZeZ); add bit numbering
2016-09-18 cinap_lenrekrio: improved bandsize()
2016-09-18 cinap_lenrekcpu: quote remaining remote command arguments, don...
2016-09-17 cinap_lenrekipv6on: get network device from $netdir/ipifc/*/status
2016-09-17 cinap_lenreketherzynq: implement promisc mode and multicast filter...
2016-09-17 cinap_lenreknusb/ether: promisc and multicast support for admtek...
2016-09-17 cinap_lenreknusb/ether: multicast and promisc support for rtl8150...
2016-09-16 cinap_lenrekmerge
2016-09-16 cinap_lenreknusb/ether: experimental pomisc mode and multicast...
2016-09-15 aijupc(1): _ handling in numbers was broken at some point...
2016-09-15 aijupc(1): add nsa() command
2016-09-13 cinap_lenrekape: fix format clash, %z is for size_t (which is a...
2016-09-11 cinap_lenrekape: bring strtod() in line with plan9's libc version
2016-09-11 cinap_lenreklibc: dont use floating point for portable umuldiv...
2016-09-11 cinap_lenrekkernel: rekey chacha state on each randomread() invocation
2016-09-11 cinap_lenrekdevcons: remove /dev/reboot "halt" command...
2016-09-11 cinap_lenrekkernel: better nonce partitioning for chacha random...
2016-09-11 cinap_lenrekkernel: xoroshiro128+ generator for rand()/nrand()
2016-09-11 cinap_lenrekkernel: make randomread() fault reentrant
2016-09-10 cinap_lenrekkernel: replace various custom random iv buffer filling...
2016-09-09 stanley lieberfortunes: Nein -- General Chuck Yeager
2016-09-08 cinap_lenrekauthsrv(2): update Nvrsafe structure to include aesmachkey
2016-09-07 cinap_lenrekkernel: fix type for utime/stime in pexit(), fix debug...
2016-09-07 cinap_lenrekkernel: make sure procalarm() remaining time doesnt...
2016-09-07 cinap_lenrekkernel: always do unsigned subtractions for m->ticks...
2016-09-07 cinap_lenrekkernel: use tk2ms() instead of TK2MS macro for process...
2016-09-07 cinap_lenrekkernel: tsemacquire() use MACHP(0)->ticks for time...
2016-09-07 cinap_lenrekdevcap: timeout capabilities after a minute, fix memory...
2016-09-06 cinap_lenrekmerge
2016-09-06 cinap_lenrekdevproc: do unsigned subtraction to get MACHP(0)->ticks...
2016-09-05 aijupc(1): bugfix: allow setting output base to 0 (thanks...
2016-09-03 cinap_lenrek5c: do shift propagation for rotate right (ROR)
2016-09-03 cinap_lenrek5c: format assembly constant right shift encoding 0...
2016-09-03 cinap_lenrek5a: assemble constant >>0 right shifts as <<0 (no shift...
2016-09-03 cinap_lenrek5l: format assembly constant right shift encoding 0...
2016-09-03 cinap_lenreklibmach: fix RORREG, right shift with shift count 0...
2016-09-01 aijupc(1): manpage: restore previous size rather than set...
2016-09-01 aijupc(1): manpage formatting
2016-09-01 aijupc: add cat() function
2016-09-01 aijumptrunc: don't write to r->p[r->top]
2016-08-31 aijupc: add rev function
2016-08-29 aijupc: add gcd, rand and minv; set base of logical operati...
2016-08-29 cinap_lenreklibmp: remove unused mpeuclid.c
2016-08-29 cinap_lenreklibmp: allow passing nil to v,x,y results of mpextended...
2016-08-28 cinap_lenreklibmp: mpnrand(), what was i *THINKING*
2016-08-28 cinap_lenrekpython: remove automatic compiled module loading (...
2016-08-28 cinap_lenreklibmp: mpdiv(): fix divisor==quotient case (again)
2016-08-28 cinap_lenreklibmp: timingsafe sign flip for small power-of-two...
2016-08-28 aijump.h: add mpasr
2016-08-28 aijupc(1): SYNOPSIS...
2016-08-28 aijupc(1): document -n option in manpage
2016-08-28 aijuadd pc(1)
2016-08-28 aijumpdiv: negative divisor has to flip sign of quotient
2016-08-28 aijump: fix mptov and mptouv
2016-08-28 aijump: fix mpnot and add mpasr
2016-08-28 cinap_lenrekmercurial: use new d_stat from dirent structure in...
2016-08-28 cinap_lenrekape: add d_stat struct in dirent struct allowing the...
2016-08-27 aijutimmy: manpage
next