Commit graph

894 commits

Author SHA1 Message Date
cinap_lenrek 0d926a2512 dns: import changes from sources 2012-03-09 06:02:17 +01:00
cinap_lenrek 388cd56d69 wave pcm support 2012-03-08 07:25:14 +01:00
cinap_lenrek f0facb2ed8 usbehci: import changes from sources (portreset, port handover handling), set interrupt threshold to 1 uframe 2012-03-07 23:50:58 +01:00
cinap_lenrek 532ac0ec66 alarm: make alarm work for processes running as none 2012-03-05 18:30:46 +01:00
cinap_lenrek 3ede927b40 audiohda: oops... 2012-03-04 07:02:38 +01:00
cinap_lenrek f649ceba09 audiohda: set power state, eapd for x61 2012-03-04 06:17:40 +01:00
cinap_lenrek bf686ffabc dns: discover my ip address at runtime 2012-03-02 17:47:01 +01:00
cinap_lenrek d8a60343ba merge 2012-03-02 06:41:22 +01:00
cinap_lenrek fa74649d18 socksd: use note to shoot down relay procs 2012-03-02 06:40:40 +01:00
stanley lieber f93dcaff17 paint: add 'c' and 'f' 2012-03-02 04:54:45 +00:00
cinap_lenrek 2fec3c0bc8 socksd: socks4 and socks4a support 2012-03-02 04:32:46 +01:00
cinap_lenrek a57252cadb socksd: simple socks server (no manpage yet) 2012-03-02 00:34:41 +01:00
cinap_lenrek 424f8a9520 nusb: debug flags 2012-03-01 18:56:54 +01:00
cinap_lenrek 02217fa6c2 boot: check nousbrc boot parameter, add delay 2012-03-01 18:55:42 +01:00
stanley lieber 4ffaa215ab paint: cause 's' to prompt with the file name if paint is invoked with a file name as its argument 2012-03-01 08:32:05 -06:00
stanley lieber 670ed27591 paint: cleanup; don't sysfatal() on non-fatal errors 2012-02-29 00:47:26 +00:00
cinap_lenrek 34db0ca763 merge 2012-02-28 21:45:25 +01:00
cinap_lenrek 63f2214164 boot: ignore led file in /dev/sd* 2012-02-28 21:42:25 +01:00
stanley lieber cb3fdfb70f paint: open existing files for editing 2012-02-27 20:15:37 -06:00
cinap_lenrek cbb83c4fce kbdfs: properly handle zero length write to kbdin 2012-02-26 20:19:58 +01:00
cinap_lenrek 11e38d21c8 kbdfs: ignoring fake shifts 2012-02-26 13:43:50 +01:00
cinap_lenrek ce6b942ff1 vncs: /dev/kbd support by running kbdfs and forwarding keycodes thru kbdin 2012-02-25 23:47:09 +01:00
cinap_lenrek 612d666d54 kbdfs: cleanup 2012-02-25 17:42:08 +01:00
cinap_lenrek f2b6ec3140 correcting unicode superscripts for 1 2 and 3 2012-02-23 16:58:53 +01:00
cinap_lenrek 6c41bd843c audiohda: add more pci vid/did 2012-02-21 11:58:42 +01:00
cinap_lenrek 6336c8387b mothra: linkify 2012-02-21 11:08:05 +01:00
cinap_lenrek 4eaea14f76 uhtml: fix -c override 2012-02-20 20:54:42 +01:00
cinap_lenrek 0a9ae3758c uhtml: scan tags only, fix cat fallback, usage, cleanup 2012-02-20 20:48:48 +01:00
cinap_lenrek 6512bbc679 audiohda: ich8 support 2012-02-20 17:37:39 +01:00
cinap_lenrek 96857088f4 page: improve shortname() 2012-02-20 10:49:54 +01:00
cinap_lenrek 5b07f6238b devdraw: use QLock to serialize sleep on refresh to prevent double sleep 2012-02-20 10:49:14 +01:00
cinap_lenrek 9e28bf1a63 audiohda: make it work with sb600 onboard sound 2012-02-19 19:43:49 +01:00
cinap_lenrek 77c21a062c kernel: remove duppage debug, add comments, cleanup 2012-02-16 18:04:08 +01:00
cinap_lenrek 083612b34e kernel: duppage checking 2012-02-16 11:38:50 +01:00
cinap_lenrek 739846b452 alarm(1) manpage 2012-02-15 19:40:08 +01:00
cinap_lenrek 9f6eb984ec alarm: try /bin for command 2012-02-15 19:24:58 +01:00
cinap_lenrek 27c02488a5 alarm: subsecond timeouts, fix path checking, return status 2012-02-15 19:04:38 +01:00
cinap_lenrek ac0107ca42 file: mp3 audio data detection by syncword, play: remote -t option as file now works for mp3 streams 2012-02-14 17:29:18 +01:00
cinap_lenrek a57ad59bf0 mp3dec: skip ID3v2 tags 2012-02-14 15:42:58 +01:00
cinap_lenrek 0fac86fc85 mothra: remove default and badurl pages, set /dev/label, cleanup 2012-02-14 08:42:01 +01:00
cinap_lenrek 921b81d8f8 fix cs deadlock caused by ndb trying to create hashfile for /net/ndb 2012-02-13 15:26:47 +01:00
cinap_lenrek ef310cbd28 kbdfs: mouse twitching 2012-02-13 07:21:59 +01:00
cinap_lenrek 4780a7ff56 devmouse: add twitch mousectl command 2012-02-13 07:06:08 +01:00
cinap_lenrek 6cb7ba7ed5 libmach: use correct kernel base, kprof: use kernel base from libmach (from applied/kprof patch) 2012-02-13 06:06:13 +01:00
cinap_lenrek c9f5d14ea6 ip: fix missing poperror (from applied/netlogpoperror) 2012-02-13 05:56:47 +01:00
cinap_lenrek 84b8be31d0 sdide: fix lba48 transition bug 2012-02-12 04:02:33 +01:00
cinap_lenrek 70223416cd cfs: fix bad memory deref in rstat (from yk's patch/cfs-rstatctlbug) 2012-02-11 13:25:23 +01:00
cinap_lenrek f51aa49bb0 acid: fix format string bugs and comment line counting (from eriks patch/acid-nits patch) 2012-02-11 13:05:34 +01:00
cinap_lenrek 784d811c3a flacdec: remove debug 2012-02-11 09:08:35 +01:00
cinap_lenrek eb4ade60be FLAC audio support 2012-02-11 08:33:22 +01:00