summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-29audiohda: fix vid typo 1003 -> 1003cinap_lenrek
2013-01-29audiohda: add pci id for Intel P55 chipset and ATI HDMI (Radeon HD 8500)cinap_lenrek
2013-01-29acpi: remove "cannot get pci bus number for ..." debug printscinap_lenrek
on almost all machines, we get tons of these prints for pci busses that are not physically there but are described in the ACPI namespace. the reason that we enumerate these is because we do not enumerate _INI and _STA methods to check if they are present. we just match the information with the PCI devices we enumerated with our generic pci code. this works fine and doesnt require aml code to poke arround in pci config space.
2013-01-29hgignore: ignore /proccinap_lenrek
2013-01-28added support for the dos partition on raspberry pi.mveety
2013-01-28removed fakertc device that confused timesync. timesync now fails trying to ↵mveety
read it and hints user to get time elsewhere
2013-01-28removed fake rtc device.mveety
2013-01-28document tcp445 (CIFS/SMB) listenercinap_lenrek
2013-01-28remove /rc/bin/mouseresetcinap_lenrek
2013-01-28valley: fix random numberscinap_lenrek
2013-01-27hurrkhm
2013-01-27added valley(1)khm
2013-01-27audioac97: fix inverted recgain control, init to zero recgaincinap_lenrek
some controls are inverted. we reflect this by specifying negative range in the volume table now and let genaudiovolread() and genaudiovolwrite() do the conversion.
2013-01-27audioac97, audiohda: dont block on close, just pad the last block with zeroscinap_lenrek
2013-01-27mergecinap_lenrek
2013-01-27sam: make scroll wheel work outside scrollbarcinap_lenrek
2013-01-27statusbar: fix garbled percentage outputftrvxmtrx
2013-01-26add arm vfp support to compiler and linker (from sources)cinap_lenrek
2013-01-26add raspberry pi kernel (from sources)cinap_lenrek
2013-01-26add tegra2 soc kernel (from sources)cinap_lenrek
2013-01-26omap: update omap kernel (from sources)cinap_lenrek
refactors of the usb ehci code and adds vfp support
2013-01-26devuart: export uartenable()cinap_lenrek
2013-01-26kernel: add portable uncached memory allocator (ucalloc) (from sources)cinap_lenrek
2013-01-26kernel: add portable sd mmc interface (from sources)cinap_lenrek
2013-01-26libc: update atomic ops and fp code for arm (from sources)cinap_lenrek
2013-01-25nusb/serial: add silabs driver (from sources)cinap_lenrek
2013-01-25acme: fix unicode handling for editout (from sources)cinap_lenrek
2013-01-25omap: fix breakpoint instruction trap handling (from sources)cinap_lenrek
2013-01-25mergecinap_lenrek
2013-01-25libventi: handle nil connection in rpc as error instead of crashing (from ↵cinap_lenrek
sources)
2013-01-25libdraw: fix memory corruption bug in initdisplay()cinap_lenrek
2013-01-25libc: set malloctag for runestrdup()cinap_lenrek
2013-01-25jpg: check read count when reading png magic (harmless)cinap_lenrek
2013-01-25add Uruguay timezone (from sources)cinap_lenrek
2013-01-24tga, file: 15-bit tga imagesftrvxmtrx
2013-01-24cons(3): add /dev/mordor to the liststanley lieber
2013-01-22tga: fix flip/reflectftrvxmtrx
2013-01-22arp: fix memory leaks for "flush" and "del" arp ctl messagescinap_lenrek
2013-01-22mount /n/other from /srv/boot instead of /srv/cwfscinap_lenrek
this makes sure tcp boot will have ther user /tmp's the same way as from local cwfs. we used /srv/cwfs to prevent a deadlock with 9660srv as a root filesystem which has been fixed now.
2013-01-229660srv: run 9p service in separate namespace to prevent deadlockcinap_lenrek
we have to run the 9p service process in its own namespace otherwise the attach filename might point onto the served filesystem causing it to deadlock. this happens especially if 9660srv is used as root filesystem. (cdboot)
2013-01-21audioac97: set adc ratecinap_lenrek
set adc (recording) sample rate the same as playback for now. make these separate entries later when we reintroduce in/out attributes to volume controls.
2013-01-21file: more sanity checking for tga image detection to avoid false positivescinap_lenrek
2013-01-21tga: fix bad output channel descriptor for grayscale images and -9 flag, ↵cinap_lenrek
revert page work arround
2013-01-21mergeftrvxmtrx
2013-01-21page: image/tgaftrvxmtrx
2013-01-21page: force images to RGB using -3 flag (fixes grey-scale images displaying)ftrvxmtrx
2013-01-21file: detect tga imagesftrvxmtrx
2013-01-20readtga: fix b/w, add color-mapped images supportftrvxmtrx
2013-01-20totruecolor: support CRGBV images as inputftrvxmtrx
2013-01-20readtga: clean-upftrvxmtrx