Commit graph

740 commits

Author SHA1 Message Date
glenda
41a34b227b libdraw: make loadimage and readimage handle wide images 2011-09-03 09:17:46 -04:00
aiju
bb36c1aa98 improved on omap4 kernel, now runs rc! 2011-09-03 11:59:10 +02:00
cinap_lenrek
b298429804 ptp: fix fallback case 2011-09-03 03:26:44 +02:00
glenda
e2f0077935 ptp: screw interrupts, use GetPartialObject to make rpcs shorter so it doesnt matter when we flush 2011-09-02 19:25:17 -04:00
cinap_lenrek
9194371eac kbdfs: add -q (quiet) option 2011-09-02 15:16:10 +02:00
cinap_lenrek
933d48e43e merge 2011-09-02 14:13:15 +02:00
cinap_lenrek
513bdcccdc chan: use chanpath() in chan DBG, do more checking in cclose and cclone 2011-09-02 14:12:39 +02:00
cinap_lenrek
9e65fced98 usbohci: virtual box fix from richard miller 2011-09-02 14:11:23 +02:00
aiju
d886c9d248 added omap4 kernel prototype 2011-09-02 12:23:34 +02:00
cinap_lenrek
203443ee05 ether8169: huge cleanup, remove magic stuff 2011-08-31 15:49:32 +02:00
cinap_lenrek
e113f037a3 ether8169: reset on fifo overflow error 2011-08-30 17:19:22 +02:00
cinap_lenrek
b2f5e18032 remove autogenerated files, do more filtering 2011-08-30 09:08:34 -04:00
cinap_lenrek
962ec8cfb1 ether8169: sometimes transmits got missed. kicking the poll bit on each transmit fixes the problem 2011-08-30 09:08:55 +02:00
cinap_lenrek
c4db8cecbc dont build empty directories 2011-08-29 23:53:50 +02:00
cinap_lenrek
df6360169f nusbrc: $usbdelay 2011-08-28 21:07:20 +02:00
cinap_lenrek
cd47b3e9d4 bootrc: prefer 9660 filesystem as default on cdboot, restart factotum, delay for usb 2011-08-28 20:37:20 +02:00
cinap_lenrek
9403363364 bootrc: dont try to convert kernel variables, fix quoting 2011-08-27 17:58:20 +02:00
cinap_lenrek
6d9f649c41 bootrc: broke #ec copying, fix it. dontkill: ignore errors 2011-08-27 17:20:42 +02:00
aiju
1ba43dd369 rewrote xargs in C; implemented parallelization 2011-08-27 11:19:54 +02:00
cinap_lenrek
aff787ea2a nusb/ether: fix exit status 2011-08-27 07:43:20 +02:00
cinap_lenrek
6074cf1319 nusb: add ethernet 2011-08-26 15:37:47 +02:00
cinap_lenrek
1404cc5077 nusb: fix documentation, cleanup, remove /sys/src/cmd/usb 2011-08-26 05:24:55 +02:00
cinap_lenrek
a6e3c9fd83 calculate the real number of pages used by segments and use it for killbig and proc 2011-08-26 04:47:34 +02:00
cinap_lenrek
00161ca7fc gif: fix setting of transparency channels when writing gifs. (from rsc p9p) 2011-08-26 03:28:09 +02:00
cinap_lenrek
fbcb452f19 toff2html: ifdefs are evil 2011-08-25 03:21:12 +02:00
cinap_lenrek
cf974eb852 fix kernel: pio()/mfreeseg() race 2011-08-24 14:43:15 +02:00
cinap_lenrek
61a0117ea5 swap: do less print spamming, sched after killbig so killed proc can get released 2011-08-24 07:58:14 +02:00
cinap_lenrek
5182bb7ecf dont hang if swap is full 2011-08-24 06:52:24 +02:00
cinap_lenrek
94fd5b32e9 make scram work on T23 (fix issue #85) 2011-08-24 06:31:23 +02:00
cinap_lenrek
94e7de1531 apm(8): support off state 2011-08-23 07:53:55 +02:00
cinap_lenrek
1a82d67770 vgavesa: fix race 2011-08-23 06:11:16 +02:00
cinap_lenrek
b25e48b949 vgavesa: cleanup 2011-08-23 06:03:54 +02:00
cinap_lenrek
54db805a16 apm: cleanup 2011-08-23 05:34:49 +02:00
cinap_lenrek
e54222fb0d implement vesa screenblanking (issue #36) 2011-08-23 05:33:51 +02:00
cinap_lenrek
ce1915c53e bootrc: simplify by just converting all variables from #ec 2011-08-23 00:24:24 +02:00
cinap_lenrek
5548300537 paqfs: fix potential freeing of non heap string 2011-08-23 00:23:00 +02:00
cinap_lenrek
e1488b2de7 bootrc: use rtc. temporarily. 2011-08-22 11:20:32 +02:00
cinap_lenrek
0e5148b269 improve swap 2011-08-22 10:03:15 +02:00
cinap_lenrek
dc14f6285d fix iointerrupt use 2011-08-22 03:06:50 +02:00
cinap_lenrek
5f59367beb fix flush error string 2011-08-22 03:06:24 +02:00
cinap_lenrek
68576f5119 nusb/ptp: fix memory leaks, use libthread/ioprocs, cleanup 2011-08-22 03:05:01 +02:00
cinap_lenrek
08c39320a4 libthread: reimplemented i/o procs using new interrupt ctl message 2011-08-22 03:03:27 +02:00
cinap_lenrek
9a90e50142 libthread: remove auto-generated acid files 2011-08-22 03:01:47 +02:00
aiju
23fcac090c getpid: use tos 2011-08-20 16:10:02 +02:00
aiju
8434f98cdd added interrupt proc ctl message 2011-08-20 12:30:06 +02:00
aiju
0a0435dbc1 lib9p reqqueue: more cleaning 2011-08-19 19:33:36 +02:00
aiju
9574793fc7 lib9p reqqueue: remove setjmp shit 2011-08-19 16:24:44 +02:00
cinap_lenrek
a4d2297e96 nusb/disk: small clenups 2011-08-19 05:20:42 +02:00
cinap_lenrek
d25b95f4f2 nusb/ptp: implement flushing 2011-08-19 05:19:57 +02:00
cinap_lenrek
79a044e38e usb: fix potential uninterruptable calls 2011-08-19 05:19:10 +02:00