RSS feed
6089a1bb
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/06/01 10:00
auth(2): auth_getkey only takes a single argument: char *params
489626a6
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/06/01 09:44
hgignore: ignore /lib/firmware
d742ca0d
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/06/01 13:14
readgif, readjpg: fix incorrect malloc arguments: use sizeof(Rawimage*) instead of sizeof(Rawimage**) and 2*sizeof(Rawimage*) instead of sizeof(Header)
f44ae2dc
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/06/01 14:51
8c: apply charles forsyth's 8c-cgen64-mul-savereg patch (from sources)
b1f933e4
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/06/01 12:31
usbdwc: sync with sources (Raspberry Pi Model A support)
599ef9ba
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/06/01 12:14
inst/ndbsetup: allow setting sysname more than once
020bb933
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/31 22:42
mothra: implement link buttons
aabde7ae
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/31 21:42
ether82557: panic() if receive buffer allocation fails on init
d954d92d
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/31 21:40
ether83815: dont raise error() from etherreset
558199c3
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/05/31 09:49
/lib/1oct1993: Reprinted with corrections, October 2012
97f7d7f1
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/31 14:55
pool: do poolcheck when free nodes get corrupted instead of assert
ade39baa
– mveety <mveety@gmail.com>
authored
on 2013/05/29 18:25
fixed a segfault in auth/as because it didn't check to see if argv[0] and argv[1] actually had things in them
15c728a6
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/29 21:58
hjfs: deal with ORCLOSE in chancreat()
5f27c327
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/30 19:27
merge
e0e99144
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/30 19:27
merge
b607812f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/30 19:26
kernel: do all fp state fork from procfork() (like pc kernel)
a7318c75
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/30 19:16
pc kernel: simulate FXSAVE/FXRSTOR tag-byte from x87 tag-word, copy fp state across fork
8d4bac24
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/30 19:01
libmach: fix reversed F0-F7 register order
0eb5d8f7
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/29 07:37
ircrc: target is more important (especially in winwatch)
6c416079
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/28 16:06
io, seg: we should exits(nil) at the end of main
9d99fcff
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/26 20:26
mothra: clicking on the url scroll bar, snarfing, or saving a hit when no urls have been loaded (right after running mothra) would crash. this was due to use of w->url and selection when they are actually nil.
4620943a
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/27 15:32
tojpg: GREY[1248] images should be grayscale
5e59262d
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/28 19:42
merge
9864d35a
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/28 19:41
kernel: sysrfork abortion
d84a6c7a
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:20
merge
5c9350f3
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:17
kernel: dont copy fpsave on fork, simplify freeing waitq in pexit(), remove unused semlock from Proc sturcure
ed88bbce
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:12
devfs/devsd: fix waserror() and unused variable compiler problem
6f2948d1
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:09
kernel: closechanq error
54cbf2fe
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 21:04
kernel: image reclaim pauses
686db0fe
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 20:59
kernel: fix sysexec() error handling compiler problem, sysrendez() busyloop
29e68949
– 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
6c011a0d
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/26 17:56
tojpg: add jpeg encoder
4d017ccb
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/26 23:26
kernel: make imagereclaim() skip notext pages (prevent it from blowing the mount cache)
897bb6ac
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/25 23:33
add leading dot for explicit domain in webcookies, bump redirection limit to 12 in webfs
8d7e1908
– 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)
31413c98
– 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)
3efdb2b9
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/25 18:44
kernel: fix floating point exceptions (was broken by sse kernel changes)
9a1bdfea
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 15:45
kernel: cleanup /sys/src/9/pc/mkfile PORT= and OBJ= lists
f961d958
– 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)
a63c5421
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 15:29
wifi: properly size internal wifi input processing queue
ecb19ace
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/21 14:58
merge
5b1fc56b
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/22 17:55
merge
69202b7b
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/22 19:47
sse kernel support (sources)
1f89efba
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/21 19:15
add 6(a|l) sse support to 8(a|l)
b507b0ab
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 22:29
kernel: make allocb() wait instead of panic() when possible
6301d123
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:43
uarti8250: print on malloc failure
7e898a2b
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:33
merge
eda9f912
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 13:32
pcuart: malloc error handling, cleanup
0cc1b0f8
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/20 09:48
kbmap/ua: fix uppercase ь
cf08c854
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/19 21:17
devether: handle malloc error in etherprobe()
03da1b57
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/19 21:03
wifi: handle malloc errors in wifiattach()
edf16143
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/20 19:55
use resrcwait() when waiting for memory to become available
3354a016
– 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
7c79528b
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/19 13:50
kbmap/ru: fix uppercase ь
07a84ae4
– 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
3e559673
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/17 21:03
nusb/kb: oops, fixup
071e6b11
– 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
debdaaab
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/05/15 11:38
faces: just say no to dejavu
dcd9c222
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/14 14:54
netaudit: check if ipgw= is an ip address
0dc01084
– 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
1eb6c486
– stanley lieber <stanley.lieber@gmail.com>
authored
on 2013/05/14 06:18
fortunes: Subject: [9fans] [gsoc] Dart9P
e70830a8
– 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
bfe2e4cc
– 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
bf206996
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 14:00
toppm: no need to initialize err
49c56cfc
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:52
toppm: checking for err is useless; it was initialized to nil earlier
18fc247a
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:46
toppm: multichan converts to RGB24, not RGBV
a870953f
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 13:08
writeppm: replace WriteGIF by WritePPM
8c9ae743
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/13 19:03
writeppm: simplify
679b1def
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:36
writeppm: for bitmaps, 1 is black, 0 is white
ab8fc508
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:17
toppm: fix style
f456e676
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 12:11
toppm: add -r flag for raw ppm
596e41ec
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:12
writeppm: fix tab/spaces
4464e958
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:05
merge
e9e6d6cd
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 15:04
devaoe: avoid panic on malloc() error by using smalloc() instead.
ce3ca70e
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/12 14:25
ether8169: do phywakeup magic only for specific mac versions (from openbsd)
d3269b00
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/12 08:53
file: recognize bitmap and graymap ppm images
9303342f
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 22:58
ether8169: and phy wakeup and reset phy before enabling auto negotiation
3db2f66b
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 16:54
devmnt: fix mount device leak and allocation error handling in mntversion()
0aa62dc9
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 14:45
sdide: add Intel SERIES 6 SATA controller pci ids
8dc5e9fd
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/11 14:43
acme: apply nemos acmediskread patch (from sources)
4621691a
– 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
ccf3eae2
– 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
5582b2d9
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/09 21:24
srv: be nice, close the previously duped pipe filedescriptor
f20373b1
– jpathy <jpathy@mail.nanosouffle.net>
authored
on 2013/05/08 19:27
Add RDRAND Support for /dev/random
a9ab5a31
– khm <devnull@localhost>
authored
on 2013/05/08 17:07
fortunes: all the world's a social vax cloud
3830b2d0
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/08 16:34
samterm: revert previous changes.
fea1840a
– 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).
f4c1aad4
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 16:51
ape: remove unused variables
be758dd6
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 16:24
ape: fix uninitialized variable bug in getfields()
f3a54ddb
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 15:37
merge
c9b4b518
– ppatience0 <ppatience0@gmail.com>
authored
on 2013/05/06 15:35
access: unused variable
c0371f6c
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/05 21:15
pbs: allow 9bootfat start cluster beyond 0xFFFF
2cc71373
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/05 00:28
devip: dont raise error() out of Fsprotocone()
03bb0782
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 23:56
devip: handle malloc errors, fix queue leaks
8db43f06
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 16:36
libdraw: fix font f->cacheimage nil dereference
c3618bcd
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 14:40
libmach: update mips disassembler (from sources)
2f89a3fb
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 14:33
sort: handle write error in debug mode
e3e7dcc5
– 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)
8111a601
– cinap_lenrek <cinap_lenrek@gmx.de>
authored
on 2013/05/04 03:03
nedmail: recognize image/jpg mimetype
ee4e7bf4
– ftrvxmtrx <ftrvxmtrx@gmail.com>
authored
on 2013/05/03 22:53
u9fs: fix compilation warnings
Next