git: 9front

RSS feed

1dcbf46f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/23 18:05
devaoe: more nil vs. 0

bd02cea4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 17:56
devaoe: fix off by one in aoeerror(), consistent use of nil for pointers, error handling

4d039b0e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 17:54
kernel: consistent use of nil for pointer in sysfile.c

d95e87ec – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 15:17
kernel: cleanup chan.c to consistenly use nil instead of 0 for pointers

9901fd6c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/22 15:15
kernel: make sure the swap device has a reasonable capacity in setswapchan()

cc2776de – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/19 16:25
devmnt: do not use user buffer to update the mount cache

a037a256 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:36
devstream: fix mistake

3ca96a8e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:34
stream(3): fix reference

fb50b6f0 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:32
fcp: use iounit() to determine buffer size, reduce number of worker procs to 8

5ad76220 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:32
cp: experimental stream support

b6dc3746 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/18 23:31
devstream: fast sequential file access with 9p pipelining experiment

98e64c60 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/16 04:51
pc: check Sse (bit 25) in cpuiddx before enabling fxsr in cr4 (fixes crash on the pentium II)

9564cdc8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/16 04:49
aux/cpuid: make sure extended feature bits are available (fixes crash on the pentium II)

4408ab5d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/15 13:09
devproc: make sure statbufread offset wont turn negative

e0c1af8d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 16:44
fcp: fix wrong write pointer offset when read returns less than DEFB bytes

f0ab0c24 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 02:51
kernel: remove debugalloc.c

72d25b9b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 18:33
mk9660: write data in alphabetical order

5c36cb5e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/14 18:23
9660srv: keep data and metadata separate in the cache with a tag

7a25640f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 14:37
9660srv: go back to 128k clusters

14b19531 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 02:28
inst: fix download task using ip/httpfile to mount a iso over http and prompt for installurl

9e66176c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/13 01:51
httpfile: fix evictblock() so we wont consume all the memory

0f56788f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:56
libFLAC: fix compiler warnings by properly declaring void function arguments

4586fbde – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:38
python: HAVE_STDINT_H 1

b32fd432 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 22:36
ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.h

023c33bb – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 20:54
cpp: search source file directory first for quoted #include (thanks Ori_B)

11310741 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/12 15:21
ether82563: fix multicast filter (based on openbsd em(4) driver)

b355bc6f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:42
page: make lookahead fetch work in backwards direction

3008798f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:35
tftpd: count only options we understand so we wont send empty oack message

8bde6f3c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:34
etherrt2860: add multicast stub

44b28c9f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:33
etheriwl: add multicast stub

c361bdbf – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 22:33
etherwpi: dont enable transmit power for invalid channels, add multicast stub

286f6a36 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 15:13
wifi: reflect current transmit rate in mbps

3007b8dc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 14:59
etherwpi: afra support

eb840e13 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 14:50
etheriwl: dont clear descriptors after completion

1585bdfc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 05:04
wifi: adjust transmit rate on error (for etheriwl), small mkfile changes

29af2173 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/10 19:56
kernel: use HDR_MAGIC constant to handle Exec header extension, make rebootcmd() handle AOUT_MAGIC macro

d3db16d8 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:51
sysexec(): need () arround AOUT_MAGIC comparsion to handle #define hack on mips

bd504909 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:34
sysexec(): make the mips compiler happy

d784fea3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/09 04:03
kernel: reject bogus two byte "#!" shell scripts in sysexec()

6d57543d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/08 20:01
kernel: various cleanups of imagereclaim(), pagereclaim(), freepages(), putimage()

55a4bf93 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 22:13
5e: enable VFP emulation by default, doubles only need to be 4 byte aligned

0f29313f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 17:13
pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer division

708e21db – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 15:53
ape: port libc smp tas() for arm

58e2af89 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 15:24
libc/arm: implement _tas() with LDREX/STREX, execute memory barrier on smp systems (zynq)

a6d323cc – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 15:17
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)

1d37638a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 02:30
5e: approximate LL/SC with cas()

b590739e – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/07/07 02:26
5e: make sure stack base is aligned to avoid unaligned memory trap on arm

63f19dda – stanley lieber <stanley.lieber@gmail.com> authored on 2015/07/01 17:46
open(2): fix typo

98a56122 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/29 18:28
nusb/audio: dont sysfatal on bad endpoint (no altc)

25b7ae0b – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/28 17:50
nusbrc: handle fat formated usb drives without partition table

eb9b2320 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/28 17:13
etherwpi: remove debug prints, use iprint() in interrupt

d42d1fc6 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/28 16:40
wpa: do not prompt for key when there is already one in factotum

209bca4f – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/28 14:32
etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks aap)

7c378811 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/28 14:22
pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, print nmi status

8b124f3e – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/27 15:45
approx: chmod 775

78df5c7c – aiju <aiju@phicode.de> authored on 2015/06/27 18:00
added approx(1)

0e26236b – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/26 10:10
fortunes: No we can't.

3ba348e2 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/21 15:35
wifi: berlin prime bunny hopping

e8d0bda3 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/19 10:43
5e: implement DSB,DMB,ISB and CLREX instructions

3f3645f7 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/19 06:27
kernel: do not pull in atom.s from libc for arm kernels

11383109 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/19 05:02
exec(2): return register (R0) contains address of Tos structure.

d10ef0f5 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/18 22:45
kernel: ignore last page at the top of virtual kernel address space for xalloc()

9a256a3c – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/18 11:14
ndb(6): fix typo (thanks, pena)

0adb4917 – stanley lieber <stanley.lieber@gmail.com> authored on 2015/06/18 10:28
dhcpd(8): the fs attribute refers to the file server, not the name server (thanks, pena)

0174373c – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2015/06/18 08:16
zynq: use KADDR() for kmap() if we can avoiding the mapping

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

Next