Age | Commit message (Expand) | Author |
2011-04-10 | A last few NULL -> 0 corrections. | Miod Vallat |
2011-04-10 | bring back changes in r 1.192: | Jacob Meuser |
2011-04-10 | Extend the PCI memory address space to 36-bit. The first BIOSen that assign | Mark Kettenis |
2011-04-10 | Add -fno-builtin-exit to CFLAGS to silence gcc4. | Miod Vallat |
2011-04-10 | Uninitialized local variable. | Miod Vallat |
2011-04-10 | NULL -> 0 | Miod Vallat |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines | Philip Guenthe |
2011-04-10 | hppa64 does not have a libspmath | Theo de Raadt |
2011-04-10 | 'kernel libraries' always get in the way of the build process. Teach | Theo de Raadt |
2011-04-09 | don't tell the inline assembly here it will take a 64 bit io port | Jonathan Gray |
2011-04-09 | Make this compile without warnings in all modes, and do not use NULL when | Miod Vallat |
2011-04-09 | add all 64 bit dma plumbing but stick with 32 for now by default. | Marco Peereboom |
2011-04-09 | repair a 32-bit truncation in paddr_t calculation, allowing my 8GB | Theo de Raadt |
2011-04-09 | use unique wait channels | Theo de Raadt |
2011-04-09 | make sure the upper 32 bits are always written to instead of assuming it | Marco Peereboom |
2011-04-08 | backout previous (which has some interrupt spin problem, sort of diagnosed | Theo de Raadt |
2011-04-08 | more spaces | Marco Peereboom |
2011-04-08 | kill some stray spaces | Marco Peereboom |
2011-04-08 | Fix a 64-bit arithmetic bug I stumbled upon while investigating our | Matthew Dempsky |
2011-04-08 | rename wiat channel to something less than 8 chars. | Marco Peereboom |
2011-04-08 | use dma_alloc for transient management commands. | Marco Peereboom |
2011-04-08 | Since we don't print "drive offline" anymore, there is no need to | Kenneth R Westerback |
2011-04-08 | remove uneeded inlines here as was done in rev 1.24 of | Jonathan Gray |
2011-04-08 | Remove unused code/array | Jordan Hargrave |
2011-04-08 | one dma_free() was mistakenly left as free() | Theo de Raadt |
2011-04-08 | Fix raidp/raid6 to work with new iopool code, needed to swap wu's | Jordan Hargrave |
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom |
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat |
2011-04-07 | Correctly initialize local variables in pf_check_proto_cksum(), even for | Miod Vallat |
2011-04-07 | Revert previous diff decrementing bcstats.numbufpages here. This function | Bob Beck |
2011-04-07 | Make $syscall_return work for real. | Mark Kettenis |
2011-04-07 | %x->%p in various format strings, to avoid truncating values. | Miod Vallat |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Move a function declaration out of the function since it is used in the next | Dale Rahn |
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2011-04-07 | Sync apic code from hppa. | Joel Sing |
2011-04-07 | Make sure the eeprom pointer is correctly initialized in | Miod Vallat |
2011-04-07 | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; | Thordur I. Bjornsson |
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback |
2011-04-07 | In uvm_vslock_device(), if uvm_pglistalloc() fails, make sure to not pass | Miod Vallat |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-07 | 'disk offline' is not helpful. Silence is golden. | Kenneth R Westerback |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-04-06 | comment typo | Stuart Henderson |
2011-04-06 | uncompress a packet with an IPcomp header only once; this prevents | Markus Friedl |
2011-04-06 | Declare and initialize safepri, for the kernel to link. | Miod Vallat |