summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed longstanding profiling bug. The frame pointer wasn't set upbde1997-04-231-63/+23
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-222-7/+274
* Fixed linting of and compilation of the gcc byte-swapping macrosbde1997-04-201-15/+12
* Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.bde1997-04-151-5/+8
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-072-5/+5
* Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changespeter1997-04-071-1/+3
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-1/+5
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-071-15/+12
* PAL support: magic numbers moved into format_params structure.fsmp1997-04-021-3/+9
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-291-1/+11
* Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longerbde1997-03-281-3/+2
* added support for EEProms writing/reading.fsmp1997-03-251-2/+8
* Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h>bde1997-03-241-3/+8
* Improved CPU identification and initialization routines. Thiskato1997-03-224-48/+200
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>fsmp1997-03-211-14/+31
* additions for table-driven frequency calculation.fsmp1997-03-191-0/+11
* Don't try to lint the gcc extension byte-swapping macros.nate1997-03-171-2/+2
* patches for bt848 specific hue/bright/contrast/satu/satv.fsmp1997-03-161-2/+68
* Initial import of the Brooktree PCI-TV drivers. I have not testedmarkm1997-03-101-0/+34
* Added PC-98 specific function to get battery status.kato1997-03-091-1/+9
* 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
* Fixed the gcc ellipsis change to work with gcc-1.x.bde1997-02-281-3/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2259-59/+59
* 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
* Bug fix for SNDCTL_DSP_GETOSPACE ioctl. It would report 0 bytesswallace1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-0/+62
* 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
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedbde1997-01-161-0/+15
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1459-59/+59
* Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, andkato1997-01-101-4/+1
* - Cleanup up the driver (remove un-needed parameters, white-space,nate1997-01-061-2/+2
* Minor white-space and comment cleanups. No functional change.nate1997-01-051-3/+10
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* Make LKM's build again. I have added the allegedly brokendyson1996-12-071-0/+4
* Change endian.h so that when a kernel is compiled without I386_CPU, anddyson1996-12-071-2/+2
* Synchronize with the RELENG_2_2 branch.asami1996-12-041-9/+1
* Alot of fixes from kazu:sos1996-12-011-14/+48
* Relax the constraints on the bswap opcode (it works on non-bytedyson1996-11-291-24/+16
* Support the appropriate use of bswap instruction on non-I386 builds.dyson1996-11-291-1/+10
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-161-0/+3
* KNF'ify.nate1996-11-151-5/+11
* Finally a start at sharing the kdb controller routines betweensos1996-11-142-24/+92
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-111-1/+34
* Further improved version of hadling a HALT when there is no console.julian1996-10-311-1/+2
* More merge and update.asami1996-10-301-1/+5
OpenPOWER on IntegriCloud