Age | Commit message (Expand) | Author |
2013-11-28 | the stuff in audiovar.h is only used in audio.c, so move it in there to | David Gwynne |
2013-11-27 | Reduce diffs with Linux. | Mark Kettenis |
2013-11-27 | Hook up gem_open/close_object methods. | Mark Kettenis |
2013-11-27 | Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux. | Mark Kettenis |
2013-11-27 | If the v_type is going to change when loading the NFS attribute cache, | Joel Sing |
2013-11-27 | Defer the v_type initialisation until after the vnode has been purged from | Joel Sing |
2013-11-27 | Assert that we never have destinations cached for a non-VDIR vnode. | Joel Sing |
2013-11-27 | Since r1.106 we have a local variable referencing the receiving interface, | Martin Pieuchot |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-27 | Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro. | Martin Pieuchot |
2013-11-27 | Let's call a rtableid a rtableid. | Martin Pieuchot |
2013-11-27 | fix typo | Theo de Raadt |
2013-11-27 | make timeout_add and its wrappers return whether the timeout was scheduled | David Gwynne |
2013-11-27 | use a macro when testing for an ich8 family mac type | Jonathan Gray |
2013-11-27 | get rid of the goop for maintaining multiple cftables since theres | David Gwynne |
2013-11-26 | grow NFS request cache for the server side from 64 to 2048 entries. | Bob Beck |
2013-11-26 | spelling; Kent R. Spillner | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | make this compile after dlg's recent change | Martin Reindl |
2013-11-26 | compare pointers to NULL | David Gwynne |
2013-11-26 | instead of calculating the icmp checksum here, just set the flag that | Henning Brauer |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-26 | claim to support relaxed fencing | Jonathan Gray |
2013-11-25 | Fix infinite loop pointed out by clang/brad. | Matthew Dempsky |
2013-11-25 | rename magicnumber to globalsleepaddr | Ted Unangst |
2013-11-25 | disable %n in printf(9); there is no need for it in the kernel besides | Damien Miller |
2013-11-24 | Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap | Miod Vallat |
2013-11-24 | Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this. | Miod Vallat |
2013-11-24 | Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating | Miod Vallat |
2013-11-24 | Clean up the NTFS debug code - use uppercase names for the debug macros, | Joel Sing |
2013-11-24 | Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolled | Joel Sing |
2013-11-24 | I2C driver for am335x, ported from netbsd, not enabled yet. | Raphael Graf |
2013-11-23 | fix format string; OK deraadt@ | Gleydson Soares |
2013-11-23 | Verify that the directory entry being looked at is entirely present in | Philip Guenther |
2013-11-23 | Run doshutdownhooks() and config_suspend() even when boot() is called while | Masao Uebayashi |
2013-11-23 | task_add(NULL, blah) is a fault, fix by using task_add(systq, blah). | David Gwynne |
2013-11-22 | regen | Mark Kettenis |
2013-11-22 | Another AMD Family 15h Models 10h-1Fh device. | Mark Kettenis |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-11-22 | Comment out more ioctls that are part of the v4l2 API but that we don't | Martin Pieuchot |
2013-11-22 | Stray missing (long long) on a daddr_t variable being printed. | Kenneth R Westerback |
2013-11-21 | missing pass DEVNAME(sc), fix format string; OK guenther@ | Gleydson Soares |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-11-21 | Cast daddr_t variable to (long long) even for %llx! | Kenneth R Westerback |
2013-11-21 | Don't cast int64_t variables to (long long) when using %lld. | Kenneth R Westerback |
2013-11-21 | Change a bunch of daddr_t variables that don't (obviously) contain | Kenneth R Westerback |
2013-11-21 | hide a bunch of structures (namely arpcom, llinfo_arp, ethernet | Mike Belopuhov |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-21 | Initial support for the integrated Lynx Point and Lynx Point LP Ethernet | Jonathan Gray |
2013-11-21 | Revert r1.41, in this driver sc_attached does not indicate that the | Martin Pieuchot |