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