summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-211-3/+1
* Converted add_interrupt_randomness() to take a `void *' arg. Rewrotebde1998-06-211-5/+8
* Changed the type of an isa/general interrupt handler to take abde1998-06-182-5/+5
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-11/+0
* Oops, uoff_t can't be used here yet.bde1998-06-151-2/+2
* Reviewed by: Amancioahasty1998-06-141-1/+5
* Removed LOCORE ifdef. This header isn't used for locore stuff.bde1998-06-141-8/+5
* Define 64-bit types in terms of __int64_t and __uint64_t.bde1998-06-141-5/+9
* Added typedefs for __int64_t and __uint64_t. These will be used to avoidbde1998-06-141-9/+24
* Add a macro tweak.steve1998-06-131-1/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-282-2/+4
* Add CPU_PII to the list.des1998-05-221-1/+2
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-1/+5
* Change simple lock handling to not depend upon having a local apictegge1998-05-172-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-172-11/+53
OpenPOWER on IntegriCloud