RSS feed
24b908be
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:04
kernel: image reclaim pauses
3e567afe
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 20:59
kernel: fix sysexec() error handling compiler problem, sysrendez() busyloop
257c7e95
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 18:41
keep fpregs always in sse (FXSAVE) format, adapt libmach and acid files for new format
7aea1204
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/25 00:39
graphics(2): remove non existing char *mousedir argument from geninitdraw (from sources / geninitdraw-no-mousedir patch)
cf657b41
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/25 00:36
libdraw: fix agefont crash when display == nil (from sources / agefont-nodisplay patch)
96511b27
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/25 18:44
kernel: fix floating point exceptions (was broken by sse kernel changes)
8b40eece
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 15:45
kernel: cleanup /sys/src/9/pc/mkfile PORT= and OBJ= lists
92b550d6
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 15:31
kernel: prevent alarm(2) from returning instantly when the tick timer wraps. (from erik quanstros alarmwrap patch)
f6833ce4
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 15:29
wifi: properly size internal wifi input processing queue
7a9ecbed
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 14:58
merge
53317343
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/22 17:55
merge
81b74519
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/22 19:47
sse kernel support (sources)
213bf508
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/21 19:15
add 6(a|l) sse support to 8(a|l)
8a3a36fc
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 22:29
kernel: make allocb() wait instead of panic() when possible
58201a67
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:43
uarti8250: print on malloc failure
3ccf5db6
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:33
merge
c4f57ff4
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:32
pcuart: malloc error handling, cleanup
5aa2a1a8
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/20 09:48
kbmap/ua: fix uppercase ь
6ac8a3ca
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/19 21:17
devether: handle malloc error in etherprobe()
926dd18a
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/19 21:03
wifi: handle malloc errors in wifiattach()
18b8ae56
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 19:55
use resrcwait() when waiting for memory to become available
f97798e7
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/19 16:59
devsd: don't raise Enomem error if sdmalloc() fails, instead wait for the memory to become available
318cd6fb
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/19 13:50
kbmap/ru: fix uppercase ь
4c6c7be6
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/17 21:46
nusb/kb: simplify repeat logic as scancode now contains the info about esc1 extension
506cae05
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/17 21:03
nusb/kb: oops, fixup
811c3e8d
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/17 21:01
nusb/kb: use a flag to indicate extended code; fix the most unix-friendly key on se/fi kbd layout
d50ca727
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/05/15 11:38
faces: just say no to dejavu
172b290e
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/14 14:54
netaudit: check if ipgw= is an ip address
4c6fa554
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/14 14:31
make clear that the "ipgw" attribute has to be an ip address
9e952114
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/05/14 06:18
fortunes: Subject: [9fans] [gsoc] Dart9P
f990a6d3
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/13 00:40
rio: place text at beginning of line before cursor and host point
30339431
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/13 00:19
rio: fix completion and readback and make it possible to complete history
7b4c8aac
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 14:00
toppm: no need to initialize err
03d1d83d
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:52
toppm: checking for err is useless; it was initialized to nil earlier
df25791b
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:46
toppm: multichan converts to RGB24, not RGBV
eee01414
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:08
writeppm: replace WriteGIF by WritePPM
6bcc1eb3
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/13 19:03
writeppm: simplify
a3f776a1
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:36
writeppm: for bitmaps, 1 is black, 0 is white
a1130d84
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:17
toppm: fix style
d5e3e432
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:11
toppm: add -r flag for raw ppm
b78e9525
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:12
writeppm: fix tab/spaces
4c4fbdf7
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:05
merge
3cccb8fb
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:04
devaoe: avoid panic on malloc() error by using smalloc() instead.
80207435
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 14:25
ether8169: do phywakeup magic only for specific mac versions (from openbsd)
1d760c9b
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 08:53
file: recognize bitmap and graymap ppm images
29ece7fd
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 22:58
ether8169: and phy wakeup and reset phy before enabling auto negotiation
25bc4e84
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 16:54
devmnt: fix mount device leak and allocation error handling in mntversion()
fe073f85
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 14:45
sdide: add Intel SERIES 6 SATA controller pci ids
3174ffc9
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 14:43
acme: apply nemos acmediskread patch (from sources)
389d6a10
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 14:34
ape: change types from unsigned long to void* for rendezvous() and segattach()/segbrk() (erik), use uniqueue rendezvous tags for _buf and listen
9af0b2c6
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/09 16:48
awk: proctab.c is always regenerated from maketab, so it is unnecessary to keep it
9bb703e2
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/09 21:24
srv: be nice, close the previously duped pipe filedescriptor
e3883b05
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/08 19:27
Add RDRAND Support for /dev/random
03cf6cae
– khm <devnull@localhost>
authored
on 2013/05/08 17:07
fortunes: all the world's a social vax cloud
c24a442a
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/08 16:34
samterm: revert previous changes.
6a2b5055
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/08 13:47
samterm: move cursor to next tabstop or non-space character before backspacing in spaces mode. this makes it less annoying to backspace (it's more like tabs).
36287edc
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 16:51
ape: remove unused variables
517c0fea
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 16:24
ape: fix uninitialized variable bug in getfields()
a1bc7c76
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 15:37
merge
5ac6088b
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 15:35
access: unused variable
cd66b11f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/05 21:15
pbs: allow 9bootfat start cluster beyond 0xFFFF
d3b727db
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/05 00:28
devip: dont raise error() out of Fsprotocone()
9500191a
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 23:56
devip: handle malloc errors, fix queue leaks
30d7276d
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 16:36
libdraw: fix font f->cacheimage nil dereference
3e8a38df
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 14:40
libmach: update mips disassembler (from sources)
cf76ca4f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 14:33
sort: handle write error in debug mode
18e480ce
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 14:30
bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before <bio.h> (from sources)
d359aed9
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 03:03
nedmail: recognize image/jpg mimetype
9186ae13
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/03 22:53
u9fs: fix compilation warnings
f33e22c4
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/03 22:43
u9fs: make it compile
9de8d61f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/03 15:34
ape: get rid of fixed MUXADDR for buffered i/o
e8efd0a2
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/03 09:57
mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)
d1905d80
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/03 09:46
ape: remove unused variables from _buf (from erik qunastros _bufupd patch)
5dc9c7f4
– qeed <devnull@localhost>
authored
on 2013/05/02 06:40
fixed operand size for ADD SP, n
78794f03
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/02 19:12
devsd: initialize unit->sense[0] in sdsetsense() (from erik quanstroms 9atom)
d0bb0f77
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 17:56
chan: fix potential path leak on clone in namec() (from erik quanstroms 9atom)
91818e70
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 15:03
devpipe: fix channel and queue leaks (from erik quanstroms 9atom)
0124d865
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 14:50
aoe: updating aoe driver from erik quanstros 9atom
d4414b39
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 14:31
devloopback: fix potential channel leak on allocation error (from eriks 9atom)
58533c35
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 12:55
cc: accept 24 bit numeric runes
decade55
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 12:44
frexp: handle NaN values (from sources)
27f65a13
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/01 12:29
uartpci: add detection for StarTech PCI8S9503V (P588UG) (from sources)
b94a33e0
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/04/30 17:03
rio: fix highlight text for -b
694de270
– aiju <devnull@localhost>
authored
on 2013/04/30 13:02
blogcom +x
5335987c
– aiju <devnull@localhost>
authored
on 2013/04/30 12:57
added blogcom
ce62bbb8
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/29 16:15
5c: dont emit conditional integer division instructions
b325475f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/29 14:39
Fix double-free fault when isaconfig returns nothing for "etherN". (from richard millers devether-doublefree patch)
87785ee8
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/04/29 07:12
/sys/lib/rootstub: fix missing /alpha/lib/ape directory
84172fc9
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/04/28 14:34
bootrc: fix spacing when asking for fs/auth ip
966a1853
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/28 12:47
fix missing return compile error for manual book index generator
d5155e6b
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/04/27 20:23
merge
d173927c
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/04/27 20:19
acme: fix more error messages
90036b99
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/27 00:21
libdraw: avoid printing error on closemouse()
a72a7c1c
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/27 00:10
libdraw: exit mouseproc() on read error instead of spinning
3f8c1dc2
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/04/26 16:35
acme/win: fix error messages
e83d5a84
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/26 11:25
nusb/serial: Add support for Amontec JTAGkey devices (from sources)
35b5df03
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/24 20:13
fix <mach.h> types in manual (erik quanstros machmantype patch)
66701055
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/24 16:13
make all the commands agnostic about Rune width. (from sources)
78c7ba36
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/04/23 22:41
cpu: don't print spurious errstr for bad auth method, fix comment
b699f966
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/04/23 14:53
fortunes: i would not be at all surprised if the nix kernel (with or without the AC stuff) ends up being the basis for continuing evolution of plan9.
Next