Export to GitHub

plan9front - default

Source Commits


Commits

Author Date Commit Message
cinap_lenrek Aug 21, 2015 27e3a84e7f9e remove convkeys2
cinap_lenrek Aug 21, 2015 8b88b263d8b7 init: remove dependency to <authsrv.h>
cinap_lenrek Aug 21, 2015 4a3570b4e47d tapefs: remove dependency to <authsrv.h>
cinap_lenrek Aug 21, 2015 fbe7dbd22b93 import(4): -o, -O flags gone
cinap_lenrek Aug 21, 2015 5749f47861f7 remove srvold9p
cinap_lenrek Aug 21, 2015 cf1492a084fa cpu, import: remove old9p support
cinap_lenrek Aug 21, 2015 c3119f1a9aff remove old9p cpu service
cinap_lenrek Aug 21, 2015 b7c531bce957 cmd/auth: remove private /dev/random reading routines, use genrandom()
cinap_lenrek Aug 21, 2015 4b6fbb910d24 auth/changeuser: set the aes key in plan9 database, but not in securenet db
cinap_lenrek Aug 21, 2015 9e5955691107 keyfs: fix typo (thanks jpm)
cinap_lenrek Aug 21, 2015 7a8d61a16b83 kernel/boot: do not handle kfs boot
cinap_lenrek Aug 21, 2015 8ed41e60513c remove kfs and kfscmd
cinap_lenrek Aug 21, 2015 b14377a09686 remove kfs references from manual
cinap_lenrek Aug 21, 2015 8d7470bfa1a0 fshalt: remove kfs support
cinap_lenrek Aug 21, 2015 1436e64859de mkfs(8): dont mention kfs
cinap_lenrek Aug 21, 2015 33f2fd2a5694 disk/mkfs: rmeove kfs support
cinap_lenrek Aug 21, 2015 6960435d6b0b cwfs: remove 9p1 support
cinap_lenrek Aug 21, 2015 fbd2319ae4be authsrv: randomize aes key in mkkey(), not used yet.
cinap_lenrek Aug 21, 2015 67ce7dbc199f authsrv: more aes key stuff
cinap_lenrek Aug 21, 2015 18801fbfdfac introduce AES key into nvram and keyfs
cinap_lenrek Aug 20, 2015 e685f735a007 kfs: adjust to new libauthsrv
cinap_lenrek Aug 20, 2015 cb4a0c028fef cwfs: adjust for new libauthsrv changes
cinap_lenrek Aug 20, 2015 12a0e64b37b7 libauthsrv: add missing files (thanks mischief)
cinap_lenrek Aug 19, 2015 c5f025874c85 libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module)
cinap_lenrek Aug 19, 2015 2bcfb801d9d8 merge
stanley lieber Aug 18, 2015 0a45de2ef7cd /lib/1oct1993: use words correctly (thanks, spew)
cinap_lenrek Aug 19, 2015 7eb0532b6676 libauthsrv: generalize ticket service, not hardcoding ticket format and DES encr
mischief Aug 18, 2015 740b5184fe2b aux/statusbar: use title as rio window title (thanks qrstuv)
cinap_lenrek Aug 17, 2015 018cb441d1b5 libsec: TLS1.2 server support, make cipher list with most prefered first
cinap_lenrek Aug 17, 2015 f75f37b8458b libsec: TLS1.2 client support
cinap_lenrek Aug 17, 2015 cc5d670770b1 bullshit: app, deep-learning, responsive.
cinap_lenrek Aug 17, 2015 5a5fa21ef8a6 cc: improve (non-) side effect detection (thanks charle)
cinap_lenrek Aug 16, 2015 39ac5cf41615 games/doom: fix array offsets for respawn angle (thanks qu7uux) mthing->angle i
cinap_lenrek Aug 16, 2015 9e1766c07f0a games/doom: fix gamma correction and key translation (thanks qu7uux) KEY_F11 an
cinap_lenrek Aug 16, 2015 6b3ef7fa6785 games/doom: fix idclev cheat in doom2 and final doom (thanks qu7uux) a typo in
cinap_lenrek Aug 16, 2015 76f6ce126207 games/doom: fix unterminated comment causing sound bugs (from qu7uux) this bug
cinap_lenrek Aug 16, 2015 0fcd27389440 devether: duplicate flags when copying blocks (thanks erik quanstro)
cinap_lenrek Aug 16, 2015 7561733a084d vc: word align automatics theres code that assumes one can dereference a char[]
cinap_lenrek Aug 16, 2015 248339ecd915 gs: fix alignment bug in image_render_interpolate()
cinap_lenrek Aug 16, 2015 c69414a39116 6l: fix vlong byte order when running on big endian machine (thanks erik quanstr
mischief Aug 16, 2015 1d47f910dc00 libcontrol: fix label memory leak
cinap_lenrek Aug 16, 2015 b3719cab47a5 mothra: fix crash
cinap_lenrek Aug 16, 2015 e1969e7bba2e rio(4): document "delete" wctl message (thanks mischief)
cinap_lenrek Aug 16, 2015 15310720f832 libsec: fix mistake breaking tlsServer() (thanks sl)
cinap_lenrek Aug 15, 2015 ae91450b3b76 cpu: cleanup ssl code, make sure -p works for any auth method
cinap_lenrek Aug 15, 2015 a76c1edafaca import(4): clarify -E and -e options
cinap_lenrek Aug 15, 2015 dfad6a47acce libsec: TLS1.1 support (needs new devtls)
cinap_lenrek Aug 15, 2015 0b3e92c34420 devtls: TLS1.1 explicit iv support using nrand() to fill the explicit iv, which
cinap_lenrek Aug 14, 2015 baad5c9431a0 kernel: try freebroken() *before* killbig() (thanks aiju)
cinap_lenrek Aug 13, 2015 81d48475dc0b hjfs: fix deadlocks buffers which still have requests queued on them are not fr
cinap_lenrek Aug 11, 2015 db96046ff598 hjfs: fix abort() in givebuf() it is possible for another getbuf() on buffer b
cinap_lenrek Aug 10, 2015 764a8b776e74 libc: fix wunlock() libthread deadlock when wunlock() was used by threads runni
mischief Aug 9, 2015 76f48885c14f libc: fix spim endianness
cinap_lenrek Aug 10, 2015 cb64e2235a3b mount, srv: add -N flag to skip authentication and attach anonymously as "none"
stanley lieber Aug 9, 2015 f514ef220819 fortunes: If you want to do the work, I will review the results.
cinap_lenrek Aug 10, 2015 30dd6957ffb2 lib9p: make reqqueueflush() use new threadint(), which will also cover channel o
cinap_lenrek Aug 10, 2015 957f0bb5f8ca libthread: use "interrupt" proc ctl message instead of posting a note for thread
cinap_lenrek Aug 10, 2015 a32da18e581d libthread: fix mistake, make "all" the default target again
cinap_lenrek Aug 9, 2015 61b6e059bf5c acid -k: fix intrcount() for amd64
cinap_lenrek Aug 9, 2015 029187b12e7e acid -k: fix procenv() to new data structure
cinap_lenrek Aug 9, 2015 dec2b8971502 zunq: remove unused variables from devqspi
cinap_lenrek Aug 9, 2015 c071925ecbfd kernel: move "setargs" field in Proc structure after "nargs" and "args"
cinap_lenrek Aug 9, 2015 13e510e59d47 kernel: mount flag is int not ulong, reduce size of Mount struct by putting mfla
cinap_lenrek Aug 9, 2015 492790511dca kernel: pgrpcpy(), simplify Mount structure instead of ordering the source moun
cinap_lenrek Aug 9, 2015 c46193432e32 kernel: fix Mheadache there was a race between cunmount() and walk() on Mhead.f
cinap_lenrek Aug 8, 2015 d4af852fff2d rootstub: add spim
cinap_lenrek Aug 8, 2015 e802cfdb61ad cdproto: add spim
cinap_lenrek Aug 8, 2015 74eedb89e7d2 add /spim
cinap_lenrek Aug 8, 2015 b1bb3679e703 python: fix build for objtype=$spim
cinap_lenrek Aug 8, 2015 3fb9846cd0a3 gs: fix build for objtype=spim
cinap_lenrek Aug 8, 2015 81792b42b97c libmp: fix build for objtype=spim
cinap_lenrek Aug 8, 2015 eead8960a10e ape: fix build for objtype=spim
cinap_lenrek Aug 8, 2015 27106b8fa306 fix library mkfiles for objtype=spim
mischief Aug 5, 2015 45dc2c157c85 libmach: remove redundant check for big endian
mischief Aug 5, 2015 171eb549e894 libmach: remove useless error check from previous commit
mischief Aug 5, 2015 005d0408a835 libmach: set correct endianness with little endian ELF32 mips binaries
cinap_lenrek Aug 6, 2015 e4c9e5a3ea88 kernel: remove unused MAXCRYPT constant from portdat.h
cinap_lenrek Aug 6, 2015 766862263e0f vgaigfx: remove #define MB, theres a MB enum in portdat.h
cinap_lenrek Aug 6, 2015 347a0d933a9c kernel: have to validate argv[] again when copying to the new stack we have to
cinap_lenrek Aug 6, 2015 da515c3fd608 kernel: limit argv[] strings to the USTKSIZE to avoid overflow argv[] strings g
cinap_lenrek Aug 6, 2015 ac1b7c6929e9 kernel: validnamedup() the name argument for segattach() this moves the name va
cinap_lenrek Aug 6, 2015 5c102b424ce0 kernel: fix indention in validname0()
cinap_lenrek Aug 6, 2015 bc701b286054 kernel: limit syscallfmt user strings to 64K (as in validname)
cinap_lenrek Aug 6, 2015 4db071345698 kernel: change vmemchr() length argument to ulong and simplify
cinap_lenrek Aug 6, 2015 e7bde29dc504 kernel: use Etoolong[] constant instead of string literal in validname0()
cinap_lenrek Aug 6, 2015 2a62715d7bc2 kernel: make shargs() function static in sysproc.c
cinap_lenrek Aug 6, 2015 4042668d14ee kernel: reject empty argv (argv[0] == nil) in sysexec() when executing a script
cinap_lenrek Aug 5, 2015 ca24cdca101b init: do not run $home/lib/profile when cd $home failed avoiding follow up erro
cinap_lenrek Aug 5, 2015 61651228b440 kfs: set permission of / to 0775 on ream this allows members of the -1 group to
cinap_lenrek Aug 5, 2015 5a37e8cb6dd7 cwfs: set permission of / to 0775 on ream this allows members of the -1 group t
cinap_lenrek Aug 5, 2015 1e4b720ed8ba pc, pc64: remove unused psaux driver, cleanup devkbd the psaux driver is not us
cinap_lenrek Aug 5, 2015 52f4446829c3 devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove kb
cinap_lenrek Aug 4, 2015 38a1ecbcafa2 kernel: remove unused qstate() function
cinap_lenrek Aug 4, 2015 37e215e1ea9e devkbd: poll pc keyboard before blocking on kbd.q the keyboard stops sending in
cinap_lenrek Aug 4, 2015 6765badfe3b3 python: use altzone
cinap_lenrek Aug 4, 2015 1ab4b037740f ape: implement altzone for tzset()
cinap_lenrek Aug 4, 2015 2f85a386dbf1 ape: fix mktime() again
cinap_lenrek Aug 3, 2015 7fc0dca2e2bc resample: simplify getint()
cinap_lenrek Aug 3, 2015 911542b48f31 libc: make atoi() not parse c-style octal and hex numbers interpreting octal br
cinap_lenrek Aug 3, 2015 ffb69390d1e4 crop: use strtol() instead of atoi()