summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* Removed a wrong comment of mine.bde1997-04-011-10/+2
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-3/+1
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-301-0/+8
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-291-3/+3
* Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle().bde1997-03-291-25/+35
* Added a setjmp() and a longjmp() so that an unexpected trap insidebde1997-03-281-1/+16
* Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longerbde1997-03-281-3/+2
* Something long overdue: compile inb() and outb() into the kernel asjoerg1997-03-281-1/+47
* Remove recently commited support for iobase == -2 ("port none")ache1997-03-281-5/+3
* Change sigreturn() to return EFAULT if it is passed anmpp1997-03-251-2/+2
* Replace more verbose "at <not configured>" with less verbose "at ?",ache1997-03-251-3/+3
* Follow config intention for iobase:ache1997-03-251-8/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Fix typo.kato1997-03-241-2/+2
* Oops, I forgot to `cvs add'. This file is a part of new CPUkato1997-03-221-0/+444
* Improved CPU identification and initialization routines. Thiskato1997-03-228-222/+687
* Decrease the latency/overhead in the prezero code when there isdyson1997-03-221-2/+17
* Quoted CMD640. It's still missing from options.i386.bde1997-03-131-3/+2
* Activate CMD640 workaroundse1997-03-121-1/+2
* Moved userland assembler macros from <machine/asmacros.h> tobde1997-03-092-90/+83
* Cloned src/lib/libc/i386/DEFS.h to create <machine/asm.h> for the i386.bde1997-03-091-0/+120
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgese1997-03-052-12/+38
* Made FPU stuff conditional on npx as well as I586_CPU.bde1997-03-052-30/+36
* Only print clock calibration messages if the system was booted with -v.bde1997-03-052-16/+32
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-052-8/+8
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-042-10/+10
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosache1997-03-011-1/+2
* Print function args in the current radix instead of always in hex.bde1997-02-281-8/+13
* Fixed the gcc ellipsis change to work with gcc-1.x.bde1997-02-281-3/+5
* Typo police.alex1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2266-66/+66
* Replaced START_ENTRY by _START_ENTRY. -current hasn't got my cleanupbde1997-02-171-6/+6
* Select between the generic math functions and the i387-specific onesbde1997-02-161-0/+77
* Moved definition of FUNCTION_ALIGNMENT to a machine-dependent place.bde1997-02-131-1/+9
* Align text to 16-byte boundaries if profiling is enabled. This willbde1997-02-131-0/+4
* Restored changes from rev.1.58-1.60 which were blown away by thebde1997-02-111-14/+17
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-109-56/+38
* I have no idea what this is all about, but it works and Bruce hasn'tphk1997-02-071-1/+6
* Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.kato1997-02-021-1/+0
* Removed PG_N from here, too. Some machines don't like it and it's unnecessary.dg1997-01-302-2/+2
* Removed unnecessary PG_N flag from device memory mappings. This is handleddg1997-01-301-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().bde1997-01-292-20/+42
* Disabled logging of masked exceptions on exit. Keep the side effect ofbde1997-01-292-4/+12
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withbde1997-01-252-2/+0
* Fixed some formatting bugs (mostly regressions in rev.1.48). Replacedbde1997-01-242-48/+58
* Initialize CR0_MP in setregs() in case npx0 is disabled or not configured.bde1997-01-241-4/+25
* KNF style police.obrien1997-01-241-6/+8
* Remove some dead code from trapwrite.dyson1997-01-231-3/+1
* Fix I386 copyout support. The new page-table management code willdyson1997-01-222-28/+76
OpenPOWER on IntegriCloud