Age | Commit message (Expand) | Author |
2004-02-08 | for the via c3 use software aes keys, thereby permitting 192 and 256. | Theo de Raadt |
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-05 | correct size of registers written out | Theo de Raadt |
2004-02-04 | Print a warning about disabling TSC. | Alexander Yurchenko |
2004-02-03 | remove non-CBC modes from the VIA code; it is all that is used at the moment | 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-02 | I think there is no reason to splhigh around the VIA crypto stuff | Theo de Raadt |
2004-02-01 | set i386_has_xcrypt at the right place, which exposes itself as | Theo de Raadt |
2004-02-01 | Use "pushfl; popfl" sequence before each xcrypt-* instruction. According | Theo de Raadt |
2004-02-01 | use VIA xstore-rng and xcrypt-* instructions, now that gas groks them | Theo de Raadt |
2004-02-01 | via crypto code no longer needs to temporarily enable FSXR -- it is | Theo de Raadt |
2004-02-01 | Merge many freebsd diffs | 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-29 | as seen in freebsd: asm pagezero implementations, but use a fn pointer. | Ted Unangst |
2004-01-29 | Simplify test for CPUID_TSC in cpu_feature | Tom Cosgrove |
2004-01-29 | No longer accept memory ranges in KB from /boot, which hasn't done | Tom Cosgrove |
2004-01-28 | sniff. first file i add'd is first to be rm'd | Ted Unangst |
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove |
2004-01-24 | Improve detection and reporting of VIA CPU types. Correct spellings | Tom Cosgrove |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove |
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat |
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-13 | Allow building w/o -traditional. OK weingart@ and mickey@ | Todd C. Miller |
2004-01-12 | a native geode reset, because quite a few geode boards without keyboard | Theo de Raadt |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2004-01-07 | enable geodesc(4) and nsclpcsio(4); ok deraadt | Markus Friedl |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadt | Markus Friedl |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-02 | attach on two more ICHs | Michael Shalayeff |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2004-01-02 | PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for | Todd C. Miller |
2004-01-01 | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people | Todd C. Miller |
2003-12-31 | workaround: during npx exception testing, delay(1). For some reason | Theo de Raadt |
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko |
2003-12-24 | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal | Kenneth R Westerback |
2003-12-24 | setperf and cpuspeed support; ok deraadt@ | Markus Friedl |
2003-12-23 | order the dc's; no measurable effect | Michael Shalayeff |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-19 | Unbreak ramdisk kernel after tedu's changes. | Alexander Yurchenko |