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-04-01
kernel: always clunk closed fids asynchronously, regardless of caching
cinap_lenrek
2016-03-31
kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h
cinap_lenrek
2016-03-30
devsegment: cleanups
cinap_lenrek
2016-03-29
kernel: fix procflushmmu()
cinap_lenrek
2016-03-28
kernel: print pid as %lud instead %lux (in tsleep() debug print)
cinap_lenrek
2016-03-28
devtls: print the path of the underlying chan in status file
cinap_lenrek
2016-03-27
zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not ready
cinap_lenrek
2016-03-26
kernel: fix tsleep()/twakeup()/tsemacquire() race
cinap_lenrek
2016-03-23
devtls: zero secret information before freeing, cleanup
cinap_lenrek
2016-03-23
add portable AES-GCM (Galois/Counter Mode) implementation to libsec and devtls
cinap_lenrek
2016-03-17
abandon streaming experiment
cinap_lenrek
2016-03-10
make kernel UTFmax and Runemax consistent with libc (21-bit runes) (thanks ma...
cinap_lenrek
2016-03-10
devcons: nil vs 0
cinap_lenrek
2016-03-10
kernel: make fversion()/mntversion() types consistent
cinap_lenrek
2016-03-09
devtls: fix wrong iounit
cinap_lenrek
2016-02-28
devdraw: remove unused Edepth[]
cinap_lenrek
2016-02-15
devmnt: deal with partial response for Tversion request in mntversion()
cinap_lenrek
2016-02-14
provide /n and /mnt early in bootrc to allow consistent use in /lib/namespace
cinap_lenrek
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
[next]