Age | Commit message (Expand) | Author |
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 |
2003-01-16 | Getting rid of vm_offset_t | Artur Grabowski |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-06 | Document MBR offset (used by NT4 at least). | Tobias Weingartner |
2002-12-11 | Some people say that "__asm __volatile("")" is not enough. | Artur Grabowski |
2002-11-24 | also no opt_user_ldt.h | Philipp Buehler |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-06 | Garbage collect __HAVE_SPLASSERT. It wasn't necessary. | Artur Grabowski |
2002-09-24 | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ | Thomas Nordin |
2002-09-12 | Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa. | Artur Grabowski |
2002-07-31 | support for changing stack execution protection through mprotect() | Michael Shalayeff |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-23 | Define __HAVE_SPLASSERT on architectures that support splassert. | Artur Grabowski |
2002-07-19 | Define an IPL_VM and mark IPL_IMP as "not to be used". | Artur Grabowski |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski |
2002-06-17 | remove old pccons console driver. Not used anymore and not maintained. | Matthieu Herrb |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat |
2002-06-11 | define IPL_STATCLOCK | Artur Grabowski |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-05-22 | Implement splassert. Even simpler than on the sparc. | Artur Grabowski |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-30 | recognize more via/cyrix cpu types; from Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>... | Michael Shalayeff |
2002-03-24 | handle NS Geode GX1; wd@ics.nara-wu.ac.jp | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2002-02-21 | Typo. Ok mickey@ | Thierry Deval |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |