summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Collapse)Author
1997-08-22use words for apm functionsMichael Shalayeff
define struct of bios/boot vars to be passed to kernel
1997-08-16Bug.dm
1997-08-12call BIOS inline (add struct EDD_cb into biosvar.h)Michael Shalayeff
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-08-07RCS tag + KNFNiklas Hallqvist
1997-08-07RCS tagNiklas Hallqvist
1997-08-07right DOINT for CMichael Shalayeff
1997-08-05kentry proto is in the libsa.hMichael Shalayeff
change var name
1997-08-02change vars names, add attach_argsMichael Shalayeff
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-28adopt for assym.hMichael Shalayeff
1997-07-27document bpb media typesMichael Shalayeff
1997-07-26protect from asm.h _C_LABEL pre-inclusionMichael Shalayeff
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-17add BIOS definitios/etcMichael Shalayeff
1997-07-16add tagkstailey
1997-07-16be more conservativekstailey
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-07-05implement unimplemented.....Michael Shalayeff
implement unimplemented..... implement unimplemented..... in cc -S it looks like it should.... in cc -S it looks like it should.... in cc -S it looks like it should....
1997-06-04Raise memory resource limits, drive by the need to run netscape 4.0b5kstailey
which has a text segment of > 8MB. If you maintain a port you might want to do the same.
1997-04-20Allow kern_clock.c to see interrupt frames on i386Thorsten Lockert
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-04-10additions & fixes from niklas & iTheo de Raadt
1997-04-04add 'machine check' trap for Pentium and PPro cpus.Michael Shalayeff
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error.
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-03-31do not let PSL_NT be set in VM86 mode; netbsdTheo de Raadt
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-03-03Add a little ioctl at 4am to set the screen blanking.Jason Downs
1997-02-08Add definitions for the exception bits in the status wordThorsten Lockert
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation.
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-27i386 part of siginfoTheo de Raadt
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-05NetBSD PR#2910: Recognize Pentium Pro machinesdm
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-25OopsNiklas Hallqvist
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-12Arrival of new bus.h from NetBSDNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-20Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm
1996-10-17kvtop protoNiklas Hallqvist
1996-10-16decl calibrate_cyclecounter, fusword, suswordTheo de Raadt
1996-10-16missing */Theo de Raadt
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.