summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
1997-02-27Add scanner and (commented out) IPsecThorsten Lockert
1997-02-24Kill the annoying printf (which I think I added).Jason Downs
1997-02-24sync with hp300: -nostdinc, HOSTCC, etc.Jason Downs
1997-02-17need printf prototypeMichael Shalayeff
1997-02-13Provide ccd's major numberNiklas Hallqvist
1997-02-13Applitron's 128 MB PentiumPro with 64MB buffer cacheNiklas Hallqvist
1997-02-09Use the instruction pointer from the trapframe many places CR2 does notThorsten Lockert
1997-02-08Provide more information on FP exceptionsThorsten Lockert
1997-02-08Give correct signal information on integer overflowThorsten Lockert
1997-02-08BIOS does not report >64M memoryThorsten Lockert
1997-02-08Add definitions for the exception bits in the status wordThorsten Lockert
1997-02-08cvs.openbsd.org now has 17GB of disk...Theo de Raadt
1997-02-07define kernel_text, just like other ports.Michael Shalayeff
1997-02-07Set up intrframe correctly for FPU exceptions againThorsten Lockert
1997-02-06cdev for rdTheo de Raadt
1997-02-05map native sig/code to svr4 code in a different fashion; must be checked laterTheo de Raadt
1997-02-05Don't push _cpl before calling _npxintr, it is never used (or popped offThorsten Lockert
1997-02-04VM_PROT_* for si_trapno in SIGBUS/SIGSEGVTheo de Raadt
1997-02-04T_DIVIDE -> FPE_INTDIVTheo de Raadt
1997-02-03for SIGxxx always use xxx_* types as error codeTheo de Raadt
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-01add type & union sigval args to sendsig/trapsignalTheo de Raadt
1997-02-01grammar errorTheo de Raadt
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersNiklas Hallqvist
1997-01-29#include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h"Thomas Graichen
1997-01-27select subsystem si_pid becomes si_selpid, to not conflict against user/kerne...Theo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-27match svr4 siginfo changesTheo de Raadt
1997-01-27i386 part of siginfoTheo de Raadt
1997-01-26byeTheo de Raadt
1997-01-24do not build fake disklabel partitions for MBR partitions that have out-of-ra...Theo de Raadt
1997-01-23allow boot from any [0-9] unit (wd+scsi fits now both)Michael Shalayeff
1997-01-18Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig.Niklas Hallqvist
1997-01-16do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock u...kstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-14RAW_PARTTheo de Raadt
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
1997-01-04Remove extra blank lineNiklas Hallqvist
1997-01-02DESTDIR already set.etheisen
1997-01-02prevent system from suspend/standby twice.Michael Shalayeff
1997-01-01add a comment about how to configure pci pcmcia chips (from stefan grefenThomas Graichen
1996-12-29don't strip boot.com on installThomas Graichen
1996-12-29be more consistent when printing the memory values at bootup - now alsoThomas Graichen
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
1996-12-28Got an NCR controller too nowThorsten Lockert
1996-12-28Switch to pcvt for consoleThorsten Lockert
1996-12-26compile, Makefile rebuildMichael Shalayeff
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt