shithub: riscv

RSS feed

06ec2ffa – cinap_lenrek <[email protected]> authored on 2013/06/05 16:35
cifs(4): default method is ntlmv2, fix formatting

be351877 – cinap_lenrek <[email protected]> authored on 2013/06/05 16:34
remove iwl-firmware download script, this should be a package

b014e2c4 – mveety <[email protected]> authored on 2013/06/04 08:52
added a script to automate downloading and installing of iwl firmware

60fd776d – cinap_lenrek <[email protected]> authored on 2013/06/04 18:11
libaml: various fixes found by plhk

bc9df6c6 – cinap_lenrek <[email protected]> authored on 2013/06/03 19:49
time: fix -older t for relative times to current time (thanks arisawa for pointing out)

b099f734 – cinap_lenrek <[email protected]> authored on 2013/06/02 00:59
grabrfc: fix null list in concatination when no $dom, just use $sysname

55da96c6 – cinap_lenrek <[email protected]> authored on 2013/06/02 00:50
grabrfc: +x

e1bc28d1 – ppatience0 <[email protected]> authored on 2013/06/01 15:40
fgui: check if fd is valid before entering new key

d3773c43 – cinap_lenrek <[email protected]> authored on 2013/06/01 20:24
aux/wpa: make sure essid is configured, dont make factotum ask for essid

bf2dd0c6 – cinap_lenrek <[email protected]> authored on 2013/06/02 19:46
merge

97c4381d – cinap_lenrek <[email protected]> authored on 2013/06/02 19:45
nusb/kb: map button 4 to middle button 2 (for logitech 5 button mouse)

6c4d8f8b – cinap_lenrek <[email protected]> authored on 2013/06/01 14:51
8c: apply charles forsyth's 8c-cgen64-mul-savereg patch (from sources)

a5589dda – ppatience0 <[email protected]> authored on 2013/06/01 12:56
hjfs: ignore atime on wstat

82f9f3df – cinap_lenrek <[email protected]> authored on 2013/06/01 12:31
usbdwc: sync with sources (Raspberry Pi Model A support)

03f364d1 – cinap_lenrek <[email protected]> authored on 2013/06/01 12:14
inst/ndbsetup: allow setting sysname more than once

2502ba5a – ppatience0 <[email protected]> authored on 2013/06/01 10:00
auth(2): auth_getkey only takes a single argument: char *params

aa3e73a9 – ppatience0 <[email protected]> authored on 2013/06/01 09:44
hgignore: ignore /lib/firmware

74416281 – ppatience0 <[email protected]> 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)

48d4083e – cinap_lenrek <[email protected]> authored on 2013/05/31 22:42
mothra: implement link buttons

aedb35af – cinap_lenrek <[email protected]> authored on 2013/05/31 21:42
ether82557: panic() if receive buffer allocation fails on init

f7ffca5c – cinap_lenrek <[email protected]> authored on 2013/05/31 21:40
ether83815: dont raise error() from etherreset

096cf143 – stanley lieber <[email protected]> authored on 2013/05/31 09:49
/lib/1oct1993: Reprinted with corrections, October 2012

2a94e1fc – cinap_lenrek <[email protected]> authored on 2013/05/31 14:55
pool: do poolcheck when free nodes get corrupted instead of assert

a84c51a1 – mveety <[email protected]> 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

9abafe22 – cinap_lenrek <[email protected]> authored on 2013/05/29 21:58
hjfs: deal with ORCLOSE in chancreat()

5ba51bcd – cinap_lenrek <[email protected]> authored on 2013/05/30 19:27
merge

8eb12a65 – cinap_lenrek <[email protected]> authored on 2013/05/30 19:27
merge

d94ffb48 – cinap_lenrek <[email protected]> authored on 2013/05/30 19:26
kernel: do all fp state fork from procfork() (like pc kernel)

9652f5be – cinap_lenrek <[email protected]> authored on 2013/05/30 19:16
pc kernel: simulate FXSAVE/FXRSTOR tag-byte from x87 tag-word, copy fp state across fork

580a467f – cinap_lenrek <[email protected]> authored on 2013/05/30 19:01
libmach: fix reversed F0-F7 register order

392f92b8 – ftrvxmtrx <[email protected]> authored on 2013/05/29 07:37
ircrc: target is more important (especially in winwatch)

9fee166e – ppatience0 <[email protected]> authored on 2013/05/28 16:06
io, seg: we should exits(nil) at the end of main

6a0d21ac – ppatience0 <[email protected]> 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.

ffef3278 – ppatience0 <[email protected]> authored on 2013/05/27 15:32
tojpg: GREY[1248] images should be grayscale

723018c1 – cinap_lenrek <[email protected]> authored on 2013/05/28 19:42
merge

8cce104f – cinap_lenrek <[email protected]> authored on 2013/05/28 19:41
kernel: sysrfork abortion

6025ad06 – cinap_lenrek <[email protected]> authored on 2013/05/26 21:20
merge

44e4aad8 – cinap_lenrek <[email protected]> authored on 2013/05/26 21:17
kernel: dont copy fpsave on fork, simplify freeing waitq in pexit(), remove unused semlock from Proc sturcure

410d6bea – cinap_lenrek <[email protected]> authored on 2013/05/26 21:12
devfs/devsd: fix waserror() and unused variable compiler problem

c4153b77 – cinap_lenrek <[email protected]> authored on 2013/05/26 21:09
kernel: closechanq error

24b908be – cinap_lenrek <[email protected]> authored on 2013/05/26 21:04
kernel: image reclaim pauses

3e567afe – cinap_lenrek <[email protected]> authored on 2013/05/26 20:59
kernel: fix sysexec() error handling compiler problem, sysrendez() busyloop

257c7e95 – cinap_lenrek <[email protected]> authored on 2013/05/26 18:41
keep fpregs always in sse (FXSAVE) format, adapt libmach and acid files for new format

410ce8fe – ppatience0 <[email protected]> authored on 2013/05/26 17:56
tojpg: add jpeg encoder

71a3ab3f – cinap_lenrek <[email protected]> authored on 2013/05/26 23:26
kernel: make imagereclaim() skip notext pages (prevent it from blowing the mount cache)

ef5e19b9 – cinap_lenrek <[email protected]> authored on 2013/05/25 23:33
add leading dot for explicit domain in webcookies, bump redirection limit to 12 in webfs

7aea1204 – cinap_lenrek <[email protected]> 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 <[email protected]> authored on 2013/05/25 00:36
libdraw: fix agefont crash when display == nil (from sources / agefont-nodisplay patch)

96511b27 – cinap_lenrek <[email protected]> authored on 2013/05/25 18:44
kernel: fix floating point exceptions (was broken by sse kernel changes)

8b40eece – cinap_lenrek <[email protected]> authored on 2013/05/21 15:45
kernel: cleanup /sys/src/9/pc/mkfile PORT= and OBJ= lists

92b550d6 – cinap_lenrek <[email protected]> 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 <[email protected]> authored on 2013/05/21 15:29
wifi: properly size internal wifi input processing queue

7a9ecbed – cinap_lenrek <[email protected]> authored on 2013/05/21 14:58
merge

53317343 – jpathy <[email protected]> authored on 2013/05/22 17:55
merge

81b74519 – jpathy <[email protected]> authored on 2013/05/22 19:47
sse kernel support (sources)

213bf508 – jpathy <[email protected]> authored on 2013/05/21 19:15
add 6(a|l) sse support to 8(a|l)

8a3a36fc – cinap_lenrek <[email protected]> authored on 2013/05/20 22:29
kernel: make allocb() wait instead of panic() when possible

58201a67 – cinap_lenrek <[email protected]> authored on 2013/05/20 13:43
uarti8250: print on malloc failure

3ccf5db6 – cinap_lenrek <[email protected]> authored on 2013/05/20 13:33
merge

c4f57ff4 – cinap_lenrek <[email protected]> authored on 2013/05/20 13:32
pcuart: malloc error handling, cleanup

5aa2a1a8 – ftrvxmtrx <[email protected]> authored on 2013/05/20 09:48
kbmap/ua: fix uppercase ь

6ac8a3ca – cinap_lenrek <[email protected]> authored on 2013/05/19 21:17
devether: handle malloc error in etherprobe()

926dd18a – cinap_lenrek <[email protected]> authored on 2013/05/19 21:03
wifi: handle malloc errors in wifiattach()

18b8ae56 – cinap_lenrek <[email protected]> authored on 2013/05/20 19:55
use resrcwait() when waiting for memory to become available

f97798e7 – cinap_lenrek <[email protected]> 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 <[email protected]> authored on 2013/05/19 13:50
kbmap/ru: fix uppercase ь

4c6c7be6 – cinap_lenrek <[email protected]> authored on 2013/05/17 21:46
nusb/kb: simplify repeat logic as scancode now contains the info about esc1 extension

506cae05 – ftrvxmtrx <[email protected]> authored on 2013/05/17 21:03
nusb/kb: oops, fixup

811c3e8d – ftrvxmtrx <[email protected]> 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 <[email protected]> authored on 2013/05/15 11:38
faces: just say no to dejavu

172b290e – cinap_lenrek <[email protected]> authored on 2013/05/14 14:54
netaudit: check if ipgw= is an ip address

4c6fa554 – cinap_lenrek <[email protected]> authored on 2013/05/14 14:31
make clear that the "ipgw" attribute has to be an ip address

9e952114 – stanley lieber <[email protected]> authored on 2013/05/14 06:18
fortunes: Subject: [9fans] [gsoc] Dart9P

f990a6d3 – cinap_lenrek <[email protected]> authored on 2013/05/13 00:40
rio: place text at beginning of line before cursor and host point

30339431 – cinap_lenrek <[email protected]> authored on 2013/05/13 00:19
rio: fix completion and readback and make it possible to complete history

7b4c8aac – ppatience0 <[email protected]> authored on 2013/05/12 14:00
toppm: no need to initialize err

03d1d83d – ppatience0 <[email protected]> authored on 2013/05/12 13:52
toppm: checking for err is useless; it was initialized to nil earlier

df25791b – ppatience0 <[email protected]> authored on 2013/05/12 13:46
toppm: multichan converts to RGB24, not RGBV

eee01414 – ppatience0 <[email protected]> authored on 2013/05/12 13:08
writeppm: replace WriteGIF by WritePPM

6bcc1eb3 – cinap_lenrek <[email protected]> authored on 2013/05/13 19:03
writeppm: simplify

a3f776a1 – ppatience0 <[email protected]> authored on 2013/05/12 12:36
writeppm: for bitmaps, 1 is black, 0 is white

a1130d84 – ppatience0 <[email protected]> authored on 2013/05/12 12:17
toppm: fix style

d5e3e432 – ppatience0 <[email protected]> authored on 2013/05/12 12:11
toppm: add -r flag for raw ppm

b78e9525 – cinap_lenrek <[email protected]> authored on 2013/05/12 15:12
writeppm: fix tab/spaces

4c4fbdf7 – cinap_lenrek <[email protected]> authored on 2013/05/12 15:05
merge

3cccb8fb – cinap_lenrek <[email protected]> authored on 2013/05/12 15:04
devaoe: avoid panic on malloc() error by using smalloc() instead.

80207435 – cinap_lenrek <[email protected]> authored on 2013/05/12 14:25
ether8169: do phywakeup magic only for specific mac versions (from openbsd)

1d760c9b – ppatience0 <[email protected]> authored on 2013/05/12 08:53
file: recognize bitmap and graymap ppm images

29ece7fd – cinap_lenrek <[email protected]> authored on 2013/05/11 22:58
ether8169: and phy wakeup and reset phy before enabling auto negotiation

25bc4e84 – cinap_lenrek <[email protected]> authored on 2013/05/11 16:54
devmnt: fix mount device leak and allocation error handling in mntversion()

fe073f85 – cinap_lenrek <[email protected]> authored on 2013/05/11 14:45
sdide: add Intel SERIES 6 SATA controller pci ids

3174ffc9 – cinap_lenrek <[email protected]> authored on 2013/05/11 14:43
acme: apply nemos acmediskread patch (from sources)

389d6a10 – cinap_lenrek <[email protected]> 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 <[email protected]> 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 <[email protected]> authored on 2013/05/09 21:24
srv: be nice, close the previously duped pipe filedescriptor

e3883b05 – jpathy <[email protected]> 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 <[email protected]> authored on 2013/05/08 16:34
samterm: revert previous changes.

6a2b5055 – ppatience0 <[email protected]> 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 <[email protected]> authored on 2013/05/06 16:51
ape: remove unused variables

Next