summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-08-27Disable unused variablesGuillem Jover
2011-08-27Remove unused variablesGuillem Jover
2011-08-27Remove ident tags producing preprocessor warningsGuillem Jover
2011-08-27Add header for printf prototypeGuillem Jover
2011-08-27Add prototype for free_skbuffs functionGuillem Jover
2011-08-27Add prototype for log functionGuillem Jover
2011-08-27* Makefile.am (AM_CFLAGS): Add -fno-builtin-log.Samuel Thibault
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-08-27Do not take obsolete and unused bcopy and bzero from libcGuillem Jover
2011-08-27Use AC_LANG_SOURCE inside AC_LANG_CONFTEST to fix autoconf warningGuillem Jover
2011-08-27Add a .gitignore fileGuillem Jover
2011-08-22Make ipc_space_zone not exhaustibleSamuel Thibault
2011-08-22Add more details to "zone exhausted" panics.Samuel Thibault
2011-08-21Add 8byte breakpoint macroSamuel Thibault
2011-08-18Add compiler barrier to update_mapped_timeSamuel Thibault
2011-08-10Do not warn for cross-space spurious port deallocationSamuel Thibault
2011-08-10Add more spurious deallocation debuggingSamuel Thibault
2011-07-21Whitelist QEMU Hard-Drive for DMA.Samuel Thibault
2011-05-19Fix gcc 4.6 buildSamuel Thibault
2011-05-18Merge two asm constraintsSamuel Thibault
2011-05-09Do not warn on vm_map_enter with fixed address failingSamuel Thibault
2011-04-24Update constants to nowadays standardsSamuel Thibault
2011-04-23Enable all cachesSamuel Thibault
2011-04-23Drop spurious warningSamuel Thibault
2011-04-22Warn once when part of the kernel is lacking spaceSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2011-04-20Warn once when part of the kernel is lacking memorySamuel Thibault
2011-04-19Close call stack on continuationSamuel Thibault