git: 9front

RSS feed

49406a18 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/18 08:15
kernel: ignore memory pages with singular kernel addresses

1643d733 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/18 00:35
zynq: fix barriers

e02e0af1 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/17 23:13
kernel: do not inherit Proc.dot (current working directory) in kproc()

6ae7ecce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/18 18:58
kernel: do not inherit current directory channel (dot) to pager

baae3d34 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/17 14:07
usps: cut the useless part

dcfa655b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/16 04:08
stats: add kernel malloc and kernel draw allocation size graphs

d24ace8a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/16 04:05
devcons: add current pool allocations to #c/swap

8dd0c30b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/16 02:05
kernel: remove waserror() arround newpage() in mntcache

c0dacd92 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 13:40
kernel: add pagechaindone() to wakeup processes waiting for memory

1b397c76 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 13:13
dontkill: only use noswap flag to mark processes as not to be terminated on oom

24d90235 – aiju <aiju@phicode.de> authored on 2015/06/15 12:27
there's plenty of room in /lib

326bdacb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 12:05
kernel: implement separate wait queues for page allocation

b76b7abc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 04:28
hjfs: defer parent directory permission check for wstat

1ddcea24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/14 21:57
hjfs: fix wstat

f245ae23 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/14 20:30
nusb/serial: remove unused channel

fd924c5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 18:32
zynq: remove unused PTE typedef

a1e0e498 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/15 18:13
zynq: remove unused statistics fields from Mach structure

84b27287 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/14 17:31
ndb/dns: cleanup forwarding code (redistrib())

cdbf59d2 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/13 16:34
theo: You are on your own.

c2890610 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/13 17:28
aux/vga: == is not strncmp

52ad3c09 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 16:58
htmlroff: fix wrong newline in \name handling (| -> ||)

11c922ad – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/13 16:21
qc, 9/ppc, 9/mtx: fix wrong if statements

b7dc7d6f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 13:50
kernel: dont use smalloc() to allocate pte array in ibrk()

a870bde0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 11:03
vblade, cifs, usbuhci: fix parenthesis

a09b59bd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 11:01
lock: reopen lockfile after changing mode to make lock effective

01f8a371 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 08:43
lib9p: fix lib9p wstat qid.type/mode checks (fixes lock(1) for ramfs/hjfs)

d0759dd0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/13 18:37
ndb/dns: use same buffer size of udp packet in redistrib() as dnudpserver() (fixes assert)

281194e9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/12 13:50
games/doom: remove Makefile

21be5d1b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/12 13:28
games/doom: fix desyncing demo (thanks qwx)

fb7b188a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/12 10:28
kernel: fix accounttime() for HZ >= 1000

ec9ed35e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/11 17:26
zynq: increase kernel memory for graphics

8bdc5cda – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/11 12:44
zynq: mouse acceleration

580fa971 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/11 12:14
zynq: make screen and cursor kprocs exit properly

6668d145 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/11 12:04
zynq: add support for hardware cursor

5c0f19ca – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/11 18:14
merge

7c0cb9f0 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/11 18:13
fix strncmp/memcmp used with a wrong number

99d851d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/10 13:18
cifsd: smbrename is still ok when file is readonly (fixed git)

04cca878 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/09 21:27
zynq: fix flushmemscreen()

56647d27 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 14:25
remove drawlsetrefresh and convM2Tnoenc: undefined functions

b0eeab79 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 08:32
addpt(2): put badrect in .SH NAME so that it gets into the searchindex

d3baf8d5 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 08:29
esetcursor(2), alarm(2): fix prototypes

6404650f – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 07:54
event(2): fix estartfn prototype

ede65425 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 07:46
authsrv.h: remove nonexistent prototypes

079cac71 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 06:33
libdraw: sync allocimage/allocwindow prototypes with man pages

57bc073c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/09 06:04
ip: fix wrong radix for iphash() (thanks yoann padioleau)

268251a9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/09 05:17
zynq: add /dev/fbctl to attach framebuffer to devdraw

1b438479 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/08 23:33
devsegment: fix parsecmd() memory leak

1bf2461d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/08 21:42
libdraw: consistent use of nil for pointers, error handling

aabbfe78 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/08 20:15
unix is BUGGERED. remove it

85793f86 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 19:53
authsrv: remove unused opasstokey

f87fc78c – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 19:34
addpt(2): document badrect function

76516ef2 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/09 19:23
freeimage(2), readcolmap(2), writecolmap(2): fix prototypes

3c69ccce – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/08 17:08
exec(2): exec argument size only limited by user stack size

ddbe2692 – ftrvxmtrx <ftrvxmtrx@gmail.com> authored on 2015/06/08 08:59
exec(2): fix prototypes

d225d814 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 22:49
merge

94332db2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 22:43
aux/vga: disable nvidiascale() as it broke modeset on kenjis card

bf6ab612 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 13:41
devfs: remove useless ~OTRUNC mask for openmode

627605b3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 13:33
zynq: fix /dev/pl

7d7426b9 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/07 11:12
/lib/face: add updated addresses for quanstro, bwc, steve.simon (thanks, erik)

bfda6b58 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/06 14:20
fortunes: Turning off comments.

06ef8f98 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/06 14:18
sysinfo: update -p for sysinfo.9front.org

903d85db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/06 20:11
sysupdate: change source repo to https://code.9front.org/hg/plan9front

b8cff4b3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 18:14
libsec/tlshand: implement client side ECDHE (many thanks to pr!)

353941d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/07 18:12
libsec/ecc: fix memory leak (free() vs mpfree())

038fd8d9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/05 22:13
prep(8): edisk also adds a EFI system partition (esp) when not already exists.

62cd8248 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/05 22:00
inst: provide gpt/mbr choice when disk is blank, format esp

831b293b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/05 17:57
disk/edisk: create esp partition in addition to plan9 partition in auto mode

8527a84b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/05 01:09
9boot: look for plan9.ini in all filesystems accessible to efi to find plan9 partition

5f455f68 – mischief <mischief@offblast.org> authored on 2015/06/04 13:16
ape: define long long limits

9127011a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/04 00:34
dossrv: maintain file creation date/time on disk, fsinfo sector can be 0 (disabled)

45fba3f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/03 23:58
disk/format: create Fatinfo sector for fat32

3aedb483 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/03 19:19
disk/edisk: fix blank mode

bb4ca8ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/02 12:56
rc-httpd: cleanup cgi handler

e15212b9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/01 21:15
authsrv: use plan9 key for http authentication

f9c08aa6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/02 19:44
hgweb.cgi: +x

03ff6316 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/02 19:41
hgweb.cgi: take REPO_ROOT and REPO_NAME from env, so can be used out of the box

2c9193cd – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/02 19:15
rc-httpd: various fixes

5a1acb4e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 21:32
devtls: ignore UnrecogniedName (112) alert message (for SNI)

d43d80dc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 15:48
9fs: handle all the dos filesystems in one case, add esp handler

842be978 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 15:30
disk/fdisk: learn about EFI system partition (type 0xEF), honor protective mbr (type 0xEE)

f09e3684 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 12:41
inst/bootplan9: skip mbr installation and active partition switching when we have no plan9 dos partition

dec7039a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 10:15
prep(8): document disk/edisk

5ef36b63 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 09:06
integrate disk/edisk with diskparts, bootfs and installer (gpt support)

2c62e4e0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 08:58
libdisk: error handling, sanity checks

f24366c5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 07:19
disk/edisk: little improvements

82952cad – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/31 05:37
test: use libc.h constants for access() mode (thanks qrstuv)

bba13afb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/30 12:50
io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!)

67b9c40d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/30 12:45
pc/io.h: fix comment for PciSID

cd5c1698 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/29 23:36
disk/edisk: fix usage (was disk/gdisk)

2e7097a3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/29 23:22
disk/edisk: gpt partition table editor (no manpage, work in progress)

5296e902 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/30 18:37
disk/partfs: adding identical partition is no-op

a0ebb080 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/30 18:26
disk/fdisk: fix help text

d1cb26ab – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/30 18:24
nusb/disk: adding identical partition is a no-op

df4ef707 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/28 14:11
cputime(2): fix prototype for cycles() (thanks qrstuv)

046fffe8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/28 12:39
tcs: fix swaped alias mapping gb <-> gb2312

3b2e0693 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/28 12:37
uhtml: check if document is valid utf8 even with charset specified

d97f0e11 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/27 20:31
libsec: cleanup x509 and tlshand

ede2eecc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/27 17:48
ape: include <sys/types.h> in <sys/wait.h> for pid_t (thanks jens staal)

9cd51bc9 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/27 15:52
libsec/x509: fix verify_signature(), digest_certinfo(), X509dump()

12eff731 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/05/27 14:35
libsec/x509: use SHA2-256 digest algorithm instead of MD5

Next