summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-22mergejpathy
2013-05-22sse kernel support (sources)jpathy
2013-05-21add 6(a|l) sse support to 8(a|l)jpathy
2013-05-21kernel: make allocb() wait instead of panic() when possiblecinap_lenrek
as long as our process doesnt hold any locks or ilocks, we can try to wait for the memory to become available instead of panicing.
2013-05-20uarti8250: print on malloc failurecinap_lenrek
2013-05-20mergecinap_lenrek
2013-05-20pcuart: malloc error handling, cleanupcinap_lenrek
2013-05-20kbmap/ua: fix uppercase ьftrvxmtrx
2013-05-20devether: handle malloc error in etherprobe()cinap_lenrek
2013-05-20wifi: handle malloc errors in wifiattach()cinap_lenrek
2013-05-20use resrcwait() when waiting for memory to become availablecinap_lenrek
use resrcwait() when waiting for memory to become available. randomize the sleep time and properly restore old process status in case tsleep() gets interrupted.
2013-05-19devsd: don't raise Enomem error if sdmalloc() fails, instead wait for the ↵cinap_lenrek
memory to become available filesystems do not handle i/o errors well (cwfs will abandon the blocks), and temporary exhaustion of kernel memory (because of too many i/o's in parallel) causes read and write on the partition to fail. i think it is better to wait for the memory to become available in this case. the single allocation is at max SDmaxio bytes, which makes it likely to become available. if we havnt even enought fo that, then rebooting the machine would be the best option. (aux/reboot)
2013-05-19kbmap/ru: fix uppercase ьftrvxmtrx
2013-05-18nusb/kb: simplify repeat logic as scancode now contains the info about esc1 ↵cinap_lenrek
extension
2013-05-18nusb/kb: oops, fixupftrvxmtrx
2013-05-18nusb/kb: use a flag to indicate extended code; fix the most unix-friendly ↵ftrvxmtrx
key on se/fi kbd layout
2013-05-15faces: just say no to dejavustanley lieber
2013-05-14netaudit: check if ipgw= is an ip addresscinap_lenrek
2013-05-14make clear that the "ipgw" attribute has to be an ip addresscinap_lenrek
2013-05-14fortunes: Subject: [9fans] [gsoc] Dart9Pstanley lieber
2013-05-13rio: place text at beginning of line before cursor and host pointcinap_lenrek
2013-05-13rio: fix completion and readback and make it possible to complete historycinap_lenrek
2013-05-12toppm: no need to initialize errppatience0
2013-05-12toppm: checking for err is useless; it was initialized to nil earlierppatience0
2013-05-12toppm: multichan converts to RGB24, not RGBVppatience0
2013-05-12writeppm: replace WriteGIF by WritePPMppatience0
2013-05-13writeppm: simplifycinap_lenrek
2013-05-12writeppm: for bitmaps, 1 is black, 0 is whiteppatience0
2013-05-12toppm: fix styleppatience0
2013-05-12toppm: add -r flag for raw ppmppatience0
2013-05-12writeppm: fix tab/spacescinap_lenrek
2013-05-12mergecinap_lenrek
2013-05-12devaoe: avoid panic on malloc() error by using smalloc() instead.cinap_lenrek
2013-05-12file: recognize bitmap and graymap ppm imagesppatience0
writeppm: do not print extra space after each pixel for graymap formats to save space
2013-05-12ether8169: do phywakeup magic only for specific mac versions (from openbsd)cinap_lenrek
2013-05-12ether8169: and phy wakeup and reset phy before enabling auto negotiationcinap_lenrek
this brings up the 8198B on BurnZeZ's ASRock Z68 Professional Gen3 board.
2013-05-11devmnt: fix mount device leak and allocation error handling in mntversion()cinap_lenrek
the fist problem is that qopen() might return nil and that kstrdup() will sleep, so we should try to avoid holding the mntalloc lock. so we move the kstrdup() and qopen() calls before the Mnt allocation, and properly recover the memory if we fail later. the second problem was that we error(Eshort) after we already created the Mnt when returnlen < sizeof(f.version). this check has to happen *before* we even attempt to allocate the Mnt structures. note that we only copy the version string once everything is in the clear, so the semantics of the user buffer not being modified in case of error is not changed. a little cleanup in muxclose(), getting rid of mntptfree()...
2013-05-11sdide: add Intel SERIES 6 SATA controller pci idscinap_lenrek
2013-05-11acme: apply nemos acmediskread patch (from sources)cinap_lenrek
pread does not guarantee that it would read all the data asked for. But acme usage of disk assumes that. This issues as many reads as needed to make acme work when read returns less data than it wanted.
2013-05-11ape: change types from unsigned long to void* for rendezvous() and ↵cinap_lenrek
segattach()/segbrk() (erik), use uniqueue rendezvous tags for _buf and listen
2013-05-09awk: proctab.c is always regenerated from maketab, so it is unnecessary to ↵ppatience0
keep it
2013-05-10srv: be nice, close the previously duped pipe filedescriptorcinap_lenrek
2013-05-08fortunes: all the world's a social vax cloudkhm
2013-05-08samterm: revert previous changes.ppatience0
2013-05-08samterm: move cursor to next tabstop or non-space character before ↵ppatience0
backspacing in spaces mode. this makes it less annoying to backspace (it's more like tabs).
2013-05-08Add RDRAND Support for /dev/randomjpathy
2013-05-06ape: remove unused variablesppatience0
2013-05-06ape: fix uninitialized variable bug in getfields()ppatience0
2013-05-06mergeppatience0
2013-05-06access: unused variableppatience0