Age | Commit message (Expand) | Author |
2004-05-04 | Move _bus_space_unmap() to machdep.c so it can be used not | Alexander Yurchenko |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-04-02 | K6-2/3 powernow driver. not without quirks, but mostly working. | Ted Unangst |
2004-02-19 | - split intel686_cpu_setup() into two parts: common for family | Alexander Yurchenko |
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko |
2004-02-06 | some cpus start to have a NX oriented PGEX_I | Theo de Raadt |
2004-02-05 | 2 new cpuid ecx features in prescott | Theo de Raadt |
2004-02-03 | move VIA xcrypt-* options to specialreg.h | Theo de Raadt |
2004-02-02 | PSL_XCRYPT is 0x40000000 | Theo de Raadt |
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko |
2004-01-31 | rename SIMD/SIMD2 to SSE/SSE2 | Theo de Raadt |
2004-01-28 | sniff. first file i add'd is first to be rm'd | Ted Unangst |
2004-01-14 | Revert previous; this will cause issues on some machines, says drahn@ | Miod Vallat |
2004-01-13 | Fix KERNTEXTOFF value (long) after the move to ELF. | Miod Vallat |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-01 | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people | Todd C. Miller |
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-11-27 | This var is volatile. gcc3 complains if the CV qualifiers don't match. | Marc Espie |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-10-28 | guard cpu register functions from userland, otherwise they appear when | Anil Madhavapeddy |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-08 | match size of fpreg w/ the save87 structs as figured in discussion w/ jason t... | Michael Shalayeff |
2003-08-21 | fix symbol name error in mcount functionality in a.out->ELF transition. | Dale Rahn |
2003-07-28 | nuke more MATH_EMULATE | Jason Wright |
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff |
2003-07-25 | make sure SYSENTER registers are 0 at boot time. should fix an unusual | Ted Unangst |
2003-07-07 | function for cpuid instruction. pulled from longrun into generic code. | Ted Unangst |
2003-06-06 | Identify Pentium M CPU | Andreas Gunnarsson |
2003-06-03 | remove some term 3 & 4 for niklas | Theo de Raadt |
2003-06-03 | three four kill | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-27 | change .byte for the correct opcodes now that gas can handle'em. | Federico G. Schwindt |
2003-05-26 | pmap_protect strikes again. | Artur Grabowski |
2003-05-18 | Add 'machine sysregs' command to ddb for 1386; show idtr, gdtr, ldtr, tr | Andreas Gunnarsson |
2003-05-14 | Support for Transmeta CPU power management, called LongRun. | Ted Unangst |
2003-05-13 | The current solution to handle the protection fault trap is not | Artur Grabowski |
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn |
2003-05-02 | when flipping the code descriptors also update cs in the | Michael Shalayeff |
2003-04-17 | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. | Dale Rahn |
2003-04-09 | Correct commentary describing page table layouts | Niklas Hallqvist |
2003-04-07 | Spring cleaning: remove unused code. | Niklas Hallqvist |
2003-03-28 | Add a sysctl to option USER_LDT, to control its behaviour, which will be | Miod Vallat |
2003-03-14 | Support for the VIA C3 Nehemiah on-cpu random number generator. This chip | Theo de Raadt |
2003-01-21 | Get rid of vm_{offset,size}_t on i386. | Artur Grabowski |