summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-302-4/+2
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-081-1/+6
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-061-1/+6
* Two new C symbols were added to apm_setup.s but not put intojdp1998-10-031-1/+3
* Remove the bi_vesa field, as vesa modeswitching is no longer performedmsmith1998-10-011-2/+2
* Pass the BIOS unit number from which the kernel/loader was obtained inmsmith1998-10-011-2/+2
* Yet another round of fixes for the VESA support code.yokota1998-10-011-3/+1
* Changed tuner code to autodetect tuner i2c address.sos1998-09-301-0/+2
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-295-19/+19
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-9/+1
* Cosmetic change: adjust copyright notice.yokota1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-1/+23
* Fix breakage of ELF kernel builds caused by the addition of anjdp1998-09-191-1/+2
* Add VESA support to syscons.sos1998-09-152-3/+251
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-142-2/+5
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Add extra bootinfo fields for the three-stage bootloader; the end of themsmith1998-09-141-1/+5
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-101-1/+2
* Add a new library function getobjformat(). It checks all thejdp1998-09-091-1/+12
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-064-37/+130
* Reviewed by: Doug Rabsonnsouch1998-09-032-0/+103
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-311-2/+2
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-311-0/+15
* - hw.machine_arch returns cpu architecture type.kato1998-08-312-14/+5
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+2
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-183-3/+13
* Add macros for accessing device memory.dfr1998-08-171-1/+9
* Make ELF kernels build again.jdp1998-08-161-1/+2
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
* pmap.c:bde1998-08-161-4/+4
* Removed a bogus ifdef that broke using SWI_* in LKMs.bde1998-08-111-6/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-112-2/+6
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-031-2/+10
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Add missing register name defines.msmith1998-07-141-1/+7
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-142-17/+14
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-111-11/+10
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-111-32/+32
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-07-111-15/+15
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-102-5/+8
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-062-9/+19
OpenPOWER on IntegriCloud