code: plan9front

RSS feed

7f0728b7 – cinap_lenrek authored - 2015/04/22 23:17
aux/listen: removing service script sholud kill listener (thanks mischief)

8cb7211a – cinap_lenrek authored - 2015/04/22 16:18
secstore(1): add DIAGNOSTICS section

07faf720 – cinap_lenrek authored - 2015/04/22 16:08
secstore: don't print errors for dial() and readnvram() when not in verbose mode

fd80dde4 – cinap_lenrek authored - 2015/04/22 15:54
hjfs: preserve newlines in commit message (thanks BurnZeZ)

81cbff91 – cinap_lenrek authored - 2015/04/17 02:18
gs: avoid 6c type propagation / constant folding issue for set_cb_end()

57ad566d – cinap_lenrek authored - 2015/04/17 18:19
games/doom: fix mips

82a797da – cinap_lenrek authored - 2015/04/16 12:30
kernel: leave shared, physical and fixed segments alone in killbig()

ef647a54 – cinap_lenrek authored - 2015/04/16 12:07
kernel: cannot interrupt segmentio commands

39cf6b34 – cinap_lenrek authored - 2015/04/16 11:31
kernel: avoid posting note to kernel process in faulterror()

433b18ec – cinap_lenrek authored - 2015/04/16 10:32
cc: catch non constant pointer initializers

3d4fcc6c – cinap_lenrek authored - 2015/04/16 10:29
sokoban: fix non constant inializer

bcf54c0b – cinap_lenrek authored - 2015/04/15 21:20
kernel: pass segio error string by pointer

46070c31 – cinap_lenrek authored - 2015/04/15 20:45
kernel: add segio() function for reading/writing segments

88d7d842 – cinap_lenrek authored - 2015/04/14 21:59
upas/smtp: cleanup mkfile

35e1aa1b – cinap_lenrek authored - 2015/04/13 19:35
segment: don't store pointers in a long

656dd953 – cinap_lenrek authored - 2015/04/13 19:18
segment: fix read/write g->dlen race, avoid copying kernel memory, qlock

85e144dc – cinap_lenrek authored - 2015/04/13 19:04
zynq: invalidate cache before booting cpu1

a4332194 – cinap_lenrek authored - 2015/04/12 14:08
segment: speed up fixedseg() doing single pass over freelist

98a7eae9 – cinap_lenrek authored - 2015/04/12 12:38
segment(3): document fixed segment creation

d9880518 – aiju authored - 2015/04/12 12:16
merge

a079cd1a – cinap_lenrek authored - 2015/04/12 12:06
merge

647a1da1 – cinap_lenrek authored - 2015/04/12 12:05
segment: fix print buffer overflow, map fixed segments uncached, add to zynq kernel

81e6b7e9 – cinap_lenrek authored - 2015/04/12 18:31
merge

461c2b68 – cinap_lenrek authored - 2015/04/12 18:30
kernel: fixed segment support (for fpga experiments)

e8221d07 – aiju authored - 2015/04/12 10:55
games/gb: improve sound emulation by modelling analog behaviour

d009b001 – stanley authored - 2015/04/11 19:34
nintendo(1), qer(8): fix typos

2a1d3692 – aiju authored - 2015/04/11 12:07
games/gb: limit audio range to prevent clipping

aadbcf0a – stanley authored - 2015/04/10 14:32
nintendo(1): update for gbc compatability

5951073a – cinap_lenrek authored - 2015/04/11 18:05
merge

771cb2a9 – cinap_lenrek authored - 2015/04/11 18:03
ether82563: work arround bad eeprom checksum for some i218 card (thanks BurnZeZ)

61f826d4 – stanley authored - 2015/04/10 11:00
mothra(1): replace code.google.com with code.9front.org

74b37c28 – cinap_lenrek authored - 2015/04/09 11:36
bootrc: simplify bootargs splitting avoiding awk

5fd97c7d – cinap_lenrek authored - 2015/04/09 10:55
pc, pc64: remove PCICONS debug buffer from pci.c

ca4e1283 – cinap_lenrek authored - 2015/04/08 17:04
pool: avoid triggering assert(b->magic != FREE_MAGIC) in blocksetsize() for mallocalignl()

adfb8dff – cinap_lenrek authored - 2015/04/08 14:07
nusb/kb: always try to recover on error, fix recover for multi-function devices

fcd45e0c – cinap_lenrek authored - 2015/04/07 23:46
pci: just in case the bios is drunk

b7ceab84 – cinap_lenrek authored - 2015/04/07 23:34
pc, pc64: handle 64-bit pci membars

fba26da4 – cinap_lenrek authored - 2015/04/07 22:50
pc, pc64: extend initial memory map for qemu multiboot data

853823f4 – mischief authored - 2015/04/07 07:38
pc: import intel i218 nic changes from 9atom

49fe7b0d – cinap_lenrek authored - 2015/04/07 18:05
kernel: move arrow cursor definition to port/devmouse.c

39c3bc27 – cinap_lenrek authored - 2015/04/07 18:02
sgi: disable graphical arcs console printing on screen modeset

067e035f – stanley authored - 2015/04/02 14:56
/lib/rob: Да!

022856f9 – cinap_lenrek authored - 2015/04/02 14:35
sgi: keyboard, mouse and cursor for indy

d9af840c – aiju authored - 2015/04/02 11:30
games/gb: improved audio code

ec8d0d9e – cinap_lenrek authored - 2015/04/02 01:31
merge

8e588754 – aiju authored - 2015/04/02 18:09
games/gba: fix -3 crash and prevent >100% speed

ba7fbf01 – cinap_lenrek authored - 2015/04/02 01:30
audiohda: add AMD FCH Azalia Controller (thanks qeed)

52ab0d15 – aiju authored - 2015/04/01 15:27
games/gb: fix gbc dma

66c98fab – aiju authored - 2015/04/01 15:02
games/gb: fix -2/-3

edfdc4ac – aiju authored - 2015/04/01 12:17
new games/gb: better emulation and gbc support

0b001e26 – cinap_lenrek authored - 2015/04/01 11:22
ether8169: fix Macv45

0f785af6 – cinap_lenrek authored - 2015/04/01 10:58
ether8169: add 8168GU mac id (thanks qeed)

86bfd033 – aiju authored - 2015/04/01 08:49
games/c64: writes to I/O area do not affect underlying memory (documentation lied)

2d008859 – cinap_lenrek authored - 2015/04/01 08:21
devkbd: remove kbdputc() unused definition.

736df3bd – cinap_lenrek authored - 2015/04/01 08:15
devkbd: remove unused constants

3b08fd07 – cinap_lenrek authored - 2015/03/31 21:32
merge

277185b5 – aiju authored - 2015/04/01 18:16
games/gba: remove debugging print

b7ad5329 – cinap_lenrek authored - 2015/03/31 21:31
sgi: very primitive newport graphics driver for indy

ebf85fb7 – cinap_lenrek authored - 2015/03/31 21:30
vl: prevent stack altering instructions to be hoisted above loads

2a03ed80 – stanley authored - 2015/03/30 16:53
webpaste: update for modified okturing.com

1769b00b – cinap_lenrek authored - 2015/03/30 11:55
nintendo(1): add SOURCE entry for games/gba

e9e45e17 – cinap_lenrek authored - 2015/03/29 20:26
sgi: preserve R27 in setregisters(), use setregisters() in noted()

166afefa – cinap_lenrek authored - 2015/03/30 19:46
merge

2c9b1c6b – cinap_lenrek authored - 2015/03/30 19:45
etherseeq: reset the card when it gets stuck (dma timeouts)

5fdcde3b – stanley authored - 2015/03/28 17:08
/lib/faces: add eekee.1

eff2a40c – cinap_lenrek authored - 2015/03/28 10:12
merge

feb92fed – cinap_lenrek authored - 2015/03/28 10:11
sgi: new approach for etherseeq

5a34ad16 – aiju authored - 2015/03/28 06:20
games/gba: very subtle timer bug fixed

177cbace – cinap_lenrek authored - 2015/03/28 01:15
sgi: work in progress kernel for sgi mips machines (only tested with r5k indy)

9fd3e3f2 – ethan authored - 2015/03/26 21:57
mothra: remove unused confirmcurs; move confirmcursor up with the other cursors.

791545f2 – stanley authored - 2015/03/26 16:43
fortunes: TED, day 1: I want to believe -- WIRED magazine

bf365ac5 – cinap_lenrek authored - 2015/03/25 13:42
pc, pc64: state dependency to usbehci.h in mkfiles

fbe78d46 – cinap_lenrek authored - 2015/03/25 10:19
mpdigdiv.s: aaaaand its gone!

1cff9ab4 – cinap_lenrek authored - 2015/03/25 09:56
ape: fix main9 for mips

a7925e3e – cinap_lenrek authored - 2015/03/25 09:55
libmp: use portable mpdigdiv routines for mips (causes invalid instruction trap on indy)

cabf90e4 – cinap_lenrek authored - 2015/03/25 04:33
ape: fix lockinit() for mips

4687e196 – cinap_lenrek authored - 2015/03/24 23:03
zynq: fix out of bounds access in etherprobe()

0bc9ad78 – cinap_lenrek authored - 2015/03/24 20:11
boot: allow alternative proto files per kernel and kernel config for bootfs.paq

8ab9c6d3 – cinap_lenrek authored - 2015/03/24 18:54
vc: fix coffsect.lnno overflow into nreloc

0a9e7e34 – ftrvxmtrx authored - 2015/03/23 10:28
ircrc: remove unused clonefile

3f4b45c4 – cinap_lenrek authored - 2015/03/22 23:15
boot: bind #c to /dev with MREPL instead of MBEFORE to avoid double entries

8caec856 – cinap_lenrek authored - 2015/03/22 13:49
vl, libmach, kernel: mips has 16K alignment for segments (for bigpages)

80658d6c – cinap_lenrek authored - 2015/03/22 13:42
merge

8e61a003 – cinap_lenrek authored - 2015/03/22 13:41
usbohci: ensure Ed and Td alignment, fix for amd64

f2716ab2 – cinap_lenrek authored - 2015/03/19 07:45
merge

c86561f6 – cinap_lenrek authored - 2015/03/19 07:44
db: fix unicode support (thanks giacomo)

4d0343c9 – cinap_lenrek authored - 2015/03/18 15:52
dhcpd: ignore ";" filename from sgi arcs bootp(); command

dbbe430e – cinap_lenrek authored - 2015/03/18 15:31
libmach: use #pragma pack to force 4 byte alignment of bootexec.h structures for amd64

3889ada9 – cinap_lenrek authored - 2015/03/18 15:30
ape: silence compiler "no return at end of function" for mips lock.c

3b5c5656 – stanley authored - 2015/03/18 14:33
pushtls(2): tls.h -> libsec.h (thanks, pr)

aac6784f – cinap_lenrek authored - 2015/03/17 12:13
merge

f5f9ecdc – cinap_lenrek authored - 2015/03/17 12:12
6c: MOVL xxx, r; MOVLQZX r, r -> MOVL xxx, r

848c477a – stanley authored - 2015/03/16 19:44
ssam: fix typo

197e4d6e – stanley authored - 2015/03/16 19:42
ssam: don't pollute the environment.

17ae0ea7 – stanley authored - 2015/03/16 19:34
mp(2) man page: mpinvert, not mpinverse (thanks, pr)

972cd5e3 – cinap_lenrek authored - 2015/03/16 01:46
kernel: get rid of auxpage() and preserve cache index bits in Page.va in mount cache

d0b1db98 – cinap_lenrek authored - 2015/03/16 01:23
kernel: avoid repeated calls to reclaim(), dont miss last page in Pte

c1717aeb – cinap_lenrek authored - 2015/03/15 17:24
rsa(8): recommend secstore(1) for Plan 9 RSA private key storage

9b7c9787 – cinap_lenrek authored - 2015/03/15 14:01
mothra: <del>, <ins>, <wbr>

6411efcd – cinap_lenrek authored - 2015/03/15 13:05
mothra: add <strike> support

Next