Age | Commit message (Expand) | Author |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-10-01 | Adjust for change of fpu control word. | Mark Kettenis |
2006-10-01 | Switch fpu control word to the hardware default. This makes us use 64-bit | Mark Kettenis |
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis |
2006-07-17 | id tag. | Federico G. Schwindt |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-13 | Kernel virtual mode 8086, currently disabled in GENERIC. | Gordon Willem Klok |
2006-06-12 | Some more improvements to EST: | Dimitry Andric |
2006-05-29 | implement reliable microtime on smp (joint work w/ otto): | Michael Shalayeff |
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt |
2006-05-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry Andric |
2006-05-19 | Smbios cleanup | Gordon Willem Klok |
2006-05-09 | Import global ACPI interrupt code from amd64. | Mark Kettenis |
2006-05-09 | 0x0006 is not a good value for a bit flag, so change it to 0x0008. | Tom Cosgrove |
2006-05-09 | Move the sti to after the memory write. We do not want execution of | Otto Moerbeek |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-05-01 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn |
2006-04-14 | Remove final DUMMY_NOPS vestige of a macro as well. | Tobias Weingartner |
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ kette... | Michael Shalayeff |
2006-03-24 | move the mp tramp higher to avoid trashing boot args and also to fight strang... | Michael Shalayeff |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | allow for more physmem segments; as required by some dell from dhill@ | Michael Shalayeff |
2006-03-15 | remove dead macros | Michael Shalayeff |
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff |
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops by... | Michael Shalayeff |
2006-03-12 | remove IPL_IMP and splimp(). | Brad Smith |
2006-03-07 | Check for a few additional CPUID flags. | Jonathan Gray |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-12 | Move to using gdt only (no more ldt in general case) but with a variable | Tobias Weingartner |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-14 | Make clock_t consistent across platforms as a 32 bit int. OK deraadt@ | Todd C. Miller |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu... | Michael Shalayeff |
2005-11-23 | kill two old mach macros that are not used anywhere in the tree anymore (or e... | Michael Shalayeff |
2005-11-23 | resolve a couple of problems in mpbios-mapped interrupts: | Michael Shalayeff |