summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-03Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2011-09-02Remove long obsolete RPC routinesGuillem Jover
2011-09-02Do not remap errno codes from E* to LINUX_E*Guillem Jover
2011-09-02Use Mach native error codes instead of POSIX errno E* onesGuillem Jover
2011-09-02Change argument name to match function body usageGuillem Jover
2011-09-02Disable set but unused variableGuillem Jover
2011-09-02Remove set but unused variablesGuillem Jover
2011-09-02Cast addr argument to vm_offset_tGuillem Jover
2011-09-02Add vsnprintf prototypeGuillem Jover
2011-09-02Add missing headersGuillem Jover
2011-09-01Add missing header file to the distribution.Ludovic Courtès
2011-09-01Fix documentationSamuel Thibault
2011-09-01Close kernel stacks.Samuel Thibault
2011-09-01Fix PC samplingSamuel Thibault
2011-08-31Add silent rules support if available and disable it by defaultGuillem Jover
2011-08-31Optimize copyout pathSamuel Thibault
2011-08-31Fix copyout retry on lazy allocation on >= i486Samuel Thibault
2011-08-31Disable global page while writing in kernel spaceSamuel Thibault
2011-08-31Protect set_cr3 against compiler assignment optimizationsSamuel Thibault
2011-08-31Fix undefined operation on assigning self pre-incremented variableGuillem Jover
2011-08-31Honour type promotion on variable argument handlingGuillem Jover
2011-08-31Correct MiG Mach types to fix compilation warningsGuillem Jover
2011-08-31Denote __exit symbols as usedGuillem Jover
2011-08-31Move <linux/init.h> from linux/pcmcia-cs to linux/srcGuillem Jover
2011-08-31Import Linux 3.1 compiler definitionsGuillem Jover
2011-08-31Import Linux 3.1 ctype codeGuillem Jover
2011-08-31Remove unused and non-functional string specialization headerGuillem Jover
2011-08-31Fix memcmp prototypeGuillem Jover
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Add linux_timer_intr function declarationGuillem Jover
2011-08-30Add missing headersGuillem Jover
2011-08-30Remove unused variableGuillem Jover
2011-08-30Cast host_get_time() arguments to fix warningsGuillem Jover
2011-08-30Cast function timeout() argument to fix a warningGuillem Jover
2011-08-30Return a value on non-void functionGuillem Jover
2011-08-30Fix copyright assignmentSamuel Thibault
2011-08-30Console declaration cleanupSamuel Thibault
2011-08-30Move Linux module macros to their original headerGuillem Jover
2011-08-30Move cdrom_sleep() definition to its original source fileGuillem Jover
2011-08-29Make copyout run in 1 loop on >= i486Samuel Thibault
2011-08-28Skip kernel WP check on i486 and aboveSamuel Thibault
2011-08-28Enable >4GiB cr3Samuel Thibault
2011-08-28Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault
2011-08-28Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-28Move free_skbuffs declaration to the topSamuel Thibault
2011-08-27Initialize the new map entry when it's a projected bufferGuillem Jover
2011-08-27Fix initialization from incompatible pointer typeGuillem Jover
2011-08-27Match signedness of char pointer comparisons and assignmentsGuillem Jover
2011-08-27Always initialize A and X variables in BPF codeGuillem Jover