index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
port
Age
Commit message (
Expand
)
Author
2016-01-13
devssl: use tsmemcmp() to compare mac to close timing side channel
cinap_lenrek
2016-01-07
kernel: remove todfix overflow iprint() spam
cinap_lenrek
2016-01-07
format pointer subtraction results with %zd instead of %ld (for long -> intpt...
cinap_lenrek
2016-01-07
introduce signed intptr and %z format modifier for formating uintptr and intptr
cinap_lenrek
2016-01-05
kernel: change active.machs from bitmap to char array to support up to 64 cpu...
cinap_lenrek
2015-12-21
tls: implement chacha20/poly1305 aead cipher suits
cinap_lenrek
2015-12-21
kernel: missing changes for ibrk() prototype
cinap_lenrek
2015-12-16
devprov: remove unused extern int unfair
cinap_lenrek
2015-12-16
kernel: use uintptr for ibrk() return value (for base >2GB) and clarify segbr...
cinap_lenrek
2015-11-30
kernel: cleanup exit()/shutdown()/reboot() code
cinap_lenrek
2015-11-22
devenv: fix ORCLOSE handling
cinap_lenrek
2015-11-06
kernel: use nicer check in okaddr(), wet floor signs in fixfault()
cinap_lenrek
2015-11-06
kernel: fix okaddr() check
cinap_lenrek
2015-10-28
devtls: reject SHA2_256 mac for SSL, but TLS is fine
cinap_lenrek
2015-10-07
port: fix typo in devmnt mntproc name
mischief
2015-09-20
devsd: handle SYNCHRONIZE CACHE scsi commands as nops in sdfakescsi()
cinap_lenrek
2015-09-20
sdmmc: handle fakescsi emulation
cinap_lenrek
2015-09-20
devsd: remove unused timeout field from SDreq
cinap_lenrek
2015-09-05
usbehci: clean cache unconditionally before handing a buffer to the hardware
cinap_lenrek
2015-08-27
devtls: add sha256 mac
mischief
2015-08-25
fix fuckup
glenda
2015-08-25
import E script from bell labs
mischief
2015-08-15
devtls: TLS1.1 explicit iv support
cinap_lenrek
2015-08-14
kernel: try freebroken() *before* killbig() (thanks aiju)
cinap_lenrek
2015-08-09
kernel: move "setargs" field in Proc structure after "nargs" and "args"
cinap_lenrek
2015-08-09
kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...
cinap_lenrek
2015-08-09
kernel: pgrpcpy(), simplify Mount structure
cinap_lenrek
2015-08-09
kernel: fix Mheadache
cinap_lenrek
2015-08-06
kernel: remove unused MAXCRYPT constant from portdat.h
cinap_lenrek
2015-08-06
kernel: have to validate argv[] again when copying to the new stack
cinap_lenrek
2015-08-06
kernel: limit argv[] strings to the USTKSIZE to avoid overflow
cinap_lenrek
2015-08-06
kernel: validnamedup() the name argument for segattach()
cinap_lenrek
2015-08-06
kernel: fix indention in validname0()
cinap_lenrek
2015-08-06
kernel: limit syscallfmt user strings to 64K (as in validname)
cinap_lenrek
2015-08-06
kernel: change vmemchr() length argument to ulong and simplify
cinap_lenrek
2015-08-06
kernel: use Etoolong[] constant instead of string literal in validname0()
cinap_lenrek
2015-08-06
kernel: make shargs() function static in sysproc.c
cinap_lenrek
2015-08-06
kernel: reject empty argv (argv[0] == nil) in sysexec()
cinap_lenrek
2015-08-04
kernel: remove unused qstate() function
cinap_lenrek
2015-08-03
kernel: dont rely on atoi() parsing hex for netif/devbridge
cinap_lenrek
2015-08-03
devenv: simplify envremove(), cleanup
cinap_lenrek
2015-08-02
devenv: avoid indirection, keep Evalue's allocated in an array
cinap_lenrek
2015-08-02
kernel: cleanup qlock.c to use nil instead of 0 for pointers
cinap_lenrek
2015-07-30
devmnt: fix mntcache()
cinap_lenrek
2015-07-28
kernel: remove obsolete comment from namec()
cinap_lenrek
2015-07-28
kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...
cinap_lenrek
2015-07-27
kernel: clunk the cache when removing cache flag on a channel, only call crea...
cinap_lenrek
2015-07-27
devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, red...
cinap_lenrek
2015-07-26
devmnt: dont reset readahead window when requested offset still has pending rpc
cinap_lenrek
2015-07-26
kernel: pipelined read ahead for the mount cache
cinap_lenrek
[next]