index
:
plan9front.git
etheriwl
front
rio
sam
webfs
my patches for 9front; forked from http://git.9front.org/plan9front/plan9front/HEAD/info.html
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-08
rootstub: add spim
cinap_lenrek
2015-08-08
cdproto: add spim
cinap_lenrek
2015-08-08
add /spim
cinap_lenrek
2015-08-08
python: fix build for objtype=$spim
cinap_lenrek
2015-08-08
gs: fix build for objtype=spim
cinap_lenrek
2015-08-08
libmp: fix build for objtype=spim
cinap_lenrek
2015-08-08
ape: fix build for objtype=spim
cinap_lenrek
2015-08-08
fix library mkfiles for objtype=spim
cinap_lenrek
2015-08-05
libmach: remove redundant check for big endian
mischief
2015-08-05
libmach: remove useless error check from previous commit
mischief
2015-08-05
libmach: set correct endianness with little endian ELF32 mips binaries
mischief
2015-08-06
kernel: remove unused MAXCRYPT constant from portdat.h
cinap_lenrek
2015-08-06
vgaigfx: remove #define MB, theres a MB enum in 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-05
init: do not run $home/lib/profile when cd $home failed
cinap_lenrek
2015-08-05
kfs: set permission of / to 0775 on ream
cinap_lenrek
2015-08-05
cwfs: set permission of / to 0775 on ream
cinap_lenrek
2015-08-05
pc, pc64: remove unused psaux driver, cleanup devkbd
cinap_lenrek
2015-08-05
devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove...
cinap_lenrek
2015-08-04
kernel: remove unused qstate() function
cinap_lenrek
2015-08-04
devkbd: poll pc keyboard before blocking on kbd.q
cinap_lenrek
2015-08-04
python: use altzone
cinap_lenrek
2015-08-04
ape: implement altzone for tzset()
cinap_lenrek
2015-08-04
ape: fix mktime() again
cinap_lenrek
2015-08-03
resample: simplify getint()
cinap_lenrek
2015-08-03
libc: make atoi() not parse c-style octal and hex numbers
cinap_lenrek
2015-08-03
crop: use strtol() instead of atoi()
cinap_lenrek
2015-08-03
bitsy: replace atoi() calls with strtol() when hex can be expcted
cinap_lenrek
2015-08-03
pc, pc64: replace atoi() calls with strtol() when hex can be expcte
cinap_lenrek
2015-08-03
kernel: dont rely on atoi() parsing hex for netif/devbridge
cinap_lenrek
2015-08-03
webcookies: fix typo
cinap_lenrek
2015-08-03
9pcon: use strtol() to parse integers
cinap_lenrek
2015-08-03
libcontrol: use strtol() to parse integer arguments
cinap_lenrek
2015-08-03
libhttpd: use strtol to parse decimal character references in httpunesc()
cinap_lenrek
2015-08-03
snoopy: dont rely on atoi() being able to parse hex
cinap_lenrek
2015-08-03
bitsy/keyboard: do not rely on atoi() being able to parse hex
cinap_lenrek
2015-08-03
libauthsrv: readnvram() use vlong for nvroff, parse $nvlen/$nvoff with strtol...
cinap_lenrek
2015-08-03
webcookies: use strtol() to parse HH:MM:SS
cinap_lenrek
2015-08-03
aux/vga: dont rely on atoi() being able to parse hex
cinap_lenrek
[next]